Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
85950981
Commit
85950981
authored
Oct 23, 2020
by
Louis Duchemin
Browse files
Fixed typo
parent
daf6fca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/toolbox/gemma.ml
lib/toolbox/gemma.ml
+1
-1
No files found.
lib/toolbox/gemma.ml
View file @
85950981
...
...
@@ -76,7 +76,7 @@ module Result_file = struct
let
parse_locus_id
locus_id
=
match
String
.
split
~
on
:
'
_'
locus_id
with
|
[
_
;
+
index
;
residue
]
->
(
Int
.
of_string
index
,
Char
.
of_string
residue
)
|
[
_
;
index
;
residue
]
->
(
Int
.
of_string
index
,
Char
.
of_string
residue
)
|
_
->
failwith
"Locus ID parsing failed"
let
parse_line
pval_parser
fields
=
...
...
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