Mercurial > repos > avowinkel > package_stacks_1_32
comparison tool_dependencies.xml @ 0:1e53d7d44ed6 draft default tip
Uploaded
author | avowinkel |
---|---|
date | Wed, 24 Jun 2015 11:44:44 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e53d7d44ed6 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="samtools" version="0.1.19"> | |
4 <repository changeset_revision="96aab723499f" name="package_samtools_0_1_19" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="sparsehash" version="2.0.2"> | |
7 <repository changeset_revision="2cc9627ae29c" name="package_sparsehash_2_0_2" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="stacks" version="1.32"> | |
10 <install version="1.0"> | |
11 <actions> | |
12 <!-- first action is always downloading --> | |
13 <action type="download_by_url">http://catchenlab.life.illinois.edu/stacks/source/stacks-1.32.tar.gz</action> | |
14 | |
15 <!-- populate the environment variables from the dependend repos --> | |
16 <action type="set_environment_for_install"> | |
17 <repository changeset_revision="96aab723499f" name="package_samtools_0_1_19" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | |
18 <package name="samtools" version="0.1.19" /> | |
19 </repository> | |
20 <repository changeset_revision="2cc9627ae29c" name="package_sparsehash_2_0_2" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | |
21 <package name="sparsehash" version="2.0.2" /> | |
22 </repository> | |
23 </action> | |
24 | |
25 <action type="autoconf">--enable-sparsehash --enable-bam --with-bam-include-path=${BAM_ROOT}/include --with-bam-lib-path=${BAM_LIB_PATH}</action> | |
26 | |
27 <action type="set_environment"> | |
28 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
29 </action> | |
30 </actions> | |
31 </install> | |
32 </package> | |
33 </tool_dependency> |