|
| 1 | +name: antismash_antismash |
| 2 | +description: | |
| 3 | + antiSMASH allows the rapid genome-wide identification, annotation |
| 4 | + and analysis of secondary metabolite biosynthesis gene clusters. |
| 5 | +keywords: |
| 6 | + - secondary metabolites |
| 7 | + - BGC |
| 8 | + - biosynthetic gene cluster |
| 9 | + - genome mining |
| 10 | + - NRPS |
| 11 | + - RiPP |
| 12 | + - antibiotics |
| 13 | + - prokaryotes |
| 14 | + - bacteria |
| 15 | + - eukaryotes |
| 16 | + - fungi |
| 17 | + - antismash |
| 18 | +tools: |
| 19 | + - antismash: |
| 20 | + description: "antiSMASH - the antibiotics and Secondary Metabolite Analysis SHell" |
| 21 | + homepage: "https://docs.antismash.secondarymetabolites.org" |
| 22 | + documentation: "https://docs.antismash.secondarymetabolites.org" |
| 23 | + tool_dev_url: "https://github.com/antismash/antismash" |
| 24 | + doi: "10.1093/nar/gkab335" |
| 25 | + licence: ["AGPL v3"] |
| 26 | + identifier: biotools:antismash |
| 27 | +input: |
| 28 | + - - meta: |
| 29 | + type: map |
| 30 | + description: | |
| 31 | + Groovy Map containing sample information |
| 32 | + e.g. [ id:'test' ] |
| 33 | + - sequence_input: |
| 34 | + type: file |
| 35 | + description: Nucleotide sequence file (annotated) |
| 36 | + pattern: "*.{gbk, gb, gbff, genbank, embl, fasta, fna}" |
| 37 | + - - databases: |
| 38 | + type: directory |
| 39 | + description: | |
| 40 | + Downloaded AntiSMASH databases (e.g. in the AntiSMASH installation directory |
| 41 | + "data/databases") |
| 42 | + pattern: "*/" |
| 43 | + - - gff: |
| 44 | + type: file |
| 45 | + description: Optional GFF3 file containing premade annotations of the input sequence |
| 46 | + pattern: "*.gff" |
| 47 | +output: |
| 48 | + - clusterblast_file: |
| 49 | + - meta: |
| 50 | + type: map |
| 51 | + description: | |
| 52 | + Groovy Map containing sample information |
| 53 | + e.g. [ id:'test' ] |
| 54 | + - ${prefix}/clusterblast/*_c*.txt: |
| 55 | + type: file |
| 56 | + description: Output of ClusterBlast algorithm |
| 57 | + pattern: "clusterblast/*_c*.txt" |
| 58 | + - html_accessory_files: |
| 59 | + - meta: |
| 60 | + type: map |
| 61 | + description: | |
| 62 | + Groovy Map containing sample information |
| 63 | + e.g. [ id:'test' ] |
| 64 | + - ${prefix}/{css,images,js}: |
| 65 | + type: directory |
| 66 | + description: Accessory files for the HTML output |
| 67 | + pattern: "{css/,images/,js/}" |
| 68 | + - knownclusterblast_html: |
| 69 | + - meta: |
| 70 | + type: map |
| 71 | + description: | |
| 72 | + Groovy Map containing sample information |
| 73 | + e.g. [ id:'test' ] |
| 74 | + - ${prefix}/knownclusterblast/region*/ctg*.html: |
| 75 | + type: file |
| 76 | + description: Tables with MIBiG hits in HTML format |
| 77 | + pattern: "knownclusterblast/region*/ctg*.html" |
| 78 | + - knownclusterblast_dir: |
| 79 | + - meta: |
| 80 | + type: map |
| 81 | + description: | |
| 82 | + Groovy Map containing sample information |
| 83 | + e.g. [ id:'test' ] |
| 84 | + - ${prefix}/knownclusterblast/: |
| 85 | + type: directory |
| 86 | + description: Directory with MIBiG hits |
| 87 | + pattern: "knownclusterblast/" |
| 88 | + - knownclusterblast_txt: |
| 89 | + - meta: |
| 90 | + type: map |
| 91 | + description: | |
| 92 | + Groovy Map containing sample information |
| 93 | + e.g. [ id:'test' ] |
| 94 | + - ${prefix}/knownclusterblast/*_c*.txt: |
| 95 | + type: file |
| 96 | + description: Tables with MIBiG hits |
| 97 | + pattern: "knownclusterblast/*_c*.txt" |
| 98 | + - svg_files_clusterblast: |
| 99 | + - meta: |
| 100 | + type: map |
| 101 | + description: | |
| 102 | + Groovy Map containing sample information |
| 103 | + e.g. [ id:'test' ] |
| 104 | + - ${prefix}/svg/clusterblast*.svg: |
| 105 | + type: file |
| 106 | + description: SVG images showing the % identity of the aligned hits against their |
| 107 | + queries |
| 108 | + pattern: "svg/clusterblast*.svg" |
| 109 | + - svg_files_knownclusterblast: |
| 110 | + - meta: |
| 111 | + type: map |
| 112 | + description: | |
| 113 | + Groovy Map containing sample information |
| 114 | + e.g. [ id:'test' ] |
| 115 | + - ${prefix}/svg/knownclusterblast*.svg: |
| 116 | + type: file |
| 117 | + description: SVG images showing the % identity of the aligned hits against their |
| 118 | + queries |
| 119 | + pattern: "svg/knownclusterblast*.svg" |
| 120 | + - gbk_input: |
| 121 | + - meta: |
| 122 | + type: map |
| 123 | + description: | |
| 124 | + Groovy Map containing sample information |
| 125 | + e.g. [ id:'test' ] |
| 126 | + - ${prefix}/*.gbk: |
| 127 | + type: file |
| 128 | + description: Nucleotide sequence and annotations in GenBank format; converted |
| 129 | + from input file |
| 130 | + pattern: "*.gbk" |
| 131 | + - json_results: |
| 132 | + - meta: |
| 133 | + type: map |
| 134 | + description: | |
| 135 | + Groovy Map containing sample information |
| 136 | + e.g. [ id:'test' ] |
| 137 | + - ${prefix}/*.json: |
| 138 | + type: file |
| 139 | + description: Nucleotide sequence and annotations in JSON format; converted from |
| 140 | + GenBank file (gbk_input) |
| 141 | + pattern: "*.json" |
| 142 | + - log: |
| 143 | + - meta: |
| 144 | + type: map |
| 145 | + description: | |
| 146 | + Groovy Map containing sample information |
| 147 | + e.g. [ id:'test' ] |
| 148 | + - ${prefix}/*.log: |
| 149 | + type: file |
| 150 | + description: Contains all the logging output that antiSMASH produced during |
| 151 | + its run |
| 152 | + pattern: "*.log" |
| 153 | + - zip: |
| 154 | + - meta: |
| 155 | + type: map |
| 156 | + description: | |
| 157 | + Groovy Map containing sample information |
| 158 | + e.g. [ id:'test' ] |
| 159 | + - ${prefix}/*.zip: |
| 160 | + type: file |
| 161 | + description: Contains a compressed version of the output folder in zip format |
| 162 | + pattern: "*.zip" |
| 163 | + - gbk_results: |
| 164 | + - meta: |
| 165 | + type: map |
| 166 | + description: | |
| 167 | + Groovy Map containing sample information |
| 168 | + e.g. [ id:'test' ] |
| 169 | + - ${prefix}/*region*.gbk: |
| 170 | + type: file |
| 171 | + description: Nucleotide sequence and annotations in GenBank format; one file |
| 172 | + per antiSMASH hit |
| 173 | + pattern: "*region*.gbk" |
| 174 | + - clusterblastoutput: |
| 175 | + - meta: |
| 176 | + type: map |
| 177 | + description: | |
| 178 | + Groovy Map containing sample information |
| 179 | + e.g. [ id:'test' ] |
| 180 | + - ${prefix}/clusterblastoutput.txt: |
| 181 | + type: file |
| 182 | + description: Raw BLAST output of known clusters previously predicted by antiSMASH |
| 183 | + using the built-in ClusterBlast algorithm |
| 184 | + pattern: "clusterblastoutput.txt" |
| 185 | + - html: |
| 186 | + - meta: |
| 187 | + type: map |
| 188 | + description: | |
| 189 | + Groovy Map containing sample information |
| 190 | + e.g. [ id:'test' ] |
| 191 | + - ${prefix}/index.html: |
| 192 | + type: file |
| 193 | + description: Graphical web view of results in HTML format |
| 194 | + patterN: "index.html" |
| 195 | + - knownclusterblastoutput: |
| 196 | + - meta: |
| 197 | + type: map |
| 198 | + description: | |
| 199 | + Groovy Map containing sample information |
| 200 | + e.g. [ id:'test' ] |
| 201 | + - ${prefix}/knownclusterblastoutput.txt: |
| 202 | + type: file |
| 203 | + description: Raw BLAST output of known clusters of the MIBiG database |
| 204 | + pattern: "knownclusterblastoutput.txt" |
| 205 | + - json_sideloading: |
| 206 | + - meta: |
| 207 | + type: map |
| 208 | + description: | |
| 209 | + Groovy Map containing sample information |
| 210 | + e.g. [ id:'test' ] |
| 211 | + - ${prefix}/regions.js: |
| 212 | + type: file |
| 213 | + description: Sideloaded annotations of protoclusters and/or subregions (see |
| 214 | + antiSMASH documentation "Annotation sideloading") |
| 215 | + pattern: "regions.js" |
| 216 | + - versions: |
| 217 | + - versions.yml: |
| 218 | + type: file |
| 219 | + description: File containing software versions |
| 220 | + pattern: "versions.yml" |
| 221 | +authors: |
| 222 | + - "@jasmezz" |
| 223 | +maintainers: |
| 224 | + - "@jasmezz" |
| 225 | + - "@jfy133" |
0 commit comments