Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
manifest {
name = "Demo - words with vowels"
nextflowVersion = '>=22.04.0'
nextflowVersion = '>=23.04.1'
}

process {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/internal/pkg/environment/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var DefaultRepositories = map[string]string{
var DefaultTags = map[string]string{
constants.CROMWELL: "64",
constants.MINIWDL: "v0.7.0",
constants.NEXTFLOW: "22.04.3",
constants.NEXTFLOW: "23.04.1",
constants.SNAKEMAKE: "internal-fork",
constants.TOIL: "5.7.0a1-d831f74e918c4a01e961e3b45504a92d1827b8b3",
constants.WES: "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/nextflow/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
variables:
# These variables may be over-ridden as appropriate by the CI/CD pipeline
NEXTFLOW_IMAGE_NAME: "nextflow"
NEXTFLOW_VERSION: "22.04.3"
NEXTFLOW_VERSION: "23.04.1"

phases:
pre_build:
Expand Down