Skip to content

Commit

Permalink
chore: Update rSPR image to 1.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: jvfe <[email protected]>
  • Loading branch information
jvfe committed Jan 3, 2024
1 parent d55e273 commit 8b7c26a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/local/rspr/approx.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process RSPR_APPROX {

conda "bioconda::ete3=3.1.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://docker.io/jvfe/rspr:v1.3.2':
'docker.io/jvfe/rspr:v1.3.2' }"
'docker://docker.io/jvfe/rspr:v1.3.3':
'docker.io/jvfe/rspr:v1.3.3' }"

input:
path core_tree
Expand Down
4 changes: 2 additions & 2 deletions modules/local/rspr/exact.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process RSPR_EXACT {

conda "bioconda::ete3=3.1.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://docker.io/jvfe/rspr:v1.3.2':
'docker.io/jvfe/rspr:v1.3.2' }"
'docker://docker.io/jvfe/rspr:v1.3.3':
'docker.io/jvfe/rspr:v1.3.3' }"

input:
path subset_df
Expand Down
4 changes: 2 additions & 2 deletions modules/local/rspr/heatmap.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process RSPR_HEATMAP {

conda "bioconda::ete3=3.1.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://docker.io/jvfe/rspr:v1.3.2':
'docker.io/jvfe/rspr:v1.3.2' }"
'docker://docker.io/jvfe/rspr:v1.3.3':
'docker.io/jvfe/rspr:v1.3.3' }"

input:
path df
Expand Down

0 comments on commit 8b7c26a

Please sign in to comment.