File: libcbcftools.pxd

package info (click to toggle)
python-pysam 0.15.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,604 kB
  • sloc: ansic: 125,787; python: 7,782; sh: 284; makefile: 222; perl: 41
file content (9 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
cdef extern from "bcftools.pysam.h":

    int bcftools_main(int argc, char *argv[])
    void bcftools_set_stderr(int fd)
    void bcftools_unset_stderr()
    void bcftools_set_stdout(int fd)
    void bcftools_set_stdout_fn(const char *)
    void bcftools_unset_stdout()
    void bcftools_set_optind(int)