Home
last modified time | relevance | path

Searched defs:BAMReadGroup (Results 1 – 3 of 3) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/tools/bam-loader/
H A Dbam.h488 typedef struct BAMReadGroup BAMReadGroup; typedef
489 struct BAMReadGroup struct
491 const char *name; /* not null unique, accession e.g. SRR001138 */
492 const char *sample; /* not null */
493 const char *library;
494 const char *description;
496 const char *insertSize;
497 const char *center; /* e.g. BI */
498 const char *runDate;
499 const char *platform; /* e.g. ILLUMINA */
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/align/
H A Dbam.h499 typedef struct BAMReadGroup BAMReadGroup; typedef
500 struct BAMReadGroup struct
502 const char *name; /* not null unique, accession e.g. SRR001138 */
503 const char *sample; /* not null */
504 const char *library;
505 const char *description;
507 const char *insertSize;
508 const char *center; /* e.g. BI */
509 const char *runDate;
510 const char *platform; /* e.g. ILLUMINA */
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/align/
H A Dbam.h499 typedef struct BAMReadGroup BAMReadGroup; typedef
500 struct BAMReadGroup struct
502 const char *name; /* not null unique, accession e.g. SRR001138 */
503 const char *sample; /* not null */
504 const char *library;
505 const char *description;
507 const char *insertSize;
508 const char *center; /* e.g. BI */
509 const char *runDate;
510 const char *platform; /* e.g. ILLUMINA */
[all …]