Faqcs patch (#1367)

* faqcs update to capture debug output

* change paths

Co-authored-by: Cipriano <rrn8@cdc.gov>
This commit is contained in:
Michael J Cipriano 2022-03-02 08:27:38 -05:00 committed by GitHub
parent 4983f77796
commit 2cd502a236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -13,6 +13,7 @@ process FAQCS {
output:
tuple val(meta), path('*.trimmed.fastq.gz') , emit: reads
tuple val(meta), path('*.stats.txt') , emit: stats
tuple val(meta), path('*.txt') , optional:true, emit: txt
tuple val(meta), path('*_qc_report.pdf') , optional:true, emit: statspdf
tuple val(meta), path('*.log') , emit: log
tuple val(meta), path('*.discard.fastq.gz') , optional:true, emit: reads_fail

View file

@ -54,6 +54,10 @@ output:
type: file
description: trimming/qc text stats file
pattern: "*.stats.txt"
- txt:
type: file
description: trimming/qc text txt files from --debug option
pattern: "*.txt"
- statspdf:
type: file
description: trimming/qc pdf report file