Closed BoPeng closed 5 years ago
Well, my #79 issue is not just about slowness. There are still non-pipeline related commands that do not run for the new genotype DB when I tried earlier this morning. Not sure if it is reproducible on your end. I guess it would be good to fix that. Would be even better to look into the performance issue, because otherwise it would be very difficult to operate over genotypes.
I noticed pypi still has version 2.7 and I take that it is intentional -- prevent users from pip install
to the unstable version? Or we can make it under a different package name?
Yes we could release vtools under the name of vat.
I was just testing out this on a docker image:
conda install -c https://conda.binstar.org/bpeng variant_tools
it does not completely work unless i also add
conda install scipy pytables
in the docker file. Can we include scipy
and pytables
in the conda recipe for vtools?
Should we wait for a more stable version of vtools before we make a binary release for conda, or should we go ahead and release 3.0 beta for conda now?