Repository 'shovill'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/shovill

Changeset 2:f698c7604b3b (2018-10-17)
Previous changeset 1:57d5928f456e (2018-03-07) Next changeset 3:865119fcb694 (2018-11-13)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
modified:
shovill.xml
b
diff -r 57d5928f456e -r f698c7604b3b shovill.xml
--- a/shovill.xml Wed Mar 07 02:10:01 2018 -0500
+++ b/shovill.xml Wed Oct 17 11:43:35 2018 -0400
b
@@ -17,7 +17,7 @@
                 --R2 '$library.input1.reverse'
             #end if
             $trim
-            --namefmt "$adv.namefmt"
+            --namefmt '$adv.namefmt'
             --depth '$adv.depth'
             #if $adv.gsize
                 --gsize '$adv.gsize'
@@ -53,7 +53,12 @@
         <section name="adv" title="Advanced options" expanded="False">
             <param name="namefmt" argument="--namefmt" type="text" value="contig%05d" label="Contig name format" help="Format of contig FASTA IDs in 'printf' style (default: 'contig%05d')" >
                 <sanitizer>
-                    <valid initial="string.printable" />
+                    <valid initial="string.printable">
+                        <remove value="&apos;" />
+                    </valid>
+                    <mapping initial="none">
+                        <add source="&apos;" target="&apos;&quot;&apos;&quot;&apos;" />
+                    </mapping>
                 </sanitizer>
             </param>
             <param name="depth" argument="--depth" type="integer" value="100" label="Depth" help="Sub-sample --R1/--R2 to this depth. Disable with --depth 0 (default: 100)" />