We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 251055f + a353842 commit 9192e51Copy full SHA for 9192e51
src/mod_base_code.rs
@@ -95,6 +95,7 @@ lazy_static! {
95
METHYL_CYTOSINE => "#FF0000".to_string(),
96
HYDROXY_METHYL_CYTOSINE => "#FF00FF".to_string(),
97
SIX_METHYL_ADENINE => "#0084A9".to_string(),
98
+ FOUR_METHYL_CYTOSINE => "#FFA100".to_string()
99
};
100
pub static ref DNA_BASE_COLORS: HashMap<DnaBase, String> = hash_map! {
101
DnaBase::C => "#0000FF".to_string(),
0 commit comments