Skip to content
Snippets Groups Projects
Verified Commit ad8474e6 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fastp: fix output to capture json files

parent 4b33241e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ process fastp_pairedend {
output:
tuple val(pair_id), path("*.fastq.gz"), emit: fastq
tuple val(pair_id), path("*.{zip,html}"), emit: report
tuple val(pair_id), path("*.{zip,html,json}"), emit: report
script:
"""
......@@ -40,7 +40,7 @@ process fastp_singleend {
output:
tuple val(pair_id), path("*.fastq.gz"), emit: fastq
tuple val(pair_id), path("*.{zip,html}"), emit: report
tuple val(pair_id), path("*.{zip,html,json}"), emit: report
script:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment