comparison FastQC/tool_dependencies.xml @ 9:c13fa2748191 draft

Uploaded
author fubar
date Mon, 03 Jun 2013 23:25:42 -0400
parents c5afa527c8b8
children 46dc4dab4055
comparison
equal deleted inserted replaced
8:c5afa527c8b8 9:c13fa2748191
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <set_environment version="1.0">
4 <environment_variable name="FASTQC_INSTALL_PATH" action="set_to">$INSTALL_DIR/FastQC</environment_variable>
5 </set_environment>
6 <package name="FastQC" version="0.10.1"> 3 <package name="FastQC" version="0.10.1">
7 <install version="1.0"> 4 <install version="1.0">
8 <actions> 5 <actions>
6 <action type="set_environment">
7 <environment_variable name="FASTQC_BINARY_PATH">$INSTALL_DIR/FastQC/fastqc</environment_variable>
8 </action>
9 <action type="download_by_url">http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.10.1.zip</action> 9 <action type="download_by_url">http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.10.1.zip</action>
10 <action type="move_directory_files"> 10 <action type="move_directory_files">
11 <source_directory>./</source_directory> 11 <source_directory>./</source_directory>
12 <destination_directory>$INSTALL_DIR/FastQC</destination_directory> 12 <destination_directory>$INSTALL_DIR/FastQC</destination_directory>
13 </action> 13 </action>