comparison FastQC/tool_dependencies.xml @ 8:c5afa527c8b8 draft

Uploaded
author fubar
date Mon, 03 Jun 2013 23:11:58 -0400
parents fac617296882
children c13fa2748191
comparison
equal deleted inserted replaced
7:fac617296882 8:c5afa527c8b8
6 <package name="FastQC" version="0.10.1"> 6 <package name="FastQC" version="0.10.1">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
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>./FastQC</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>
14 <action type="shell_command">chmod ugo+x $INSTALL_DIR/FastQC/fastqc</action> 14 <action type="shell_command">chmod ugo+x $INSTALL_DIR/FastQC/fastqc</action>
15 </actions> 15 </actions>
16 </install> 16 </install>