diff rgFastQC.xml @ 7:3fdc1a74d866 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit 0a6b68fa8ae5c04f18c4a517fc73a819f765700b
author devteam
date Mon, 11 Apr 2016 10:27:34 -0400
parents 28d39af2dd06
children 06819360a9e2
line wrap: on
line diff
--- a/rgFastQC.xml	Mon Jan 18 09:33:58 2016 -0500
+++ b/rgFastQC.xml	Mon Apr 11 10:27:34 2016 -0400
@@ -1,4 +1,4 @@
-<tool id="fastqc" name="FastQC" version="0.64">
+<tool id="fastqc" name="FastQC" version="0.65">
     <description>Read Quality reports</description>
     <requirements>
         <requirement type="package" version="0.11.4">FastQC</requirement>
@@ -17,7 +17,6 @@
         -t "$text_file"
         -f "$input_file.ext"
         -j "$input_file.name"
-        -e "\$FASTQC_JAR_PATH/fastqc"
         #if $contaminants.dataset and str($contaminants) > ''
             -c "$contaminants"
         #end if