Skip to content

Commit

Permalink
quant-tcc final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenaled authored May 9, 2023
1 parent a7736b6 commit 93a1583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2839,7 +2839,7 @@ int main(int argc, char *argv[]) {
em.target_names_, res.alpha_, em.eff_lens_, index.target_lens_);
if (gene_level_counting) {
plaintext_writer_gene(output_dir + bootstrapprefix + ".gene" + id_suffix + "_" + std::to_string(b) + ".tsv",
em.target_names_, em.alpha_, em.eff_lens_, model);
em.target_names_, res.alpha_, em.eff_lens_, model);
}
}
}
Expand Down

0 comments on commit 93a1583

Please sign in to comment.