diff --git a/requirements.txt b/requirements.txt index e12cc1705d5b20ab481156fe1091e5ae01a0b0ea..3c83e75ad251b6fb6efa07fe8fe91a032aceea11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d -libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@da11f81ddf1ddd7fc846361a9217f8152548f4b4 +libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@91db379cd379f8f12fccdd3840d4369b7f09d444 pandas snakemake diff --git a/setup.py b/setup.py index 08906b48ed7788aa5107f295faf4091e3fe82771..b36fd1e0a1dcec04aff1d6b930ef3f931f99152d 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( install_requires=[ "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@c6820e38561007a87359bffe59a4a0cb2cd3f9ec", "libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d", - "libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@da11f81ddf1ddd7fc846361a9217f8152548f4b4", + "libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@91db379cd379f8f12fccdd3840d4369b7f09d444", "pandas", "snakemake"], package_data={