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