0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="blast+" version="2.2.28">
|
9
|
4 <repository changeset_revision="5a449da71d08" name="package_blast_plus_2_2_28" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
0
|
5 </package>
|
|
6 <package name="hmmer" version="3.0">
|
9
|
7 <repository changeset_revision="a44693e3a2c4" name="package_hmmer_3_0" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
0
|
8 </package>
|
|
9 <package name="muscle" version="3.8.31">
|
6
|
10 <repository changeset_revision="ce304c51f69b" name="package_muscle_3_8_31" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
5
|
11 </package>
|
18
|
12 <package name="biopython" version="1.62">
|
|
13 <repository changeset_revision="ac9cc2992b69" name="package_biopython_1_62" owner="biopython" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
|
14 </package>
|
|
15
|
17
|
16
|
|
17 <package name="helperlibs" version="0.1.2">
|
7
|
18 <install version="1.0">
|
5
|
19 <actions>
|
17
|
20 <action type="download_by_url">https://pypi.python.org/packages/source/h/helperlibs/helperlibs-0.1.2.tar.gz</action>
|
|
21 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
22 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
|
|
23 <action type="set_environment">
|
|
24 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
25 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
26 </action>
|
5
|
27 </actions>
|
|
28 </install>
|
|
29 <readme>
|
17
|
30 helperlibs python library
|
|
31 </readme>
|
|
32 </package>
|
18
|
33
|
|
34 <package name="pyquery" version="1.2.6">
|
|
35 <install version="1.0">
|
|
36 <actions>
|
|
37 <action type="download_by_url">https://pypi.python.org/packages/source/p/pyquery/pyquery-1.2.6.zip</action>
|
|
38 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
39 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
|
|
40 <action type="set_environment">
|
|
41 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
42 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
43 </action>
|
|
44 </actions>
|
|
45 </install>
|
|
46 <readme>
|
|
47 helperlibs python library
|
|
48 </readme>
|
|
49 </package>
|
|
50
|
17
|
51 <package name="straight.plugin" version="1.4.0-post-1">
|
|
52 <install version="1.0">
|
|
53 <actions>
|
|
54 <action type="download_by_url">https://pypi.python.org/packages/source/s/straight.plugin/straight.plugin-1.4.0-post-1.tar.gz</action>
|
|
55 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
56 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
|
|
57 <action type="set_environment">
|
|
58 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
59 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
60 </action>
|
|
61 </actions>
|
|
62 </install>
|
|
63 <readme>
|
|
64 straight.plugin python library
|
5
|
65 </readme>
|
0
|
66 </package>
|
|
67 <package name="antismash" version="2.0.2">
|
|
68 <install version="1.0">
|
|
69 <actions_group>
|
|
70 <!-- Download the binaries for MUSCLE compatible with 64-bit OSX. -->
|
8
|
71 <actions architecture="x86_64" os="darwin">
|
|
72 <action type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/antiSMASH2.0.2_macosx.zip</action>
|
|
73 <action type="move_directory_files">
|
|
74 <source_directory>.</source_directory>
|
|
75 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
76 </action>
|
|
77 <action type="chmod">
|
|
78 <file mode="750">$INSTALL_DIR/run_antismash.py</file>
|
|
79 </action>
|
16
|
80 <!-- AntiSmash has a prerequirement check that is not useful for us, because we
|
|
81 do not offer the option for genprediction and do not install glimmer and Co.
|
|
82 For that reason deactivate the check.
|
|
83 -->
|
17
|
84 <action type="shell_command">sed -i 's/check_prereqs(plugins, options) > 0/False/g' $INSTALL_DIR/run_antismash.py</action>
|
13
|
85 <action type="download_file">https://bitbucket.org/antismash/antismash2/downloads/clusterblast.tar.gz</action>
|
|
86 <action type="shell_command">tar xfvz clusterblast.tar.gz -C $INSTALL_DIR/antismash/generic_modules/clusterblast</action>
|
8
|
87 </actions>
|
|
88 <!-- Download the binaries for MUSCLE compatible with 64-bit OSX. -->
|
|
89 <actions architecture="i386" os="darwin">
|
0
|
90 <action type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/antiSMASH2.0.2_macosx.zip</action>
|
|
91 <action type="move_directory_files">
|
|
92 <source_directory>.</source_directory>
|
|
93 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
94 </action>
|
|
95 <action type="chmod">
|
|
96 <file mode="750">$INSTALL_DIR/run_antismash.py</file>
|
|
97 </action>
|
16
|
98 <!-- AntiSmash has a prerequirement check that is not useful for us, because we
|
|
99 do not offer the option for genprediction and do not install glimmer and Co.
|
|
100 For that reason deactivate the check.
|
|
101 -->
|
17
|
102 <action type="shell_command">sed -i 's/check_prereqs(plugins, options) > 0/False/g' $INSTALL_DIR/run_antismash.py</action>
|
13
|
103 <action type="download_file">https://bitbucket.org/antismash/antismash2/downloads/clusterblast.tar.gz</action>
|
|
104 <action type="shell_command">tar xfvz clusterblast.tar.gz -C $INSTALL_DIR/antismash/generic_modules/clusterblast</action>
|
0
|
105 </actions>
|
|
106 <!-- Download the binaries for AntiSmash compatible with 64-bit Linux. -->
|
6
|
107 <actions architecture="x86_64" os="linux">
|
7
|
108 <action target_filename="antismash-2.0.2.tar.bz2" type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/antismash-2.0.2.x86_64.tar.bz2</action>
|
12
|
109 <action type="move_directory_files">
|
|
110 <source_directory>.</source_directory>
|
|
111 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
112 </action>
|
0
|
113 <action type="chmod">
|
|
114 <file mode="750">$INSTALL_DIR/run_antismash.py</file>
|
|
115 </action>
|
15
|
116 <!-- AntiSmash has a prerequirement check that is not useful for us, because we
|
|
117 do not offer the option for genprediction and do not install glimmer and Co.
|
|
118 For that reason deactivate the check.
|
|
119 -->
|
17
|
120 <action type="shell_command">sed -i 's/check_prereqs(plugins, options) > 0/False/g' $INSTALL_DIR/run_antismash.py</action>
|
12
|
121 <action type="download_file">https://bitbucket.org/antismash/antismash2/downloads/clusterblast.tar.gz</action>
|
|
122 <action type="shell_command">tar xfvz clusterblast.tar.gz -C $INSTALL_DIR/antismash/generic_modules/clusterblast</action>
|
0
|
123 </actions>
|
|
124 <!-- Download the binaries for AntiSmash compatible with 32-bit Linux. -->
|
6
|
125 <actions architecture="i386" os="linux">
|
0
|
126 <action type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/antismash-2.0.2.i686.tar.bz2</action>
|
|
127 <action type="move_directory_files">
|
|
128 <source_directory>.</source_directory>
|
|
129 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
130 </action>
|
|
131 <action type="chmod">
|
|
132 <file mode="750">$INSTALL_DIR/run_antismash.py</file>
|
|
133 </action>
|
16
|
134 <!-- AntiSmash has a prerequirement check that is not useful for us, because we
|
|
135 do not offer the option for genprediction and do not install glimmer and Co.
|
|
136 For that reason deactivate the check.
|
|
137 -->
|
17
|
138 <action type="shell_command">sed -i 's/check_prereqs(plugins, options) > 0/False/g' $INSTALL_DIR/run_antismash.py</action>
|
13
|
139 <action type="download_file">https://bitbucket.org/antismash/antismash2/downloads/clusterblast.tar.gz</action>
|
|
140 <action type="shell_command">tar xfvz clusterblast.tar.gz -C $INSTALL_DIR/antismash/generic_modules/clusterblast</action>
|
3
|
141 </actions>
|
1
|
142
|
14
|
143 <actions>
|
|
144
|
|
145 </actions>
|
|
146
|
0
|
147 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
|
|
148 <action type="set_environment">
|
6
|
149 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
|
15
|
150 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
|
0
|
151 </action>
|
|
152 </actions_group>
|
|
153 </install>
|
|
154 <readme>
|
|
155 AntiSmash installation with all dependencies.
|
|
156 </readme>
|
|
157 </package>
|
|
158 </tool_dependency>
|