Home
last modified time | relevance | path

Searched refs:SAM_POS (Results 1 – 25 of 38) sorted by relevance

12

/dports/biology/seqan1/seqan-1.3.1/lib/samtools/misc/
H A Dexport2sam.pl117 SAM_POS => 3, constant
243 my $x1 = ($s1[SAM_FLAG] & 0x10)? $s1[SAM_POS] + length($s1[SAM_SEQ]) : $s1[SAM_POS];
244 my $x2 = ($s2[SAM_FLAG] & 0x10)? $s2[SAM_POS] + length($s2[SAM_SEQ]) : $s2[SAM_POS];
252 $sa->[SAM_MPOS] = $sb->[SAM_POS];
332 $s->[SAM_POS] = $has_coor? $t[EXPORT_POS] : 0;
/dports/biology/samtools/samtools-1.14/misc/
H A Dexport2sam.pl168 SAM_POS => 3, constant
316 my $x1 = ($s1[SAM_FLAG] & 0x10)? $s1[SAM_POS] + length($s1[SAM_SEQ]) : $s1[SAM_POS];
317 my $x2 = ($s2[SAM_FLAG] & 0x10)? $s2[SAM_POS] + length($s2[SAM_SEQ]) : $s2[SAM_POS];
325 $sa->[SAM_MPOS] = $sb->[SAM_POS];
416 $s->[SAM_POS] = $has_coor? $t[EXPORT_POS] : 0;
/dports/biology/iolib/io_lib-io_lib-1-14-10/progs/
H A Dcram_index.c64 SAM_RNAME | SAM_POS | SAM_CIGAR); in main()
H A Dscram_test.c257 if (col & SAM_POS) in main()
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dhts.h131 SAM_POS = 0x00000008, enumerator
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/htslib/
H A Dhts.h195 SAM_POS = 0x00000008, enumerator
/dports/biology/vt/vt-0.57721/lib/htslib/htslib/
H A Dhts.h197 SAM_POS = 0x00000008, enumerator
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/htslib/
H A Dhts.h198 SAM_POS = 0x00000008, enumerator
/dports/biology/stacks/stacks-2.4/htslib/htslib/
H A Dhts.h197 SAM_POS = 0x00000008, enumerator
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/htslib/
H A Dhts.h278 SAM_POS = 0x00000008, enumerator
/dports/biology/py-pysam/pysam-0.18.0/htslib/htslib/
H A Dhts.h282 SAM_POS = 0x00000008, enumerator
/dports/biology/htslib/htslib-1.14/htslib/
H A Dhts.h282 SAM_POS = 0x00000008, enumerator
/dports/biology/vt/vt-0.57721/lib/htslib/cram/
H A Dcram_index.c592 cram_set_option(fd, CRAM_OPT_REQUIRED_FIELDS, SAM_RNAME | SAM_POS | SAM_CIGAR); in cram_index_build()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/cram/
H A Dcram_index.c592 cram_set_option(fd, CRAM_OPT_REQUIRED_FIELDS, SAM_RNAME | SAM_POS | SAM_CIGAR); in cram_index_build()
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A Dcram_structs.h884 SAM_POS = 0x00000008, enumerator
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/cram/
H A Dcram_index.c744 cram_set_option(fd, CRAM_OPT_REQUIRED_FIELDS, SAM_RNAME | SAM_POS | SAM_CIGAR); in cram_index_build()
H A Dcram_io.c4850 fd->required_fields |= SAM_POS; in cram_set_voption()
4867 fd->required_fields |= SAM_POS; in cram_set_voption()
4943 fd->required_fields |= SAM_POS; in cram_set_voption()
/dports/biology/py-pysam/pysam-0.18.0/htslib/cram/
H A Dcram_index.c744 cram_set_option(fd, CRAM_OPT_REQUIRED_FIELDS, SAM_RNAME | SAM_POS | SAM_CIGAR); in cram_index_build()
/dports/biology/py-pysam/pysam-0.18.0/samtools/
H A Dcoverage.c469 rf = SAM_FLAG | SAM_RNAME | SAM_POS | SAM_MAPQ | SAM_CIGAR | SAM_SEQ; in main_coverage()
H A Dcoverage.c.pysam.c471 rf = SAM_FLAG | SAM_RNAME | SAM_POS | SAM_MAPQ | SAM_CIGAR | SAM_SEQ; in main_coverage()
H A Dbam2depth.c892 SAM_FLAG | SAM_RNAME | SAM_POS | SAM_CIGAR in main_depth()
H A Dbam2depth.c.pysam.c894 SAM_FLAG | SAM_RNAME | SAM_POS | SAM_CIGAR in main_depth()
/dports/biology/samtools/samtools-1.14/
H A Dcoverage.c469 rf = SAM_FLAG | SAM_RNAME | SAM_POS | SAM_MAPQ | SAM_CIGAR | SAM_SEQ; in main_coverage()
H A Dbam2depth.c892 SAM_FLAG | SAM_RNAME | SAM_POS | SAM_CIGAR in main_depth()
/dports/biology/htslib/htslib-1.14/cram/
H A Dcram_index.c744 cram_set_option(fd, CRAM_OPT_REQUIRED_FIELDS, SAM_RNAME | SAM_POS | SAM_CIGAR); in cram_index_build()

12