We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e1c75 commit a0856a0Copy full SHA for a0856a0
2 files changed
song-score-download/main.nf
@@ -21,7 +21,7 @@
21
*/
22
23
nextflow.enable.dsl = 2
24
-version = '2.8.0'
+version = '2.9.0'
25
26
// universal params go here, change default value as needed
27
params.publish_dir = "" // set to empty string will disable publishDir
song-score-download/pkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "song-score-download",
3
- "version": "2.8.0",
+ "version": "2.9.0",
4
"description": "SONG/SCORE download",
5
"main": "main.nf",
6
"deprecated": false,
0 commit comments