Description

Computes the coverage map along the reference genome

Input

name:type
description
pattern

meta

:map

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

bam

:file

bam file with the mapping of the reads on the reference genome

*.{.bam}

Output

name:type
description
pattern

coverage

meta

:map

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

*.pkl

:file

Python pickle (pkl) file containing coverage along the reference genome

*.{pkl}

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.