Mercurial > repos > rliterman > csp2
annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/pysam/libcbcftools.pxd @ 69:33d812a61356
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 17:55:14 -0400 |
parents | |
children |
rev | line source |
---|---|
jpayne@69 | 1 # cython: language_level=3 |
jpayne@69 | 2 cdef extern from "bcftools.pysam.h": |
jpayne@69 | 3 |
jpayne@69 | 4 int bcftools_dispatch(int argc, char *argv[]) |
jpayne@69 | 5 void bcftools_set_stderr(int fd) |
jpayne@69 | 6 void bcftools_close_stderr() |
jpayne@69 | 7 void bcftools_set_stdout(int fd) |
jpayne@69 | 8 void bcftools_set_stdout_fn(const char *) |
jpayne@69 | 9 void bcftools_close_stdout() |