Open manuelgarvan opened 8 years ago
Hi,
It looks like you might have the mount reversed or something.
-v /nvme/datastore:/datastore \ -v /home/garvan/workflow.ini:/workflow.ini \
means that you're mounting /nvme/datastore on your computer to /datastore inside the container.
However common_data_dir=/nvme/datastore/DEWorkflowData
means that you want to use /nvme/datastore
inside the container, which doesn't exist which is why you're getting a permission issue.
Out of curiosity, are you with the PCAWG Docker Testing Working Group? Or are you working with the Garvan Institute in Australia?
Hi Denis,
I am working with the Garvan Institute in Australia, we are collaborating with David Bowtell for the CASCADE project. We are testing different pipelines like GMS and yours which looks like quite promising.
Thank you
Manuel Sopena Ballesteros | Big data Engineer Garvan Institute of Medical Research The Kinghorn Cancer Centre, 370 Victoria Street, Darlinghurst, NSW 2010 T: + 61 (0)2 9355 5760 | F: +61 (0)2 9295 8507 | E: manuel.sb@garvan.org.aumailto:manuel.sb@garvan.org.au
From: Denis Yuen [mailto:notifications@github.com] Sent: Saturday, July 16, 2016 4:58 AM To: ICGC-TCGA-PanCancer/DEWrapperWorkflow Cc: Manuel Sopena Ballesteros; Author Subject: Re: [ICGC-TCGA-PanCancer/DEWrapperWorkflow] cannot create directory (permission denied) (#14)
Hi, It looks like you might have the mount reversed or something. -v /nvme/datastore:/datastore \ -v /home/garvan/workflow.ini:/workflow.ini \ means that you're mounting /nvme/datastore on your computer to /datastore inside the container.
However common_data_dir=/nvme/datastore/DEWorkflowData means that you want to use /nvme/datastore inside the container, which doesn't exist which is why you're getting a permission issue.
Out of curiosity, are you with the PCAWG Docker Testing Working Group? Or are you working with the Garvan Institute in Australia?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ICGC-TCGA-PanCancer/DEWrapperWorkflow/issues/14#issuecomment-233038234, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ASj6ElsybTXlrvKBSvCjQQRWpWFj0gwwks5qV9gwgaJpZM4JM_BH.
NOTICE Please consider the environment before printing this email. This message and any attachments are intended for the addressee named and may contain legally privileged/confidential/copyright information. If you are not the intended recipient, you should not read, use, disclose, copy or distribute this communication. If you have received this message in error please notify us at once by return email and then delete both messages. We accept no liability for the distribution of viruses or similar in electronic communications. This notice should not be removed.
Hi, I would like to run this workflow using changin the /datastore and /workflow folders to /nvme/datastore and /nvme/workflow on my host.
This is the change I did on the workflow.ini file:
common_data_dir=/nvme/datastore/DEWorkflowData
and this is how I call the workflow:
This is the error I am getting:
Also, this is the content of my /nvme/datastore/oozie-b9ebe0ac-9d66-48b3-9d00-42f139b07a9c/generated-scripts/s62_create_dirs_1.sh
thanks