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

Update file paths.

parent 8fba6bd9
Branches
Tags
1 merge request!67Resolve "Rename Plot profile to be consistent with naming"
Pipeline #6328 canceled with stages
in 6 hours, 21 minutes, and 37 seconds
......@@ -98,8 +98,8 @@ skipMotif = params.skipMotif
skipPlotProfile = params.skipPlotProfile
references = params.references
multiqc = params.multiqc
gtfFile = Channel.fromPath(params.gtf)
geneNames = Channel.fromPath(params.geneNames)
gtfFile = params.gtf
geneNames = params.geneNames
// Check design file for errors
process checkDesignFile {
......
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