mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 04:32:08 -05:00
update star/align to include an optional sam output (support for --chimOutType SeparateSAMold option) (#1378)
Co-authored-by: Praveen Raj S <43108054+praveenraj2018@users.noreply.github.com>
This commit is contained in:
parent
9c386c5dd8
commit
1dddf1ce94
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ process STAR_ALIGN {
|
||||||
tuple val(meta), path('*fastq.gz') , optional:true, emit: fastq
|
tuple val(meta), path('*fastq.gz') , optional:true, emit: fastq
|
||||||
tuple val(meta), path('*.tab') , optional:true, emit: tab
|
tuple val(meta), path('*.tab') , optional:true, emit: tab
|
||||||
tuple val(meta), path('*.out.junction') , optional:true, emit: junction
|
tuple val(meta), path('*.out.junction') , optional:true, emit: junction
|
||||||
|
tuple val(meta), path('*.out.sam') , optional:true, emit: sam
|
||||||
|
|
||||||
when:
|
when:
|
||||||
task.ext.when == null || task.ext.when
|
task.ext.when == null || task.ext.when
|
||||||
|
|
Loading…
Reference in a new issue