comparison tool_dependencies.xml @ 13:884eccbe5659 draft

Uploaded
author nilesh
date Wed, 26 Jun 2013 20:24:54 -0400
parents
children
comparison
equal deleted inserted replaced
12:ea2a9017e150 13:884eccbe5659
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_file">http://genome.sph.umich.edu/w/images/2/20/FastQValidatorLibStatGen.0.1.1a.tgz</action>
10 <action type="shell_command">tar xvf FastQValidatorLibStatGen.0.1.1a.tgz</action>
11 <action type="shell_command">cd fastQValidator_0.1.1a</action>
12 <action type="shell_command">make</action>
13 <action type="move_directory_files">
14 <source_directory>fastQValidator</source_directory>
15 <destination_directory>$INSTALL_DIR</destination_directory>
16 </action>
17 <action type="set_environment">
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
19 </action>
20 </actions>
21 </install>
22 <readme>
23 View the FastQ Validator overview at http://genome.sph.umich.edu/wiki/FastQValidator.
24 </readme>
25 <repository changeset_revision="ea2a9017e150" name="fastq_validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" />
26 </package>
27 </tool_dependency>