Skip to content
Snippets Groups Projects

Resolve "Astrocyte fixes"

Merged Venkat Malladi requested to merge 40-astrocyte_fixes into master
Compare and Show latest version
1 file
+ 3
3
Preferences
File browser
Compare changes
+ 3
3
@@ -53,9 +53,9 @@ if (params.astrocyte) {
@@ -53,9 +53,9 @@ if (params.astrocyte) {
}
}
// Check inputs
// Check inputs
if(params.bwa) {
if(params.bwaIndex) {
bwa= Channel
bwaIndex = Channel
.fromPath(params.bwa)
.fromPath(params.bwaIndex)
.ifEmpty { exit 1, "BWA index not found: ${params.bwaIndex}" }
.ifEmpty { exit 1, "BWA index not found: ${params.bwaIndex}" }
} else {
} else {
exit 1, "No reference genome specified."
exit 1, "No reference genome specified."