Skip to content
Snippets Groups Projects
Commit da3375f9 authored by Ruqian Lyu's avatar Ruqian Lyu
Browse files

fix --cellbarcode error

parent 460f8534
No related branches found
No related tags found
No related merge requests found
Pipeline #7073 passed
......@@ -466,7 +466,7 @@ Options:
if($args["--threads"] != "nil"):
threads = parse_int($args["--threads"])
if($args["--cellbarcode"] != "nil"):
barcodeTag = $args["--barcodeTag"]
barcodeTag = $args["--cellbarcode"]
else: threads = 4
if($args["--minDP"] != "nil"):
mindp = parse_int($args["--minDP"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment