geored's picture
Upload folder using huggingface_hub
fe41391 verified
raw
history blame
102 Bytes
#ifndef CSAMTOOLS_UTIL_H
#define CSAMTOOLS_UTIL_H
int samtools_main(int argc, char *argv[]);
#endif