mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
refine comment
Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
This commit is contained in:
parent
00077c36c8
commit
3b3921cfa3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ process CNVKIT_BATCH {
|
|||
|
||||
script:
|
||||
def args = task.ext.args ?: ''
|
||||
// execute samtools only when cram files are input
|
||||
// execute samtools only when cram files are input, cnvkit runs natively on bam but is prohibitively slow
|
||||
// input pair is assumed to have same extension if both exist
|
||||
def is_cram = tumor.Extension == "cram" ? true : false
|
||||
def tumor_out = is_cram ? tumor.BaseName + ".bam" : "${tumor}"
|
||||
|
|
Loading…
Reference in a new issue