Description

Maps the reads to the reference database

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

fasta

:file

fastq file with reads

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

meta2

:map

Groovy Map containing index genome id and path e.g. [ id:‘test’, ‘bowtie2’ ]

index

:file

Directory with Bowtie2 genome index files

*.ebwt

Output

name:type
description
pattern

bam

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.bam

:file

Alignment (BAM) file of reads mapped to the reference database

*.{bam}

versions_coptr

${task.process}

:string

The name of the process

coptr

:string

The name of the tool

coptr |& sed -E '11!d ; s/CoPTR.*?\(v(.*?)\).*/\1/'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

coptr

:string

The name of the tool

coptr |& sed -E '11!d ; s/CoPTR.*?\(v(.*?)\).*/\1/'

:eval

The expression to obtain the version of the tool

Tools

coptr
GPL v3

Accurate and robust inference of microbial growth dynamics from metagenomic sequencing reads.