Skip to content
Snippets Groups Projects
Commit cd167def authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix association of file path.

parent 9c53690d
Branches
Tags
1 merge request!38Resolve "DesignFile path not followed"
Pipeline #3823 failed with stages
in 19 seconds
......@@ -57,7 +57,7 @@ readsList = Channel
// Define regular variables
pairedEnd = params.pairedEnd
designFile = params.designFile
designFile = Channel.fromPath(params.designFile)
genomeSize = params.genomeSize
genome = params.genome
chromSizes = params.chromSizes
......@@ -78,8 +78,8 @@ process checkDesignFile {
input:
file designFile
file readsList
designFile
readsList
output:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment