view tool_dependencies.xml @ 57:720a09103f44 draft

Uploaded
author davidvanzessen
date Thu, 23 Jan 2014 06:11:43 -0500
parents 33cba576e8be
children ff96687f4a15
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
	<set_environment version="1.0">            
    </set_environment>
    
	<package name="igBlastn" version="1.0.0"> 
        <install version="1.0">
            <actions>
            	<action type="download_by_url" target_filename="ncbi-igblast-1.0.0-x64-linux.tar.gz">ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.0.0/ncbi-igblast-1.0.0-x64-linux.tar.gz</action>
            	<action type="move_file">
					<source>ncbi-igblast-1.0.0-x64-linux.tar.gz</source>
					<destination>$INSTALL_DIR</destination>
            	</action>
            	<action type="shell_command">tar zxvf $INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux.tar.gz -C $INSTALL_DIR</action>
                <action type="set_environment">
                	<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
			Downloads the igblastn-1.0.0 executable from NCBI and uses a fixed database included in this tool.
        </readme>
    </package>
</tool_dependency>