# HG changeset patch # User iuc # Date 1508513646 14400 # Node ID 7a3c341579012237a0036c94654675e178e5c311 # Parent a40d9af7d058beff8233769c54d7d042a571791e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 39a5f30a013c6d71ea84807b72511e3aa4bab147 diff -r a40d9af7d058 -r 7a3c34157901 crossmap_vcf.xml --- a/crossmap_vcf.xml Fri Oct 20 02:51:15 2017 -0400 +++ b/crossmap_vcf.xml Fri Oct 20 11:34:06 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 a40d9af7d058 -r 7a3c34157901 macros.xml --- a/macros.xml Fri Oct 20 02:51:15 2017 -0400 +++ b/macros.xml Fri Oct 20 11:34:06 2017 -0400 @@ -28,9 +28,7 @@ - diff -r a40d9af7d058 -r 7a3c34157901 test-data/cached_locally/liftOver.loc --- a/test-data/cached_locally/liftOver.loc Fri Oct 20 02:51:15 2017 -0400 +++ b/test-data/cached_locally/liftOver.loc Fri Oct 20 11:34:06 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