Mercurial > repos > iuc > crossmap_vcf
diff macros.xml @ 1:a40d9af7d058 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
author | iuc |
---|---|
date | Fri, 20 Oct 2017 02:51:15 -0400 |
parents | 734eedede47c |
children | 7a3c34157901 |
line wrap: on
line diff
--- a/macros.xml Tue Sep 26 05:45:41 2017 -0400 +++ b/macros.xml Fri Oct 20 02:51:15 2017 -0400 @@ -2,12 +2,11 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="324">ucsc-wigtobigwig</requirement> - <requirement type="package" version="0.2.2">crossmap</requirement> + <requirement type="package" version="0.2.5">crossmap</requirement> <yield/> </requirements> </xml> - <token name="@WRAPPER_VERSION@">0.2.2</token> + <token name="@WRAPPER_VERSION@">0.2.5</token> <xml name="stdio"> <stdio> <regex match="Aborted (core dumped)" source="stdout" level="fatal"/> @@ -16,7 +15,9 @@ </stdio> </xml> <xml name="version_command"> - <version_command>CrossMap.py 2>&1 | head -n 1 | grep -E --only-matching 'CrossMap.*'</version_command> + <version_command><![CDATA[ +CrossMap.py 2>&1 | head -n 1 | grep -E --only-matching 'CrossMap.*' + ]]></version_command> </xml> <xml name="chain"> <conditional name="chain_source"> @@ -26,25 +27,18 @@ </param> <when value="cached"> <param name="input_chain" type="select" label="Lift Over To"> - <options from_file="liftOver.loc"> - <column name="dbkey" index="0"/><!-- species/build 'from' --> - <column name="name" index="1"/><!-- species/build 'to' --> - <column name="value" index="2"/><!-- path of chain file --> + <options from_data_table="liftOver"> + <!-- <filter type="data_meta" ref="input" key="dbkey" column="0"/> + --> </options> </param> </when> <when value="history"> - <param type="data" format="csv" name="input_chain" label="LiftOver chain file"/> + <param name="input_chain" type="data" format="csv" label="LiftOver chain file"/> </when> </conditional> </xml> - <xml name="source"> - <param name="index_source" type="select" label="Source for Input Data"> - <option value="cached">Local data (in galaxy)</option> - <option value="history">From History</option> - </param> - </xml> <token name="@HELP_GENERAL@"> CrossMap --------