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

Changeset 23:1c183b0a6cfd (2025-08-18)
Previous changeset 22:350c736075eb (2025-08-14) Next changeset 24:f875da9d433c (2025-10-19)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastp commit c70cbcc40b8ceaf157a14b6fb02e3a67d5be1125
modified:
fastp.xml
b
diff -r 350c736075eb -r 1c183b0a6cfd fastp.xml
--- a/fastp.xml Thu Aug 14 16:59:43 2025 +0000
+++ b/fastp.xml Mon Aug 18 13:42:38 2025 +0000
b
@@ -1,4 +1,4 @@
-<tool id="fastp" name="fastp" version="@TOOL_VERSION@+galaxy1" profile="23.1">
+<tool id="fastp" name="fastp" version="@TOOL_VERSION@+galaxy2" profile="23.1">
     <description>fast all-in-one preprocessing for FASTQ files</description>
     <macros>
         <import>macros.xml</import>
@@ -318,7 +318,7 @@
                     </param>
                     <when value="--cut_front">
                         <param argument="--cut_front_window_size" type="integer" optional="true" value="4" min="1" max="1000" label="Cutting window size for cut front" help="The size of the sliding window for sliding window trimming."/>
-                        <param argument="--cut_front_mean_quality" type="integer" optional="true" value="20" min="1" max="36 " label="Cutting mean quality for cut front" help="The bases in the sliding window with mean quality below cutting_quality will be cut."/>
+                        <param argument="--cut_front_mean_quality" type="integer" optional="true" value="20" min="1" max="30 " label="Cutting mean quality for cut front" help="The bases in the sliding window with mean quality below cutting_quality will be cut."/>
                     </when>
                     <when value="">
                     </when>
@@ -330,7 +330,7 @@
                     </param>
                     <when value="--cut_tail">
                         <param argument="--cut_tail_window_size" type="integer" optional="true" value="4" min="1" max="1000" label="Cutting window size for cut tail" help="The size of the sliding window for sliding window trimming."/>
-                        <param argument="--cut_tail_mean_quality" type="integer" optional="true" value="20" min="1" max="36 " label="Cutting mean quality for cut tail" help="The bases in the sliding window with mean quality below cutting_quality will be cut."/>
+                        <param argument="--cut_tail_mean_quality" type="integer" optional="true" value="20" min="1" max="30 " label="Cutting mean quality for cut tail" help="The bases in the sliding window with mean quality below cutting_quality will be cut."/>
                     </when>
                     <when value="">
                     </when>
@@ -342,7 +342,7 @@
                     </param>
                     <when value="--cut_right">
                         <param argument="--cut_right_window_size" type="integer" optional="true" value="4" min="1" max="1000" label="Cutting window size for cut right" help="The size of the sliding window for sliding window trimming."/>
-                        <param argument="--cut_right_mean_quality" type="integer" optional="true" value="20" min="1" max="36 " label="Cutting mean quality for cut right" help="The bases in the sliding window with mean quality below cutting_quality will be cut."/>
+                        <param argument="--cut_right_mean_quality" type="integer" optional="true" value="20" min="1" max="30 " label="Cutting mean quality for cut right" help="The bases in the sliding window with mean quality below cutting_quality will be cut."/>
                     </when>
                     <when value="">
                     </when>