Mercurial > repos > nilesh > fastq_validator
comparison tool_dependencies.xml @ 10:f706ff3c8c86 draft
Uploaded
author | nilesh |
---|---|
date | Wed, 26 Jun 2013 19:53:26 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
9:96c3c6ca8b5f | 10:f706ff3c8c86 |
---|---|
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.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="96c3c6ca8b5f" name="fastq_validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
20 </package> | |
21 </tool_dependency> |