jessieren / DeepVirFinder

Identifying viruses from metagenomic data by deep learning
Other
116 stars 32 forks source link

Make deepvirfinder pip installable #14

Open papanikos opened 4 years ago

papanikos commented 4 years ago

Hello,

I wanted to make this available through conda eventually, started off with pip.

Current changes include

If you agree with this, we should bump the version to 1.0.0 before merging- for now I used 0.9-beta for testing.

I tested this with python 3.6 and 3.7, seems ok.

For anyone interested, this worked for me on Ubuntu

$ conda create -n dvf_test python=3.6 # or 3.7
$ conda activate dvf_test
(dvf_test)$ pip install https://github.com/papanikos/DeepVirFinder/archive/v0.9-beta.tar.gz
(dvf_test)$ dvf.py -h