Home
last modified time | relevance | path

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

/dports/deskutils/treeline/TreeLine/source/
H A Drecentfiles.py94 self.scrollPos = topSpot.spotId() if topSpot else ''
95 self.selectSpots = [spot.spotId() for spot in
97 self.openSpots = [spot.spotId() for spot in localControl.structure.
113 for spotId in self.openSpots:
114 treeView.expandSpot(localControl.structure.spotById(spotId))
120 spotById(spotId) for
121 spotId in
H A Dtreestructure.py184 def spotById(self, spotId): argument
191 nodeId, spotNum = spotId.split(':', 1)
H A Dtreespot.py60 def spotId(self): member in TreeSpot
/dports/biology/sra-tools/sra-tools-2.11.0/tools/bam-loader/
H A Dalignment-writer.c162 rc_t AlignmentWriteSpotId(Alignment * const self, int64_t const spotId) in AlignmentWriteSpotId() argument
166 return TableWriterAlgn_Write_SpotId(self->tbl[tblPrimary], self->rowId, spotId); in AlignmentWriteSpotId()
168 return TableWriterAlgn_Write_SpotId(self->tbl[tblSecondary], self->rowId, spotId); in AlignmentWriteSpotId()
H A Dloader-imp.c116 uint32_t spotId; member
172 int64_t spotId; member
686 int64_t const save3 = ctx->spotId; in SetupContext()
691 ctx->spotId = save3; in SetupContext()
2272 bool const spotHasBeenWritten = (spotId != 0); in ProcessBAM()
2542 CTX_VALUE_SET_S_ID(*value, ++ctx->spotId); in ProcessBAM()
2795 CTX_VALUE_SET_S_ID(*value, ++ctx->spotId); in WriteSoloFragments()
2812 for (row = 1; row <= ctx->spotId; ++row) { in SequenceUpdateAlignInfo()
2888 int64_t const spotId = CTX_VALUE_GET_S_ID(*value); in AlignmentUpdateSpotInfo() local
2890 if (spotId == 0) { in AlignmentUpdateSpotInfo()
[all …]
H A Dalignment-writer.h95 rc_t AlignmentWriteSpotId(Alignment *self, int64_t spotId);
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/loader/
H A Dalignment-writer.c173 rc_t AlignmentUpdateInfo(AlignmentWriter * const self, int64_t const spotId, int64_t const mateId, … in AlignmentUpdateInfo() argument
177 …return TableWriterAlgn_Write_SpotInfo(self->tbl[tblPrimary], self->rowId, spotId, mateId, mateRefP… in AlignmentUpdateInfo()
179 return TableWriterAlgn_Write_SpotInfo(self->tbl[tblSecondary], self->rowId, spotId, 0, 0); in AlignmentUpdateInfo()
H A Dcommon-writer.c61 uint32_t spotId; member
78 #define CTX_VALUE_SET_S_ID(O,V) do { int64_t tv = (V); (O).spotId = (uint32_t)tv; (O).spotId_ext = …
79 #define CTX_VALUE_GET_S_ID(O) ((((int64_t)(O).spotId_ext) << 32) | (O).spotId)
578 CTX_VALUE_SET_S_ID(*value, ++ctx->spotId); in WriteSoloFragments()
613 int64_t const spotId = CTX_VALUE_GET_S_ID(*value); in AlignmentUpdateSpotInfo() local
622 if (spotId == 0) { in AlignmentUpdateSpotInfo()
636 rc = AlignmentUpdateInfo(align, spotId, mateId, &mateGlobalRefPos); in AlignmentUpdateSpotInfo()
651 KLoadProgressbar_Append(ctx->progress[ctx->pass - 1], ctx->spotId + 1); in SequenceUpdateAlignInfo()
653 for (row = 1; row <= ctx->spotId; ++row) { in SequenceUpdateAlignInfo()
1746 CTX_VALUE_SET_S_ID(*value, ++ctx->spotId); in ArchiveFile()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/loader/
H A Dalignment-writer.c173 rc_t AlignmentUpdateInfo(AlignmentWriter * const self, int64_t const spotId, int64_t const mateId, … in AlignmentUpdateInfo() argument
177 …return TableWriterAlgn_Write_SpotInfo(self->tbl[tblPrimary], self->rowId, spotId, mateId, mateRefP… in AlignmentUpdateInfo()
179 return TableWriterAlgn_Write_SpotInfo(self->tbl[tblSecondary], self->rowId, spotId, 0, 0); in AlignmentUpdateInfo()
H A Dcommon-writer.c61 uint32_t spotId; member
78 #define CTX_VALUE_SET_S_ID(O,V) do { int64_t tv = (V); (O).spotId = (uint32_t)tv; (O).spotId_ext = …
79 #define CTX_VALUE_GET_S_ID(O) ((((int64_t)(O).spotId_ext) << 32) | (O).spotId)
578 CTX_VALUE_SET_S_ID(*value, ++ctx->spotId); in WriteSoloFragments()
613 int64_t const spotId = CTX_VALUE_GET_S_ID(*value); in AlignmentUpdateSpotInfo() local
622 if (spotId == 0) { in AlignmentUpdateSpotInfo()
636 rc = AlignmentUpdateInfo(align, spotId, mateId, &mateGlobalRefPos); in AlignmentUpdateSpotInfo()
651 KLoadProgressbar_Append(ctx->progress[ctx->pass - 1], ctx->spotId + 1); in SequenceUpdateAlignInfo()
653 for (row = 1; row <= ctx->spotId; ++row) { in SequenceUpdateAlignInfo()
1746 CTX_VALUE_SET_S_ID(*value, ++ctx->spotId); in ArchiveFile()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/fastq-loader/
H A Dspot-assembler.h86 int64_t spotId; member
H A Dspot-assembler.c521 CTX_VALUE_SET_S_ID(*value, ++ctx->spotId); in SpotAssemblerWriteSoloFragments()
H A Dcommon-writer.c1011 CTX_VALUE_SET_S_ID(*value, ++ctx->spotId); //AB in ArchiveFile()
1064 CTX_VALUE_SET_S_ID(*value, ++ctx->spotId); //AB in ArchiveFile()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/loader/
H A Dcommon-writer.h141 int64_t spotId; member
H A Dalignment-writer.h98 rc_t AlignmentUpdateInfo(AlignmentWriter *const self, int64_t const spotId,
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/loader/
H A Dcommon-writer.h141 int64_t spotId; member
H A Dalignment-writer.h98 rc_t AlignmentUpdateInfo(AlignmentWriter *const self, int64_t const spotId,
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-dump/
H A Dfastq.c261 spotid_t* spotId, const char* spot_name, size_t spotname_sz, in Defline_Bind() argument
275 data->values[ DefNode_SpotId ].id = spotId; in Defline_Bind()