We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69af65 commit 0189ac1Copy full SHA for 0189ac1
validation-data/Makefile
@@ -39,9 +39,14 @@ all: 1kg_2020_chr20.bcf.csi \
39
# 1000 genomes phase 1
40
1KG_P1_ALL_URL=http://ftp.1000genomes.ebi.ac.uk/vol1/ftp/phase1/analysis_results/integrated_call_sets/ALL.chr6.integrated_phase1_v3.20101123.snps_indels_svs.genotypes.vcf.gz
41
42
+old_tabix:
43
+ rm -fR tabix old_tabix
44
+ git clone https://github.com/samtools/tabix.git
45
+ cd tabix && make
46
+ cp tabix/tabix ./old_tabix
47
48
%.vcf.gz.tbi: %.vcf.gz
- tabix $<
49
+ ./old_tabix $<
50
51
%.2.split: %
52
./split.sh $< 2
0 commit comments