Mercurial > repos > nilesh > fastq_validator
comparison tool_dependencies.xml @ 2:7b97a8f8ba3d draft
Uploaded
author | nilesh |
---|---|
date | Wed, 26 Jun 2013 19:21:13 -0400 |
parents | 40f603c11d64 |
children |
comparison
equal
deleted
inserted
replaced
1:40f603c11d64 | 2:7b97a8f8ba3d |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <set_environment version="1.0"> | 3 <set_environment version="1.0"> |
4 <environment_variable name="FQVAL_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> | 4 <environment_variable action="set_to" name="FQVAL_SCRIPT_PATH">$REPOSITORY_INSTALL_DIR</environment_variable> |
5 </set_environment> | 5 </set_environment> |
6 <package name="FASTQ_Validator" version="1.0"> | 6 <package name="FASTQ_Validator" version="1.0"> |
7 <install version="1.0"> | 7 <install version="1.0"> |
8 <actions> | 8 <actions> |
9 <action type="download_by_url">http://genome.sph.umich.edu/w/images/2/20/FastQValidatorLibStatGen.0.1.1a.tgz</action> | 9 <action type="download_by_url">http://genome.sph.umich.edu/w/images/2/20/FastQValidatorLibStatGen.0.1.1a.tgz</action> |
10 <action type="shell_command">make all</action> | 10 <action type="shell_command">make all</action> |
11 <action type="set_environment"> | 11 <action type="set_environment"> |
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 12 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
13 </action> | 13 </action> |
14 </actions> | 14 </actions> |
15 </install> | 15 </install> |
16 <readme> | 16 <readme> |
17 View the FastQ Validator overview at http://genome.sph.umich.edu/wiki/FastQValidator. | 17 View the FastQ Validator overview at http://genome.sph.umich.edu/wiki/FastQValidator. |
18 </readme> | 18 </readme> |
19 <repository name="FastQ_Validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" /> | 19 <repository changeset_revision="40f603c11d64" name="fastq_validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" /> |
20 </package> | 20 </package> |
21 </tool_dependency> | 21 </tool_dependency> |