# HG changeset patch # User iuc # Date 1508513546 14400 # Node ID b878e87edb819bb5fc20ff5b1f194909a717153e # Parent 37c8b1afc814a8a1d196261b37ab7d1e8e51ecbd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 39a5f30a013c6d71ea84807b72511e3aa4bab147 diff -r 37c8b1afc814 -r b878e87edb81 crossmap_vcf.xml --- a/crossmap_vcf.xml Thu Oct 19 12:40:03 2017 -0400 +++ b/crossmap_vcf.xml Fri Oct 20 11:32:26 2017 -0400 @@ -14,9 +14,9 @@ #if $seq_source.index_source_s == "cached" ## This is the 2nd dbkey, and the corresponding value has to be looked up - "${filter(lambda x: str( x[1] ) == str($chain_source.input_chain ), $__app__.tool_data_tables['liftOver'].get_fields())[0][2] }" + "${filter(lambda x: str( x[1] ) == str($seq_source.chain_source.input_chain ), $__app__.tool_data_tables['liftOver'].get_fields())[0][2] }" #else - '${chain_source.input_chain}' + '${seq_source.chain_source.input_chain}' #end if '${input_file}' @@ -45,14 +45,17 @@ + + + + - diff -r 37c8b1afc814 -r b878e87edb81 macros.xml --- a/macros.xml Thu Oct 19 12:40:03 2017 -0400 +++ b/macros.xml Fri Oct 20 11:32:26 2017 -0400 @@ -28,9 +28,7 @@ - diff -r 37c8b1afc814 -r b878e87edb81 test-data/cached_locally/liftOver.loc --- a/test-data/cached_locally/liftOver.loc Thu Oct 19 12:40:03 2017 -0400 +++ b/test-data/cached_locally/liftOver.loc Fri Oct 20 11:32:26 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