Skip to content

Commit

Permalink
Fix for permission errors with biocontainer non-root user usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Apr 4, 2024
1 parent a4cf847 commit d89186f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions pipeline/alignment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM biocontainers/clustalo:v1.2.4-2-deb_cv1

USER root
CMD [ "clustalo", "--help" ]
5 changes: 1 addition & 4 deletions pipeline/workflow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ build-workflow-local-deps:
make -C ../seq_retrieval/ container-image
make -C ../alignment/ container-image

pipeline-results/:
mkdir pipeline-results/

run-integration-test: nextflow pipeline-results/
run-integration-test: nextflow
./nextflow run -profile test protein-msa.nf
@diff -qs pipeline-results/alignment-output.aln tests/resources/integration-test-results.aln

0 comments on commit d89186f

Please sign in to comment.