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

fix bwa indexing

parent 23755281
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ process index_fasta { ...@@ -10,8 +10,8 @@ process index_fasta {
tuple val(file_id), path(fasta) tuple val(file_id), path(fasta)
output: output:
tuple val(fasta.simpleName), path("${fasta.simpleName}.*"), emit: index tuple val(file_id), path("${fasta.simpleName}.*"), emit: index
file "*_bwa_report.txt", emit: report tuple val(file_id), path("*_bwa_report.txt"), emit: report
script: 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