From 77f0c55b53c590190d849618e7f5233afc2e0276 Mon Sep 17 00:00:00 2001 From: Julian Mohr <81371922+JulianMohr@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:41:31 +0100 Subject: [PATCH] Small changes in help message --- nextflow.config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index e0a4653..57e1f41 100644 --- a/nextflow.config +++ b/nextflow.config @@ -152,10 +152,14 @@ def check_max(obj, type) { params.help_message = """ TronFlow Copy Number Calling v${params.manifest.version} +Author: ${params.manifest.author} +DOI: ${params.manifest.doi} +GitHub: ${params.manifest.homePage} + ${params.manifest.description} Usage: - nextflow run main.nf -profile conda --input_files input_files.tsv --reference reference.fasta --intervals target_region.bed --tools cnvkit,sequenza + nextflow run ${params.manifest.mainScript} -profile conda --input_files input_files.tsv --reference reference.fasta --intervals target_region.bed --tools cnvkit,sequenza Input: * input_files: the path to a tab-separated values file containing in each row the sample name, tumor bam and normal bam