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

Merge branch '41-filepath-designfile' into 'master'

Resolve "DesignFile path not followed"

Closes #41

See merge request !38
parents 60d23c92 b18ced81
Branches
Tags
1 merge request!38Resolve "DesignFile path not followed"
Pipeline #3826 passed with stages
in 10 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,7 +78,7 @@ process checkDesignFile {
input:
designFile
file designFile
file 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