Mercurial > repos > abretaud > package_busco_1_1b1
comparison tool_dependencies.xml @ 0:5bf6666ef8a3 draft
Uploaded
author | abretaud |
---|---|
date | Mon, 18 Jan 2016 10:48:18 -0500 |
parents | |
children | cbb7af96327a |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5bf6666ef8a3 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="augustus" version="3.1"> | |
4 <repository changeset_revision="24009970003a" name="package_augustus_3_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="blast+" version="2.2.31"> | |
7 <repository changeset_revision="16e1254ed634" name="package_blast_plus_2_2_31" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="hmmer" version="3.1b2"> | |
10 <repository changeset_revision="040ca41b61c1" name="package_hmmer_3_1b2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
11 </package> | |
12 <package name="python" version="3.4"> | |
13 <repository changeset_revision="aca5076020ea" name="package_python_3_4" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
14 </package> | |
15 <package name="busco" version="1.1b1"> | |
16 <install version="1.0"> | |
17 <actions> | |
18 | |
19 <action sha256sum="19e6e392185979571a7e5fb328ecdd43f91c10df0ccbedf4a355e26d9cc7153c" type="download_by_url">http://busco.ezlab.org/files/BUSCO_v1.1b1.tar.gz</action> | |
20 | |
21 <action rename_to="BUSCO.py" type="move_file"> | |
22 <source>BUSCO_v1.1b1.py</source> | |
23 <destination>$INSTALL_DIR</destination> | |
24 </action> | |
25 | |
26 <action type="shell_command">mkdir $INSTALL_DIR/data</action> | |
27 | |
28 <action type="change_directory">..</action> | |
29 | |
30 <action sha256sum="b4fc2dbe18453b1f77b7f16619934363c219fd60493f18bcf3e2a353ac1eb048" type="download_by_url">http://busco.ezlab.org/files/arthropoda_buscos.tar.gz</action> | |
31 | |
32 <action type="move_directory_files"> | |
33 <source_directory>arthropoda</source_directory> | |
34 <destination_directory>$INSTALL_DIR/data/arthropoda</destination_directory> | |
35 </action> | |
36 | |
37 <action sha256sum="bd416a2711364756210447cf79300ea42cced84609d0e4c7690a72140bccea3e" type="download_by_url">http://busco.ezlab.org/files/vertebrata_buscos.tar.gz</action> | |
38 | |
39 <action type="move_directory_files"> | |
40 <source_directory>vertebrata</source_directory> | |
41 <destination_directory>$INSTALL_DIR/data/vertebrata</destination_directory> | |
42 </action> | |
43 | |
44 <action sha256sum="cd084b0e335b64316a8357c0953b4509fc2348e0c292c1c6b15b6e69dec50045" type="download_by_url">http://busco.ezlab.org/files/fungi_buscos.tar.gz</action> | |
45 | |
46 <action type="move_directory_files"> | |
47 <source_directory>fungi</source_directory> | |
48 <destination_directory>$INSTALL_DIR/data/fungi</destination_directory> | |
49 </action> | |
50 | |
51 <action sha256sum="b3d0a588c1459f38d3fc574a604c429dcd4d6204fa1a7bf09a9b01d785a889bf" type="download_by_url">http://busco.ezlab.org/files/bacteria_buscos.tar.gz</action> | |
52 | |
53 <action type="move_directory_files"> | |
54 <source_directory>bacteria</source_directory> | |
55 <destination_directory>$INSTALL_DIR/data/bacteria</destination_directory> | |
56 </action> | |
57 | |
58 <action sha256sum="1613fb6a0e7bec8d7d4aefc220e0e6272dfacc5753e016c29d7e3c3631fc07fd" type="download_by_url">http://busco.ezlab.org/files/metazoa_buscos.tar.gz</action> | |
59 | |
60 <action type="move_directory_files"> | |
61 <source_directory>metazoa</source_directory> | |
62 <destination_directory>$INSTALL_DIR/data/metazoa</destination_directory> | |
63 </action> | |
64 | |
65 <action sha256sum="564f019b07ebeb8adfae43d2c9ef2b0235cc464c73c21aef1d5c22061ede4f5d" type="download_by_url">http://busco.ezlab.org/files/eukaryota_buscos.tar.gz</action> | |
66 | |
67 <action type="move_directory_files"> | |
68 <source_directory>eukaryota</source_directory> | |
69 <destination_directory>$INSTALL_DIR/data/eukaryota</destination_directory> | |
70 </action> | |
71 | |
72 <action type="set_environment"> | |
73 <environment_variable action="set_to" name="BUSCO_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
74 <environment_variable action="set_to" name="BUSCO_DATA_PATH">$INSTALL_DIR/data</environment_variable> | |
75 </action> | |
76 </actions> | |
77 </install> | |
78 </package> | |
79 </tool_dependency> |