Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed May 9, 2019
1 parent 913d1c1 commit 1fe34a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duphold.nim
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ Options:
stderr.write_line "[duphold] " & "trying sample name from env:" & getEnv("DUPHOLD_SAMPLE_NAME")
sample_i = vcf.samples.find(getEnv("DUPHOLD_SAMPLE_NAME"))
if sample_i == -1:
quit "couldn't find sample from bam:" & bam.sample_name & "or ENV in vcf which had:" & join(vcf.samples, ",")
quit "couldn't find sample from bam:" & bam.sample_name & " or ENV in vcf which had:" & join(vcf.samples, ",")

if args["--drop"]:
vcf.set_samples(@[bam.sample_name])
Expand Down

0 comments on commit 1fe34a0

Please sign in to comment.