Mercurial > repos > bgruening > antismash
annotate antismash.xml @ 31:2186d516fffb 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:00 +0000 |
parents | 0655cd9e854a |
children |
rev | line source |
---|---|
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
1 <tool id="antismash" name="Antismash" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
2 <description>allows the genome-wide identification, annotation and analysis of secondary metabolite biosynthesis gene clusters</description> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
3 <macros> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
4 <import>macros.xml</import> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
5 </macros> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
6 <expand macro='requirements'/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
7 <expand macro="bio_tools"/> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
8 <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
|
9 <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
|
10 <![CDATA[ |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
11 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
|
12 |
15 | 13 #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
|
14 #set $htmloutputfolder = $html.files_path |
23 | 15 #if str($infile.ext) == 'genbank': |
16 #set $file_extension = 'gb' | |
17 #else: | |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
18 #set $file_extension = $infile.ext |
15 | 19 #end if |
20 | |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
21 ln -s '$infile' input_tempfile.$file_extension && |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
22 #if $genefinding_gff3 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
23 ln -s $genefinding_gff3 annotation.gff3 && |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
24 #end if |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
25 |
31
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
26 #if $sideload.file |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
27 #if $sideload.format == 'harmonize' |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
28 python '$__tool_directory__/harmonize2antismash.py' '$sideload.file' sideload.json && |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
29 #else |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
30 ln -s '$sideload.file' sideload.json && |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
31 #end if |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
32 #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
|
33 |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
34 ## 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
|
35 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
|
36 |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
37 antismash |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
38 --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
|
39 --taxon '${cond_taxon.taxon}' |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
40 #if $genefinding_gff3 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
41 --genefinding-gff3 annotation.gff3 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
42 #end if |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
43 --genefinding-tool $cond_taxon.genefinding_tool |
0 | 44 |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
45 ${cb_general} |
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
46 ${cb_subclusters} |
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
47 ${cb_knownclusters} |
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
48 ${smcog_trees} |
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
49 --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
|
50 ${asf} |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
51 |
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
52 ${clusterhmmer} |
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
53 ${fullhmmer} |
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
54 #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
|
55 $cond_taxon.cassis |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
56 #else |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
57 $cond_taxon.tigrfam |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
58 #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
|
59 |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
60 ${cc_mibig} |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
61 ${rre} |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
62 --logfile $log |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
63 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
64 ## Advanced options |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
65 --minlength $advanced_options.minlength |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
66 --hmmdetection-strictness $advanced_options.hmmdetection_strictness |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
67 --cb-nclusters $advanced_options.cb_nclusters |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
68 --cb-min-homology-scale $advanced_options.cb_min_homology_scale |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
69 --rre-cutoff $advanced_options.rre_cutoff |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
70 --rre-minlength $advanced_options.rre_minlength |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
71 |
31
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
72 #if $sideload.file |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
73 --sideload 'sideload.json' |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
74 #end if |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
75 |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
76 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
|
77 |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
78 ## 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
|
79 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
|
80 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
|
81 ]]> |
0 | 82 </command> |
83 <inputs> | |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
84 <param name="infile" type="data" format="genbank,fasta,embl" label="Sequence file in GenBank,EMBL or FASTA format"/> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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 |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
87 <conditional name="cond_taxon"> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
88 <param argument="--taxon" type="select" label="Taxonomic classification of input sequence" help="Source of DNA"> |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
89 <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
|
90 <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
|
91 </param> |
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
92 <when value="bacteria"> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
93 <expand macro="genefinding"> |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
94 <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
|
95 <option value="prodigal-m">Prodigal Metagenomic/Anonymous</option> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
96 </expand> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
97 <param argument="--tigrfam" type="boolean" truevalue="--tigrfam" falsevalue="" checked="false" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
98 label="Annotate with TIGRFam" help="Annotate clusters using TIGRFam profiles. TIGRFAMs is a |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
99 collection of manually curated protein families focusing primarily on prokaryotic sequences" /> |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
100 </when> |
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
101 <when value="fungi"> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
102 <expand macro="genefinding"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
103 <param argument="--cassis" type="boolean" truevalue="--cassis" falsevalue="" checked="false" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
104 label="Motif based prediction of SM gene cluster regions" help="Improved prediction of gene cluster borders for fungal BGCs (CASSIS)"/> |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
105 </when> |
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
106 </conditional> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
107 <param argument="--fullhmmer" type="boolean" truevalue="--fullhmmer" falsevalue="" checked="false" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
108 label="Full genome PFAM anotation" help="Each gene product encoded in the detected BGCs is analyzed against the PFAM database. |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
109 Hits are annotated in the final Genbank/EMBL files. Also, selecting this option normally increases the runtime"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
110 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
111 <param argument="--clusterhmmer" type="boolean" truevalue="--clusterhmmer" falsevalue="" checked="false" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
112 label="PFAM anotation for only clusters" help="Run a cluster-limited HMMer analysis" /> |
4 | 113 |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
114 <param argument="--asf" type="boolean" truevalue="--asf" falsevalue="" checked="True" |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
116 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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" /> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
118 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
119 <param argument="--cb-general" type="boolean" truevalue="--cb-general" falsevalue="" checked="false" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
120 label="BLAST identified clusters against known clusters" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
121 help="Compare identified clusters against a database of antiSMASH-predicted clusters." /> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
122 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
123 <param argument="--cb-knownclusters" type="boolean" truevalue="--cb-knownclusters" falsevalue="" checked="true" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
124 label="KnowCluster BLAST analysis" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
125 help="Compare identified clusters against known gene clusters from the MIBiG database. MIBiG is a hand curated data collection of biosynthetic |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
126 gene clusters, which have been experimentally characterized"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
127 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
128 <param argument="--cb-subclusters" type="boolean" truevalue="--cb-subclusters" falsevalue="" checked="true" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
129 label="Subcluster BLAST analysis" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
130 help="The identified clusters are searched against a database containing operons involved in the biosynthesis of common secondary metabolite building |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
131 blocks (e.g. the biosynthesis of non-proteinogenic amino acids)" /> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
132 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
133 <param argument="--pfam2go" type="boolean" truevalue="--pfam2go" falsevalue="" checked="true" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
134 label="Run Pfam to Gene Ontology mapping module" /> |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
135 |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
138 the posttranslational modification enzymes to their substrates" /> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
139 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
140 <param argument="--smcog-trees" type="boolean" checked="True" truevalue="--smcog-trees" falsevalue="" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
141 label="Analysis of secondary metabolism gene families (smCOGs)" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
144 of proteins involved in secondary metabolism"/> |
29
1bd412e72a7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 19cbd26d33334a903a2028d463b2132cdd1f7e57"
bgruening
parents:
28
diff
changeset
|
145 |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
146 <param argument="--tta-threshold" type="float" value="0.65" label="Lowest GC content to annotate TTA codons at" |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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. |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
149 <section name="advanced_options" title="Advanced options"> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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" /> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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"> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
152 <option value="strict">Strict</option> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
153 <option value="relaxed" selected="true">Relaxed</option> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
154 <option value="loose">Loose</option> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
155 </param> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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" /> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
158 for the query BGC in ClusterBlast results. Default: 0" /> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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" /> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
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" /> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
161 </section> |
15 | 162 |
31
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
163 <section name="sideload" title="Sideloading" help="Sideloading allows you to load external datasets into AntiSMASH"> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
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" /> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
165 <param name="format" type="select" label="Sideload Format"> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
166 <option value="harmonize">hAMRonize summarize JSON</option> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
167 <option value="native">AntiSMASH JSON</option> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
168 </param> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
169 </section> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
170 |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
171 <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
|
172 <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
|
173 <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
|
174 <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
|
175 <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
|
176 <option value="genecluster_tabular">Gene clusters</option> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
177 <option value="log">Log file</option> |
0 | 178 </param> |
179 | |
180 </inputs> | |
181 <outputs> | |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
182 <collection type="list" name="genecluster_tabular" label="${tool.name} on ${on_string}: Gene Cluster"> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
183 <discover_datasets pattern="(?P<designation>.*)\.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
|
184 <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
|
185 </collection> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
186 <collection name="genbank" type="list" label="${tool.name} on ${on_string}: GenBank"> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
187 <discover_datasets pattern="(?P<designation>.*)\.gbk" directory="input_tempfile" ext="genbank" visible="false" /> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
188 <filter>'gb' in outputs or fullhmmer</filter> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
189 </collection> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
190 <collection name="embl" type="list" label="${tool.name} on ${on_string}: EMBL"> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
191 <discover_datasets pattern="(?P<designation>.*)\.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
|
192 <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
|
193 </collection> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
194 <collection name="archive" type="list" label="${tool.name} on ${on_string}: all files compressed"> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
195 <discover_datasets pattern="(?P<designation>.*)\.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
|
196 <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
|
197 </collection> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
198 <data format="html" name="html" label="${tool.name} on ${on_string}: HTML report" /> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
199 <data format="txt" name="log" label="${tool.name} on ${on_string}: log file"> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
200 <filter>'log' in outputs</filter> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
201 </data> |
0 | 202 </outputs> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
203 <tests> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
204 <test expect_num_outputs="1"> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
205 <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
|
206 <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
|
207 </test> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
208 <test expect_num_outputs="2"> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
209 <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
|
210 <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
|
211 <param name="taxon" value="fungi"/> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
212 <param name="clusterhmmer" value="true"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
213 <param name="fullhmmer" value="true"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
214 <param name="cassis" value="true"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
215 <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
|
216 <output_collection name="genbank" type="list"> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
217 <element name="input_tempfile" file="test_02.genbank" ftype="genbank" lines_diff="2"/> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
218 </output_collection> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
219 <output name="html" file="index.2.html" ftype="html"> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
220 <assert_contents> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
221 <has_text text="No results found on input"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
222 </assert_contents> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
223 </output> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
224 </test> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
225 |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
226 <test expect_num_outputs="3"> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
227 <param name="infile" value="sequence_long.fasta"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
228 <param name="genefinding_gff3" value="annotation.gff3"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
229 <param name="fullhmmer" value="true"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
230 <param name="cc_mibig" value="true"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
231 <param name="pfam2go" value="true"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
232 <param name="rre" value="true"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
233 <param name="outputs" value="html,gb,log"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
234 <section name="advanced_options"> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
235 <param name="minlength" value="1000"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
236 <param name="hmmdetection_strictness" value="strict"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
237 <param name="cb_nclusters" value="10"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
238 <param name="cb_min_homology_scale" value="0.1"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
239 <param name="rre_cutoff" value="10"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
240 <param name="rre_minlength" value="50"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
241 </section> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
242 <output_collection name="genbank" type="list"> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
243 <element name="input_tempfile" file="test_03.genbank" ftype="genbank" lines_diff="2"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
244 </output_collection> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
245 <output name="html" file="index.3.html" ftype="html"> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
246 <assert_contents> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
247 <has_text text="No results found on input"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
248 </assert_contents> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
249 </output> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
250 <output name="log"> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
251 <assert_contents> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
252 <has_text text="antiSMASH status: SUCCESS"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
253 <has_text text="HMM detection using strictness: strict"/> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
254 </assert_contents> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
255 </output> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
256 </test> |
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
257 |
31
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
258 <test expect_num_outputs="1"> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
259 <param name="infile" value="sequence.fasta"/> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
260 <section name="sideload"> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
261 <param name="format" value="native"/> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
262 <param name="file" value="sideload.json"/> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
263 </section> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
264 <output name="html" file="index.4.html"/> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
265 </test> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
266 |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
267 <test expect_num_outputs="1"> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
268 <param name="infile" value="sequence.fasta"/> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
269 <section name="sideload"> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
270 <param name="format" value="harmonize"/> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
271 <param name="file" value="harmonize.json"/> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
272 </section> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
273 <output name="html" file="index.5.html"/> |
2186d516fffb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit dc45770442ff516d6f3733e4bdb284be3163de67
bgruening
parents:
30
diff
changeset
|
274 </test> |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
275 </tests> |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
276 <help> |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
277 <![CDATA[ |
0 | 278 |
279 **What it does** | |
280 | |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
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 | |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
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 | |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
288 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
|
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. |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
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. |
11 | 291 |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
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. |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
293 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
|
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". |
11 | 295 |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
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. |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
297 This analysis is selected by default |
11 | 298 |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
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. |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
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 |
11 | 301 |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
302 **Ouput** |
0 | 303 |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
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 |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
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. |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
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. |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
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. |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
309 The EMBL/GenBank file can be viewed in a genome browser such as Artemis. |
0 | 310 |
27
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
311 ]]> |
ab3eff2028f8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit 654a4f3b3a1602cec2510d51fb953fd456427e08
bgruening
parents:
26
diff
changeset
|
312 </help> |
30
0655cd9e854a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/antismash commit f5f8e44e726c9f2cc57e0f0fe8182a73afa56669
bgruening
parents:
29
diff
changeset
|
313 <expand macro="citations" /> |
0 | 314 </tool> |