Skip to content

Commit

Permalink
fix: Update seaborn version in rSPR image
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Dec 7, 2023
1 parent 17fd74c commit 508ee3f
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.0':
'docker.io/jvfe/rspr:v1.3.0' }"
'docker://docker.io/jvfe/rspr:v1.3.1':
'docker.io/jvfe/rspr:v1.3.1' }"

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.0':
'docker.io/jvfe/rspr:v1.3.0' }"
'docker://docker.io/jvfe/rspr:v1.3.1':
'docker.io/jvfe/rspr:v1.3.1' }"

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.0':
'docker.io/jvfe/rspr:v1.3.0' }"
'docker://docker.io/jvfe/rspr:v1.3.1':
'docker.io/jvfe/rspr:v1.3.1' }"

input:
path df
Expand Down

0 comments on commit 508ee3f

Please sign in to comment.