comparison tools/ncbi_blast_plus/tool_dependencies.xml @ 2:44ecdccbe19d draft

Uploaded v0.0.2a, fixed dependency declaration
author peterjc
date Fri, 08 Feb 2013 06:02:35 -0500
parents
children
comparison
equal deleted inserted replaced
1:dff89c7e4308 2:44ecdccbe19d
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="blast+" version="2.2.26+">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-src.tar.gz</action>
7 <action type="shell_command">cd c++ &amp;&amp; ./configure --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
8 <action type="set_environment">
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
10 </action>
11 </actions>
12 </install>
13 <readme>
14 These links provide information for building the NCBI Blast+ package in most environments.
15
16 System requirements
17 http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&amp;PAGE_TYPE=BlastDocs&amp;DOC_TYPE=Download
18 </readme>
19 </package>
20 </tool_dependency>
21