Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BioCellGen-public
sscocaller
Commits
da3375f9
Commit
da3375f9
authored
Jun 28, 2021
by
Ruqian Lyu
Browse files
fix --cellbarcode error
parent
460f8534
Pipeline
#7073
passed with stages
in 1 minute and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/sscocaller.nim
View file @
da3375f9
...
...
@@ -466,7 +466,7 @@ Options:
if
(
$
args
[
"--threads"
]
!=
"nil"
):
threads
=
parse_int
(
$
args
[
"--threads"
]
)
if
(
$
args
[
"--cellbarcode"
]
!=
"nil"
):
barcodeTag
=
$
args
[
"--barcode
Tag
"
]
barcodeTag
=
$
args
[
"--
cell
barcode"
]
else
:
threads
=
4
if
(
$
args
[
"--minDP"
]
!=
"nil"
):
mindp
=
parse_int
(
$
args
[
"--minDP"
]
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment