52
|
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/bin</destination>
|
|
13 </action>
|
|
14 <action type="set_environment">
|
|
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/fastQValidator</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> |