Skip to content

Commit

Permalink
fix: JaBbA container link
Browse files Browse the repository at this point in the history
  • Loading branch information
shihabdider authored Nov 9, 2023
1 parent 0b50130 commit 5f5805f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/jabba/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process JABBA {
label 'process_high'

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://mskilab/jabba_cplex:latest':
'mskilab/jabba_cplex:latest' }"
'docker://mskilab/jabba:latest':
'mskilab/jabba:latest' }"

input:
tuple val(meta), path(cov_rds)
Expand Down

0 comments on commit 5f5805f

Please sign in to comment.