https://github.com/pysam-developers/pysam
Raw File
Tip revision: 9218de6bb523f43667520fde740067124c48745f authored by Andreas Heger on 09 April 2023, 21:52:23 UTC
move release to tag section
Tip revision: 9218de6
version.h
// Version information used while compiling samtools, bcftools, and htslib

#define SAMTOOLS_VERSION "1.17 (pysam)"
#define BCFTOOLS_VERSION "1.17 (pysam)"
#define HTS_VERSION_TEXT "1.17 (pysam)"
back to top