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
067a967a
Commit
067a967a
authored
Jun 15, 2018
by
Philippe Veber
Browse files
bppsuite: refined typing
parent
741fd074
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
lib/bppsuite.mli
lib/bppsuite.mli
+1
-1
lib/file_formats.ml
lib/file_formats.ml
+4
-3
No files found.
lib/bppsuite.mli
View file @
067a967a
...
...
@@ -5,4 +5,4 @@ open File_formats
val
bppseqgen
:
nb_sites
:
int
->
tree
:
nhx
workflow
->
(*
nucleotide_
*)
fasta
workflow
nucleotide_fasta
workflow
lib/file_formats.ml
View file @
067a967a
...
...
@@ -6,6 +6,7 @@ class type nhx = object
method
format
:
[
`nhx
]
end
(* type nucleotide_fasta = < fasta ; alphabet : [`Nucleotide] > *)
class
type
nucleotide_fasta
=
object
inherit
fasta
method
alphabet
:
[
`Nucleotide
]
end
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