Skip to content

Commit

Permalink
Changed path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshav committed Jun 2, 2024
1 parent 59a9712 commit a305799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neat/models/markov.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,3 @@ def plot_heatmap(y_preds_df, file_path):
test_df = make_qual_score_list(bam_file)
markov_preds_df = apply_markov_chain(test_df)
plot_heatmap(markov_preds_df, 'markov_chain_heatmap.svg')

0 comments on commit a305799

Please sign in to comment.