package biocaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The OCaml Bioinformatics Library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.10.1.tar.gz
md5=4cf944bcae5d36bf47b67f6bcb2455d7
sha512=0262b5768aefd7c080f664c46c88876fce9a658cc6a87358a77b7112c49ae3042e7ab542e76be5738fbaeda853149b308b48d4897960b5c7ae3b4da71d978bd8
doc/biocaml.ez/Biocaml_ez/Fasta/index.html
Module Biocaml_ez.Fasta
include module type of struct include Biocaml_unix.Fasta end
type fmt = Biocaml_unix.Fasta.fmt = {allow_sharp_comments : bool;allow_semicolon_comments : bool;allow_empty_lines : bool;comments_only_at_top : bool;max_line_length : int option;alphabet : string option;
}val default_fmt : fmtLow-level Parsing
An item0 is more raw than item. It is useful for parsing files with large sequences because you get the sequence in smaller pieces.
`Comment _- Single comment line without the final newline. Initial comment char is retained.
`Empty_line- Got a line with only whitespace characters. The contents are not provided.
`Description _- Single description line without the initial '>' nor final newline.
`Partial_sequence _- Multiple sequential partial sequences comprise the sequence of a singleitem.
val parse_item0 :
?allow_sharp_comments:bool ->
?allow_semicolon_comments:bool ->
?allow_empty_lines:bool ->
?max_line_length:int ->
?alphabet:string ->
Biocaml_unix.Line.t ->
item0 Core_kernel.Or_error.tval read0 :
?start:Biocaml_unix.Pos.t ->
?allow_sharp_comments:bool ->
?allow_semicolon_comments:bool ->
?allow_empty_lines:bool ->
?max_line_length:int ->
?alphabet:string ->
Core_kernel.In_channel.t ->
item0 CFStream.Stream.tval read :
?start:Biocaml_unix.Pos.t ->
?fmt:fmt ->
Core_kernel.In_channel.t ->
header * item CFStream.Stream.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>