Description

Filter DNA sequences using index of reference genome

Input

name:type
description
pattern

meta

:map

Groovy Map containing reference information. e.g. [ id:‘test’, single_end:false ]

index

:file

Deacon minimizer index file

*.idx

reads

:file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

*.{fastq,fastq.gz,fqs,fqs.gz,fq,fq.gz}

Output

name:type
description
pattern

fastq_filtered

meta

:map

Groovy Map containing reference information. e.g. [ id:‘test’, single_end:false ]

${prefix}*.fq.gz

:file

List of output filtered FastQ files of size 1 and 2, for single-end and paired-end data, respectively.

*.fq.gz

log

meta

:map

Groovy Map containing reference information. e.g. [ id:‘test’, single_end:false ]

${prefix}.json

:file

JSON file containing summary of results.

*.json

versions_deacon

${task.process}

:string

The name of the process

deacon

:string

The name of the tool

deacon --version | head -n1 | sed "s/deacon //g"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

deacon

:string

The name of the tool

deacon --version | head -n1 | sed "s/deacon //g"

:eval

The expression to obtain the version of the tool