Mercurial > repos > iuc > package_blast_plus_2_2_26
comparison tool_dependencies.xml @ 3:47da1e409d70 draft
Define BLAST_ROOT_DIR env var on older BLAST+ packages
author | peterjc |
---|---|
date | Wed, 30 Sep 2015 09:19:53 -0400 |
parents | 9bc109967de1 |
children | 869ee5651b61 |
comparison
equal
deleted
inserted
replaced
2:9bc109967de1 | 3:47da1e409d70 |
---|---|
54 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install --> | 54 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install --> |
55 </actions> | 55 </actions> |
56 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> | 56 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> |
57 <action type="set_environment"> | 57 <action type="set_environment"> |
58 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | 58 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> |
59 <environment_variable name="BLAST_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> | |
59 </action> | 60 </action> |
60 </actions_group> | 61 </actions_group> |
61 </install> | 62 </install> |
62 <readme> | 63 <readme> |
63 Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X BLAST+ | 64 Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X BLAST+ |