# HG changeset patch # User iuc # Date 1579904401 0 # Node ID aabda1846d52bb718f96d85f84cbd4fbf99da6e8 # Parent 7d9b78678bc228f0d3264d3253c59b9c799668ae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7" diff -r 7d9b78678bc2 -r aabda1846d52 gemini_load.xml --- a/gemini_load.xml Wed Feb 06 10:36:14 2019 -0500 +++ b/gemini_load.xml Fri Jan 24 22:20:01 2020 +0000 @@ -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 @@ + + + + + + + +