mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Fixed FastQC tests with submodule
This commit is contained in:
parent
93f7b26aa2
commit
c77ea13d35
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ readPaths = [
|
||||||
]
|
]
|
||||||
Channel
|
Channel
|
||||||
.from(readPaths)
|
.from(readPaths)
|
||||||
.map { row -> [ row[0], [row[1][0]]] }
|
.map { row -> [ row[0], [ file(row[1][0]) ] ] }
|
||||||
.set { ch_read_files }
|
.set { ch_read_files }
|
||||||
|
|
||||||
// Run the workflow
|
// Run the workflow
|
||||||
|
|
Loading…
Reference in a new issue