module Specification:sig
..end
module Location:sig
..end
type
t = {
|
name : |
|
ensembl : |
|
species : |
|
metadata : |
|
fasta : |
|
dbsnp : |
|
known_indels : |
|
cosmic : |
|
exome_gtf : |
|
cdna : |
|
whess : |
|
major_contigs : |
|
snpeff_name : |
val create : ?metadata:string ->
fasta:Location.t ->
ensembl:int ->
species:string ->
?dbsnp:Location.t ->
?known_indels:Location.t ->
?cosmic:Location.t ->
?exome_gtf:Location.t ->
?cdna:Location.t ->
?whess:Location.t ->
?major_contigs:string list ->
?snpeff_name:string ->
string -> t
module Default:sig
..end