Skip to content

Commit

Permalink
Added missing ct.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Sep 3, 2014
1 parent cd3627a commit e684bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/junction.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ inline void
svRec.svEndBeg = std::max(itSV->svEnd - consLen, 0);
svRec.svEnd = itSV->svEnd;
svRec.svEndEnd = std::min(itSV->svEnd + consLen, references[itSV->chr2].RefLength);
svRec.ct = itSV->ct;
if ((itSV->chr != itSV->chr2) && (itSV->chr2 == refIndex)) {
refProbes[itSV->id] = _getSVRef(seq->seq.s, svRec, refIndex, svType);
}
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contact: Tobias Rausch (rausch@embl.de)
namespace torali
{

std::string dellyVersionNumber = "0.5.8";
std::string dellyVersionNumber = "0.5.9";

inline
void printTitle(std::string const& title)
Expand Down

0 comments on commit e684bf0

Please sign in to comment.