changeset 2:7b97a8f8ba3d draft

Uploaded
author nilesh
date Wed, 26 Jun 2013 19:21:13 -0400
parents 40f603c11d64
children 258c2fd22b44
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 26 19:20:18 2013 -0400
+++ b/tool_dependencies.xml	Wed Jun 26 19:21:13 2013 -0400
@@ -1,7 +1,7 @@
 <?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>   
+        <environment_variable action="set_to" name="FQVAL_SCRIPT_PATH">$REPOSITORY_INSTALL_DIR</environment_variable>   
     </set_environment>
     <package name="FASTQ_Validator" version="1.0">
         <install version="1.0">
@@ -9,13 +9,13 @@
                 <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>
+                    <environment_variable action="prepend_to" name="PATH">$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" />
+        <repository changeset_revision="40f603c11d64" name="fastq_validator" owner="nilesh" toolshed="http://toolshed.g2.bx.psu.edu" />
     </package>
-</tool_dependency>
\ No newline at end of file
+</tool_dependency>