jdidion / atropos

An NGS read trimming tool that is specific, sensitive, and speedy. (production)
Other
120 stars 15 forks source link

Dockerfile is missing pip `wheel` package #89

Closed nkrumm closed 4 years ago

nkrumm commented 4 years ago

Hi, Thanks for your work on this. Putting this here in case others need it:

I was not able to build the docker image using the Dockerfile, and would get the following error:

error: invalid command 'bdist_wheel'

To fix, I had to add the wheel package to the RUN pip install... command. The the docker container builds.

jdidion commented 4 years ago

Thank you! I forgot to update this when I switched over to using wheels. This is now fixed in develop branch.