Skip to content

Commit

Permalink
nextflowVersion 24.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 22, 2024
1 parent 4215426 commit f9d3518
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [0.9.0] TBD

- Only supports Nextflow 24.10 and later (uses Groovy 4)
- Shift metadata and configuration to `quilt` scope of nextflow.config
- Moved test workflows into `wf` folder
- Write the output URI when publishing
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.10.0
24.10.0
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ def getRuntimeConfigs() {
task exportClasspath {
dependsOn allprojects.jar
doLast {
def nextflowVersion = rootProject.file('VERSION').text.trim()

def all = getRuntimeConfigs()
def libs = all.collect { File file -> file.canonicalPath }
['nextflow', 'nf-commons', 'nf-httfs'].each { libs << file("modules/$it/build/libs/${it}-${nextflowVersion}.jar").canonicalPath }
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
nextflowVersion = 24.10.0
groovyVersion = 4.0.23
groovyV = groovy-4.0
groovySource = apache
Expand Down
1 change: 1 addition & 0 deletions plugins/nf-quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ sourceSets {
}

dependencies {
def nextflowVersion = rootProject.file('VERSION').text.trim()
// quiltcore
implementation 'com.quiltdata:quiltcore:0.1.6'

Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-quilt/src/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Plugin-Class: nextflow.quilt.QuiltPlugin
Plugin-Id: nf-quilt
Plugin-Version: 0.8.11
Plugin-Provider: Quilt Data
Plugin-Requires: >=22.10.6
Plugin-Requires: >=24.10.0

0 comments on commit f9d3518

Please sign in to comment.