Mercurial > repos > iuc > package_gemini_0_10_0
annotate tool_dependencies.xml @ 3:47251581daf6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gemini_0_10_0 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
| author | iuc |
|---|---|
| date | Fri, 17 Jul 2015 10:25:07 -0400 |
| parents | 7c5b37efe4e5 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 1 | 3 <package name="zlib" version="1.2.8"> |
| 4 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
| 0 | 5 </package> |
| 6 <package name="grabix" version="0.1.3"> | |
| 1 | 7 <repository changeset_revision="0714d88bd854" name="package_grabix_0_1_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
| 0 | 8 </package> |
| 9 <package name="tabix" version="0.2.6"> | |
| 1 | 10 <repository changeset_revision="3d6beba7393e" name="package_tabix_0_2_6" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
| 0 | 11 </package> |
| 12 <package name="samtools" version="0.1.19"> | |
| 1 | 13 <repository changeset_revision="95d2c4aefb5f" name="package_samtools_0_1_19" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
| 0 | 14 </package> |
| 15 <package name="bedtools" version="2.19.1"> | |
| 1 | 16 <repository changeset_revision="fb3a854c7104" name="package_bedtools_2_19" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
| 0 | 17 </package> |
| 18 <package name="gemini" version="0.10.0"> | |
| 1 | 19 <install version="1.0"> |
| 20 <actions> | |
| 21 <!-- first action is always downloading --> | |
| 0 | 22 <action type="download_file">https://raw.github.com/arq5x/gemini/master/gemini/scripts/gemini_install.py</action> |
| 1 | 23 |
| 0 | 24 <!-- populate the environment variables from the dependend repos --> |
| 25 <action type="set_environment_for_install"> | |
| 1 | 26 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
| 27 <package name="zlib" version="1.2.8" /> | |
| 0 | 28 </repository> |
| 29 </action> | |
| 1 | 30 |
| 0 | 31 <action type="shell_command"> |
| 2 | 32 export HOME=$INSTALL_DIR && python gemini_install.py $INSTALL_DIR $INSTALL_DIR --nosudo --nodata --notools --gemini-version 0.10.0 |
| 0 | 33 </action> |
| 1 | 34 |
| 0 | 35 <action type="set_environment"> |
| 1 | 36 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/anaconda/bin</environment_variable> |
| 0 | 37 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/gemini/bin</environment_variable> |
| 38 <environment_variable action="set_to" name="GEMINI_ROOT_DIR">$INSTALL_DIR</environment_variable> | |
|
3
47251581daf6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gemini_0_10_0 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
2
diff
changeset
|
39 <environment_variable action="set_to" name="HOME">.</environment_variable> |
| 0 | 40 </action> |
| 41 </actions> | |
| 42 </install> | |
| 43 <readme>Compiling GEMINI requires a recent c++ compiler, usually gcc.</readme> | |
| 44 </package> | |
| 45 </tool_dependency> |
