Skip to content

Commit 0d03441

Browse files
authored
Merge pull request #158 from icgc-argo-workflows/payload-gen-seq-experiment@0.7.0
[release]
2 parents b77b761 + 28c6f65 commit 0d03441

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

payload-gen-seq-experiment/main.nf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
Authors:
2020
Linda Xiang
2121
Junjun Zhang
22+
Edmund Su
2223
*/
2324

2425
/********************************************************************/
2526
/* this block is auto-generated based on info from pkg.json where */
2627
/* changes can be made if needed, do NOT modify this block manually */
2728
nextflow.enable.dsl = 2
28-
version = '0.6.0.2'
29+
version = '0.7.0'
2930

3031
container = [
3132
'ghcr.io': 'ghcr.io/icgc-argo-workflows/data-processing-utility-tools.payload-gen-seq-experiment'
@@ -53,7 +54,7 @@ params.schema_url="NO_FILE5"
5354

5455
process payloadGenSeqExperiment {
5556
container "${params.container ?: container[params.container_registry ?: default_container_registry]}:${params.container_version ?: version}"
56-
publishDir "${params.publish_dir}/${task.process.replaceAll(':', '_')}", mode: "copy", enabled: params.publish_dir
57+
publishDir "${params.publish_dir}/${task.process.replaceAll(':', '_')}", mode: "copy", enabled: params.publish_dir ? true : false
5758

5859
cpus params.cpus
5960
memory "${params.mem} GB"

payload-gen-seq-experiment/pkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-gen-seq-experiment",
3-
"version": "0.6.0.2",
3+
"version": "0.7.0",
44
"description": "SONG payload generation for sequencing experiment",
55
"main": "main.nf",
66
"deprecated": false,

payload-gen-seq-experiment/tests/checker.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/* this block is auto-generated based on info from pkg.json where */
3030
/* changes can be made if needed, do NOT modify this block manually */
3131
nextflow.enable.dsl = 2
32-
version = '0.6.0.2'
32+
version = '0.7.0'
3333

3434
container = [
3535
'ghcr.io': 'ghcr.io/icgc-argo-workflows/data-processing-utility-tools.payload-gen-seq-experiment'

0 commit comments

Comments
 (0)