comparison macros.xml @ 14:afa7f4ed48d1 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit d1e907795fa943b505723dd6f7bf0a61723d8818"
author iuc
date Fri, 30 Apr 2021 10:13:01 +0000
parents 9ede565f6b0c
children 0a6402ed2416
comparison
equal deleted inserted replaced
13:9ede565f6b0c 14:afa7f4ed48d1
336 <when value="paired"> 336 <when value="paired">
337 <action type="format"> 337 <action type="format">
338 <option type="from_param" name="library.input_1" param_attribute="ext" /> 338 <option type="from_param" name="library.input_1" param_attribute="ext" />
339 </action> 339 </action>
340 </when> 340 </when>
341 <when value="paired_collection">
342 <action type="format">
343 <option type="from_param" name="library.input_1" param_attribute="forward.ext" />
344 </action>
345 </when>
346 </conditional> 341 </conditional>
347 </actions> 342 </actions>
348 </xml> 343 </xml>
349 344
350 <xml name="inherit_format_2"> 345 <xml name="inherit_format_2">
353 <when value="paired"> 348 <when value="paired">
354 <action type="format"> 349 <action type="format">
355 <option type="from_param" name="library.input_2" param_attribute="ext" /> 350 <option type="from_param" name="library.input_2" param_attribute="ext" />
356 </action> 351 </action>
357 </when> 352 </when>
358 <when value="paired_collection">
359 <action type="format">
360 <option type="from_param" name="library.input_1" param_attribute="reverse.ext" />
361 </action>
362 </when>
363 </conditional> 353 </conditional>
364 </actions> 354 </actions>
365 </xml> 355 </xml>
366 356
367 </macros> 357 </macros>