Skip to content

Commit

Permalink
Added openjdk docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHafner committed Dec 7, 2023
1 parent 60a6bc9 commit 86cd8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/local/chromhmm/binarize_bams.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process BINARIZE_BAMS {

//TODO: Check if java container needed
container "docker://openjdk:17.0.1-jdk"

input:
path cellmarkfiletable
Expand Down
2 changes: 1 addition & 1 deletion modules/local/chromhmm/learn_model.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process LEARN_MODEL {

//TODO: Check if java container needed
container "docker://openjdk:17.0.1-jdk"

input:
path binarized_bams
Expand Down

0 comments on commit 86cd8c9

Please sign in to comment.