1
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <set_environment version="1.0">
|
|
4 <environment_variable name="FQVAL_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
5 </set_environment>
|
|
6 <package name="FASTQ_Validator" version="1.0">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
|
9 <action type="download_by_url">http://genome.sph.umich.edu/w/images/2/20/FastQValidatorLibStatGen.0.1.1a.tgz</action>
|
|
10 <action type="shell_command">make all</action>
|
|
11 <action type="set_environment">
|
|
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
13 </action>
|
|
14 </actions>
|
|
15 </install>
|
|
16 <readme>
|
|
17 View the FastQ Validator overview at http://genome.sph.umich.edu/wiki/FastQValidator.
|
|
18 </readme>
|
|
19 <repository name="FastQ_Validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
20 </package>
|
|
21 </tool_dependency> |