I suggest to change simpleName to baseName here:
|
.map { file -> tuple(file.simpleName, file) } |
(and potentially somewhere else) to avoid problems with file names with more than one
..
Else or in addition a sanity check for identical file names would be good.
Context: https://www.nextflow.io/docs/latest/script.html#check-file-attributes
I suggest to change
simpleNametobaseNamehere:poreCov/poreCov.nf
Line 183 in 9ba98fe
(and potentially somewhere else) to avoid problems with file names with more than one
..Else or in addition a sanity check for identical file names would be good.
Context: https://www.nextflow.io/docs/latest/script.html#check-file-attributes