Header menu logo BioFSharp

Write Module

Functions for writing a GenBank file

Functions and values

Function or value Description

toFile path gb

Full Usage: toFile path gb

Parameters:

creates a GenBank file at the specified path

path : string
gb : Dictionary<string, GenBankItem<'a>>

toFileWithOriginConverter path originConverter gb

Full Usage: toFileWithOriginConverter path originConverter gb

Parameters:

creates a GenBank file at the specified path, taking a converter function for the origin sequence of the file

path : string
originConverter : 'a -> char seq
gb : Dictionary<string, GenBankItem<'a>>

Type something to start searching.