Description

binning of metagenomic sequences

Input

Name (Type)
Description
Pattern

meta (map)

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

fasta (file)

Nucleotide sequences in FASTA format

*.{fasta,fa,fna,faa}

Output

Name (Type)
Description
Pattern

meta (map)

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

versions (file)

File containing software versions

versions.yml

fasta (file)

Output fasta file for all the bins reported, optional since it will be created when bins can be found

*.{fasta}

bins (file)

All bins reported

*.{binning}

fm (file)

FM-index output

*.{fm9}

index (file)

1st column contains the original name for each read, 2nd column the index used by CLAME

*.{index}

Histogram links by number of reads

*.{links}

result (file)

Adjacency list for the overlap detected by each read

*.{result}

Tools

clame
GPLv3

CLAME is a binning software for metagenomic reads. It immplements a fm-index search algorithm for nucleotide sequence alignment. Then it uses strongly connected component strategy to bin sequences with similar DNA composition.