Searched refs:alg_SAM_QUALITY (Results 1 – 1 of 1) sorted by relevance
274 alg_SAM_QUALITY, enumerator1312 char const *const qual = cols[ alg_SAM_QUALITY ].base.v in DumpAlignedFastX()1313 … ? cols[ alg_SAM_QUALITY ].base.str + cols[ alg_READ_START ].base.coord0[ readId ] in DumpAlignedFastX()1475 char const *const qual = cols[ alg_SAM_QUALITY ].base.v in DumpAlignedSAM()1476 … ? cols[ alg_SAM_QUALITY ].base.str + cols[ alg_READ_START ].base.coord0[ readId ] in DumpAlignedSAM()2234 if ( cols[ alg_READ ].len == 35 && cols[ alg_SAM_QUALITY ].len == 35 ) in GenerateCGData()2281 memmove( newQual, cols[ alg_SAM_QUALITY ].base.v, 35 ); in GenerateCGData()2288 cols[ alg_SAM_QUALITY ].base.v = newQual; in GenerateCGData()2289 cols[ alg_SAM_QUALITY ].len = 35 - B_len; in GenerateCGData()3573 ds->cols[ alg_SAM_QUALITY ].name = ""; in SetupColumns()[all …]