snandiDS / prokseq-v2.0

MIT License
9 stars 7 forks source link

Method 1 of Docker container volume mounting overwrites scripts folder... #13

Open clinte14 opened 2 years ago

clinte14 commented 2 years ago

Prokseq's manual recommends the following for mounting a local directory in container:

docker run -it -v /home/user/prokseqData:/root/prokseq/ --name PROKSEQ snandids/prokseq-v2.1:v1

However, this mounting overwrites all of the data in the /root/prokseq/ folder, including the scripts folder. The result is that prokseq cannot run.

Perhaps the mount point could be made something like /root/prokseq/_your_projectname, and the subsequent steps in the manual could be updated to reflect this new path to the data?

Link to above mentioned documentation: https://prokseqv20.readthedocs.io/en/latest/#parameter-file

snandiDS commented 1 year ago

Hi, Thank you for the suggestion. We will update the package.

On Fri, Aug 26, 2022 at 10:15 PM clinte14 @.***> wrote:

Prokseq's manual recommends the following for mounting a local directory in container:

docker run -it -v /home/user/prokseqData:/root/prokseq/ --name PROKSEQ snandids/prokseq-v2.1:v1

However, this mounting overwrites all of the data in the /root/prokseq/ folder, including the scripts folder. The result is that prokseq cannot run.

Perhaps the mount point could /root/prokseq/your_project_name, and the subsequent steps in the manual could be updated to reflect this new path to the data?

Link to above mentioned documentation: https://prokseqv20.readthedocs.io/en/latest/#parameter-file

— Reply to this email directly, view it on GitHub https://github.com/snandiDS/prokseq-v2.0/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANP7PT42PLKU67PNMRFLU7LV3EQXNANCNFSM57X4IOBA . You are receiving this because you are subscribed to this thread.Message ID: @.***>