MCPcopy Create free account
hub / github.com/bebop/poly / Error

Method Error

synthesis/codon/codon.go:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (e invalidAminoAcidError) Error() string {
69 return fmt.Sprintf("amino acid %q is missing from codon table", e.AminoAcid)
70}
71
72// Codon holds information for a codon triplet in a struct
73type Codon struct {

Callers 15

TestFragmentFunction · 0.45
TestUnfragmentableFunction · 0.45
TestFragmentSizesFunction · 0.45
TestLongFragmentFunction · 0.45
TestCheckLongRegresssionFunction · 0.45
TestOptimizeFunction · 0.45
TestOptimizeSameSeedFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestFragmentFunction · 0.36
TestUnfragmentableFunction · 0.36
TestFragmentSizesFunction · 0.36
TestLongFragmentFunction · 0.36
TestCheckLongRegresssionFunction · 0.36
TestOptimizeFunction · 0.36
TestOptimizeSameSeedFunction · 0.36