Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nextflow docker container does not have conda inside #33

Open
inutano opened this issue Jun 7, 2023 · 1 comment
Open

nextflow docker container does not have conda inside #33

inutano opened this issue Jun 7, 2023 · 1 comment

Comments

@inutano
Copy link
Collaborator

inutano commented Jun 7, 2023

what?

then I had to create this one
https://github.com/inutano/docker-nextflow-with-conda

perhaps we can replace the current one in run.sh

@inutano
Copy link
Collaborator Author

inutano commented Jun 7, 2023

testing it locally, can make a PR

git diff
diff --git a/sapporo/run.sh b/sapporo/run.sh
index ba75396..54caabc 100644
--- a/sapporo/run.sh
+++ b/sapporo/run.sh
@@ -31,7 +31,7 @@ function run_cwltool() {
 }

 function run_nextflow() {
-  local container="nextflow/nextflow:22.04.4"
+  local container="ghcr.io/inutano/nextflow-with-conda:e2f9ff6"
   local cmd_txt="docker run --rm ${D_SOCK} -v ${run_dir}:${run_dir} -w=${exe_dir} ${container} nextflow -dockerize run ${wf_url} ${wf_engine_params} -params-file ${wf_params} --outdir ${outputs_dir} -work-dir ${exe_dir} 1>${stdout} 2>${stderr}"
   find ${exe_dir} -type f -exec chmod 777 {} \;
   echo ${cmd_txt} >${cmd}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant