Skip to content

Commit f7cd4b4

Browse files
committed
fix the version, rm unneeded files
1 parent ad4976b commit f7cd4b4

16 files changed

Lines changed: 11 additions & 247 deletions

File tree

song-score-upload/local_modules/demo-copy-file.nf

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../process/score_upload.nf
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../process/song_manifest.nf
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../process/song_publish.nf
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../process/song_submit.nf

song-score-upload/main.nf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121

2222
nextflow.enable.dsl = 2
23-
version = '0.2.6' // package version
23+
version = '2.6.0' // package version
2424

2525
// universal params go here, change default value as needed
2626
params.container = ""
@@ -34,8 +34,6 @@ params.publish_dir = "" // set to empty string will disable publishDir
3434
params.input_file = ""
3535
params.cleanup = true
3636

37-
include { demoCopyFile } from "./local_modules/demo-copy-file"
38-
include { cleanupWorkdir; getSecondaryFiles; getBwaSecondaryFiles } from './wfpr_modules/github.com/icgc-argo/demo-wfpkgs/demo-utils@1.3.0/main.nf' params([*:params, 'cleanup': false])
3937

4038

4139
// please update workflow code as needed

song-score-upload/pkg.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "song-score-upload",
3-
"version": "0.2.6",
3+
"version": "2.6.0",
44
"description": "SONG/SCORE upload",
55
"main": "main.nf",
66
"deprecated": false,
@@ -14,14 +14,14 @@
1414
"type": "git",
1515
"url": "https://github.com/icgc-argo/nextflow-data-processing-utility-tools.git"
1616
},
17-
"dependencies": [
18-
"github.com/icgc-argo/demo-wfpkgs/demo-utils@1.3.0"
19-
],
17+
"dependencies": [],
2018
"devDependencies": [],
2119
"contributors": [
2220
{
23-
"name": "Junjun Zhang",
24-
"email": "junjun.ca@gmail.com"
21+
"name": "Alex Lepsa"
22+
},
23+
{
24+
"name": "Junjun Zhang"
2525
}
2626
],
2727
"license": "Apache License 2.0",
-14.6 KB
Binary file not shown.
Binary file not shown.

wfpr_modules/github.com/icgc-argo/demo-wfpkgs/demo-utils@1.3.0/.dockerignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)