Mercurial > repos > iuc > fastp
comparison macros.xml @ 16:10678d49d39e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastp commit 81e2b45f5357c7ba235f219828a6998f146012c4
author | iuc |
---|---|
date | Sat, 08 Feb 2025 15:15:16 +0000 |
parents | a626e8c0e1ba |
children |
comparison
equal
deleted
inserted
replaced
15:a626e8c0e1ba | 16:10678d49d39e |
---|---|
67 <xml name="poly_g_min_len"> | 67 <xml name="poly_g_min_len"> |
68 <param argument="--poly_g_min_len" type="integer" optional="true" label="PolyG minimum length" | 68 <param argument="--poly_g_min_len" type="integer" optional="true" label="PolyG minimum length" |
69 help="The minimum length to detect polyG in the read tail. 10 by default."/> | 69 help="The minimum length to detect polyG in the read tail. 10 by default."/> |
70 </xml> | 70 </xml> |
71 | 71 |
72 <xml name="format_actions" token_read_number="1" token_forward_reverse="forward"> | |
73 <actions> | |
74 <conditional name="single_paired.single_paired_selector"> | |
75 <when value="paired"> | |
76 <action type="format"> | |
77 <option type="from_param" name="single_paired.in@READ_NUMBER@" param_attribute="ext" /> | |
78 </action> | |
79 </when> | |
80 <when value="paired_collection"> | |
81 <action type="format"> | |
82 <option type="from_param" name="single_paired.paired_input" param_attribute="@FORWARD_REVERSE@.ext" /> | |
83 </action> | |
84 </when> | |
85 </conditional> | |
86 </actions> | |
87 </xml> | |
88 </macros> | 72 </macros> |