Home
last modified time | relevance | path

Searched refs:mm1_multi_Nbase (Results 1 – 3 of 3) sorted by relevance

/dports/biology/star/STAR-2.7.9a/source/
H A DParametersSolo.h160 bool mm1_multi_Nbase; //allow multimatching to WL for CBs with N-bases member
H A DParametersSolo.cpp433 CBmatchWL.mm1_multi_Nbase = false; in initialize()
454 CBmatchWL.mm1_multi_Nbase = true; in initialize()
H A DSoloReadBarcode_getCBandUMI.cpp54 if (!pSolo.CBmatchWL.mm1_multi_Nbase && matched) { in matchCBtoWL()