Skip to content

Commit

Permalink
Merge pull request #79 from hall-lab/log_fix
Browse files Browse the repository at this point in the history
Fix bnd warning conditional
  • Loading branch information
ernfrid authored Apr 3, 2018
2 parents e2b31ae + cc10a9f commit 19aa65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svtyper/classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def sv_genotype(bam_string,
vcf_out.write(var2.get_var_string() + '\n')

# throw warning if we've lost unpaired breakends
if True:
if breakend_dict:
logging.warning('Unpaired breakends found in file. These will not be present in output.')

# close the files
Expand Down

0 comments on commit 19aa65f

Please sign in to comment.