Mercurial > repos > iuc > cwpair2
comparison cwpair2.xml @ 3:436dc65bd902 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cwpair2 commit f924b8d7ac95d574cad6b81b6cd49a9c1f642483
author | iuc |
---|---|
date | Tue, 13 Dec 2016 09:25:15 -0500 |
parents | abc464ca7260 |
children | 71188f3f4b76 |
comparison
equal
deleted
inserted
replaced
2:abc464ca7260 | 3:436dc65bd902 |
---|---|
3 <description>find matched pairs and unmatched orphans</description> | 3 <description>find matched pairs and unmatched orphans</description> |
4 <macros> | 4 <macros> |
5 <import>cwpair2_macros.xml</import> | 5 <import>cwpair2_macros.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
8 <command> | 8 <command detect_errors="aggressive"> |
9 <![CDATA[ | 9 <![CDATA[ |
10 python $__tool_directory__/cwpair2.py | 10 python $__tool_directory__/cwpair2.py |
11 #for $i in $input: | 11 #for $i in $input: |
12 --input "${i}" "${i.hid}" | 12 --input "${i}" "${i.hid}" |
13 #end for | 13 #end for |