Skip to content

Commit 76c299c

Browse files
committed
add version information
1 parent 992e281 commit 76c299c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workflows/calling/tumor_only_svc.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env nextflow
22

33
// Nextflow Pipeline Version
4-
params.release = ""
5-
params.releasedate = ""
6-
params.githublink = "https://github.com/ohsu-cedar-comp-hub/WGS-nextflow-workflow/releases/tag/"
4+
params.release = "v0.2.5"
5+
params.releasedate = "12-2-2024"
6+
params.githublink = "https://github.com/ohsu-cedar-comp-hub/WGS-nextflow-workflow/releases/tag/v0.2.5"
77

88
// Import tools
99
include { TUMORONLYGETPILEUPSUMMARIES } from '../../tools/gatk/get_pileup_summaries.nf'

0 commit comments

Comments
 (0)