GithubHelp home page GithubHelp logo

varnorm's People

Contributors

weiyi-bitw avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

snashraf

varnorm's Issues

Python3 Version Conflict

It seems the package did not upgrade to python3 version. But Python3 will not be maintained soon, if still use python2 version package will incur security issue.
File "/py3_env/lib64/python3.7/site-packages/varnorm/varcharkey.py", line 116, in v2k
return unicode(rgChar + chromChar + startChar + endChar + altChar)
NameError: ("name 'unicode' is not defined", 'occurred at index 0')

update setup.py to require pyhgvs instead of hgvs

The latest hgvs on pip is 0.4.13 which is not recent enough.
Thus one must intsall from https://github.com/counsyl/hgvs directly with git clone and setup.py.
This installs pyhgvs 0.9.4 which is sufficient.

Please update the setup.py

git diff
diff --git a/setup.py b/setup.py
index d0ff354..9fc3e2e 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(
     description='Variant normalization tool kit',
     long_description=open('README.md').read(),
     install_requires=[
-        "hgvs >= 0.8",
+        "pyhgvs >= 0.8",
         "pygr >= 0.8.2",
         "argparse >= 1.2.1"
     ]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.