comparison tool_dependencies.xml @ 19:26cde1da4508 draft

Uploaded
author nilesh
date Wed, 26 Jun 2013 20:49:09 -0400
parents
children
comparison
equal deleted inserted replaced
18:f21a20216486 19:26cde1da4508
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">make all</action>
11 <action type="move_directory_files">
12 <source_directory>fastQValidator</source_directory>
13 <destination_directory>$INSTALL_DIR</destination_directory>
14 </action>
15 </actions>
16 </install>
17 <readme>
18 View the FastQ Validator overview at http://genome.sph.umich.edu/wiki/FastQValidator.
19 </readme>
20 <repository changeset_revision="f21a20216486" name="fastq_validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" />
21 </package>
22 </tool_dependency>