mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
refine comment
Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
This commit is contained in:
parent
2e5aa0dbb4
commit
153c900d0e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ process CNVKIT_BATCH {
|
|||
// do not run samtools on normal samples in tumor_only mode
|
||||
def normal_exists = normal ? true: false
|
||||
// tumor_only mode does not need fasta & target
|
||||
// instead it requires a pre-computed reference which is built from fasta & target
|
||||
// instead it requires a pre-computed reference.cnn which is built from fasta & target
|
||||
def (normal_out, normal_args, fasta_args, target_args) = ["", "", "", ""]
|
||||
def reference_args = reference ? "--reference $reference" : ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue