Description

Generate the input coverage table for CONCOCT using a BEDFile

Input

name:type
description
pattern

meta{:bash}

:map

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

bed{:bash}

:file

BED file describing where each contig was cut up (typically output from CONCOCT’s cut_up_fasta.py)

*.bed

bamfiles{:bash}

:file

A single or list of BAM files of reads mapped back to original contigs (prior cutting up)

*.bam

baifiles{:bash}

:file

A single or list of BAM index files (.bai) corresponding to BAM

*.bam

Output

name:type
description
pattern

tsv{:bash}

meta{:bash}

:map

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

*.tsv{:bash}

:file

Contig coverage table

*.tsv

versions_concoct{:bash}

${task.process}{:bash}

:string

The name of the process

concoct{:bash}

:string

The name of the tool

concoct --version | cut -d " " -f2{: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

concoct{:bash}

:string

The name of the tool

concoct --version | cut -d " " -f2{:bash}

:eval

The expression to obtain the version of the tool

Tools

concoct
FreeBSD

Clustering cONtigs with COverage and ComposiTion