You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include { SongScoreDownloadas dnVcf } from './wfpr_modules/github.com/icgc-argo/nextflow-data-processing-utility-tools/song-score-download@2.6.1/main.nf' params(download_params)
137
+
include { SongScoreDownloadas dnVcf } from './wfpr_modules/github.com/icgc-argo-workflows/nextflow-data-processing-utility-tools/song-score-download@2.9.0/main.nf' params(download_params)
114
138
include { metadataParser as mParser } from "./modules/raw.githubusercontent.com/icgc-argo/data-processing-utility-tools/metadata-parser.0.2.0.0/tools/metadata-parser/metadata-parser.nf"
115
139
include { variantFilter as vFilter } from './wfpr_modules/github.com/icgc-argo/variant-calling-tools/variant-filter@0.1.0/main.nf' params(filter_params)
116
140
include { payloadGenVariantProcessing as pGenVar } from "./wfpr_modules/github.com/icgc-argo-workflows/data-processing-utility-tools/payload-gen-variant-processing@0.3.0/main.nf" params(payloadGenVcf_params)
117
-
include { SongScoreUploadas upVcf } from './wfpr_modules/github.com/icgc-argo/nextflow-data-processing-utility-tools/song-score-upload@2.6.1/main.nf' params(upload_params)
141
+
include { SongScoreUploadas upVcf } from './wfpr_modules/github.com/icgc-argo-workflows/nextflow-data-processing-utility-tools/song-score-upload@2.9.3/main.nf' params(upload_params)
118
142
include { getSecondaryFiles as getSec } from './wfpr_modules/github.com/icgc-argo/data-processing-utility-tools/helper-functions@1.0.0/main.nf'
119
143
include { cleanupWorkdir as cleanup } from './wfpr_modules/github.com/icgc-argo/data-processing-utility-tools/cleanup-workdir@1.0.0/main.nf'
Copy file name to clipboardExpand all lines: wfpr_modules/github.com/icgc-argo-workflows/nextflow-data-processing-utility-tools/song-score-download@2.9.0/local_modules/score-download.nf
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ params.max_retries = 5 // set to 0 will disable retry
11
11
params.first_retry_wait_time =1// in seconds
12
12
13
13
// required params w/ default
14
-
params.container_version ="5.0.0"
14
+
params.container ="ghcr.io/overture-stack/score"
15
+
params.container_version ="5.8.1"
15
16
params.transport_mem =2// Transport memory is in number of GBs
16
17
17
18
// optional if secret mounted from pod else required
Copy file name to clipboardExpand all lines: wfpr_modules/github.com/icgc-argo-workflows/nextflow-data-processing-utility-tools/song-score-download@2.9.0/local_modules/song-get-analysis.nf
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ params.max_retries = 5 // set to 0 will disable retry
Copy file name to clipboardExpand all lines: wfpr_modules/github.com/icgc-argo-workflows/nextflow-data-processing-utility-tools/song-score-download@2.9.0/main.nf
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
*/
22
22
23
23
nextflow.enable.dsl =2
24
-
version ='2.6.1'
24
+
version ='2.9.0'
25
25
26
26
// universal params go here, change default value as needed
27
27
params.publish_dir =""// set to empty string will disable publishDir
@@ -30,33 +30,35 @@ params.max_retries = 5 // set to 0 will disable retry
30
30
params.first_retry_wait_time =1// in seconds
31
31
32
32
// tool specific parmas go here, add / change as needed
Copy file name to clipboardExpand all lines: wfpr_modules/github.com/icgc-argo-workflows/nextflow-data-processing-utility-tools/song-score-download@2.9.0/pkg.json
Copy file name to clipboardExpand all lines: wfpr_modules/github.com/icgc-argo-workflows/nextflow-data-processing-utility-tools/song-score-upload@2.9.3/local_modules/score-upload.nf
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,13 @@ params.max_retries = 5 // set to 0 will disable retry
9
9
params.first_retry_wait_time =1// in seconds
10
10
11
11
// required params w/ default
12
-
params.container_version ="5.0.0"
12
+
params.container ="ghcr.io/overture-stack/score"
13
+
params.container_version ="latest"
13
14
params.transport_mem =2// Transport memory is in number of GBs
14
15
15
16
// optional if secret mounted from pod else required
16
17
params.api_token =""// song/score API token for download process
0 commit comments