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

bwa: new change and library def

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