Mercurial > repos > iuc > crossmap_bw
changeset 2:566f43df9ef4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 39a5f30a013c6d71ea84807b72511e3aa4bab147
author | iuc |
---|---|
date | Fri, 20 Oct 2017 11:33:27 -0400 |
parents | 3b82b6febfd3 |
children | f208825f64ec |
files | crossmap_bigwig.xml macros.xml test-data/cached_locally/liftOver.loc |
diffstat | 3 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/crossmap_bigwig.xml Fri Oct 20 02:50:41 2017 -0400 +++ b/crossmap_bigwig.xml Fri Oct 20 11:33:27 2017 -0400 @@ -35,7 +35,7 @@ <output name="output" file="test_bigwig_01_output_a.bw"/> </test> <test><!-- cached chain file --> - <param name="input" value="test_bigwig_01_input_a.bw" ftype="bigwig"/> + <param name="input" value="test_bigwig_01_input_a.bw" ftype="bigwig" dbkey="hg18"/> <param name="index_source" value="cached"/> <output name="output" file="test_bigwig_01_output_a.bw"/>
--- a/macros.xml Fri Oct 20 02:50:41 2017 -0400 +++ b/macros.xml Fri Oct 20 11:33:27 2017 -0400 @@ -28,9 +28,7 @@ <when value="cached"> <param name="input_chain" type="select" label="Lift Over To"> <options from_data_table="liftOver"> - <!-- <filter type="data_meta" ref="input" key="dbkey" column="0"/> - --> </options> </param> </when>
--- a/test-data/cached_locally/liftOver.loc Fri Oct 20 02:50:41 2017 -0400 +++ b/test-data/cached_locally/liftOver.loc Fri Oct 20 11:33:27 2017 -0400 @@ -29,4 +29,4 @@ #anoCar1 hg18 /depot/data2/galaxy/anoCar1/liftOver/anoCar1ToHg18.over.chain #...etc... -A B ${__HERE__}/aToB.over.chain +hg18 hg19 ${__HERE__}/aToB.over.chain