Description

Filter DNA sequences using index of reference genome

Input

name:type
description
pattern

meta{:bash}

:map

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

index{:bash}

:file

Deacon minimizer index file

*.idx

reads{:bash}

: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{:bash}

meta{:bash}

:map

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

${prefix}*.fq.gz{:bash}

:file

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

*.fq.gz

log{:bash}

meta{:bash}

:map

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

${prefix}.json{:bash}

:file

JSON file containing summary of results.

*.json

versions_deacon{:bash}

${task.process}{:bash}

:string

The name of the process

deacon{:bash}

:string

The name of the tool

deacon --version | head -n1 | sed "s/deacon //g"{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

deacon{:bash}

:string

The name of the tool

deacon --version | head -n1 | sed "s/deacon //g"{:bash}

:eval

The expression to obtain the version of the tool