Skip to content

Commit

Permalink
Remove debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Aug 19, 2024
1 parent 208621f commit c8780c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ def add_igv_annotation_track(track_name, annotation_file, bonsai_input_file, out
"""Add IGV annotation track to result (bonsai input file)."""
with open(bonsai_input_file, "r", encoding="utf-8") as jfile:
result_obj = PipelineResult(**json.load(jfile))
print(result_obj.genome_annotation)

# Get genome annotation
if not isinstance(
Expand Down

0 comments on commit c8780c2

Please sign in to comment.