changeset 15:66a8223839c8 draft

Uploaded
author dpryan79
date Wed, 14 Sep 2016 05:07:47 -0400
parents 298710673d98
children 9f1401078360
files bwameth.py bwameth.xml bwameth_wrapper.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bwameth.xml	Wed Sep 14 04:53:59 2016 -0400
+++ b/bwameth.xml	Wed Sep 14 05:07:47 2016 -0400
@@ -66,7 +66,9 @@
         <param name="input_mate2" type="data" format="fastq" label="Second read in pair" help="FASTQ file." />
       </when>
     </conditional>
-    <param name="readGroup" type="text" value="" label="Read group" help="If desired, you can manually add read group information to the resulting BAM file. To do so, you MUST manually specify the entire string, such as '@RG\tID:foo\tSM:bar'" />
+    <param name="readGroup" type="text" value="" label="Read group" help="If desired, you can manually add read group information to the resulting BAM file. To do so, you MUST manually specify the entire string, such as '@RG\tID:foo\tSM:bar'">
+      <sanitizer sanitize="False"/>
+    </param>
   </inputs>
   <outputs>
     <data name="output" format="bam" from_work_dir="output.bam" label="${tool.name} on ${on_string}" />