Mercurial > repos > lparsons > cutadapt
diff macros.xml @ 12:78e1cf88d133 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:24:08 -0400 |
parents | 8665bcc8b847 |
children | 8f1df515eb87 |
line wrap: on
line diff
--- a/macros.xml Mon Mar 05 11:02:48 2018 -0500 +++ b/macros.xml Thu May 24 18:24:08 2018 -0400 @@ -261,4 +261,43 @@ </xml> + <xml name="inherit_format_1"> + <actions> + <conditional name="library.type"> + <when value="single"> + <action type="format"> + <option type="from_param" name="library.input_1" param_attribute="ext" /> + </action> + </when> + <when value="paired"> + <action type="format"> + <option type="from_param" name="library.input_1" param_attribute="ext" /> + </action> + </when> + <when value="paired_collection"> + <action type="format"> + <option type="from_param" name="library.input_1" param_attribute="forward.ext" /> + </action> + </when> + </conditional> + </actions> + </xml> + + <xml name="inherit_format_2"> + <actions> + <conditional name="library.type"> + <when value="paired"> + <action type="format"> + <option type="from_param" name="library.input_2" param_attribute="ext" /> + </action> + </when> + <when value="paired_collection"> + <action type="format"> + <option type="from_param" name="library.input_1" param_attribute="reverse.ext" /> + </action> + </when> + </conditional> + </actions> + </xml> + </macros> \ No newline at end of file