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

bwa: fix missing } :52

parent 1de16f9a
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ process mapping_fastq { ...@@ -49,7 +49,7 @@ process mapping_fastq {
if (file_id instanceof List){ if (file_id instanceof List){
library = file_id[0] library = file_id[0]
file_prefix = file_id[0] file_prefix = file_id[0]
else if (file_id.containsKey('library')) { } else if (file_id.containsKey('library')) {
library = file_id.library library = file_id.library
file_prefix = file_id.id file_prefix = file_id.id
} else { } else {
......
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