cannin / enhance_nlp_interaction_network_gsoc2020

3 stars 4 forks source link

Python Code Repo Question #17

Open cannin opened 4 years ago

cannin commented 4 years ago

There was a GitHub repo where you had a lot of Python functions. Where is that? It'd be nice to have has many of the functions as Python code rather than notebooks.

PritiShaw commented 4 years ago

You mean this one PritiShaw/Reactome-Failed-Queries

These same functions are used in the Python Notebooks, but this is making the code redundant which will make it difficult to use in future. Since Binder can import from other files present in the repository, so should I transfer them here and use the notebook as driver?

Thanks

PritiShaw commented 4 years ago

I have moved the Python functions to cannin/enhance_nlp_interaction_network_gsoc2020@package branch and made it as a Python utils package.

Installation Command pip3 install git+git://github.com/cannin/enhance_nlp_interaction_network_gsoc2020@package

I have also added Pytest and pylint and Github Actions for CI

cannin commented 4 years ago

Make sure the installation command is in the README