diff picard_FastqToSam.xml @ 12:05087b27692a draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
author devteam
date Sun, 27 Nov 2016 15:11:50 -0500
parents 5eaa8a968300
children 7e6fd3d0f16e
line wrap: on
line diff
--- a/picard_FastqToSam.xml	Wed Nov 11 12:23:17 2015 -0500
+++ b/picard_FastqToSam.xml	Sun Nov 27 15:11:50 2016 -0500
@@ -4,13 +4,10 @@
     <import>picard_macros.xml</import>
   </macros>
   <expand macro="requirements" />
-  <stdio>
-    <exit_code range="1:" level="fatal"/>
-  </stdio>
-  <command>
+  <command detect_errors="exit_code"><![CDATA[
     @java_options@
     
-    java -jar \$JAVA_JAR_PATH/picard.jar
+    picard
     FastqToSam
     
     #if str( $input_type.input_type_selector ) == "se":
@@ -70,7 +67,7 @@
     QUIET=true
     VERBOSITY=ERROR
   
-  </command>
+  ]]></command>
   <inputs>
     <conditional name="input_type">
       <param name="input_type_selector" type="select" label="What is your input data" help="Select between single end, paired end, and collections. See help below for full explanation of dataset types">