View Source mix bio.restriction.build (bio_ex_restriction v0.1.1)
Module for building out the actual data structure that will be generated in code.
Each enzyme will be defined as a struct under the Bio.Restriction.Enzyme
namespace. This struct will be populated with the minimal data needed for the
use in digestion and sequence validations.
Further additions to the data can be requested by opening an issue.
The current data preserved are:
blunt?: boolean cut_1: number cut_2: number cut_3: number cut_4: number name: string pattern: string suppliers: [string...]
The value of suppliers
is a string list of the Supplier Codes. These are
related to company names using the emboss_s file, and can be related with the
Bio.Restriction.Suppliers
module.
Summary
Functions
Callback implementation for Mix.Task.run/1
.