# HG changeset patch # User iuc # Date 1587501920 14400 # Node ID dbf9c561ef29aa8a998bf8772285e4ecb479cd50 # Parent 1d8fe9bc4cb09ac849ace812a8bc59b4fe7e2006 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastp commit a64eb7904f80e90a5faff04ea3fb797ee1e07d36" diff -r 1d8fe9bc4cb0 -r dbf9c561ef29 fastp.xml --- a/fastp.xml Tue May 28 10:18:59 2019 -0400 +++ b/fastp.xml Tue Apr 21 16:45:20 2020 -0400 @@ -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 1d8fe9bc4cb0 -r dbf9c561ef29 macros.xml --- a/macros.xml Tue May 28 10:18:59 2019 -0400 +++ b/macros.xml Tue Apr 21 16:45:20 2020 -0400 @@ -1,5 +1,5 @@ - 0.19.5 + 0.20.1