Repository 'cutadapt'
hg clone https://toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt

Changeset 17:52ef1be47553 (2018-11-09)
Previous changeset 16:8f1df515eb87 (2018-11-01) Next changeset 18:5c7e7d905b33 (2018-12-13)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit 5b7bf5d9a56f6aabaf7951d3e32a082c91937360
modified:
cutadapt.xml
b
diff -r 8f1df515eb87 -r 52ef1be47553 cutadapt.xml
--- a/cutadapt.xml Thu Nov 01 19:19:11 2018 -0400
+++ b/cutadapt.xml Fri Nov 09 11:33:40 2018 -0500
b
@@ -133,7 +133,7 @@
     --suffix="$read_mod_options.suffix"
 #end if
 #if str($read_mod_options.length) != '0':
-    --length=$$read_mod_options.length
+    --length=$read_mod_options.length
 #end if
 #if $read_mod_options.length_tag != '':
     --length-tag="$read_mod_options.length_tag"