Mercurial > repos > iuc > crossmap_vcf
comparison macros.xml @ 1:af9e03d85771 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
author | iuc |
---|---|
date | Tue, 26 Sep 2017 04:47:28 -0400 |
parents | 3fc985b6afdd |
children | 37c8b1afc814 |
comparison
equal
deleted
inserted
replaced
0:3fc985b6afdd | 1:af9e03d85771 |
---|---|
25 <option value="history">From History</option> | 25 <option value="history">From History</option> |
26 </param> | 26 </param> |
27 <when value="cached"> | 27 <when value="cached"> |
28 <param name="input_chain" type="select" label="Lift Over To"> | 28 <param name="input_chain" type="select" label="Lift Over To"> |
29 <options from_file="liftOver.loc"> | 29 <options from_file="liftOver.loc"> |
30 <column name="name" index="1"/> | 30 <column name="dbkey" index="0"/><!-- species/build 'from' --> |
31 <column name="value" index="2"/> | 31 <column name="name" index="1"/><!-- species/build 'to' --> |
32 <column name="dbkey" index="0"/> | 32 <column name="value" index="2"/><!-- path of chain file --> |
33 <filter type="data_meta" ref="input" key="dbkey" column="0"/> | 33 <filter type="data_meta" ref="input" key="dbkey" column="0"/> |
34 </options> | 34 </options> |
35 </param> | 35 </param> |
36 </when> | 36 </when> |
37 <when value="history"> | 37 <when value="history"> |