nf-core/vsearch/usearchglobal @ 0.0.0-6c4ed3a
Summary
Compare target sequences to fasta-formatted query sequences using global pairwise alignment.
Get started
Add the following snippet to your workflow script to include this module.
include { VSEARCH_USEARCHGLOBAL } from 'nf-core/vsearch/usearchglobal'
License
MIT License
Name
|
VSEARCH_USEARCHGLOBAL |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
queryfasta
file
|
Query sequences in FASTA format *.{fasta,fa,fna,faa}
|
db
file
|
Reference database file in FASTA or UDB format *
|
|---|
idcutoff
float
|
Reject the sequence match if the pairwise identity is lower than the given id cutoff value (value ranging from 0.0 to 1.0 included) |
|---|
outoption
string
|
Specify the type of output file to be generated by selecting one of the vsearch output file options alnout|biomout|blast6out|mothur_shared_out|otutabout|samout|uc|userout|lcaout
|
|---|
user_columns
string
|
If using the |
|---|
uc
tuple
meta
file
|
Results in pairwise alignment format *.{aln}
|
|---|---|
*.uc
file
|
Tab delimited results in a uclust-like format with 10 columns *.{uc}
|
aln
tuple
meta
file
|
Results in pairwise alignment format *.{aln}
|
|---|---|
*.aln
file
|
Results in pairwise alignment format *.{aln}
|
lca
tuple
meta
file
|
Results in pairwise alignment format *.{aln}
|
|---|---|
*.lca
file
|
Last common ancestor (LCA) information about the hits of each query in tab-separated format *.{lca}
|
otu
tuple
meta
file
|
Results in pairwise alignment format *.{aln}
|
|---|---|
*.otu
file
|
Results in an OTU table in the classic tab-separated plain text format *.{otu}
|
sam
tuple
meta
file
|
Results in pairwise alignment format *.{aln}
|
|---|---|
*.sam
file
|
Results written in sam format *.{sam}
|
tsv
tuple
meta
file
|
Results in pairwise alignment format *.{aln}
|
|---|---|
*.tsv
file
|
Results in tab-separated output, columns defined by user *.{tsv}
|
txt
tuple
meta
file
|
Results in pairwise alignment format *.{aln}
|
|---|---|
*.txt
file
|
Tab delimited results in blast-like tabular format *.{txt}
|
biom
tuple
meta
file
|
Results in pairwise alignment format *.{aln}
|
|---|---|
*.biom
file
|
Results in an OTU table in the biom version 1.0 file format *.{biom}
|
mothur
tuple
meta
file
|
Results in pairwise alignment format *.{aln}
|
|---|---|
*.mothur
file
|
Results in an OTU table in the mothur ’shared’ tab-separated plain text file format *.{mothur}
|
versions_vsearch
tuple