Skip to content

Commit

Permalink
Fixed a bug in Velocyto introduced by latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdobin committed Jan 13, 2022
1 parent 1623bbf commit 990c301
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4,573 deletions.
2 changes: 1 addition & 1 deletion source/SoloReadFeature_record.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void SoloReadFeature::record(SoloReadBarcode &soloBar, uint nTr, Transcript **al
sort(readAnnot.trVelocytoType.begin(), readAnnot.trVelocytoType.end(),
[](const trTypeStruct &t1, const trTypeStruct &t2) {return t1.tr < t2.tr;});

*streamReads << iRead <<' '<< readFlag.flag <<' '<< readAnnot.trVelocytoType.size();
*streamReads << iRead <<' '<< readAnnot.trVelocytoType.size();
for (auto &tt: readAnnot.trVelocytoType)
*streamReads <<' '<< tt.tr <<' '<< (uint32) tt.type;
*streamReads <<'\n';
Expand Down
2 changes: 1 addition & 1 deletion source/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define STAR_VERSION "dev_ExonOverIntron_ReadStats_2021-01-12"
#define STAR_VERSION "dev_ExonOverIntron_ReadStats_2021-01-13"
Loading

0 comments on commit 990c301

Please sign in to comment.