Mercurial > repos > iuc > package_blast_plus_2_2_26
annotate tool_dependencies.xml @ 0:733eee977fb8 draft
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
Note this is known to fail to compile with recent BOOST libraries.
| author | peterjc |
|---|---|
| date | Wed, 07 Aug 2013 11:34:47 -0400 |
| parents | |
| children | 9ff9bfdcd04f |
| rev | line source |
|---|---|
|
0
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
2 <tool_dependency> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
3 <package name="blast+" version="2.2.26+"> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
4 <install version="1.0"> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
5 <actions> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
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> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
7 <action type="shell_command">cd c++ && ./configure --prefix=$INSTALL_DIR && make && make install</action> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
8 <action type="set_environment"> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
10 </action> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
11 </actions> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
12 </install> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
13 <readme> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
14 Downloads and compiles BLAST+ from the NCBI, which assumes you have |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
15 all the required build dependencies installed. See: |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
16 http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
17 </readme> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
18 </package> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
19 </tool_dependency> |
|
733eee977fb8
Uploaded tool_dependency.xml previously bundled with ncbi_blast_plus repository.
peterjc
parents:
diff
changeset
|
20 |
