We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6e1c75 + 0e93a24 commit fc036e9Copy full SHA for fc036e9
3 files changed
song-score-upload/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-upload/pkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "song-score-upload",
3
- "version": "2.8.0",
+ "version": "2.9.0",
4
"description": "SONG/SCORE upload",
5
"main": "main.nf",
6
"deprecated": false,
song-score-upload/tests/checker.nf
@@ -25,7 +25,7 @@
28
29
30
31
params.max_retries = 5 // set to 0 will disable retry
0 commit comments