Skip to content

Commit 9192e51

Browse files
committed
Merge branch 'ar/adds-4mc-color' into 'master'
[mod_base_code] Adds default color for 4mC. See merge request machine-learning/modkit!255
2 parents 251055f + a353842 commit 9192e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mod_base_code.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ lazy_static! {
9595
METHYL_CYTOSINE => "#FF0000".to_string(),
9696
HYDROXY_METHYL_CYTOSINE => "#FF00FF".to_string(),
9797
SIX_METHYL_ADENINE => "#0084A9".to_string(),
98+
FOUR_METHYL_CYTOSINE => "#FFA100".to_string()
9899
};
99100
pub static ref DNA_BASE_COLORS: HashMap<DnaBase, String> = hash_map! {
100101
DnaBase::C => "#0000FF".to_string(),

0 commit comments

Comments
 (0)