We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d65f813 + f7d4628 commit 2317debCopy full SHA for 2317deb
2 files changed
song-score-download/main.nf
@@ -21,7 +21,7 @@
21
*/
22
23
nextflow.enable.dsl = 2
24
-version = '2.6.2'
+version = '2.7.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.6.2",
+ "version": "2.7.0",
4
"description": "SONG/SCORE download",
5
"main": "main.nf",
6
"deprecated": false,
0 commit comments