Mercurial > repos > iuc > fastp
diff fastp.xml @ 9:e9f30696da0e draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastp commit a64eb7904f80e90a5faff04ea3fb797ee1e07d36"
| author | iuc |
|---|---|
| date | Tue, 21 Apr 2020 20:44:57 +0000 |
| parents | 1eb1895ab19c |
| children | d5ae828d1c3c |
line wrap: on
line diff
--- 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 @@ -<tool id="fastp" name="fastp" version="@WRAPPER_VERSION@+galaxy1"> +<tool id="fastp" name="fastp" version="@WRAPPER_VERSION@+galaxy0"> <description>- fast all-in-one preprocessing for FASTQ files</description> <macros> <import>macros.xml</import> @@ -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 @@ <section name="length_filtering_options" title="Length filtering options" expanded="True"> <param name="disable_length_filtering" argument="-L" type="boolean" truevalue="-L" falsevalue="" checked="false" label="Disable length filtering" help="Length filtering is enabled by default. If this option is specified, length filtering is disabled."/> <param name="length_required" argument="-l" type="integer" optional="true" label="Length required" help="Reads shorter than this value will be discarded. Default is 15."/> + <param name="length_limit" argument="--length_limit" type="integer" optional="true" label="Maximum length" help="Reads longer than this value will be discarded. Default is 0 and means no limitation."/> </section> <section name="low_complexity_filter" title="Low complexity filtering options" expanded="True">
