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
atacseq_analysis
Commits
3178fa73
Commit
3178fa73
authored
Jun 19, 2020
by
Venkat Malladi
Browse files
Fix bwa Index name.
parent
f0c48d34
Pipeline
#7297
passed with stages
in 424 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
3178fa73
...
...
@@ -53,9 +53,9 @@ if (params.astrocyte) {
}
// Check inputs
if(params.bwa) {
bwa= Channel
.fromPath(params.bwa)
if(params.bwa
Index
) {
bwa
Index
= Channel
.fromPath(params.bwa
Index
)
.ifEmpty { exit 1, "BWA index not found: ${params.bwaIndex}" }
} else {
exit 1, "No reference genome specified."
...
...
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