comparison tool_dependencies.xml @ 28:fba198f7a88f draft

Uploaded
author nilesh
date Thu, 27 Jun 2013 10:53:29 -0400
parents
children
comparison
equal deleted inserted replaced
27:99a609c1cc99 28:fba198f7a88f
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="fastq_validator" version="1.0.0">
4 <install version="1.0">
5 <actions>
6 <action type="download_file">http://genome.sph.umich.edu/w/images/2/20/FastQValidatorLibStatGen.0.1.1a.tgz</action>
7 <action type="shell_command">tar xvf FastQValidatorLibStatGen.0.1.1a.tgz</action>
8 <action type="shell command">make all</action>
9 <action type="set_environment">
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
11 </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="99a609c1cc99" name="fastq_validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" />
18 </package>
19 </tool_dependency>