Mercurial > repos > devteam > cuffmerge
comparison cuff_macros.xml @ 7:4df774d8a900 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit 52b81aad3194e02a04ec09eea1aa0c1e9301e942
| author | iuc |
|---|---|
| date | Wed, 23 Oct 2024 22:12:11 +0000 |
| parents | f4bc1b2fc4d4 |
| children |
comparison
equal
deleted
inserted
replaced
| 6:f4bc1b2fc4d4 | 7:4df774d8a900 |
|---|---|
| 77 #for $i, $input_file in enumerate($inputs): | 77 #for $i, $input_file in enumerate($inputs): |
| 78 ln -s '${input_file}' input_$i && | 78 ln -s '${input_file}' input_$i && |
| 79 #end for | 79 #end for |
| 80 ]]></token> | 80 ]]></token> |
| 81 <token name="@CUFFLINKS_GTF_INPUTS@"><![CDATA[ | 81 <token name="@CUFFLINKS_GTF_INPUTS@"><![CDATA[ |
| 82 ## Inputs. | 82 ## Inputs. |
| 83 #for $i, $input_file in enumerate($inputs): | 83 #for $i, $input_file in enumerate($inputs): |
| 84 'input_$i' | 84 'input_$i' |
| 85 #end for | 85 #end for |
| 86 ]]></token> | 86 ]]></token> |
| 87 <token name="@HAS_MULTIPLE_INPUTS@">getattr(inputs, "__len__", [].__len__)() >= 2</token> | 87 <token name="@HAS_MULTIPLE_INPUTS@">getattr(inputs, "__len__", [].__len__)() >= 2</token> |
