Mercurial > repos > fubar > fastqc_320
diff FastQC/tool_dependencies.xml @ 9:c13fa2748191 draft
Uploaded
| author | fubar |
|---|---|
| date | Mon, 03 Jun 2013 23:25:42 -0400 |
| parents | c5afa527c8b8 |
| children | 46dc4dab4055 |
line wrap: on
line diff
--- a/FastQC/tool_dependencies.xml Mon Jun 03 23:11:58 2013 -0400 +++ b/FastQC/tool_dependencies.xml Mon Jun 03 23:25:42 2013 -0400 @@ -1,11 +1,11 @@ <?xml version="1.0"?> <tool_dependency> - <set_environment version="1.0"> - <environment_variable name="FASTQC_INSTALL_PATH" action="set_to">$INSTALL_DIR/FastQC</environment_variable> - </set_environment> <package name="FastQC" version="0.10.1"> <install version="1.0"> <actions> + <action type="set_environment"> + <environment_variable name="FASTQC_BINARY_PATH">$INSTALL_DIR/FastQC/fastqc</environment_variable> + </action> <action type="download_by_url">http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.10.1.zip</action> <action type="move_directory_files"> <source_directory>./</source_directory>
