Skip to content

Commit a305799

Browse files
committed
Changed path.
1 parent 59a9712 commit a305799

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neat/models/markov.py

-1
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,3 @@ def plot_heatmap(y_preds_df, file_path):
140140
test_df = make_qual_score_list(bam_file)
141141
markov_preds_df = apply_markov_chain(test_df)
142142
plot_heatmap(markov_preds_df, 'markov_chain_heatmap.svg')
143-

0 commit comments

Comments
 (0)