Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
chipseq_analysis
Commits
f76f9efd
Commit
f76f9efd
authored
Mar 23, 2020
by
Venkat Malladi
Browse files
Update file paths.
parent
8fba6bd9
Pipeline
#6328
canceled with stages
in 381 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
f76f9efd
...
...
@@ -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 {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment