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

bwa: change index and fastq order for mapping

parent f5691c89
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,8 @@ process mapping_fastq { ...@@ -38,8 +38,8 @@ process mapping_fastq {
} }
input: input:
tuple val(file_id), path(reads)
tuple val(index_id), path(index) tuple val(index_id), path(index)
tuple val(file_id), path(reads)
output: output:
tuple val(file_id), path("*.bam"), emit: bam tuple val(file_id), path("*.bam"), emit: bam
......
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