1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/d6be25b05259/ changeset: r5472:d6be25b05259 user: fubar date: 2011-04-28 18:11:27 summary: The Buildbot tells me that it's easiest to install FastQC under tool-data/shared/jars - adjusted the tool appropriately affected #: 1 file (5 bytes) --- a/tools/rgenetics/rgFastQC.xml Thu Apr 28 11:48:52 2011 -0400 +++ b/tools/rgenetics/rgFastQC.xml Thu Apr 28 12:11:27 2011 -0400 @@ -1,7 +1,7 @@ <tool name="Fastqc: Fastqc QC" id="fastqc" version="0.1"><description>using FastQC from Babraham</description><command interpreter="python"> - rgFastQC.py -i $input_file -d $html_file.files_path -o $html_file -n "$out_prefix" -f $input_file.ext -e ${GALAXY_DATA_INDEX_DIR}/shared/FastQC/fastqc + rgFastQC.py -i $input_file -d $html_file.files_path -o $html_file -n "$out_prefix" -f $input_file.ext -e ${GALAXY_DATA_INDEX_DIR}/shared/jars/FastQC/fastqc #if $contaminants.dataset and str($contaminants) > '' -c "$contaminants" #end if Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.