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

bwa: add missing { :52

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