Skip to content
Snippets Groups Projects
Commit 9ff49cb2 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Final Version

parent 45cbf237
Branches
Tags
2 merge requests!53Develop,!52Resolve "Test for kitVersion=3 and version=2.1.1 and exit if true"
Pipeline #4493 passed with stages
in 10 minutes and 1 second
This commit is part of merge request !52. Comments created here will be created in the context of that merge request.
......@@ -19,7 +19,7 @@ params.references = "${baseDir}/../docs/references.md"
if (params.kitVersion == "three" && params.version == '2.1.1') {
print("Cellranger Version 2.1.1 requires kitVersion 2")
System.exit(3)
System.exit(32)
}
// Assign variables if astrocyte
......
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