Skip to content

Commit 6075857

Browse files
Move location of sim01
1 parent 4867646 commit 6075857

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/Makefile renamed to test/sim01/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
RSCRIPT?=Rscript --vanilla
22
BCFTOOLS?=bcftools
33
BGZIP?=bgzip
4-
SOFOS?=../sofos
4+
SOFOS?=../../sofos
55

66
default: all
77

8-
all:
8+
all: sim01
99

1010
.PHONY: default all
1111

@@ -16,7 +16,7 @@ sim01: sim01.vcf.gz sim01-samples1.sofos.csv sim01-samples2.sofos.csv \
1616

1717
# SIM01
1818
sim01.vcf.gz:
19-
$(RSCRIPT) vcfsim.R -a 0.1 -b 1 -m 10000 -n 10 -z 514803703 | $(BGZIP) > $@
19+
$(RSCRIPT) ../vcfsim.R -a 0.1 -b 1 -m 10000 -n 10 -z 514803703 | $(BGZIP) > $@
2020

2121
sim01-samples1.txt: sim01.vcf.gz
2222
$(BCFTOOLS) query -l $< | head -n 8 > $@

0 commit comments

Comments
 (0)