Searched refs:sjNovelEnd (Results 1 – 4 of 4) sorted by relevance
/dports/biology/star/STAR-2.7.9a/source/ |
H A D | outputSJ.cpp | 144 P.sjNovelEnd = new uint [P.sjNovelN]; in outputSJ() 153 P.sjNovelEnd[isj]=*oneSJ.start+(uint)(*oneSJ.gap)-1; in outputSJ()
|
H A D | Parameters.h | 345 uint64 sjNovelN, *sjNovelStart, *sjNovelEnd; //novel junctions collapased and filtered variable
|
H A D | ReadAlign_stitchWindowSeeds.cpp | 43 … if ( binarySearch2(jS,jE,P.sjNovelStart,P.sjNovelEnd,P.sjNovelN) < 0 ) return; in stitchWindowSeeds()
|
H A D | stitchWindowAligns.cpp | 174 if ( binarySearch2(jS,jE,P.sjNovelStart,P.sjNovelEnd,P.sjNovelN) < 0 ) return; in stitchWindowAligns()
|