Home
last modified time | relevance | path

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

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ngs/
H A DBAM_Alignment.c327 static char const *FormatCIGAR(char *dst, char const OPCODE[], size_t const count, uint32_t const c… in FormatCIGAR() function
365 char const *const rslt = FormatCIGAR(endp, OPCODE, count, cigar); in CIGAR()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ngs/
H A DBAM_Alignment.c327 static char const *FormatCIGAR(char *dst, char const OPCODE[], size_t const count, uint32_t const c… in FormatCIGAR() function
365 char const *const rslt = FormatCIGAR(endp, OPCODE, count, cigar); in CIGAR()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-pileup/
H A Dsam-dump.c2657 static unsigned FormatCIGAR( char dst[], unsigned cp, unsigned oplen, int opcode )
2683 curPos += FormatCIGAR( dst, curPos + cp, oplen, curOp );
2684 curPos += FormatCIGAR( dst, cp, d, 'D' );
2693 curPos += FormatCIGAR( dst, curPos + cp, oplen, curOp );
2701 curPos += FormatCIGAR( dst, curPos + cp, oplen, curOp );
2707 curPos += FormatCIGAR( dst, curPos + cp, oplen, opcode );