Mercurial > repos > davidvanzessen > mutation_analysis
view tool_dependencies.xml @ 75:14749ced7ff2 draft
Uploaded
author | davidvanzessen |
---|---|
date | Wed, 04 May 2016 08:44:16 -0400 |
parents | 8a40634fd4b3 |
children | e7b550d52eb7 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <set_environment version="1.0"> </set_environment> <package name="blastn" version="1.0"> <install version="1.0"> <actions> <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-x64-linux.tar.gz</action> <action type="move_file"> <source>bin/blastn</source> <destination>$INSTALL_DIR</destination> </action> <action type="set_environment"> <environment_variable name="BLASTN_DIR" action="set_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> downloads blast (ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-x64-linux.tar.gz) and keeps the blastn executable </readme> </package> </tool_dependency>