FRED-2 / OptiType

Precision HLA typing from next-generation sequencing data
BSD 3-Clause "New" or "Revised" License
180 stars 74 forks source link

Updated dockerfile #108

Open alexiswl opened 4 years ago

alexiswl commented 4 years ago

Biocontainers latest repo uses python3.7 as standard python version which is not compatible with Optitype. Hence container at quay.io was using python3 instead of python2 to run the script resulting in some peculiar errors.

Additions to Dockerfile: Added Install requirements for razers3 too. Use a COPY to move data over, install python modules into root. Removed ENTRYPOINT for CWL compatibility.