Skip to content
Snippets Groups Projects
  • Blaise Li's avatar
    a811844d
    Trying setup_required. · a811844d
    Blaise Li authored
    Seems to work for cython/Cython. Attempt to use it for pysam and
    pybedtools failed. Install of pybedtools from source (to use unmerged
    fork providing headers) requires cythonizing, which might be done using
    --global-option="cythonize" option. Now this needs to be checked, and
    also: how to have it done as part of automatic dependency install?
    a811844d
    History
    Trying setup_required.
    Blaise Li authored
    Seems to work for cython/Cython. Attempt to use it for pysam and
    pybedtools failed. Install of pybedtools from source (to use unmerged
    fork providing headers) requires cythonizing, which might be done using
    --global-option="cythonize" option. Now this needs to be checked, and
    also: how to have it done as part of automatic dependency install?