# HG changeset patch # User iuc # Date 1587501897 0 # Node ID e9f30696da0e235de41fda645962f6d581d8e599 # Parent 1eb1895ab19c22fdc4ee556d658145a602d7fac2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastp commit a64eb7904f80e90a5faff04ea3fb797ee1e07d36" diff -r 1eb1895ab19c -r e9f30696da0e fastp.xml --- a/fastp.xml Tue May 28 10:18:37 2019 -0400 +++ b/fastp.xml Tue Apr 21 20:44:57 2020 +0000 @@ -1,4 +1,4 @@ - + - fast all-in-one preprocessing for FASTQ files macros.xml @@ -132,6 +132,10 @@ -l $filter_options.length_filtering_options.length_required #end if +#if str($filter_options.length_filtering_options.length_limit): + --length_limit $filter_options.length_filtering_options.length_limit +#end if + ## Low complexity filtering options $filter_options.low_complexity_filter.enable_low_complexity_filter @@ -251,6 +255,7 @@
+
diff -r 1eb1895ab19c -r e9f30696da0e macros.xml --- a/macros.xml Tue May 28 10:18:37 2019 -0400 +++ b/macros.xml Tue Apr 21 20:44:57 2020 +0000 @@ -1,5 +1,5 @@ - 0.19.5 + 0.20.1