timdiels / varbio

Internal library shared by CoExpNetViz and MORPH
GNU Lesser General Public License v3.0
0 stars 0 forks source link

varbio (various bioinformatics) is an internal library with common code of CoExpNetViz and MORPH.

Links

Usage

Add varbio as a dependency to your conda recipe.

Development guide

Guide for developing varbio itself. It's analog to pytil's dev guide.

You do not need to release pytil just to try it out in varbio, conda install pytil's dependencies and finally pip install -e . in your local pytil checkout. If for some reason you want to try out the pytil conda pkg instead, you could build the pytil pkg locall first and then conda install --use-local pytil.