Skip to content

Commit 6d62036

Browse files
authored
Fix typo in local_dir path in nextflow.config
1 parent e91c4f4 commit 6d62036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
params {
77
outdir="tests/results"
8-
local_dir = "tests/resutls"
8+
local_dir = "tests/results"
99
}
1010
// Impose sensible resource limits for testing
1111
process {

0 commit comments

Comments
 (0)