nf-core/vsearch/cluster @ 0.0.0-6c4ed3a
Summary
Cluster sequences using a single-pass, greedy centroid-based clustering algorithm.
Get started
Add the following snippet to your workflow script to include this module.
include { VSEARCH_CLUSTER } from 'nf-core/vsearch/cluster'
License
MIT License
Name
|
VSEARCH_CLUSTER |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
fasta
file
|
Sequences to cluster in FASTA format *.{fasta,fa,fasta.gz,fa.gz}
|
uc
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.uc.tsv.gz
file
|
Tab delimited results in a uclust-like format with 10 columns *.uc.gz
|
aln
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.aln.gz
file
|
Results in pairwise alignment format *.aln.gz
|
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.bam
file
|
Results written in bam format *.bam
|
msa
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.msa.fasta.gz
file
|
Multiple sequence alignment of the centroids *.msa.fasta.gz
|
otu
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.otu.tsv.gz
file
|
Results in an OTU table in the classic tab-separated plain text format *.otu.tsv.gz
|
out
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.out.tsv.gz
file
|
Results in tab-separated output, columns defined by user *.out.tsv.gz
|
biom
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.biom.gz
file
|
Results in an OTU table in the biom version 1.0 file format *.biom.gz
|
blast
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.blast.tsv.gz
file
|
Tab delimited results in blast-like tabular format *.blast.tsv.gz
|
mothur
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.mothur.tsv.gz
file
|
Results in an OTU table in the mothur ’shared’ tab-separated plain text file format *.mothur.tsv.gz
|
profile
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.profile.txt.gz
file
|
Profile of the clustering results *.profile.txt.gz
|
clusters
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.clusters.fasta*.gz
file
|
Clustered sequences in FASTA format *.clusters.fasta*.gz
|
centroids
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|