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

Adding version and dependencies.

parent 7e25a230
No related branches found
No related tags found
No related merge requests found
__version__ = 0.1
from .libhts import (
aligner2min_mapq,
gtf_2_genes_exon_lengths,
......
......@@ -19,7 +19,9 @@ setup(
license="MIT",
packages=find_packages(),
install_requires=[
# "libworkflows",
#"libworkflows @ git+https://gitlab+deploy-token-31:isEzpsgbNf2sJMdUDy2g@gitlab.pasteur.fr/bli/libworkflows.git@744dd79b579577cb6e131653260d7990946be3ad#egg=libworkflows-0.1",
#"libworkflows @ git+https://gitlab+deploy-token-31:isEzpsgbNf2sJMdUDy2g@gitlab.pasteur.fr/bli/libworkflows.git#egg=libworkflows-0.1",
"libworkflows @ git+https://gitlab+deploy-token-31:isEzpsgbNf2sJMdUDy2g@gitlab.pasteur.fr/bli/libworkflows.git",
"matplotlib",
"networkx",
"numpy",
......@@ -27,7 +29,11 @@ setup(
"pyBigWig",
"pybedtools",
"scipy",
"seaborn"])
"seaborn"],
#dependency_links=["git+https://gitlab.pasteur.fr/bli/libworkflows@744dd79b579577cb6e131653260d7990946be3ad#egg=libworkflows-0.1"],
#dependency_links=["git+https://gitlab.pasteur.fr/bli/libworkflows#egg=libworkflows-0.1"]
#dependency_links=["git+https://gitlab+deploy-token-31:isEzpsgbNf2sJMdUDy2g@gitlab.pasteur.fr/bli/libworkflows.git@744dd79b579577cb6e131653260d7990946be3ad#egg=libworkflows-0.1"]
)
#ext_modules = cythonize("libsmallrna/libsmallrna.pyx"),
#install_requires=["cytoolz"],
#zip_safe=False
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