AndersenLab / VCF-kit

VCF-kit: Assorted utilities for the variant call format
http://www.andersenlab.org
MIT License
122 stars 25 forks source link

Can I pip install this? #1

Closed tseemann closed 7 years ago

tseemann commented 8 years ago

Can I pip install this?

There are no installation instructions :)

danielecook commented 8 years ago

Yes - you can install using the latest release.

pip install https://github.com/AndersenLab/vcf-kit/archive/0.0.2.tar.gz

Optionally - you can use vk setup to install software (this uses homebrew).

This is a work in progress! Some tools are not done. The ones that are in good working order are:

Feedback and/or input is much appreciated. Thanks!

danielecook commented 7 years ago

Now can be installed with:

pip install vcfkit

And the other tools have been cleaned up and should be usable. Thanks!