comparison tool_dependencies.xml @ 21:912476854271 draft

Uploaded
author nilesh
date Wed, 26 Jun 2013 20:53:09 -0400
parents
children
comparison
equal deleted inserted replaced
20:5242d7a3491f 21:912476854271
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="shell_command">git clone https://github.com/statgen/fastQValidator.git</action>
10 <action type="shell_command">cd fastQValidator</action>
11 <action type="shell_command">make all</action>
12 </actions>
13 </install>
14 <readme>
15 View the FastQ Validator overview at http://genome.sph.umich.edu/wiki/FastQValidator.
16 </readme>
17 <repository changeset_revision="5242d7a3491f" name="fastq_validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" />
18 </package>
19 </tool_dependency>