annotate antismash.xml @ 29:1bd412e72a7e draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
author bgruening
date Sun, 09 Aug 2020 14:14:23 +0000
parents ed97258d0be4
children 0655cd9e854a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
2 <tool id="antismash" name="Antismash" version="5.1.2" profile="17.01">
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
3 <description>allows the genome-wide identification, annotation and analysis of secondary metabolite biosynthesis gene clusters</description>
4
9b91d26ee080 Uploaded
bgruening
parents: 0
diff changeset
4 <requirements>
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
5 <requirement type="package" version="5.1.2">antismash</requirement>
4
9b91d26ee080 Uploaded
bgruening
parents: 0
diff changeset
6 </requirements>
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
7 <version_command>antismash --version</version_command>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
8 <command detect_errors="aggressive">
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
9 <![CDATA[
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
10 export PYTHONWARNINGS="ignore::FutureWarning" &&
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
11
15
9a099b9b6857 Uploaded
bgruening
parents: 13
diff changeset
12 #import os, glob
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
13 #set $htmloutputfolder = $html.files_path
23
d26e8aa37ce9 Uploaded
bgruening
parents: 22
diff changeset
14 #if str($infile.ext) == 'genbank':
d26e8aa37ce9 Uploaded
bgruening
parents: 22
diff changeset
15 #set $file_extension = 'gb'
d26e8aa37ce9 Uploaded
bgruening
parents: 22
diff changeset
16 #else:
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
17 #set $file_extension = $infile.ext
15
9a099b9b6857 Uploaded
bgruening
parents: 13
diff changeset
18 #end if
9a099b9b6857 Uploaded
bgruening
parents: 13
diff changeset
19
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
20 ln -s '$infile' input_tempfile.$file_extension &&
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
21
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
22 ## create html folder
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
23 mkdir -p '$htmloutputfolder' &&
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
24
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
25 antismash
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
26 --cpus "\${GALAXY_SLOTS:-12}"
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
27 --taxon '${cond_taxon.taxon}'
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
28
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
29 --genefinding-tool $cond_taxon.genefinding_tool
0
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
30
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
31 ${cb_general}
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
32 ${cb_subclusters}
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
33 ${cb_knownclusters}
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
34 ${smcog_trees}
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
35 --tta-threshold ${tta_threshold}
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
36 ${asf}
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
37
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
38 ${extra_cluster}
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
39 ${clusterhmmer}
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
40 ${fullhmmer}
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
41 #if $cond_taxon.taxon == 'fungi':
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
42 $cond_taxon.cassis
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
43 #end if
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
44
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
45 input_tempfile.$file_extension &&
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
46
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
47 ## copy all content to html folder
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
48 cp input_tempfile/index.html '${html}' 2> /dev/null &&
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
49 cp -r input_tempfile/* '${htmloutputfolder}'
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
50
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
51 ]]>
0
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
52 </command>
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
53 <inputs>
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
54 <param name="infile" type="data" format="genbank,fasta,embl" label="Sequence file in GenBank,EMBL or FASTA format"/>
0
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
55
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
56 <conditional name="cond_taxon">
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
57 <param argument="--taxon" type="select" label="Origin of DNA">
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
58 <option value="bacteria" selected="True">Bacteria</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
59 <option value="fungi">Fungi</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
60 </param>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
61 <when value="bacteria">
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
62 <param argument="--genefinding-tool" type="select" label="Specify algorithm used for gene finding"
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
63 help="The 'error' option will raise an error if genefinding is attempted. The 'none' option will not run genefinding">
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
64 <option value="prodigal" selected="True">Prodigal</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
65 <option value="prodigal-m">Prodigal Metagenomic/Anonymous</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
66 <option value="glimmerhmm">GlimmerHMM</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
67 <option value="none">None</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
68 <option value="error">Error</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
69 </param>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
70 </when>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
71 <when value="fungi">
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
72 <param argument="--genefinding-tool" type="select" label="Specify algorithm used for gene finding"
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
73 help="The 'error' option will raise an error if genefinding is attempted. The 'none' option will not run genefinding">
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
74 <option value="glimmerhmm">GlimmerHMM</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
75 <option value="none">None</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
76 <option value="error">Error</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
77 </param>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
78 <param argument="--cassis" type="boolean" truevalue="--cassis" falsevalue="" checked="False"
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
79 label="Motif based prediction of SM gene cluster regions" />
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
80 </when>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
81 </conditional>
25
99435bb90725 Uploaded
bgruening
parents: 24
diff changeset
82
4
9b91d26ee080 Uploaded
bgruening
parents: 0
diff changeset
83
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
84 <param argument="--cb-general" type="boolean" truevalue="--cb-general" falsevalue="" checked="False"
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
85 label="BLAST identified clusters against known clusters"
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
86 help="Compare identified clusters against a database of antiSMASH-predicted clusters." />
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
87 <param argument="--cb-subclusters" type="boolean" truevalue="--cb-subclusters" falsevalue="" checked="True"
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
88 label="Subcluster BLAST analysis"
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
89 help="Compare identified clusters against known subclusters responsible for synthesising precursors." />
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
90 <param argument="--cb-knownclusters" type="boolean" truevalue="--cb-knownclusters" falsevalue="" checked="True"
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
91 label="KnowCluster BLAST analysis"
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
92 help="Compare identified clusters against known gene clusters from the MIBiG database."/>
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
93 <param argument="--smcog-trees" type="boolean" checked="True" truevalue="--smcog-trees" falsevalue=""
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
94 label="Analysis of secondary metabolism gene families (smCOGs)"
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
95 help="Look for sec. met. clusters of orthologous groups."/>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
96 <param argument="--asf" type="boolean" truevalue="--asf" falsevalue="" checked="True"
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
97 label="Run active site finder analysus" />
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
98 <param argument="-pfam2go" type="boolean" truevalue="-pfam2go" falsevalue="" checked="True"
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
99 label="Run Pfam to Gene Ontology mapping module" />
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
100 <param argument="--tta-threshold" type="float" value="0.65" label="Lowest GC content to annotate TTA codons at" />
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
101
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
102 <param argument="--clusterhmmer" type="boolean" truevalue="--clusterhmmer" falsevalue="" checked="False"
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
103 label="Run a cluster-limited HMMer analysis" />
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
104 <param argument="--fullhmmer" type="boolean" truevalue="--fullhmmer" falsevalue="" checked="False"
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
105 label="Run a whole-genome HMMer analysis" />
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
106
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
107 <param name="extra_cluster" type="select" label="Clusters">
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
108 <option value="--cf-create-clusters" selected="True">Find extra clusters</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
109 <option value="--cf-borders-only">Only annotate borders of existing clusters</option>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
110 </param>
15
9a099b9b6857 Uploaded
bgruening
parents: 13
diff changeset
111
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
112 <param name="outputs" type="select" multiple="true" label="Outputs">
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
113 <option value="html" selected="True">HTML file</option>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
114 <option value="all">All results</option>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
115 <option value="embl">EMBL files</option>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
116 <option value="gb">GenBank files</option>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
117 <option value="genecluster_tabular">Gene clusters</option>
0
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
118 </param>
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
119
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
120 </inputs>
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
121 <outputs>
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
122 <collection type="list" name="genecluster_tabular" label="${tool.name} on ${on_string} (Gene Cluster)">
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
123 <discover_datasets pattern="(?P&lt;designation&gt;.*)\.txt" directory="input_tempfile" ext="txt" visible="false" />
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
124 <filter>'genecluster_tabular' in outputs</filter>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
125 </collection>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
126 <collection name="genbank" type="list" label="${tool.name} on ${on_string} (GenBank)">
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
127 <discover_datasets pattern="(?P&lt;designation&gt;.*)\.gbk" directory="input_tempfile" ext="genbank" visible="false" />
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
128 <filter>'gb' in outputs</filter>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
129 </collection>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
130 <collection name="embl" type="list" label="${tool.name} on ${on_string} (EMBL)">
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
131 <discover_datasets pattern="(?P&lt;designation&gt;.*)\.gbk" directory="input_tempfile" ext="embl" visible="false" />
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
132 <filter>'embl' in outputs</filter>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
133 </collection>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
134 <collection name="archive" type="list" label="${tool.name} on ${on_string} (all files compressed)">
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
135 <discover_datasets pattern="(?P&lt;designation&gt;.*)\.zip" directory="input_tempfile" ext="zip" visible="false" />
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
136 <filter>'all' in outputs</filter>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
137 </collection>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
138 <data format="html" name="html" label="${tool.name} on ${on_string} (html report)" />
0
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
139 </outputs>
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
140 <tests>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
141 <test>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
142 <param name="infile" value="sequence.fasta"/>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
143 <output name="html" file="index.html"/>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
144 </test>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
145 <test>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
146 <param name="infile" value="sequence.gb"/>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
147 <param name="outputs" value="html,gb"/>
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
148 <param name="taxon" value="fungi"/>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
149 <param name="clusterhmmer" value="True"/>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
150 <param name="fullhmmer" value="True"/>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
151 <param name="extra_cluster" value="--cf-create-clusters"/>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
152 <param name="cassis" value="True"/>
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
153 <param name="cb_general" value="True"/>
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
154 <output_collection name="genbank" type="list">
29
1bd412e72a7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents: 28
diff changeset
155 <element name="ARBH01000003.1.cluster001" file="ARBH01000003.1.cluster001" ftype="genbank" />
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
156 <element name="ARBH01000003.1.final" file="ARBH01000003.1.final" ftype="genbank"/>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
157 </output_collection>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
158 <output name="html" file="index.2.html"/>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
159 </test>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
160 </tests>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
161 <help>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
162 <![CDATA[
0
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
163
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
164 **What it does**
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
165
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
167 It integrates and cross-links with a large number of in silico secondary metabolite analysis tools that have been published earlier.
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
168
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
170
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
171 **Input**
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
172
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
173 The ideal input for antiSMASH is an annotated nucleotide file in Genbank format or EMBL format.
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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.
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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.
11
d2c2eb518142 Uploaded
bgruening
parents: 9
diff changeset
176
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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.
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
178 You can also provide gene annotations in GFF3 foramt. Input files should be properly formatted.
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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".
11
d2c2eb518142 Uploaded
bgruening
parents: 9
diff changeset
180
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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.
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
182 This analysis is selected by default
11
d2c2eb518142 Uploaded
bgruening
parents: 9
diff changeset
183
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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.
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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
11
d2c2eb518142 Uploaded
bgruening
parents: 9
diff changeset
186
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
187 **Ouput**
0
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
188
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
190
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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.
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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.
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
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.
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
194 The EMBL/GenBank file can be viewed in a genome browser such as Artemis.
0
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
195
27
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
196 ]]>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
197 </help>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
198 <citations>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
199 <citation type="doi">10.1093/nar/gkv437</citation>
ab3eff2028f8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents: 26
diff changeset
200 </citations>
0
7ad005dfbe78 Uploaded
bgruening
parents:
diff changeset
201 </tool>