Skip to content

Commit 0ed1312

Browse files
Merge pull request #30 from Leon-Bichmann/master
variant2fasta output
2 parents 4af12ad + b3bbc9b commit 0ed1312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/variants2fasta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def main():
211211

212212

213213
#concatenate fasta file with fasta reference
214-
op=open(args.output)
214+
op=open(args.output.replace('.fasta','_vcf.fasta'))
215215
opr1=op.read()
216216
op.close()
217217

0 commit comments

Comments
 (0)