Mercurial > repos > morinlab > package_lumpy_0_2_9
comparison tool_dependencies.xml @ 0:409ecac9060a draft default tip
Uploaded
| author | morinlab |
|---|---|
| date | Sun, 04 Dec 2016 14:30:59 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:409ecac9060a |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="numpy" version="1.9"> | |
| 4 <repository changeset_revision="1e2b7e63dec2" name="package_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="samtools" version="0.1.19"> | |
| 7 <repository changeset_revision="786e3000ca58" name="package_samtools_0_1_19" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 8 </package> | |
| 9 <package name="lumpy" version="0.2.9"> | |
| 10 <install version="1.0"> | |
| 11 <actions> | |
| 12 <action type="download_by_url">https://github.com/arq5x/lumpy-sv/archive/0.2.9.tar.gz</action> | |
| 13 <action type="shell_command">make</action> | |
| 14 <action type="move_directory_files"> | |
| 15 <source_directory>./bin</source_directory> | |
| 16 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 17 </action> | |
| 18 <action type="move_directory_files"> | |
| 19 <source_directory>./scripts</source_directory> | |
| 20 <destination_directory>$INSTALL_DIR/scripts</destination_directory> | |
| 21 </action> | |
| 22 <action type="set_environment"> | |
| 23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 24 <environment_variable action="set_to" name="LUMPY_SCRIPTS">$INSTALL_DIR/scripts</environment_variable> | |
| 25 </action> | |
| 26 </actions> | |
| 27 </install> | |
| 28 </package> | |
| 29 </tool_dependency> |
