Mercurial > repos > bgruening > antismash
annotate antismash.xml @ 5:bc88856eddab draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
author | bgruening |
---|---|
date | Tue, 05 Jul 2022 10:37:38 +0000 |
parents | e78e25d3b4bd |
children |
rev | line source |
---|---|
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
1 <tool id="antismash" name="Antismash" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
2 <description>allows the genome-wide identification, annotation and analysis of secondary metabolite biosynthesis gene clusters</description> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
3 <macros> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
4 <import>macros.xml</import> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
5 </macros> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
6 <expand macro='requirements'/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
7 <expand macro="bio_tools"/> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
8 <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
|
9 <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
|
10 <![CDATA[ |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
11 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
|
12 |
0 | 13 #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
|
14 #set $htmloutputfolder = $html.files_path |
0 | 15 #if str($infile.ext) == 'genbank': |
16 #set $file_extension = 'gb' | |
17 #else: | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
18 #set $file_extension = $infile.ext |
0 | 19 #end if |
20 | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
21 ln -s '$infile' input_tempfile.$file_extension && |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
22 #if $genefinding_gff3 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
23 ln -s $genefinding_gff3 annotation.gff3 && |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
24 #end if |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
25 |
5
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
26 #if $sideload.file |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
27 #if $sideload.format == 'harmonize' |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
28 python '$__tool_directory__/harmonize2antismash.py' '$sideload.file' sideload.json && |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
29 #else |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
30 ln -s '$sideload.file' sideload.json && |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
31 #end if |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
32 #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
|
33 |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
34 ## 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
|
35 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
|
36 |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
37 antismash |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
38 --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
|
39 --taxon '${cond_taxon.taxon}' |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
40 #if $genefinding_gff3 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
41 --genefinding-gff3 annotation.gff3 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
42 #end if |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
43 --genefinding-tool $cond_taxon.genefinding_tool |
0 | 44 |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
45 ${cb_general} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
46 ${cb_subclusters} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
47 ${cb_knownclusters} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
48 ${smcog_trees} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
49 --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
|
50 ${asf} |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
51 |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
52 ${clusterhmmer} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
53 ${fullhmmer} |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
54 #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
|
55 $cond_taxon.cassis |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
56 #else |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
57 $cond_taxon.tigrfam |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
58 #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
|
59 |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
60 ${cc_mibig} |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
61 ${rre} |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
62 --logfile $log |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
63 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
64 ## Advanced options |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
65 --minlength $advanced_options.minlength |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
66 --hmmdetection-strictness $advanced_options.hmmdetection_strictness |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
67 --cb-nclusters $advanced_options.cb_nclusters |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
68 --cb-min-homology-scale $advanced_options.cb_min_homology_scale |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
69 --rre-cutoff $advanced_options.rre_cutoff |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
70 --rre-minlength $advanced_options.rre_minlength |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
71 |
5
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
72 #if $sideload.file |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
73 --sideload 'sideload.json' |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
74 #end if |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
75 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
76 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
|
77 |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
78 ## 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
|
79 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
|
80 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
|
81 ]]> |
0 | 82 </command> |
83 <inputs> | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
84 <param name="infile" type="data" format="genbank,fasta,embl" label="Sequence file in GenBank,EMBL or FASTA format"/> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
85 <param argument="--genefinding-gff3" type="data" format="gff3" optional="true" label="GFF3 file" help="Specify GFF3 file to extract features from" /> |
0 | 86 |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
87 <conditional name="cond_taxon"> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
88 <param argument="--taxon" type="select" label="Taxonomic classification of input sequence" help="Source of DNA"> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
89 <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
|
90 <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
|
91 </param> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
92 <when value="bacteria"> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
93 <expand macro="genefinding"> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
94 <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
|
95 <option value="prodigal-m">Prodigal Metagenomic/Anonymous</option> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
96 </expand> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
97 <param argument="--tigrfam" type="boolean" truevalue="--tigrfam" falsevalue="" checked="false" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
98 label="Annotate with TIGRFam" help="Annotate clusters using TIGRFam profiles. TIGRFAMs is a |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
99 collection of manually curated protein families focusing primarily on prokaryotic sequences" /> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
100 </when> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
101 <when value="fungi"> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
102 <expand macro="genefinding"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
103 <param argument="--cassis" type="boolean" truevalue="--cassis" falsevalue="" checked="false" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
104 label="Motif based prediction of SM gene cluster regions" help="Improved prediction of gene cluster borders for fungal BGCs (CASSIS)"/> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
105 </when> |
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
106 </conditional> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
107 <param argument="--fullhmmer" type="boolean" truevalue="--fullhmmer" falsevalue="" checked="false" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
108 label="Full genome PFAM anotation" help="Each gene product encoded in the detected BGCs is analyzed against the PFAM database. |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
109 Hits are annotated in the final Genbank/EMBL files. Also, selecting this option normally increases the runtime"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
110 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
111 <param argument="--clusterhmmer" type="boolean" truevalue="--clusterhmmer" falsevalue="" checked="false" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
112 label="PFAM anotation for only clusters" help="Run a cluster-limited HMMer analysis" /> |
0 | 113 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
114 <param argument="--asf" type="boolean" truevalue="--asf" falsevalue="" checked="True" |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
115 label="Run active site finder analysis" help="Active sites of several highly conserved biosynthetic enzymes are detected and variations of the active sites are reported"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
116 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
117 <param argument="--cc-mibig" type="boolean" truevalue="--cc-mibig" falsevalue="" checked="false" label="Comparison against MIBiG database" help="Run a comparison against the MIBiG database" /> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
118 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
119 <param argument="--cb-general" type="boolean" truevalue="--cb-general" falsevalue="" checked="false" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
120 label="BLAST identified clusters against known clusters" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
121 help="Compare identified clusters against a database of antiSMASH-predicted clusters." /> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
122 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
123 <param argument="--cb-knownclusters" type="boolean" truevalue="--cb-knownclusters" falsevalue="" checked="true" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
124 label="KnowCluster BLAST analysis" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
125 help="Compare identified clusters against known gene clusters from the MIBiG database. MIBiG is a hand curated data collection of biosynthetic |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
126 gene clusters, which have been experimentally characterized"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
127 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
128 <param argument="--cb-subclusters" type="boolean" truevalue="--cb-subclusters" falsevalue="" checked="true" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
129 label="Subcluster BLAST analysis" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
130 help="The identified clusters are searched against a database containing operons involved in the biosynthesis of common secondary metabolite building |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
131 blocks (e.g. the biosynthesis of non-proteinogenic amino acids)" /> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
132 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
133 <param argument="--pfam2go" type="boolean" truevalue="--pfam2go" falsevalue="" checked="true" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
134 label="Run Pfam to Gene Ontology mapping module" /> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
135 |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
136 <param argument="--rre" type="boolean" truevalue="--rre" falsevalue="" checked="true" label="RREFinder precision mode" help="Run RREFinder precision mode on all RiPP gene clusters. Many ribosomally |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
137 synthesized and posttranslationally modified peptide classes (RiPPs) are reliant on a domain called the RiPP recognition element (RRE). The RRE binds specifically to a precursor peptide and directs |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
138 the posttranslational modification enzymes to their substrates" /> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
139 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
140 <param argument="--smcog-trees" type="boolean" checked="True" truevalue="--smcog-trees" falsevalue="" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
141 label="Analysis of secondary metabolism gene families (smCOGs)" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
142 help="It attempts to allocate each gene in the detected gene clusters to a secondary metabolism-specific gene family using profile hidden Markov models specific for |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
143 the conserved sequence region characteristic of this family. In other words, each gene of the cluster is compared to a database of clusters of orthologous groups |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
144 of proteins involved in secondary metabolism"/> |
3
5784e268efca
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
2
diff
changeset
|
145 |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
146 <param argument="--tta-threshold" type="float" value="0.65" label="Lowest GC content to annotate TTA codons at" |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
147 help="High-GC containing bacterial sequences contain the rare Leu-codon “TTA” as a mean for post-transcriptional regulation by limiting/controlling the amount of TTA-tNRA in the cell. |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
148 This type of regulation is commonly found in secondary metabolite BGCs. This feature will annotate such TTA codons in the identified BGCs. Default: 0.65"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
149 <section name="advanced_options" title="Advanced options"> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
150 <param argument="--minlength" type="integer" min="0" value="1000" label="Min length" help="Only process sequences larger than this value. Default: 1000" /> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
151 <param argument="--hmmdetection-strictness" type="select" label="HMM detection strictness" help="Defines which level of strictness to use for HMM-based cluster detection. Default: relaxed"> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
152 <option value="strict">Strict</option> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
153 <option value="relaxed" selected="true">Relaxed</option> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
154 <option value="loose">Loose</option> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
155 </param> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
156 <param argument="--cb-nclusters" type="integer" min="0" max="50" value="10" label="Number of clusters from ClusterBlast to display" help="Default: 10" /> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
157 <param argument="--cb-min-homology-scale" type="float" min="0" max="1" value="0" label="ClusterBlast minimum scaling factor" help="A minimum scaling factor |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
158 for the query BGC in ClusterBlast results. Default: 0" /> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
159 <param argument="--rre-cutoff" type="float" min="0" max="100" value="25" label="RRE cutoff" help="Bitscore cutoff for RRE pHMM detection. Default: 25.0" /> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
160 <param argument="--rre-minlength" type="integer" min="0" max="100" value="50" label="RRE minlength" help="Minimum amino acid length of RRE domains. Default: 50" /> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
161 </section> |
0 | 162 |
5
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
163 <section name="sideload" title="Sideloading" help="Sideloading allows you to load external datasets into AntiSMASH"> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
164 <param argument="--sideload" name="file" type="data" format="json" optional="true" label="sideload json file" help="Sideload json file to add to your report" /> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
165 <param name="format" type="select" label="Sideload Format"> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
166 <option value="harmonize">hAMRonize summarize JSON</option> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
167 <option value="native">AntiSMASH JSON</option> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
168 </param> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
169 </section> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
170 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
171 <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
|
172 <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
|
173 <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
|
174 <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
|
175 <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
|
176 <option value="genecluster_tabular">Gene clusters</option> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
177 <option value="log">Log file</option> |
0 | 178 </param> |
179 | |
180 </inputs> | |
181 <outputs> | |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
182 <collection type="list" name="genecluster_tabular" label="${tool.name} on ${on_string}: Gene Cluster"> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
183 <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
|
184 <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
|
185 </collection> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
186 <collection name="genbank" type="list" label="${tool.name} on ${on_string}: GenBank"> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
187 <discover_datasets pattern="(?P<designation>.*)\.gbk" directory="input_tempfile" ext="genbank" visible="false" /> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
188 <filter>'gb' in outputs or fullhmmer</filter> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
189 </collection> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
190 <collection name="embl" type="list" label="${tool.name} on ${on_string}: EMBL"> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
191 <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
|
192 <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
|
193 </collection> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
194 <collection name="archive" type="list" label="${tool.name} on ${on_string}: all files compressed"> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
195 <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
|
196 <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
|
197 </collection> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
198 <data format="html" name="html" label="${tool.name} on ${on_string}: HTML report" /> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
199 <data format="txt" name="log" label="${tool.name} on ${on_string}: log file"> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
200 <filter>'log' in outputs</filter> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
201 </data> |
0 | 202 </outputs> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
203 <tests> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
204 <test expect_num_outputs="1"> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
205 <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
|
206 <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
|
207 </test> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
208 <test expect_num_outputs="2"> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
209 <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
|
210 <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
|
211 <param name="taxon" value="fungi"/> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
212 <param name="clusterhmmer" value="true"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
213 <param name="fullhmmer" value="true"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
214 <param name="cassis" value="true"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
215 <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
|
216 <output_collection name="genbank" type="list"> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
217 <element name="input_tempfile" file="test_02.genbank" ftype="genbank" lines_diff="2"/> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
218 </output_collection> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
219 <output name="html" file="index.2.html" ftype="html"> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
220 <assert_contents> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
221 <has_text text="No results found on input"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
222 </assert_contents> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
223 </output> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
224 </test> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
225 |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
226 <test expect_num_outputs="3"> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
227 <param name="infile" value="sequence_long.fasta"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
228 <param name="genefinding_gff3" value="annotation.gff3"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
229 <param name="fullhmmer" value="true"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
230 <param name="cc_mibig" value="true"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
231 <param name="pfam2go" value="true"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
232 <param name="rre" value="true"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
233 <param name="outputs" value="html,gb,log"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
234 <section name="advanced_options"> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
235 <param name="minlength" value="1000"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
236 <param name="hmmdetection_strictness" value="strict"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
237 <param name="cb_nclusters" value="10"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
238 <param name="cb_min_homology_scale" value="0.1"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
239 <param name="rre_cutoff" value="10"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
240 <param name="rre_minlength" value="50"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
241 </section> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
242 <output_collection name="genbank" type="list"> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
243 <element name="input_tempfile" file="test_03.genbank" ftype="genbank" lines_diff="2"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
244 </output_collection> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
245 <output name="html" file="index.3.html" ftype="html"> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
246 <assert_contents> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
247 <has_text text="No results found on input"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
248 </assert_contents> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
249 </output> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
250 <output name="log"> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
251 <assert_contents> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
252 <has_text text="antiSMASH status: SUCCESS"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
253 <has_text text="HMM detection using strictness: strict"/> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
254 </assert_contents> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
255 </output> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
256 </test> |
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
257 |
5
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
258 <test expect_num_outputs="1"> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
259 <param name="infile" value="sequence.fasta"/> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
260 <section name="sideload"> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
261 <param name="format" value="native"/> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
262 <param name="file" value="sideload.json"/> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
263 </section> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
264 <output name="html" file="index.4.html"/> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
265 </test> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
266 |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
267 <test expect_num_outputs="1"> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
268 <param name="infile" value="sequence.fasta"/> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
269 <section name="sideload"> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
270 <param name="format" value="harmonize"/> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
271 <param name="file" value="harmonize.json"/> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
272 </section> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
273 <output name="html" file="index.5.html"/> |
bc88856eddab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
4
diff
changeset
|
274 </test> |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
275 </tests> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
276 <help> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
277 <![CDATA[ |
0 | 278 |
279 **What it does** | |
280 | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
281 AntiSMASH allows the rapid genome-wide identification, annotation and analysis of secondary metabolite biosynthesis gene clusters in bacterial and fungal genomes. |
0 | 282 It integrates and cross-links with a large number of in silico secondary metabolite analysis tools that have been published earlier. |
283 | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
284 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 | 285 |
286 **Input** | |
287 | |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
288 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
|
289 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
|
290 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 | 291 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
292 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
|
293 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
|
294 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 | 295 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
296 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
|
297 This analysis is selected by default |
0 | 298 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
299 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
|
300 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 | 301 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
302 **Ouput** |
0 | 303 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
304 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 | 305 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
306 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
|
307 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
|
308 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
|
309 The EMBL/GenBank file can be viewed in a genome browser such as Artemis. |
0 | 310 |
1
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
311 ]]> |
593bb8f5488b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
0
diff
changeset
|
312 </help> |
4
e78e25d3b4bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
3
diff
changeset
|
313 <expand macro="citations" /> |
0 | 314 </tool> |