Mercurial > repos > lparsons > cutadapt
comparison macros.xml @ 3:d0e40ca0cad6 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit 195c6112eff237b20a6744e82e2c4e7641f7c488
| author | iuc |
|---|---|
| date | Thu, 24 May 2018 18:23:52 -0400 |
| parents | a018169c73d2 |
| children | b58d26072ded |
comparison
equal
deleted
inserted
replaced
| 2:a018169c73d2 | 3:d0e40ca0cad6 |
|---|---|
| 259 | 259 |
| 260 </section> | 260 </section> |
| 261 | 261 |
| 262 </xml> | 262 </xml> |
| 263 | 263 |
| 264 <xml name="inherit_format_1"> | |
| 265 <actions> | |
| 266 <conditional name="library.type"> | |
| 267 <when value="single"> | |
| 268 <action type="format"> | |
| 269 <option type="from_param" name="library.input_1" param_attribute="ext" /> | |
| 270 </action> | |
| 271 </when> | |
| 272 <when value="paired"> | |
| 273 <action type="format"> | |
| 274 <option type="from_param" name="library.input_1" param_attribute="ext" /> | |
| 275 </action> | |
| 276 </when> | |
| 277 <when value="paired_collection"> | |
| 278 <action type="format"> | |
| 279 <option type="from_param" name="library.input_1" param_attribute="forward.ext" /> | |
| 280 </action> | |
| 281 </when> | |
| 282 </conditional> | |
| 283 </actions> | |
| 284 </xml> | |
| 285 | |
| 286 <xml name="inherit_format_2"> | |
| 287 <actions> | |
| 288 <conditional name="library.type"> | |
| 289 <when value="paired"> | |
| 290 <action type="format"> | |
| 291 <option type="from_param" name="library.input_2" param_attribute="ext" /> | |
| 292 </action> | |
| 293 </when> | |
| 294 <when value="paired_collection"> | |
| 295 <action type="format"> | |
| 296 <option type="from_param" name="library.input_1" param_attribute="reverse.ext" /> | |
| 297 </action> | |
| 298 </when> | |
| 299 </conditional> | |
| 300 </actions> | |
| 301 </xml> | |
| 302 | |
| 264 </macros> | 303 </macros> |
