Mercurial > repos > davidvanzessen > igblast_human
comparison tool_dependencies.xml @ 47:5c8fb1e23a02 draft
Uploaded
author | davidvanzessen |
---|---|
date | Wed, 27 Nov 2013 06:04:17 -0500 |
parents | 9ed2773166cf |
children | 651d7749461c |
comparison
equal
deleted
inserted
replaced
46:9ed2773166cf | 47:5c8fb1e23a02 |
---|---|
21 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR/ncbi-igblast-1.0.0</environment_variable> | 21 <environment_variable name="IGDATA" action="set_to">$INSTALL_DIR/ncbi-igblast-1.0.0</environment_variable> |
22 </action> | 22 </action> |
23 <action type="set_environment"> | 23 <action type="set_environment"> |
24 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</environment_variable> | 24 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</environment_variable> |
25 </action> | 25 </action> |
26 <action type="shell_command">echo "$PWD"</action> | 26 <action type="shell_command">unzip $REPOSITORY_INSTALL_DIR/database.zip -d $INSTALL_DIR/ncbi-igblast-1.0.0/</action> |
27 <action type="shell_command">var=$("ls")</action> | |
28 <action type="shell_command">echo "$var"</action> | |
29 <action type="shell_command">unzip database.zip -d $INSTALL_DIR/ncbi-igblast-1.0.0/</action> | |
30 | 27 |
31 | 28 |
32 </actions> | 29 </actions> |
33 </install> | 30 </install> |
34 <readme> | 31 <readme> |