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
8e3ed83b
Commit
8e3ed83b
authored
Aug 13, 2018
by
Carine Rey
Browse files
rm warning
parent
f23e90fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/profile.ml
lib/profile.ml
+2
-2
No files found.
lib/profile.ml
View file @
8e3ed83b
...
...
@@ -59,8 +59,8 @@ let profile_l_of_splitted_profile ~nb_cat ~nb_sites profile_fn =
let
splitted_profile
=
split_profile
~
nb_sites
~
dist_bins
profile_f
in
match
nb_cat
with
|
3
->
(
let
p0
=
splitted_profile
/
selector
[
"profile_0.tsv"
]
in
let
p1
=
splitted_profile
/
selector
[
"profile_1.tsv"
]
in
let
_
p0
=
splitted_profile
/
selector
[
"profile_0.tsv"
]
in
let
_
p1
=
splitted_profile
/
selector
[
"profile_1.tsv"
]
in
let
p2
=
splitted_profile
/
selector
[
"profile_2.tsv"
]
in
(*{profile_c=cat_file [p0;p1;p2] ; profile_n=prefix ^ "_3categories" ; profile_f}*)
{
profile_c
=
p2
;
profile_n
=
prefix
^
"_1categorie_max_dist"
;
profile_f
};
...
...
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