nf-core/antismash/antismash @ 0.0.0-3fc6d40
Summary
antiSMASH allows the rapid genome-wide identification, annotation and analysis of secondary metabolite biosynthesis gene clusters.
Get started
Add the following snippet to your workflow script to include this module.
include { ANTISMASH_ANTISMASH } from 'nf-core/antismash/antismash'
License
MIT License
Name
|
ANTISMASH_ANTISMASH |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
sequence_input
file
|
Nucleotide sequence file (annotated) *.{gbk, gb, gbff, genbank, embl, fasta, fna}
|
databases
directory
|
Downloaded AntiSMASH databases (e.g. in the AntiSMASH installation directory "data/databases") */
|
|---|
gff
file
|
Optional GFF3 file containing premade annotations of the input sequence *.gff
|
|---|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/*.log
file
|
Contains all the logging output that antiSMASH produced during its run *.log
|
zip
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/*.zip
file
|
Contains a compressed version of the output folder in zip format *.zip
|
html
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/index.html
file
|
Graphical web view of results in HTML format |
gbk_input
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/*.gbk
file
|
Nucleotide sequence and annotations in GenBank format; converted from input file *.gbk
|
gbk_results
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/*region*.gbk
file
|
Nucleotide sequence and annotations in GenBank format; one file per antiSMASH hit *region*.gbk
|
json_results
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/*.json
file
|
Nucleotide sequence and annotations in JSON format; converted from GenBank file (gbk_input) *.json
|
json_sideloading
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/regions.js
file
|
Sideloaded annotations of protoclusters and/or subregions (see antiSMASH documentation "Annotation sideloading") regions.js
|
clusterblast_file
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/clusterblast/*_c*.txt
file
|
Output of ClusterBlast algorithm clusterblast/*_c*.txt
|
clusterblastoutput
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
${prefix}/clusterblastoutput.txt
file
|
Raw BLAST output of known clusters previously predicted by antiSMASH using the built-in ClusterBlast algorithm clusterblastoutput.txt
|
versions_antismash
tuple