Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 394 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 394 Bytes

debian-med-links-analysis

A python notebook to keep track of the cross-linking between bio.tools and EDAM

install:

git clone https://github.com/bio-tools/debian-med-links-analysis.git
cd debian-med-links-analysis
virtualenv -p python3 .venv
. .venv/bin/activate
pip install -r requirements.txt 

run:

jupyter notebook

then click on join_biotools_debian.ipynb and run...