Mercurial > repos > iuc > package_stacks_1_40
comparison tool_dependencies.xml @ 0:f413df160b3e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_stacks_1_40 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
| author | iuc |
|---|---|
| date | Sat, 25 Jun 2016 17:23:58 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:f413df160b3e |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="samtools" version="0.1.19"> | |
| 4 <repository changeset_revision="a0ab0fae27e5" name="package_samtools_0_1_19" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="stacks" version="1.40"> | |
| 7 <install version="1.0"> | |
| 8 <actions> | |
| 9 <action sha256sum="bf2304ba4ec44991db327ea77eb0f8c58de6d665162abf72470f5cd9dfb71493" type="download_by_url">https://depot.galaxyproject.org/software/stacks/stacks_1.40_src_all.tar.gz</action> | |
| 10 | |
| 11 <action type="set_environment_for_install"> | |
| 12 <repository changeset_revision="a0ab0fae27e5" name="package_samtools_0_1_19" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 13 <package name="samtools" version="0.1.19" /> | |
| 14 </repository> | |
| 15 </action> | |
| 16 | |
| 17 <action type="shell_command">./configure --prefix=$INSTALL_DIR --enable-bam --with-bam-include-path=${BAM_INCLUDE} --with-bam-lib-path=${BAM_LIB_PATH}</action> | |
| 18 <action type="shell_command">make</action> | |
| 19 <action type="shell_command">make install</action> | |
| 20 <!-- create env.sh --> | |
| 21 <action type="set_environment"> | |
| 22 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin/</environment_variable> | |
| 23 <environment_variable action="set_to" name="STACKS_ROOT_DIR">$INSTALL_DIR/</environment_variable> | |
| 24 </action> | |
| 25 </actions> | |
| 26 </install> | |
| 27 <readme> | |
| 28 This package installs STACKS from the sources available. Based on Cyril Monjeuad version | |
| 29 </readme> | |
| 30 </package> | |
| 31 </tool_dependency> |
