Skip to content

Commit

Permalink
Small changes in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianMohr authored Jan 15, 2024
1 parent 8c70173 commit 77f0c55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77f0c55

Please sign in to comment.