Home
last modified time | relevance | path

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

/dports/biology/sra-tools/sra-tools-2.11.0/tools/cg-load/
H A Dwriter-evidence-dnbs.c72 bool ref_orientation; member
122 self->algn.ref_orientation.buffer = &self->match.ref_orientation; in CGWriterEvdDnbs_Make()
123 self->algn.ref_orientation.elements = 1; in CGWriterEvdDnbs_Make()
214 self->match.ref_orientation = true; in CGWriterEvdDnbs_Write()
216 self->match.ref_orientation = false; in CGWriterEvdDnbs_Write()
H A Dwriter-algn.c61 bool ref_orientation; member
134 self->algn[i].ref_orientation.buffer = &self->match[i].ref_orientation; in CGWriterAlgn_Make()
135 self->algn[i].ref_orientation.elements = 1; in CGWriterAlgn_Make()
241 if (match->ref_orientation) { in CGWriterAlgn_Save()
586 self->match[i].ref_orientation = (data->map[i].flags & cg_eRevDnbStrand) ? true : false; in CGWriterAlgn_Write_int()
623 self->match[i].mate_ref_orientation = self->match[mate].ref_orientation; in CGWriterAlgn_Write_int()
642 read->prim_is_reverse[0] = self->match[left_prime].ref_orientation; in CGWriterAlgn_Write_int()
648 read->prim_is_reverse[1] = self->match[right_prime].ref_orientation; in CGWriterAlgn_Write_int()
763 read->prim_is_reverse[0] = cself->match[left_prim].ref_orientation; in CGWriterAlgn_Write()
768 read->prim_is_reverse[1] = cself->match[right_prim].ref_orientation; in CGWriterAlgn_Write()
H A Dwriter-evidence-intervals.c61 bool ref_orientation; member
101 self->match.ref_orientation = false; in CGWriterEvdInt_Make()
102 self->algn.ref_orientation.buffer = &self->match.ref_orientation; in CGWriterEvdInt_Make()
103 self->algn.ref_orientation.elements = 1; in CGWriterEvdInt_Make()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/bam-loader/
H A Dalignment-writer.h52 bool ref_orientation; member
69 #define AR_REF_ORIENT(X) ((X).ref_orientation)
H A Dalignment-writer.c233 self->data.ref_orientation.buffer = &self->ref_orientation; in AlignmentRecordInit()
234 self->data.ref_orientation.elements = 1; in AlignmentRecordInit()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/loader/
H A Dalignment-writer.h52 bool ref_orientation; member
69 #define AR_REF_ORIENT(X) ((X).ref_orientation)
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/loader/
H A Dalignment-writer.h52 bool ref_orientation; member
69 #define AR_REF_ORIENT(X) ((X).ref_orientation)
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/loader/
H A Dalignment-writer.c236 self->data.ref_orientation.buffer = &self->ref_orientation; in AlignmentRecordInit()
237 self->data.ref_orientation.elements = 1; in AlignmentRecordInit()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/loader/
H A Dalignment-writer.c236 self->data.ref_orientation.buffer = &self->ref_orientation; in AlignmentRecordInit()
237 self->data.ref_orientation.elements = 1; in AlignmentRecordInit()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/align/
H A Dwriter-alignment.h117 TableWriterData ref_orientation; member
H A Dalign.vschema161 * "ref_orientation" [ DATA ]
164 INSDC:4na:bin NCBI:align:raw_restore_read #1 ( INSDC:4na:bin align_read, bool ref_orientation )
173 * "ref_orientation" [ DATA ]
176 …lity:phred NCBI:align:raw_restore_qual #1 ( INSDC:quality:phred align_qual, bool ref_orientation );
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/align/
H A Dwriter-alignment.h117 TableWriterData ref_orientation; member
H A Dalign.vschema161 * "ref_orientation" [ DATA ]
164 INSDC:4na:bin NCBI:align:raw_restore_read #1 ( INSDC:4na:bin align_read, bool ref_orientation )
173 * "ref_orientation" [ DATA ]
176 …lity:phred NCBI:align:raw_restore_qual #1 ( INSDC:quality:phred align_qual, bool ref_orientation );
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/align/
H A Dwriter-alignment.c271 TW_COL_WRITE(cself->base, cself->cols[ewalgn_cn_REF_ORIENTATION], data->ref_orientation); in TableWriterAlgn_Write()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/align/
H A Dwriter-alignment.c271 TW_COL_WRITE(cself->base, cself->cols[ewalgn_cn_REF_ORIENTATION], data->ref_orientation); in TableWriterAlgn_Write()