Skip to content
Snippets Groups Projects

Resolve "Test for kitVersion=3 and version=2.1.1 and exit if true"

Merged Jeremy Mathews requested to merge 29-VersionCompatibility into develop
Viewing commit 9ff49cb2
Prev
Show latest version
1 file
+ 1
1
Preferences
File browser
Compare changes
+ 1
1
@@ -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