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

Merge branch '35-fix-astrocyte' into 'master'

Fix variable assignment.

Closes #35

See merge request !29
parents f1adf447 b4a86fab
Branches
Tags
1 merge request!29Fix variable assignment.
Pipeline #6618 failed with stages
in 11 seconds
......@@ -27,7 +27,7 @@ if (params.astrocyte) {
params.fasta = "$referenceLocation/$params.genome/genome.fa.txt"
if (params.genome == 'GRCh37' || params.genome == 'GRCh38') {
params.genomeSize = 'hs'
} else if (params.chromSizes == 'GRCm38') {
} else if (params.genome == 'GRCm38') {
params.genomeSize = 'mm'
}
} else {
......
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