Skip to content

Commit

Permalink
added (still experimental) bias correction support to Salmon
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Oct 19, 2014
1 parent d65c556 commit 354fe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SalmonQuantifyAlignments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ int salmonAlignmentQuantify(int argc, char* argv[]) {

bfs::path estFilePath = outputDirectory / "quant.sf";

if (noBiasCorrect) {
if (biasCorrect) {
// First, compute the transcript features in case the user
// ever wants to bias-correct his / her results
bfs::path transcriptBiasFile(outputDirectory); transcriptBiasFile /= "bias_feats.txt";
Expand Down

0 comments on commit 354fe63

Please sign in to comment.