Mercurial > repos > malbuquerque > delly
comparison package/tool_dependencies.xml @ 0:ace1798624b4 draft
Uploaded
author | malbuquerque |
---|---|
date | Tue, 20 Jan 2015 14:16:43 -0500 |
parents | |
children | 5f241f2398c3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ace1798624b4 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 | |
4 <package name="boost" version="1.53"> | |
5 <repository changeset_revision="cee17eb9de41" name="package_boost_1_53" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
6 </package> | |
7 | |
8 <package name="bamtools" version="2.3.0"> | |
9 <repository changeset_revision="ad46b5210186" name="package_bamtools_2_3_0" owner="malbuquerque" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
10 </package> | |
11 | |
12 <package name="seqtk" version="1.0.0"> | |
13 <repository changeset_revision="35f0f4568ded" name="package_seqtk_1_0_0" owner="malbuquerque" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
14 </package> | |
15 | |
16 <package name="delly" version="0.6.1"> | |
17 <install version="1.0.0"> | |
18 <actions> | |
19 <action type="download_by_url">https://github.com/tobiasrausch/delly/archive/v0.6.1.tar.gz</action> | |
20 <action type="download_by_url">https://github.com/morinlab/galaxy_tools/delly/Makefile</action> | |
21 <action type="shell_command">make all BOOST_ROOT=\$BOOST_ROOT BAMTOOLS_ROOT=\$BAMTOOLS_ROOT SEQTK_ROOT=\$SEQTK_ROOT</action> | |
22 <action type="move_directory_files"> | |
23 <source_directory>.</source_directory> | |
24 <destination_directory>$INSTALL_DIR</destination_directory> | |
25 </action> | |
26 <action type="set_environment"> | |
27 <environment_variable action="set_to" name="DELLY_DIR">$INSTALL_DIR</environment_variable> | |
28 </action> | |
29 </actions> | |
30 </install> | |
31 </package> | |
32 | |
33 </tool_dependency> |