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

fix bwa indexing

parent 23755281
Branches
Tags
No related merge requests found
......@@ -10,8 +10,8 @@ process index_fasta {
tuple val(file_id), path(fasta)
output:
tuple val(fasta.simpleName), path("${fasta.simpleName}.*"), emit: index
file "*_bwa_report.txt", emit: report
tuple val(file_id), path("${fasta.simpleName}.*"), emit: index
tuple val(file_id), path("*_bwa_report.txt"), emit: report
script:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment