Skip to content

Commit

Permalink
Fixed a bug that was breaking the evidence code color display. Had ne…
Browse files Browse the repository at this point in the history
…glected that many of the evidence code strings end with '(met)'
  • Loading branch information
melissacline committed Aug 31, 2024
1 parent 9b724e0 commit 36497d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion pipeline/genomeBrowserTrack/brcaPopfreqToBed.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def write_track_item(rec, start, end, output_fp):
outRow = [str(x) for x in outRow]
output_fp.write("\t".join(outRow)+"\n")



def main():
args = genomeBrowserUtils._get_args()
Expand Down
Loading

0 comments on commit 36497d8

Please sign in to comment.