Description

Cut up fasta file in non-overlapping or overlapping parts of equal length.

Input

name:type
description
pattern

meta{:bash}

:map

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

fasta{:bash}

:file

(Uncompressed) FASTA file containing contigs

*.{fasta,fna,fa,fas}

bed{:bash}

:boolean

Specify whether to generate a BED file describing where each contig was cut up

Output

name:type
description
pattern

fasta{:bash}

meta{:bash}

:map

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

*.fasta{:bash}

:file

Cut up fasta file in non-overlapping or overlapping parts of equal length.

*.fasta

bed{:bash}

meta{:bash}

:map

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

*.bed{:bash}

:file

Optional BED File containing locations on original contigs where they were cut up.

*.bed

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