Mercurial > repos > stheil > taxonomy_sqlite
comparison tool_dependencies.xml @ 0:4ecb2ce50254 draft default tip
Uploaded
author | stheil |
---|---|
date | Mon, 26 Oct 2015 10:59:07 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4ecb2ce50254 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="perl" version="5.18.1"> | |
4 <repository changeset_revision="114b6af405fa" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"/> | |
5 </package> | |
6 <package name="loadTaxonomy" version="1.0"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="set_environment_for_install"> | |
10 <repository changeset_revision="114b6af405fa" name="package_perl_5_18" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
11 <package name="perl" version="5.18.1" /> | |
12 </repository> | |
13 </action> | |
14 <action type="setup_perl_environment"> | |
15 <package>Data::Dumper</package> | |
16 <package>File::Basename</package> | |
17 <package>Getopt::Long</package> | |
18 <package>DBI</package> | |
19 <package>SQL::SplitStatement</package> | |
20 <package>$INSTALL_DIR/perl/lib</package> | |
21 </action> | |
22 <action type="download_by_url"> | |
23 ftp://ftp.ncbi.nih.gov/pub/taxonomy/gi_taxid_nucl.dmp.gz | |
24 </action> | |
25 <action type="shell_command"> | |
26 gunzip gi_taxid_nucl.dmp.gz | |
27 </action> | |
28 <action type="download_by_url"> | |
29 ftp://ftp.ncbi.nih.gov/pub/taxonomy/gi_taxid_prot.dmp.gz | |
30 </action> | |
31 <action type="shell_command"> | |
32 gunzip gi_taxid_prot.dmp.gz | |
33 </action> | |
34 <action type="download_by_url"> | |
35 ftp://ftp.ncbi.nih.gov/pub/taxonomy/taxdmp.zip | |
36 </action> | |
37 <action type="shell_command"> | |
38 gunzip taxdmp.zip | |
39 </action> | |
40 <action type="set_environment"> | |
41 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/perl/scripts</environment_variable> | |
42 </action> | |
43 <action type="shell_command"> | |
44 loadTaxonomy.pl | |
45 </action> | |
46 </actions> | |
47 </install> | |
48 </package> | |
49 </tool_dependency> |