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:
Annick Renevey 2022-03-23 13:13:58 +01:00 committed by GitHub
parent 9c386c5dd8
commit 1dddf1ce94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ process STAR_ALIGN {
tuple val(meta), path('*fastq.gz') , optional:true, emit: fastq
tuple val(meta), path('*.tab') , optional:true, emit: tab
tuple val(meta), path('*.out.junction') , optional:true, emit: junction
tuple val(meta), path('*.out.sam') , optional:true, emit: sam
when:
task.ext.when == null || task.ext.when