Description

Calculates peak-to-through ratio (PTR) from metagenomic sequence data

Input

name:type
description
pattern

meta

:map

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

pkl

:file

Python pickle file containing coverage maps

*.pkl

Output

name:type
description
pattern

ptr

meta

:map

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

*.csv

:file

CSV table with rows as reference genomes, columns samples and entries as log2 PTR

*.csv

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.