Skip to content
Snippets Groups Projects
Commit f236a41e authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix param erro

parent eae028c1
Branches
Tags
3 merge requests!29Develop,!18Develop,!17Resolve "Add params from biohpc.config into main.nf"
Pipeline #3200 passed with stage
in 17 minutes and 19 seconds
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
......@@ -32,7 +32,7 @@ if (params.astrocyte == 'false') {
} else if (params.kitVersion == "three") {
params.chemistryParam ='SC3Pv3'
} else {
params.chemistryParam = "auto'
params.chemistryParam = 'auto'
}
}
params.genomeLocationFull = params.genomeLocation+params.genome
......
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