Skip to content

Commit

Permalink
Update annotate_maf_vcf.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbrown6 committed Apr 12, 2022
1 parent 09d1554 commit 0a58c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcf_tools/annotate_maf_vcf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vcf/%.vcf : vcf/%.maf
$$(MAF2VCF) \
--input-maf $$(<) \
--output-dir vcf \
--output-vcf vcf/$1.vcf \
--output-vcf $$(@) \
--ref-fasta $$(HOME)/share/lib/resource_files/VEP/GRCh37/homo_sapiens/99_GRCh37/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa.gz")

endef
Expand Down

0 comments on commit 0a58c23

Please sign in to comment.