We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a9712 commit a305799Copy full SHA for a305799
neat/models/markov.py
@@ -140,4 +140,3 @@ def plot_heatmap(y_preds_df, file_path):
140
test_df = make_qual_score_list(bam_file)
141
markov_preds_df = apply_markov_chain(test_df)
142
plot_heatmap(markov_preds_df, 'markov_chain_heatmap.svg')
143
-
0 commit comments