Skip to content
Snippets Groups Projects
Commit 3af44159 authored by Blaise Li's avatar Blaise Li
Browse files

Dependency coherence.

libhts has been updated, and depends on libbamutils, so libbamutils has
to require the updated version of libhts.
parent 092858b9
No related branches found
No related tags found
No related merge requests found
__copyright__ = "Copyright (C) 2020 Blaise Li"
__copyright__ = "Copyright (C) 2020-2022 Blaise Li"
__licence__ = "GNU GPLv3"
__version__ = 0.12
__version__ = "0.12.1"
from .libbamutils import (
BamFile, BedFile,
filter_read_size,
......
......@@ -21,7 +21,8 @@ setup(
install_requires=[
"bam25prime @ git+https://gitlab.pasteur.fr/bli/bam25prime.git@ec4aaa5b1add2733c74eaeb9bb881034e702a916",
"cytoolz",
"libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@5ac2b62e23a1b28f54d1ce2a483c8df082dfbebc",
# Be careful: libhts depends on libbamutils
"libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@36d33ac2c366c0f0702ab50fdcab37261add7b9c",
"libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@91db379cd379f8f12fccdd3840d4369b7f09d444"])
#ext_modules = cythonize("libsmallrna/libsmallrna.pyx"),
#install_requires=["cytoolz"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment