changeset 49:1979cf09c932 draft

Uploaded
author davidvanzessen
date Wed, 27 Nov 2013 06:51:30 -0500
parents 651d7749461c
children b95376e17f1b
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Nov 27 06:45:56 2013 -0500
+++ b/tool_dependencies.xml	Wed Nov 27 06:51:30 2013 -0500
@@ -23,13 +23,13 @@
                 <action type="set_environment">
                 	<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</environment_variable>
                 </action>
-				<action type="shell_command">unzip $REPOSITORY_INSTALL_DIRECTORY/database.zip -d $INSTALL_DIR/ncbi-igblast-1.0.0/</action>
+				<action type="shell_command">unzip $REPOSITORY_INSTALL_DIR/database.zip -d $INSTALL_DIR/ncbi-igblast-1.0.0/</action>
             	
                 
             </actions>
         </install>
         <readme>
-			Downloads igBlast with the latest database provided by NCBI, output may change depending on the database available at ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/
+			Downloads igBlast with an older version of the NCBI database.
         </readme>
     </package>
 </tool_dependency>