We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5241e0a commit 35c1ff2Copy full SHA for 35c1ff2
2 files changed
rlink.cpp
@@ -12235,7 +12235,7 @@ int build_graphs(BundleData* bdata) {
12235
if(idx<0) guideedge.Add(ge1);
12236
else if(guideedge[idx].endval>guides[g]->exons[0]->end) guideedge[idx].endval=guides[g]->exons[0]->end;
12237
GEdge ge2(guides[g]->end,guides[g]->exons.Last()->start,s);
12238
- idx=guideedge.IndexOf(ge1);
+ idx=guideedge.IndexOf(ge2);
12239
if(idx<0) guideedge.Add(ge2);
12240
else if(guideedge[idx].endval<guides[g]->exons.Last()->start) guideedge[idx].endval=guides[g]->exons.Last()->start;
12241
}
stringtie.cpp
@@ -11,7 +11,7 @@
11
#include "proc_mem.h"
12
#endif
13
14
-#define VERSION "1.3.1"
+#define VERSION "1.3.1b"
15
16
//#define DEBUGPRINT 1
17
0 commit comments