bgruening / docker-ipython-notebook

:whale: :microscope: :books: IPython running in a docker container. This image can be used to integrate IPython into Galaxy
MIT License
17 stars 9 forks source link

add pyvcf #57

Closed tiagoantao closed 9 years ago

tiagoantao commented 9 years ago

Hi,

I am wondering if pyvcf could be added to the docker file?

Thanks

hexylena commented 9 years ago

Added to #56

hexylena commented 9 years ago

If the package doesn't get added, I highly recommend creating your own flavour of the notebook, it's really easy to do:

FROM bgruening/docker-ipython-notebook:latest
RUN pip install pyvcf
tiagoantao commented 9 years ago

I know, but considering that this such a common package, I just though about suggesting it...

On 1 September 2015 at 17:28, Eric Rasche notifications@github.com wrote:

If the package doesn't get added, I highly recommend creating your own flavour of the notebook, it's really easy to do:

FROM bgruening/docker-ipython-notebook:latestRUN pip install pyvcf

— Reply to this email directly or view it on GitHub https://github.com/bgruening/docker-ipython-notebook/issues/57#issuecomment-136890807 .

"Democracy matters more than any currency arrangement." - Paul Krugman

bgruening commented 9 years ago

I will look at the dependencies for this package and if they are not so large I will add it in the next version. Thanks!