Mercurial > repos > iuc > fastp
comparison macros.xml @ 15:515315f1a8a0 draft
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:00 +0000 |
| parents | 9047af1bc797 |
| children | d6c9f863a9db |
comparison
equal
deleted
inserted
replaced
| 14:9047af1bc797 | 15:515315f1a8a0 |
|---|---|
| 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> |
