Mercurial > repos > bjoern-gruening > trim_galore
diff tool_dependencies.xml @ 0:2fd029916856 draft
initial commit
author | bjoern-gruening |
---|---|
date | Tue, 25 Dec 2012 05:55:53 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Dec 25 05:55:53 2012 -0500 @@ -0,0 +1,43 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="cutadapt" version="1.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://cutadapt.googlecode.com/files/cutadapt-1.1.tar.gz</action> + <action type="move_directory_files"> + <source_directory>bin</source_directory> + <destination_directory>$INSTALL_DIR/bin</destination_directory> + </action> + <action type="move_directory_files"> + <source_directory>cutadapt</source_directory> + <destination_directory>$INSTALL_DIR/cutadapt</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + </readme> + </package> + <package name="fastqc" version="0.10.1"> + <install version="1.0"> + <actions> + <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>../FastQC/</source_directory> + <destination_directory>$INSTALL_DIR/FastQC</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/FastQC</environment_variable> + </action> + </actions> + </install> + <readme> + FastQC needs a java Runtime Environment. + </readme> + </package> +</tool_dependency> + + +