X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam.h;h=98612dd687ad3c1813028bb9fddcd1dac0fb29bc;hb=50706bea83d8a1518485283876333279f4ae7137;hp=f02f9fa147ea7525611c44b57b68875a3684e428;hpb=e6ca3f825fea0a18b6068905e3173ff19104e756;p=samtools.git diff --git a/bam.h b/bam.h index f02f9fa..98612dd 100644 --- a/bam.h +++ b/bam.h @@ -40,7 +40,7 @@ @copyright Genome Research Ltd. */ -#define BAM_VERSION "0.1.14 (r933:176)" +#define BAM_VERSION "0.1.14 (r947:199)" #include #include @@ -264,6 +264,12 @@ typedef struct __bam_iter_t *bam_iter_t; */ extern int bam_is_be; +/*! + @abstract Verbose level between 0 and 3; 0 is supposed to disable all + debugging information, though this may not have been implemented. + */ +extern int bam_verbose; + /*! @abstract Table for converting a nucleotide character to the 4-bit encoding. */ extern unsigned char bam_nt16_table[256];