Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Nov 10, 2023
2 parents c9a3b06 + 195558f commit 2dd7101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/aminoacid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl AminoAcid {
"tct" | "tcc" | "tca" | "tcg" | "agt" | "agc" => Ok(Some(Self::Serine)),
"cct" | "ccc" | "cca" | "ccg" => Ok(Some(Self::Proline)),
"act" | "acc" | "aca" | "acg" => Ok(Some(Self::Threonine)),
"gct" | "gcc" | "gcs" | "gcg" => Ok(Some(Self::Alanine)),
"gct" | "gcc" | "gca" | "gcg" => Ok(Some(Self::Alanine)),
"tat" | "tac" => Ok(Some(Self::Tyrosine)),
"taa" | "tag" | "tga" => Ok(None),
"cat" | "cac" => Ok(Some(Self::Histidine)),
Expand Down

0 comments on commit 2dd7101

Please sign in to comment.