mix bio.restriction.build (bio_ex 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

Link to this section Summary

Link to this section Functions

Callback implementation for Mix.Task.run/1.

Link to this function

sourcify(value)

Link to this function

to_source(enzyme_map)