File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ process RSPR_APPROX {
3
3
4
4
conda " bioconda::ete3=3.1.1"
5
5
container " ${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6
- 'docker://docker.io/jvfe/rspr:v1.3.2 ':
7
- 'docker.io/jvfe/rspr:v1.3.2 ' } "
6
+ 'docker://docker.io/jvfe/rspr:v1.3.4 ':
7
+ 'docker.io/jvfe/rspr:v1.3.4 ' } "
8
8
9
9
input:
10
10
path core_tree
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ process RSPR_EXACT {
4
4
5
5
conda " bioconda::ete3=3.1.1"
6
6
container " ${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7
- 'docker://docker.io/jvfe/rspr:v1.3.2 ':
8
- 'docker.io/jvfe/rspr:v1.3.2 ' } "
7
+ 'docker://docker.io/jvfe/rspr:v1.3.4 ':
8
+ 'docker.io/jvfe/rspr:v1.3.4 ' } "
9
9
10
10
input:
11
11
path subset_df
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ process RSPR_HEATMAP {
3
3
4
4
conda " bioconda::ete3=3.1.1"
5
5
container " ${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6
- 'docker://docker.io/jvfe/rspr:v1.3.2 ':
7
- 'docker.io/jvfe/rspr:v1.3.2 ' } "
6
+ 'docker://docker.io/jvfe/rspr:v1.3.4 ':
7
+ 'docker.io/jvfe/rspr:v1.3.4 ' } "
8
8
9
9
input:
10
10
path df
You can’t perform that action at this time.
0 commit comments