Skip to content

Commit

Permalink
add large deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyphelan committed Mar 12, 2019
1 parent a61a487 commit 276194b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pathogenprofiler/profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def profiler(conf_file,prefix,r1=None,r2=None,bam_file=None,call_method="low",mi
delly_bcf = bam_obj.run_delly()
deletions = delly_bcf.overlap_bed(conf["bed"])
results = db_compare(db_file=conf["json_db"],mutations=results,bed_file=conf["bed"],deletions=deletions)
print("asdnjasndasdnbuibdisbaidbaui")
else:
results = db_compare(db_file=conf["json_db"],mutations=results,bed_file=conf["bed"])

Expand Down

0 comments on commit 276194b

Please sign in to comment.