Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #519 from aws/patch/v1.5.1
Browse files Browse the repository at this point in the history
Merge pull request #518 from aws/vishnuvalleru/fix-nextflow-versions
  • Loading branch information
vvalleru authored Sep 19, 2022
2 parents 624af3f + bdb18fd commit 22e3c56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
manifest {
name = "Demo - words with vowels"
nextflowVersion = '>=21.04.0'
nextflowVersion = '>=22.04.0'
}

process {
Expand All @@ -16,4 +16,4 @@ profiles {
memory = '1 MB'
}
}
}
}
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.1.11",
constants.NEXTFLOW: "21.04.3",
constants.NEXTFLOW: "22.04.3",
constants.SNAKEMAKE: "internal-fork",
constants.TOIL: "5.7.0a1-d831f74e918c4a01e961e3b45504a92d1827b8b3",
constants.WES: "0.1.0",
Expand Down

0 comments on commit 22e3c56

Please sign in to comment.