Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Strand Lab
sc-TissueMapper
Commits
7870fe92
Commit
7870fe92
authored
Feb 01, 2021
by
Gervaise Henry
🤠
Browse files
Fix opt args
parent
cbf5b349
Changes
1
Hide whitespace changes
Inline
Side-by-side
r.scripts/sc-TissueMapper_RAW.R
View file @
7870fe92
...
...
@@ -13,7 +13,7 @@ options(future.globals.maxSize= 1000000000000)
option_list
=
list
(
make_option
(
"--p"
,
action
=
"store"
,
default
=
"huPr_PdPb"
,
type
=
'character'
,
help
=
"Project Name"
),
make_option
(
"--s"
,
action
=
"store"
,
default
=
"hu"
,
type
=
'character'
,
help
=
"Species"
)
make_option
(
"--s"
,
action
=
"store"
,
default
=
"hu"
,
type
=
'character'
,
help
=
"Species"
)
,
make_option
(
"--m"
,
action
=
"store"
,
default
=
"Patient"
,
type
=
'character'
,
help
=
"Group to merge on"
)
)
opt
=
parse_args
(
OptionParser
(
option_list
=
option_list
))
...
...
Write
Preview
Markdown
is supported
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