package biotk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fastq.StatsSource

Sourcetype t = {
  1. nb_reads : int;
}
Sourceval of_file : string -> (t, [> parsing_error ]) Core.result