Skip to content

Commit 09d1554

Browse files
committed
Update annotate_maf_vcf.mk
1 parent 503607c commit 09d1554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcf_tools/annotate_maf_vcf.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ vcf/%.vcf : vcf/%.maf
1111
$$(MAF2VCF) \
1212
--input-maf $$(<) \
1313
--output-dir vcf \
14-
--output-vcf $1.vcf \
14+
--output-vcf vcf/$1.vcf \
1515
--ref-fasta $$(HOME)/share/lib/resource_files/VEP/GRCh37/homo_sapiens/99_GRCh37/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa.gz")
1616

1717
endef

0 commit comments

Comments
 (0)