Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Dec 18, 2015
1 parent ece3ccf commit 39020a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SailfishUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,9 @@ namespace sailfish {
/**
* Computes (and returns) new effective lengths for the transcripts
* based on the current abundance estimates (alphas) and the current
* effective lengths (effLensIn).
* effective lengths (effLensIn). This approach is based on the one
* taken in Kallisto, and seems to work well given its low computational
* requirements.
*/
template <typename AbundanceVecT>
Eigen::VectorXd updateEffectiveLengths(ReadExperiment& readExp,
Expand Down

0 comments on commit 39020a1

Please sign in to comment.