Mercurial > repos > nilesh > fastq_validator
comparison tool_dependencies.xml @ 56:3204ad008a38 draft
Uploaded
author | nilesh |
---|---|
date | Thu, 27 Jun 2013 15:24:39 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
55:0c0d4ff94853 | 56:3204ad008a38 |
---|---|
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_by_url" target_filename="fastQValidator_0.1.1a.tgz"> | |
7 http://genome.sph.umich.edu/w/images/2/20/FastQValidatorLibStatGen.0.1.1a.tgz | |
8 </action> | |
9 <action type="shell_command">make all</action> | |
10 <action type="move_file"> | |
11 <source>fastQValidator/bin</source> | |
12 <destination>$INSTALL_DIR</destination> | |
13 </action> | |
14 <action type="set_environment"> | |
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
16 </action> | |
17 </actions> | |
18 </install> | |
19 <readme> | |
20 View the FastQ Validator overview at http://genome.sph.umich.edu/wiki/FastQValidator. | |
21 </readme> | |
22 </package> | |
23 </tool_dependency> |