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
e98068ed
Commit
e98068ed
authored
Aug 20, 2018
by
Philippe Veber
Browse files
bppsuite: fixed warnings
parent
7ac83d9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/bppsuite.ml
lib/bppsuite.ml
+2
-2
No files found.
lib/bppsuite.ml
View file @
e98068ed
...
...
@@ -90,9 +90,9 @@ let bppseqgen_multi_profiles_script ~config ~out ~profile_c =
let
bppseqgen_multi_profiles
?
(
descr
=
""
)
~
profile_f
~
profile_c
~
nb_sites
~
tree
~
config
~
ne_c
~
ne_a
:
bppseqgen_multi_profiles
directory
workflow
=
let
nb_sites_per_profile
=
1
in
let
nb_combis
=
Pervasives
.(
nb_sites
/
nb_sites_per_profile
)
in
(*
let nb_combis = Pervasives.(nb_sites / nb_sites_per_profile) in
*)
let
config_f
=
dest
//
"config.bpp"
in
let
profile_c_ok
=
tmp
//
"profiles_c.tsv"
in
(*
let profile_c_ok = tmp // "profiles_c.tsv" in
*)
let
profile_c_ok
=
dep
profile_c
in
let
out
=
dest
//
"seq.fa"
in
workflow
~
descr
:
(
"bppsuite.bppseqgen"
^
descr
)
[
...
...
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