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

Fix variable assignment.

parent 3cf06f92
No related merge requests found
......@@ -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