Fixed FastQC tests with submodule

This commit is contained in:
Phil Ewels 2019-12-06 10:15:49 +01:00
parent 93f7b26aa2
commit c77ea13d35

View file

@ -12,7 +12,7 @@ readPaths = [
]
Channel
.from(readPaths)
.map { row -> [ row[0], [row[1][0]]] }
.map { row -> [ row[0], [ file(row[1][0]) ] ] }
.set { ch_read_files }
// Run the workflow