# HG changeset patch # User iuc # Date 1579905213 18000 # Node ID 64132aa2d62a86dc4a4165a092c689d962ff8961 # Parent b2c25142267e9d95c0a48da778bd86519bcee00e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7" diff -r b2c25142267e -r 64132aa2d62a gemini_load.xml --- a/gemini_load.xml Wed Feb 06 10:58:17 2019 -0500 +++ b/gemini_load.xml Fri Jan 24 17:33:33 2020 -0500 @@ -1,4 +1,4 @@ - + Loading a VCF file into GEMINI gemini_macros.xml @@ -11,9 +11,15 @@ input.vcf.gz && - tabix -p vcf input.vcf.gz && + ## gemini load expects a bgzipped and tabixed vcf as input + #set $tabixed_file = 'input.vcf.gz' + #if $infile.ext == 'vcf': + bgzip -c '$infile' > $tabixed_file && + tabix -p vcf $tabixed_file && + #else: + ln -s '$infile' $tabixed_file && + ln -s '$infile.metadata.tabix_index' ${tabixed_file}.tbi && + #end if gemini @BINARY@ @@ -56,7 +62,7 @@ ]]> - @@ -157,6 +163,14 @@ + + + + + + + +