comparison tool_dependencies.xml @ 50:1bab9a4feca6 draft

Uploaded
author nilesh
date Thu, 27 Jun 2013 14:19:41 -0400
parents
children
comparison
equal deleted inserted replaced
49:b792532ce38a 50:1bab9a4feca6
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_directory_files">
11 <source>fastQValidator/bin</source>
12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
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>