Home
last modified time | relevance | path

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

/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-pileup/
H A Dsam-dump.c266 alg_SEQ_SPOT_ID = 0, enumerator
1310 … int64_t const spot_id = cols[alg_SEQ_SPOT_ID].len > 0 ? cols[alg_SEQ_SPOT_ID].base.i64[0] : 0; in DumpAlignedFastX()
1454 int64_t const spot_id = cols[alg_SEQ_SPOT_ID].len > 0 ? cols[alg_SEQ_SPOT_ID].base.i64[0] : 0; in DumpAlignedSAM()
1722 row_id = calg_col[ alg_SEQ_SPOT_ID ].base.i64[ 0 ]; in DumpUnalignedReads()
2420 if ( ds->cols[ alg_SEQ_SPOT_ID ].idx ) in DumpAlignedRow()
2422 rc = Cursor_Read( ds, row, alg_SEQ_SPOT_ID, 1 ); in DumpAlignedRow()
2429 if ( ds->cols[ alg_SEQ_SPOT_ID ].len == 0 || in DumpAlignedRow()
2430 ds->cols[ alg_SEQ_SPOT_ID ].base.i64[ 0 ] == 0 ) in DumpAlignedRow()
3347 ctx->pri.cols[ alg_SEQ_SPOT_ID ].base.i64 = &spot_id; in FlushUnalignedRead_cb()
3348 ctx->pri.cols[ alg_SEQ_SPOT_ID ].len = 1; in FlushUnalignedRead_cb()
[all …]