Mercurial > repos > bgruening > antismash
annotate antismash.xml @ 3:5784e268efca draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
author | bgruening |
---|---|
date | Sun, 09 Aug 2020 10:15:12 -0400 |
parents | 3f0077c88c16 |
children | e78e25d3b4bd |
rev | line source |
---|---|
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
1 <?xml version='1.0' encoding='utf-8'?> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
2 <tool id="antismash" name="Antismash" version="5.1.2" profile="17.01"> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
3 <description>allows the genome-wide identification, annotation and analysis of secondary metabolite biosynthesis gene clusters</description> |
0 | 4 <requirements> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
5 <requirement type="package" version="5.1.2">antismash</requirement> |
0 | 6 </requirements> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
7 <version_command>antismash --version</version_command> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
8 <command detect_errors="aggressive"> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
9 <![CDATA[ |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
10 export PYTHONWARNINGS="ignore::FutureWarning" && |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
11 |
0 | 12 #import os, glob |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
13 #set $htmloutputfolder = $html.files_path |
0 | 14 #if str($infile.ext) == 'genbank': |
15 #set $file_extension = 'gb' | |
16 #else: | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
17 #set $file_extension = $infile.ext |
0 | 18 #end if |
19 | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
20 ln -s '$infile' input_tempfile.$file_extension && |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
21 |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
22 ## create html folder |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
23 mkdir -p '$htmloutputfolder' && |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
24 |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
25 antismash |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
26 --cpus "\${GALAXY_SLOTS:-12}" |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
27 --taxon '${cond_taxon.taxon}' |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
28 |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
29 --genefinding-tool $cond_taxon.genefinding_tool |
0 | 30 |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
31 ${cb_general} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
32 ${cb_subclusters} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
33 ${cb_knownclusters} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
34 ${smcog_trees} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
35 --tta-threshold ${tta_threshold} |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
36 ${asf} |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
37 |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
38 ${extra_cluster} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
39 ${clusterhmmer} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
40 ${fullhmmer} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
41 #if $cond_taxon.taxon == 'fungi': |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
42 $cond_taxon.cassis |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
43 #end if |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
44 |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
45 input_tempfile.$file_extension && |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
46 |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
47 ## copy all content to html folder |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
48 cp input_tempfile/index.html '${html}' 2> /dev/null && |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
49 cp -r input_tempfile/* '${htmloutputfolder}' |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
50 |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
51 ]]> |
0 | 52 </command> |
53 <inputs> | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
54 <param name="infile" type="data" format="genbank,fasta,embl" label="Sequence file in GenBank,EMBL or FASTA format"/> |
0 | 55 |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
56 <conditional name="cond_taxon"> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
57 <param argument="--taxon" type="select" label="Origin of DNA"> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
58 <option value="bacteria" selected="True">Bacteria</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
59 <option value="fungi">Fungi</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
60 </param> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
61 <when value="bacteria"> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
62 <param argument="--genefinding-tool" type="select" label="Specify algorithm used for gene finding" |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
63 help="The 'error' option will raise an error if genefinding is attempted. The 'none' option will not run genefinding"> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
64 <option value="prodigal" selected="True">Prodigal</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
65 <option value="prodigal-m">Prodigal Metagenomic/Anonymous</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
66 <option value="glimmerhmm">GlimmerHMM</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
67 <option value="none">None</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
68 <option value="error">Error</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
69 </param> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
70 </when> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
71 <when value="fungi"> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
72 <param argument="--genefinding-tool" type="select" label="Specify algorithm used for gene finding" |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
73 help="The 'error' option will raise an error if genefinding is attempted. The 'none' option will not run genefinding"> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
74 <option value="glimmerhmm">GlimmerHMM</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
75 <option value="none">None</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
76 <option value="error">Error</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
77 </param> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
78 <param argument="--cassis" type="boolean" truevalue="--cassis" falsevalue="" checked="False" |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
79 label="Motif based prediction of SM gene cluster regions" /> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
80 </when> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
81 </conditional> |
0 | 82 |
83 | |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
84 <param argument="--cb-general" type="boolean" truevalue="--cb-general" falsevalue="" checked="False" |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
85 label="BLAST identified clusters against known clusters" |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
86 help="Compare identified clusters against a database of antiSMASH-predicted clusters." /> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
87 <param argument="--cb-subclusters" type="boolean" truevalue="--cb-subclusters" falsevalue="" checked="True" |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
88 label="Subcluster BLAST analysis" |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
89 help="Compare identified clusters against known subclusters responsible for synthesising precursors." /> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
90 <param argument="--cb-knownclusters" type="boolean" truevalue="--cb-knownclusters" falsevalue="" checked="True" |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
91 label="KnowCluster BLAST analysis" |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
92 help="Compare identified clusters against known gene clusters from the MIBiG database."/> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
93 <param argument="--smcog-trees" type="boolean" checked="True" truevalue="--smcog-trees" falsevalue="" |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
94 label="Analysis of secondary metabolism gene families (smCOGs)" |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
95 help="Look for sec. met. clusters of orthologous groups."/> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
96 <param argument="--asf" type="boolean" truevalue="--asf" falsevalue="" checked="True" |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
97 label="Run active site finder analysus" /> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
98 <param argument="-pfam2go" type="boolean" truevalue="-pfam2go" falsevalue="" checked="True" |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
99 label="Run Pfam to Gene Ontology mapping module" /> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
100 <param argument="--tta-threshold" type="float" value="0.65" label="Lowest GC content to annotate TTA codons at" /> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
101 |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
102 <param argument="--clusterhmmer" type="boolean" truevalue="--clusterhmmer" falsevalue="" checked="False" |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
103 label="Run a cluster-limited HMMer analysis" /> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
104 <param argument="--fullhmmer" type="boolean" truevalue="--fullhmmer" falsevalue="" checked="False" |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
105 label="Run a whole-genome HMMer analysis" /> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
106 |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
107 <param name="extra_cluster" type="select" label="Clusters"> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
108 <option value="--cf-create-clusters" selected="True">Find extra clusters</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
109 <option value="--cf-borders-only">Only annotate borders of existing clusters</option> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
110 </param> |
0 | 111 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
112 <param name="outputs" type="select" multiple="true" label="Outputs"> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
113 <option value="html" selected="True">HTML file</option> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
114 <option value="all">All results</option> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
115 <option value="embl">EMBL files</option> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
116 <option value="gb">GenBank files</option> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
117 <option value="genecluster_tabular">Gene clusters</option> |
0 | 118 </param> |
119 | |
120 </inputs> | |
121 <outputs> | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
122 <collection type="list" name="genecluster_tabular" label="${tool.name} on ${on_string} (Gene Cluster)"> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
123 <discover_datasets pattern="(?P<designation>.*)\.txt" directory="input_tempfile" ext="txt" visible="false" /> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
124 <filter>'genecluster_tabular' in outputs</filter> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
125 </collection> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
126 <collection name="genbank" type="list" label="${tool.name} on ${on_string} (GenBank)"> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
127 <discover_datasets pattern="(?P<designation>.*)\.gbk" directory="input_tempfile" ext="genbank" visible="false" /> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
128 <filter>'gb' in outputs</filter> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
129 </collection> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
130 <collection name="embl" type="list" label="${tool.name} on ${on_string} (EMBL)"> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
131 <discover_datasets pattern="(?P<designation>.*)\.gbk" directory="input_tempfile" ext="embl" visible="false" /> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
132 <filter>'embl' in outputs</filter> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
133 </collection> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
134 <collection name="archive" type="list" label="${tool.name} on ${on_string} (all files compressed)"> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
135 <discover_datasets pattern="(?P<designation>.*)\.zip" directory="input_tempfile" ext="zip" visible="false" /> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
136 <filter>'all' in outputs</filter> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
137 </collection> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
138 <data format="html" name="html" label="${tool.name} on ${on_string} (html report)" /> |
0 | 139 </outputs> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
140 <tests> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
141 <test> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
142 <param name="infile" value="sequence.fasta"/> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
143 <output name="html" file="index.html"/> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
144 </test> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
145 <test> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
146 <param name="infile" value="sequence.gb"/> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
147 <param name="outputs" value="html,gb"/> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
148 <param name="taxon" value="fungi"/> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
149 <param name="clusterhmmer" value="True"/> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
150 <param name="fullhmmer" value="True"/> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
151 <param name="extra_cluster" value="--cf-create-clusters"/> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
152 <param name="cassis" value="True"/> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
153 <param name="cb_general" value="True"/> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
154 <output_collection name="genbank" type="list"> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
155 <element name="ARBH01000003.1.cluster001" file="ARBH01000003.1.cluster001" ftype="genbank" /> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
156 <element name="ARBH01000003.1.final" file="ARBH01000003.1.final" ftype="genbank"/> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
157 </output_collection> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
158 <output name="html" file="index.2.html"/> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
159 </test> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
160 </tests> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
161 <help> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
162 <![CDATA[ |
0 | 163 |
164 **What it does** | |
165 | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
166 AntiSMASH allows the rapid genome-wide identification, annotation and analysis of secondary metabolite biosynthesis gene clusters in bacterial and fungal genomes. |
0 | 167 It integrates and cross-links with a large number of in silico secondary metabolite analysis tools that have been published earlier. |
168 | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
169 antiSMASH is powered by several open source tools: NCBI BLAST+, HMMer 3, Muscle 3, Glimmer 3, FastTree, TreeGraph 2, Indigo-depict, PySVG and JQuery SVG. |
0 | 170 |
171 **Input** | |
172 | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
173 The ideal input for antiSMASH is an annotated nucleotide file in Genbank format or EMBL format. |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
174 You can either upload a GenBank/EMBL file manually, or simply enter the GenBank/RefSeq accession number of your sequence for antiSMASH to upload it. |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
175 If no annotation is available, we recommend running your sequence through an annotation pipeline like RAST to obtain GBK/EMBL files with high-quality annotations. |
0 | 176 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
177 Alternatively, you can provide a FASTA file containing a single sequence. antiSMASH will generate a preliminary annotation using Prodigal, and use that to run the rest of the analysis. |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
178 You can also provide gene annotations in GFF3 foramt. Input files should be properly formatted. |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
179 If you are creating your GBK/EMBL/FASTA file manually, be sure to do so in a plain text editor like Notepad or Emacs, and saving your files as "All files (.)", ending with the correct extension (for example ".fasta", ".gbk", or ".embl". |
0 | 180 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
181 There are several optional analyses that may or may not be run on your sequence. Highly recommended is the Gene Cluster Blast Comparative Analysis, which runs BlastP using each amino acid sequence from a detected gene cluster as a query on a large database of predicted protein sequences from secondary metabolite biosynthetic gene clusters, and pools the results to identify the gene clusters that are most homologous to the gene cluster that was detected in your query nucleotide sequence. |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
182 This analysis is selected by default |
0 | 183 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
184 Also available is the analysis of secondary metabolism gene families (smCOGs). This analysis attempts to allocate each gene in the detected gene clusters to a secondary metabolism-specific gene family using profile hidden Markov models specific for the conserved sequence region characteristic of this family. |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
185 Additionally, a phylogenetic tree is constructed of each gene together with the (max. 100) sequences of the smCOG seed alignment. This analysis is selected by default |
0 | 186 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
187 **Ouput** |
0 | 188 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
189 The output of the antiSMASH analysis pipeline is organized in an interactive HTML page with SVG graphics, and different parts of the analysis are displayed in different panels for every gene cluster |
0 | 190 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
191 In the upper right, a small list of buttons offers further functionality. The house-shaped button will get you back on the antiSMASH start page. |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
192 The question-mark button will get you to this help page. The exclamation-mark button leads to a page explaining about antiSMASH. |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
193 The downward-pointing arrow will open a menu offering to download the complete set of results from the antiSMASH run, a summary Excel file and to the summary EMBL/GenBank output file. |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
194 The EMBL/GenBank file can be viewed in a genome browser such as Artemis. |
0 | 195 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
196 ]]> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
197 </help> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
198 <citations> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
199 <citation type="doi">10.1093/nar/gkv437</citation> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
200 </citations> |
0 | 201 </tool> |