Home
last modified time | relevance | path

Searched refs:outBAMfileCoord (Results 1 – 2 of 2) sorted by relevance

/dports/biology/star/STAR-2.7.9a/source/
H A DInOutStreams.h11 BGZF *outBAMfileUnsorted, *outBAMfileCoord, *outQuantBAMfile; variable
H A DParameters.cpp643 …inOut->outBAMfileCoord = bgzf_open(outBAMfileCoordName.c_str(),("w"+to_string((long long) outBAMco… in inputParameters()