diff picard_AddOrReplaceReadGroups.xml @ 2:9227b8c3093b

Updated command line format per dev team standards.
author devteam <devteam@galaxyproject.org>
date Tue, 02 Apr 2013 09:42:36 -0400
parents 1cd7f3b42609
children 3d4f1fa26f0e
line wrap: on
line diff
--- a/picard_AddOrReplaceReadGroups.xml	Thu Oct 25 12:51:42 2012 -0400
+++ b/picard_AddOrReplaceReadGroups.xml	Tue Apr 02 09:42:36 2013 -0400
@@ -2,19 +2,19 @@
   <requirements><requirement type="package" version="1.56.0">picard</requirement></requirements>
   <command interpreter="python">
     picard_wrapper.py
-      --input="$inputFile"
-      --rg-lb="$rglb"
-      --rg-pl="$rgpl"
-      --rg-pu="$rgpu"
-      --rg-sm="$rgsm"
-      --rg-id="$rgid"
-      --rg-opts=${readGroupOpts.rgOpts}
+      --input="${inputFile}"
+      --rg-lb="${rglb}"
+      --rg-pl="${rgpl}"
+      --rg-pu="${rgpu}"
+      --rg-sm="${rgsm}"
+      --rg-id="${rgid}"
+      --rg-opts="${readGroupOpts.rgOpts}"
       #if $readGroupOpts.rgOpts == "full"
-        --rg-cn="$readGroupOpts.rgcn"
-        --rg-ds="$readGroupOpts.rgds"
+        --rg-cn="${readGroupOpts.rgcn}"
+        --rg-ds="${readGroupOpts.rgds}"
       #end if
-      --output-format=$outputFormat
-      --output=$outFile
+      --output-format="${outputFormat}"
+      --output="${outFile}"
       -j "\$JAVA_JAR_PATH/AddOrReplaceReadGroups.jar"
       --tmpdir "${__new_file_path__}" 
   </command>