annotate bigscape.xml @ 3:3447eb0ce896 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 8a0f3092ca824856263328efe66941409f527ca4
author iuc
date Sun, 11 Aug 2024 21:09:00 +0000
parents ad2f19722a0e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
1 <tool id="bigscape" name="BiG-SCAPE" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
2 <description>Construct sequence similarity networks of BGCs and group them into GCF</description>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
3 <macros>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
4 <token name="@TOOL_VERSION@">1.1.9</token>
3
3447eb0ce896 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 8a0f3092ca824856263328efe66941409f527ca4
iuc
parents: 2
diff changeset
5 <token name="@VERSION_SUFFIX@">2</token>
0
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
6 </macros>
2
ad2f19722a0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 6c53d6864f1bdcd6cd2539c82160d291769ec1f9
iuc
parents: 1
diff changeset
7 <xrefs>
ad2f19722a0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 6c53d6864f1bdcd6cd2539c82160d291769ec1f9
iuc
parents: 1
diff changeset
8 <xref type="bio.tools">BiG-SCAPE</xref>
ad2f19722a0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 6c53d6864f1bdcd6cd2539c82160d291769ec1f9
iuc
parents: 1
diff changeset
9 </xrefs>
0
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
10 <requirements>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
11 <requirement type="package" version="@TOOL_VERSION@">bigscape</requirement>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
12 </requirements>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
13 <command detect_errors="exit_code">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
14 <![CDATA[
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
15
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
16 #set $path_to_html = $html.files_path
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
17 mkdir -p '$path_to_html' result input &&
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
18 #for $files in $inputdir:
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
19 #set $filename = "region." + $files.element_identifier
3
3447eb0ce896 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 8a0f3092ca824856263328efe66941409f527ca4
iuc
parents: 2
diff changeset
20 ln -s '$files' './input/${filename}.gbk' &&
0
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
21 #end for
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
22
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
23 mkdir pfam &&
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
24 ln -s '$pfam_dir' './pfam/$pfam_dir.element_identifier' &&
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
25 hmmpress './pfam/Pfam-A.hmm' &&
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
26
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
27 #if $anchor.is_select == "yes":
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
28 ln -s '$anchorfile' '$anchorfile.element_identifier' &&
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
29 #end if
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
30 #if $list.is_select == "yes":
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
31 cat '$__tool_directory__/domain_includelist.txt' > save.txt &&
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
32 cat '$domain_includelist' > '$__tool_directory__/domain_includelist.txt' &&
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
33 #end if
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
34
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
35 bigscape
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
36 --inputdir input
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
37 #if $mibig.is_select == "yes"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
38 $mibig.mibig.value
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
39 #end if
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
40 --outputdir result
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
41 #if $use_label.is_select == "yes":
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
42 --label '${label}'
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
43 #end if
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
44 --pfam_dir pfam
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
45 --cores \${GALAXY_SLOTS:-8}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
46 ${verbose}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
47 ${log}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
48 ${include_singletons}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
49 --domain_overlap_cutoff ${domain_overlap_cutoff}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
50 --min_bgc_size ${min_big_size}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
51 ${mix}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
52 ${no_classify}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
53 #if $banned_classes.value:
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
54 --banned_classes
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
55 #for $banned in str($banned_classes).split( "," ):
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
56 '$banned'
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
57 #end for
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
58 #end if
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
59 --cutoffs #for $c in $cutoff# ${c.cutoffs} #end for#
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
60 ${clans_off}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
61 #if $clan_cutoff.is_select == "yes":
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
62 --clan_cutoff $clan_cutoff_val1 $clan_cutoff_val2
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
63 #end if
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
64 ${hybrids_off}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
65 --mode ${mode.value}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
66 #if $anchor.is_select == "yes":
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
67 --anchorfile '${anchorfile.element_identifier}'
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
68 #end if
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
69 ${force_hmmscan}
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
70 #if $list.is_select == "yes":
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
71 --domain_includelist
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
72 #end if
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
73 &&
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
74
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
75 cp './result/index.html' '$html' &&
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
76 cp -r './result/html_content' '$path_to_html'
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
77
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
78 #if $list.is_select == "yes":
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
79 && cat save.txt > '$__tool_directory__/domain_includelist.txt'
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
80 #end if
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
81
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
82 #if $log:
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
83 && cp log.txt '$logfile'
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
84 #end if
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
85 ]]>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
86 </command>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
87 <inputs>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
88 <param argument="--inputdir" format="genbank" multiple="true" type="data"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
89 label="Data files to include in the clustering"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
90 help="Add your .gbk files here. Do not wonder, in the filename 'region. will be added to ensure that every file will be included!" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
91 <conditional name="mibig">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
92 <param name="is_select" type="select" label="Include BGCs from MIBiG database?"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
93 help="Select yes and select which version of the database you want to use" >
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
94 <option value="yes" selected="False">Yes</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
95 <option value="no" selected="True">No</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
96 </param>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
97 <when value="yes">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
98 <param name="mibig" type="select" optional="false" label="Version from the MIBiG database"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
99 help="Select which version of the MIBiG databse you want to use." >
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
100 <option value="--mibig">3.1</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
101 <option value="--mibig21">2.1</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
102 <option value="--mibig14">1.4</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
103 <option value="--mibig13">1.3</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
104 </param>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
105 </when>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
106 <when value="no" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
107 </conditional>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
108 <conditional name="use_label" >
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
109 <param name="is_select" type="select" label="Adding extra string to BiG-SCAPE runs?"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
110 help="Select yes if you want to add an extra string to the outputs">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
111 <option value="yes" selected="False">Yes</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
112 <option value="no" selected="True">No</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
113 </param>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
114 <when value="yes">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
115 <param argument="--label" type="text" value="" optional="false" label="Adding extra string to BiG-SCAPE runs name"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
116 help="By default the BiG-SCAPE runs are named as (YYYY-MM-DD_HH-MM-SS_[extra]) where extra means the mode and if activated (hybrids).">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
117 <validator type="empty_field" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
118 </param>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
119 </when>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
120 <when value="no" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
121 </conditional>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
122 <param argument="--pfam_dir" format="hmm3" type="data"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
123 label="Data file Pfam-A.hmm"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
124 help="Add Pfam-A.hmm.gz file here, please. Look at the help section where you can download it!" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
125 <param argument="--verbose" type="boolean" truevalue="--verbose" falsevalue="" checked="False"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
126 label="Print more detailed information about each step"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
127 help="Getting more information about the analysis if toggled is true." />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
128 <param name="log" type="boolean" truevalue="> log.txt" falsevalue="" checked="False"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
129 label="Extra log file as output"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
130 help="When using you will receive a log file for the printed output of the toll. Can be useful when using the option above!" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
131 <param argument="--include_singletons" type="boolean" truevalue="--include_singletons" falsevalue="" checked="False"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
132 label="Include BGCs with lower cutoff distance"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
133 help="With this option you can include BGCs who don't have a distance lower than the cutoff distance specified" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
134 <param argument="--domain_overlap_cutoff" type="float" value="0.1" min="0.0" max="1.0"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
135 label="Specify when domains are considered to overlap"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
136 help="When using this option you can specify at which percentage domains are considered to overlap. The domain with the best score is kept. The default value is 0.1" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
137 <param argument="--min_big_size" type="integer" value="0"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
138 label="Minimum size of a BGC (bp)"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
139 help="Minimum size of a BGC to be included in the analysis. The Default value is 0 base pairs. This also includes the sum of all loci in a multi-record GenBank file." />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
140 <param argument="--mix" type="boolean" truevalue="--mix" falsevalue="" checked="False"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
141 label="mix all classes in the analysis"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
142 help="BiG-SCAPE separates the analysis according to the BGC product by default. If used BiG-SCAPE will mix all classes and analyse them." />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
143 <param argument="--no_classify" type="boolean" truevalue="--no_classify" falsevalue="" checked="False"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
144 label="No classified output based on the BGC product"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
145 help="By default, BiG-SCAPE classifies the output based on the BGC product. If toggled it will deactivate it. Note: when (--mix) is not activated, BiG-SCAPE will not create any network file!" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
146 <param argument="--banned_classes" type="select" optional="true" multiple="true" display="checkboxes"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
147 label="Excluded classes from classification in BiG-SCAPE"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
148 help="You can exclude any of these classes to not be classified. Multiple banned classes are possible." >
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
149 <option value="PKSI" selected="False">PKSI</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
150 <option value="PKSother" selected="False">PKSother</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
151 <option value="NRPS" selected="False">NRPS</option>
1
353b2de0eabf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit fc5107a844ebfe539116fcdf7fd3f88a6a0079ff
iuc
parents: 0
diff changeset
152 <option value="RiPPs" selected="False">RiPPs</option>
0
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
153 <option value="Saccharides" selected="False">Saccharides</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
154 <option value="Terpene" selected="False">Terpene</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
155 <option value="PKS-NRP_Hybrids" selected="False">PKS-NRP_Hybrids</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
156 <option value="Others" selected="False">Others</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
157 </param>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
158 <repeat name="cutoff" title="Cutoffs" default="1"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
159 help="Generate networks using multiple raw distance cutoff values. The default value here is 0.3.">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
160 <param argument="--cutoffs" type="float" value="0.3" min="0.1" max="1.0"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
161 label="GCF cutoff value"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
162 </repeat>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
163 <param argument="--clans-off" type="boolean" truevalue="--clans-off" falsevalue="" checked="False"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
164 label="Turn off cluster GCFs into GCCs"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
165 help="By default, BiG-SCAPE will perform a second layer of clustering to group GCFs into GCCs. Toggle to deactivate this." />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
166 <conditional name="clan_cutoff" >
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
167 <param name="is_select" type="select" label="Change cutoff values for cluster GCF into GCC?"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
168 help="Select yes if you want to change cutoffs for cluster families into clans.">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
169 <option value="yes" selected="False">Yes</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
170 <option value="no" selected="True">No</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
171 </param>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
172 <when value="yes">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
173 <param name="clan_cutoff_val1" type="float" value="0.3" min="0.1" max="1.0" label="GCF cutoff value"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
174 help="This value is for finding GCFs which will be used for clan calling. The default value is 0.3." />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
175 <param name="clan_cutoff_val2" type="float" value="0.7" min="0.1" max="1.0" label="GCC cutoff value"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
176 help="This value is for clustering families into clans. The default value is 0.7. Every pair of GCFs linked with a distance of this value or less will be taken into account!" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
177 </when>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
178 <when value="no" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
179 </conditional>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
180 <param argument="--hybrids-off" type="boolean" truevalue="--hybrids-off" falsevalue="" checked="False"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
181 label="Exclude hybrid predicted products"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
182 help="By default, BGCs with hybrid predicted products from the PKS/NRPS Hybrids and Others classes will be included in each subclass. Since the same cluster can appear in different classes you can turn this off here." />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
183 <param argument="--mode" type="select"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
184 label="Alignment Mode"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
185 help="Here you can choose between 3 Alignment Mode which is used in comparing each pair of gene clusters. For more information look into the help section!" >
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
186 <option value="glocal">glocal</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
187 <option value="global">global</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
188 <option value="auto">auto</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
189 </param>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
190 <conditional name="anchor">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
191 <param name="is_select" type="select" label="Change Anchorfile?"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
192 help="Select yes if you want to use an Anchorfile. BiG-SCAPE has a default file which is always used and only these domains are counted in the result. Look in the help section to see what are the default domains!" >
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
193 <option value="yes" selected="False">Yes</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
194 <option value="no" selected="True">No</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
195 </param>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
196 <when value="yes">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
197 <param argument="--anchorfile" type="data" format="txt" optional="false"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
198 label="Using a different Anchorfile instead of default file"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
199 help="Use a custom Anchorfile (in .txt format) to give certain domains a special weight in the DSS index. This file is important because otherwise certain domains (given from Pfam IDs) will not be listed in the results!" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
200 </when>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
201 <when value="no" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
202 </conditional>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
203 <param argument="--force_hmmscan" type="boolean" truevalue="--force_hmmscan" falsevalue="" checked="False"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
204 label="Use hmmscan for the domain prediction"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
205 help="Even if BiG-SCAPE finds processed domtables files we can force the domain prediction with hmmscan. Toggle to force hmmscan!" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
206 <conditional name="list">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
207 <param name="is_select" type="select" label="Use a domain list to include domains?"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
208 help="Select yes if you want to use a list to filter the input to certain domains. Look in the help section how this list should look like">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
209 <option value="yes" selected="False">Yes</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
210 <option value="no" selected="True">No</option>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
211 </param>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
212 <when value="yes">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
213 <param argument="--domain_includelist" type="data" format="txt" optional="false"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
214 label="Use a .txt file to include domains"
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
215 help="Upload a text file where the inputs are filtered based on the Pfam IDs/domains given in this file!" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
216 </when>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
217 <when value="no" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
218 </conditional>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
219 </inputs>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
220 <outputs>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
221 <data name="html" format="html" label="${tool.name}: HTML"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
222 <collection name="tsv_collection_1" type="list" format="tabular" label="${tool.name}: NETWORK ANNOTATIONS COLLECTION">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
223 <discover_datasets pattern="Network_Annotations_(?P&lt;designation&gt;.+)\.tsv" directory="result/network_files" recurse="true"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
224 </collection>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
225 <collection name="tsv_collection_2" type="list" format="tabular" label="${tool.name}: CLAN TABULAR FILES COLLECTION">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
226 <discover_datasets pattern="(?P&lt;identifier_0&gt;[^_]+)_clans_(?P&lt;designation&gt;.+)\.tsv" directory="result/network_files" recurse="true"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
227 <filter> clans_off == False </filter>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
228 </collection>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
229 <collection name="tsv_collection_3" type="list:list" format="tabular" label="${tool.name}: CLUSTERING TABULAR FILES COLLECTION">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
230 <discover_datasets pattern="(?P&lt;identifier_0&gt;[^_]+)_clustering_(?P&lt;identifier_1&gt;.+)\.tsv" directory="result/network_files" recurse="true"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
231 </collection>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
232 <collection name="newtwork_collection" type="list" format="network" label="${tool.name}: NETWORK FILES COLLECTION">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
233 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.network" directory="result/network_files" recurse="true"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
234 </collection>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
235 <data name="logfile" format="txt" label="${tool.name}: LOG FILE">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
236 <filter>log == True</filter>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
237 </data>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
238 </outputs>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
239 <tests>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
240 <test expect_num_outputs="5">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
241 <param name="pfam_dir" value="Pfam-A.hmm" ftype="hmm3"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
242 <param name="inputdir" value="NC_010530.1.region005.gbk,NC_012963.1.region001.gbk,NW_009799099.1.region003.gbk,NW_021940918.1.region003.gbk,NW_009799102.1.region001.gbk,NW_022985561.1.region002.gbk,NW_022985549.1.region005.gbk,NW_022985575.1.region001.gbk" ftype="genbank" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
243 </test>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
244 <test expect_num_outputs="6">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
245 <param name="pfam_dir" value="Pfam-A.hmm" ftype="hmm3"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
246 <param name="inputdir" value="NC_010530.1.region005.gbk,NC_012963.1.region001.gbk,NW_009799099.1.region003.gbk,NW_021940918.1.region003.gbk,NW_009799102.1.region001.gbk,NW_022985561.1.region002.gbk,NW_022985549.1.region005.gbk,NW_022985575.1.region001.gbk" ftype="genbank" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
247 <param name="log" value="true" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
248 <repeat name="cutoff">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
249 <param name="cutoffs" value="1.0"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
250 </repeat>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
251 <output name="html" >
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
252 <assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
253 <has_line line="&lt;!DOCTYPE html&gt;" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
254 </assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
255 </output>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
256 <output name="logfile">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
257 <assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
258 <has_line line=" - - Processing input files - -" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
259 </assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
260 </output>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
261 <output_collection name="tsv_collection_1" type="list">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
262 <element name="Full" >
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
263 <assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
264 <has_text text="Accession ID" n="1"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
265 </assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
266 </element>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
267 </output_collection>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
268 <output_collection name="tsv_collection_2" type="list">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
269 <element name="NRPS">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
270 <assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
271 <has_text text="Clan Number" n="1"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
272 </assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
273 </element>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
274 </output_collection>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
275 <output_collection name="tsv_collection_3" type="list:list">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
276 <element name="NRPS">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
277 <element name="c0.30">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
278 <assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
279 <has_text text="Family Number" n="1" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
280 </assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
281 </element>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
282 <element name="c1.00">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
283 <assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
284 <has_text text="Family Number" n="1" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
285 </assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
286 </element>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
287 </element>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
288 </output_collection>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
289 <output_collection name="newtwork_collection" type="list">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
290 <element name="NRPS_c0.30">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
291 <assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
292 <has_text text="Raw distance" n="1"/>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
293 </assert_contents>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
294 </element>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
295 </output_collection>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
296 </test>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
297 <test expect_num_outputs="5">
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
298 <param name="pfam_dir" value="Pfam-A.hmm" ftype="hmm3"/>
3
3447eb0ce896 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 8a0f3092ca824856263328efe66941409f527ca4
iuc
parents: 2
diff changeset
299 <param name="inputdir" value="NC_012963.1.region001.no-genbank-suffix,NC_010530.1.region005.gbk,NC_012963.1.region001.gbk,NW_009799099.1.region003.gbk,NW_021940918.1.region003.gbk,NW_009799102.1.region001.gbk,NW_022985561.1.region002.gbk,NW_022985549.1.region005.gbk,NW_022985575.1.region001.gbk" ftype="genbank" />
3447eb0ce896 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 8a0f3092ca824856263328efe66941409f527ca4
iuc
parents: 2
diff changeset
300 <param name="log" value="true" />
3447eb0ce896 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 8a0f3092ca824856263328efe66941409f527ca4
iuc
parents: 2
diff changeset
301 <param name="clans_off" value="true" />
3447eb0ce896 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 8a0f3092ca824856263328efe66941409f527ca4
iuc
parents: 2
diff changeset
302 </test>
3447eb0ce896 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 8a0f3092ca824856263328efe66941409f527ca4
iuc
parents: 2
diff changeset
303 <test expect_num_outputs="5">
3447eb0ce896 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 8a0f3092ca824856263328efe66941409f527ca4
iuc
parents: 2
diff changeset
304 <param name="pfam_dir" value="Pfam-A.hmm" ftype="hmm3"/>
3447eb0ce896 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 8a0f3092ca824856263328efe66941409f527ca4
iuc
parents: 2
diff changeset
305 <param name="inputdir" value="NC_012963.1.region001.no-genbank-suffix,NC_010530.1.region005.gbk" ftype="genbank" />
0
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
306 <param name="log" value="true" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
307 <param name="clans_off" value="true" />
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
308 </test>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
309 </tests>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
310 <help>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
311 <![CDATA[
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
312 .. class:: infomark
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
313
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
314 **What is BiG-SCAPE**
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
315
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
316 BiG-SCAPE (Biosynthetic Gene Similarity Clustering and Prospecting Engine) is a software package, written in Python, that constructs sequence similarity networks of Biosynthetic Gene Clusters (BGCs) and groups them into Gene Cluster Families (GCFs).
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
317
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
318 .. class:. infomark
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
319
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
320 **What it does**
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
321
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
322 BiG-SCAPE does this by rapidly calculating a distance matrix between gene clusters based on a comparison of their protein domain content, order, copy number and sequence identity.
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
323
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
324 In principle, BiG-SCAPE can also be used on any other gene clusters, such as pathogenicity islands, secretion system-encoding gene clusters, or even whole viral genomes.
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
325
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
326 Here is a grapic how BiG-SCAPE works:
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
327
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
328 .. image:: bigscape_corason.png
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
329 :alt: BiG-SCAPE + CORASON workflow
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
330
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
331 For more information you can visit `BiG-SCAPE on GitHub <https://github.com/medema-group/BiG-SCAPE>`_ or go on the `combine website <https://bigscape-corason.secondarymetabolites.org/index.html>`_.
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
332
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
333 **Input**
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
334
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
335 BiG-SCAPE uses two kind of inputs:
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
336
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
337 - The genbank files from antiSMASH
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
338
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
339 .. class:: infomark
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
340
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
341 Note: By default, BiG-SCAPE includes any Genbank file where the filename contains either region or cluster. To ensure every file will be included we add 'region.' in in the file name!
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
342
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
343 - The Pfamm-A.hmm file
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
344
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
345 .. class:: infomark
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
346
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
347 Note: You can download `Pfam-A.hmm.gz <https://ftp.ebi.ac.uk/pub/databases/Pfam/current_release/Pfam-A.hmm.gz>`_ here and then unzip it or you can use the command: *$ wget https://ftp.ebi.ac.uk/pub/databases/Pfam/current_release/Pfam-A.hmm.gz && gunzip Pfam-A.hmm.gz* in e.g. VSC.
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
348
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
349 There are two additional inputs which can be used:
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
350
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
351 - An anchor_domains.txt file
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
352
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
353 .. class:: infomark:
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
354
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
355 Example (default file which will be used):
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
356
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
357 ::
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
358
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
359 PF00668 Condensation domain [NRPS]
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
360 PF00501 AMP-binding enzyme [NRPS]
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
361 PF00109 Beta-ketoacyl synthase N-terminal [PKS]
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
362 PF02801 Beta-ketoacyl synthase C-terminal [PKS]
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
363 PF01397 Terpene synthase, N-terminal domain (Terpene_synth) [Terpene]
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
364 PF03936 Terpene synthase family, metal binding domain (Terpene_synth_C) [Terpene]
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
365 PF00195 Chalcone and stilbene synthases, N-terminal domain (Cahl_sti_synt_N)
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
366 PF02797 Chalcone and stilbene synthases, C-terminal domain (Chal_sti_synt_C)
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
367 PF05147 Lanthionine synthetase C-like protein (LANC_like) [lantipeptide/RiPP]
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
368 PF00494 Squalene/phytoene synthase (SQS_PSY) [Terpene]
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
369 PF00432 Prenyltransferase and squalene oxidase repeat (Prenyltrans)
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
370 PF02624 YcaO cyclodehydratase, ATP-ad MG2+-binding (YcaO) [RiPP]
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
371
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
372 The first column contains the Pfam model ID while the second column is optionally for writing a comment. The columns are tab-separated!
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
373
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
374 - A domain_includelist.txt
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
375
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
376 .. class:: infomark
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
377
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
378 Example:
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
379
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
380 ::
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
381
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
382 PF00067 Cytochrome P450
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
383 PF01451 Any Comment
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
384
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
385 The first column contains the Pfam model ID while the second column is optionally for writing a comment. The columns are tab-separated and any line that starts with a # will be ignored!
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
386
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
387
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
388 **Output**
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
389
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
390 BiG-SCAPE will produce one HTML Output together with a dataset with different tabular files depending on the input. When the log file option is set it will create another output, where all prints made from this tool are stored.
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
391
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
392
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
393 **Additionally information for the alignment Mode**
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
394
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
395 - glocal: This is the default mode. Here the subset of the domains used to calculate distance is redefined by finding the longest slice of common domain content per gene in both BGCs, and then expanding each slice.
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
396
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
397 - global: The whole list of domains of each BGC are compared.
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
398
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
399 - auto: Use glocal mode when at least one of the BGCs in each pair has the contig_edge annotation from antiSMASH. Otherwise global will be used.
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
400 ]]>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
401 </help>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
402 <citations>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
403 <citation type="doi">10.1038/s41589-019-0400-9</citation>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
404 </citations>
a9e5d237d7d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigscape/ commit 1c7a35c3aabb33682b263cb3a8dbeaf605469c23
iuc
parents:
diff changeset
405 </tool>