Mercurial > repos > nilesh > fastq_validator
diff tool_dependencies.xml @ 1:40f603c11d64 draft
Uploaded
author | nilesh |
---|---|
date | Wed, 26 Jun 2013 19:20:18 -0400 |
parents | |
children | 7b97a8f8ba3d |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jun 26 19:20:18 2013 -0400 @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<tool_dependency> + <set_environment version="1.0"> + <environment_variable name="FQVAL_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> + </set_environment> + <package name="FASTQ_Validator" version="1.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://genome.sph.umich.edu/w/images/2/20/FastQValidatorLibStatGen.0.1.1a.tgz</action> + <action type="shell_command">make all</action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + View the FastQ Validator overview at http://genome.sph.umich.edu/wiki/FastQValidator. + </readme> + <repository name="FastQ_Validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" /> + </package> +</tool_dependency> \ No newline at end of file