View Source mix bio.restriction.build (bio_elixir v0.3.0)
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
Functions
Callback implementation for Mix.Task.run/1
.