We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4867646 commit 6075857Copy full SHA for 6075857
2 files changed
test/Makefile test/sim01/Makefiletest/Makefile renamed to test/sim01/Makefile
@@ -1,11 +1,11 @@
1
RSCRIPT?=Rscript --vanilla
2
BCFTOOLS?=bcftools
3
BGZIP?=bgzip
4
-SOFOS?=../sofos
+SOFOS?=../../sofos
5
6
default: all
7
8
-all:
+all: sim01
9
10
.PHONY: default all
11
@@ -16,7 +16,7 @@ sim01: sim01.vcf.gz sim01-samples1.sofos.csv sim01-samples2.sofos.csv \
16
17
# SIM01
18
sim01.vcf.gz:
19
- $(RSCRIPT) vcfsim.R -a 0.1 -b 1 -m 10000 -n 10 -z 514803703 | $(BGZIP) > $@
+ $(RSCRIPT) ../vcfsim.R -a 0.1 -b 1 -m 10000 -n 10 -z 514803703 | $(BGZIP) > $@
20
21
sim01-samples1.txt: sim01.vcf.gz
22
$(BCFTOOLS) query -l $< | head -n 8 > $@
test/sim01.vcf.gz test/sim01/sim01.vcf.gztest/sim01.vcf.gz renamed to test/sim01/sim01.vcf.gz
0 commit comments