nf-core/diamond/blastx @ 0.0.0-6c4ed3a
Summary
Queries a DIAMOND database using blastx mode
Get started
Add the following snippet to your workflow script to include this module.
include { DIAMOND_BLASTX } from 'nf-core/diamond/blastx'
License
MIT License
Name
|
DIAMOND_BLASTX |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
Input fasta file containing query sequences *.{fa,fasta,fa.gz,fasta.gz}
|
meta2
map
|
Groovy Map containing db information e.g. [ id:'test2', single_end:false ] |
|---|---|
db
file
|
File of the indexed DIAMOND database *.dmnd
|
out_ext
string
|
Specify the type of output file to be generated. blast|xml|txt|daa|sam|tsv|paf
|
|---|
blast_columns
string
|
Optional space separated list of DIAMOND tabular BLAST output keywords used for in conjunction with the 'txt' out_ext option (--outfmt 6). Options: qseqid sseqid pident length mismatch gapopen qstart qend sstart send evalue bitscore |
|---|
daa
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.daa
file
|
File containing hits DAA format *.{daa}
|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.log
file
|
Log file containing stdout information *.{log}
|
paf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.paf
file
|
File containing aligned reads in pairwise mapping format format *.{paf}
|
sam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.sam
file
|
File containing aligned reads in SAM format *.{sam}
|
tsv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tsv
file
|
Tab separated file containing taxonomic classification of hits *.{tsv}
|
txt
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.txt
file
|
File containing hits in tabular BLAST format. *.{txt}
|
xml
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.xml
file
|
File containing blastp hits *.{xml}
|
blast
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.blast
file
|
File containing blastp hits *.{blast}
|
versions_diamond
tuple
${task.process}
string
|
The name of the process |
|---|---|
diamond
string
|
The name of the tool |