7
|
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="1079059ba83d" name="fastq_validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
20 </package>
|
|
21 </tool_dependency>
|