2022-04-22 14:47:48 +00:00
|
|
|
name: antismash_antismashlite
|
2022-05-03 15:35:16 +00:00
|
|
|
description: |
|
|
|
|
antiSMASH allows the rapid genome-wide identification, annotation
|
|
|
|
and analysis of secondary metabolite biosynthesis gene clusters.
|
2022-04-22 14:47:48 +00:00
|
|
|
keywords:
|
|
|
|
- secondary metabolites
|
|
|
|
- BGC
|
|
|
|
- biosynthetic gene cluster
|
|
|
|
- genome mining
|
|
|
|
- NRPS
|
|
|
|
- RiPP
|
|
|
|
- antibiotics
|
|
|
|
- prokaryotes
|
|
|
|
- bacteria
|
|
|
|
- eukaryotes
|
|
|
|
- fungi
|
|
|
|
- antismash
|
|
|
|
|
|
|
|
tools:
|
|
|
|
- antismashlite:
|
|
|
|
description: "antiSMASH - the antibiotics and Secondary Metabolite Analysis SHell"
|
|
|
|
homepage: "https://docs.antismash.secondarymetabolites.org"
|
|
|
|
documentation: "https://docs.antismash.secondarymetabolites.org"
|
|
|
|
tool_dev_url: "https://github.com/antismash/antismash"
|
|
|
|
doi: "10.1093/nar/gkab335"
|
|
|
|
licence: "['AGPL v3']"
|
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- sequence_input:
|
|
|
|
type: file
|
|
|
|
description: nucleotide sequence file (annotated)
|
2022-05-05 11:14:39 +00:00
|
|
|
pattern: "*.{gbk, gb, gbff, genbank, embl, fasta, fna}"
|
2022-04-22 14:47:48 +00:00
|
|
|
- databases:
|
|
|
|
type: directory
|
2022-07-01 07:29:53 +00:00
|
|
|
description: |
|
|
|
|
Downloaded AntiSMASH databases (e.g. in the AntiSMASH installation directory
|
|
|
|
"data/databases")
|
2022-05-05 11:14:39 +00:00
|
|
|
pattern: "*/"
|
2022-05-02 15:30:46 +00:00
|
|
|
- antismash_dir:
|
2022-04-26 14:28:39 +00:00
|
|
|
type: directory
|
|
|
|
description: |
|
2022-05-05 11:14:39 +00:00
|
|
|
A local copy of an AntiSMASH installation folder. This is required when running with
|
2022-05-05 11:17:36 +00:00
|
|
|
docker and singularity (not required for conda), due to attempted 'modifications' of
|
|
|
|
files during database checks in the installation directory, something that cannot
|
2022-05-05 11:14:39 +00:00
|
|
|
be done in immutable docker/singularity containers. Therefore, a local installation
|
|
|
|
directory needs to be mounted (including all modified files from the downloading step)
|
|
|
|
to the container as a workaround.
|
2022-05-12 13:28:19 +00:00
|
|
|
pattern: "*/"
|
2022-05-11 10:06:02 +00:00
|
|
|
- gff:
|
2022-05-12 13:28:19 +00:00
|
|
|
type: file
|
2022-07-01 07:29:53 +00:00
|
|
|
description: Annotations in GFF3 format (only if sequence_input is in FASTA format)
|
2022-05-12 13:28:19 +00:00
|
|
|
pattern: "*.gff"
|
2022-04-22 14:47:48 +00:00
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
|
|
|
- clusterblast_file:
|
|
|
|
type: file
|
|
|
|
description: Output of ClusterBlast algorithm
|
|
|
|
pattern: "clusterblast/*_c*.txt"
|
2022-05-12 08:56:48 +00:00
|
|
|
- html_accessory_files:
|
2022-04-22 14:47:48 +00:00
|
|
|
type: directory
|
2022-05-12 08:56:48 +00:00
|
|
|
description: Accessory files for the HTML output
|
|
|
|
pattern: "{css/,images/,js/}"
|
2022-04-22 14:47:48 +00:00
|
|
|
- knownclusterblast_html:
|
|
|
|
type: file
|
|
|
|
description: Tables with MIBiG hits in HTML format
|
|
|
|
pattern: "knownclusterblast/region*/ctg*.html"
|
|
|
|
- knownclusterblast_txt:
|
|
|
|
type: file
|
|
|
|
description: Tables with MIBiG hits
|
|
|
|
pattern: "knownclusterblast/*_c*.txt"
|
|
|
|
- svg_files_clusterblast:
|
|
|
|
type: file
|
2022-05-05 11:14:39 +00:00
|
|
|
description: SVG images showing the % identity of the aligned hits against their queries
|
2022-04-22 14:47:48 +00:00
|
|
|
pattern: "svg/clusterblast*.svg"
|
|
|
|
- svg_files_knownclusterblast:
|
|
|
|
type: file
|
2022-05-05 11:14:39 +00:00
|
|
|
description: SVG images showing the % identity of the aligned hits against their queries
|
2022-04-22 14:47:48 +00:00
|
|
|
pattern: "svg/knownclusterblast*.svg"
|
|
|
|
- gbk_input:
|
|
|
|
type: file
|
2022-05-12 13:28:19 +00:00
|
|
|
description: Nucleotide sequence and annotations in GenBank format; converted from input file
|
2022-04-22 14:47:48 +00:00
|
|
|
pattern: "*.gbk"
|
|
|
|
- json_results:
|
|
|
|
type: file
|
2022-05-12 13:28:19 +00:00
|
|
|
description: Nucleotide sequence and annotations in JSON format; converted from GenBank file (gbk_input)
|
2022-04-22 14:47:48 +00:00
|
|
|
pattern: "*.json"
|
|
|
|
- log:
|
|
|
|
type: file
|
|
|
|
description: Contains all the logging output that antiSMASH produced during its run
|
|
|
|
pattern: "*.log"
|
|
|
|
- zip:
|
|
|
|
type: file
|
2022-05-03 15:30:16 +00:00
|
|
|
description: Contains a compressed version of the output folder in zip format
|
2022-04-22 14:47:48 +00:00
|
|
|
pattern: "*.zip"
|
|
|
|
- gbk_results:
|
|
|
|
type: file
|
2022-05-12 13:28:19 +00:00
|
|
|
description: Nucleotide sequence and annotations in GenBank format; one file per antiSMASH hit
|
2022-04-22 14:47:48 +00:00
|
|
|
pattern: "*region*.gbk"
|
|
|
|
- clusterblastoutput:
|
|
|
|
type: file
|
|
|
|
description: Raw BLAST output of known clusters previously predicted by antiSMASH using the built-in ClusterBlast algorithm
|
|
|
|
pattern: "clusterblastoutput.txt"
|
|
|
|
- html:
|
|
|
|
type: file
|
|
|
|
description: Graphical web view of results in HTML format
|
|
|
|
patterN: "index.html"
|
|
|
|
- knownclusterblastoutput:
|
|
|
|
type: file
|
|
|
|
description: Raw BLAST output of known clusters of the MIBiG database
|
|
|
|
pattern: "knownclusterblastoutput.txt"
|
|
|
|
- json_sideloading:
|
|
|
|
type: file
|
2022-05-05 11:14:39 +00:00
|
|
|
description: Sideloaded annotations of protoclusters and/or subregions (see antiSMASH documentation "Annotation sideloading")
|
2022-04-22 14:47:48 +00:00
|
|
|
pattern: "regions.js"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@jasmezz"
|