aakechin / NGS-PrimerPlex

NGS-PrimerPlex is a high-throughput tool for mupltiplex primer design
GNU General Public License v3.0
54 stars 21 forks source link

Docker version - unzip: command not found #12

Closed gustavjoh closed 3 years ago

gustavjoh commented 3 years ago

Hi!

I tested the docker version on a WSL system but can running the command unzip NGS-PrimerPlex/hg19/ucsc.hg19.fasta*.gz below gives the error bash: unzip: command not found

I created the container by running the command docker run -it --entrypoint 'bash' --name ngs_primerplex_ref -v ~/primer_design_wsl/:/primer_design_docker/ aakechin/ngs-primerplex:latest in a WSL Ubuntu 20.04 system

Kind regards Gustav

gustavjoh commented 3 years ago

Ahh realized that it is possible to use gunzip NGS-PrimerPlex/hg19/ucsc.hg19.fasta*.gz

I hope this can be updated in the README.md file

Kind regards Gustav