Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from ShaneMaglangit/gene-quality
Browse files Browse the repository at this point in the history
Add missing color
  • Loading branch information
ShaneMaglangit authored Aug 2, 2021
2 parents 0eb25ea + 737faf5 commit 01e0e1f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/models/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const classColorMap = new Map([
['0011', 'ffa12a'],
['0100', 'f0c66e'],
['0110', '60afce'],
['0000', 'ffffff'],
]),
],
[
Expand All @@ -23,6 +24,7 @@ export const classColorMap = new Map([
['0010', 'ff7183'],
['0011', 'ff6d61'],
['0100', 'f74e4e'],
['0000', 'ffffff'],
]),
],
[
Expand All @@ -31,6 +33,7 @@ export const classColorMap = new Map([
['0010', 'ff9ab8'],
['0011', 'ffb4bb'],
['0100', 'ff778e'],
['0000', 'ffffff'],
]),
],
[
Expand All @@ -39,6 +42,7 @@ export const classColorMap = new Map([
['0010', 'ccef5e'],
['0011', 'efd636'],
['0100', 'c5ffd9'],
['0000', 'ffffff'],
]),
],
[
Expand All @@ -48,6 +52,7 @@ export const classColorMap = new Map([
['0011', '2de8f2'],
['0100', '759edb'],
['0110', 'ff5a71'],
['0000', 'ffffff'],
]),
],
[
Expand All @@ -57,6 +62,7 @@ export const classColorMap = new Map([
['0011', 'ef93ff'],
['0100', 'f5e1ff'],
['0110', '43e27d'],
['0000', 'ffffff'],
]),
],
[
Expand All @@ -66,6 +72,7 @@ export const classColorMap = new Map([
['0011', 'D9D9D9'],
['0100', 'D9D9D9'],
['0110', 'D9D9D9'],
['0000', 'ffffff'],
]),
],
[
Expand All @@ -75,6 +82,7 @@ export const classColorMap = new Map([
['0011', 'D9D9D9'],
['0100', 'D9D9D9'],
['0110', 'D9D9D9'],
['0000', 'ffffff'],
]),
],
[
Expand All @@ -84,6 +92,7 @@ export const classColorMap = new Map([
['0011', 'D9D9D9'],
['0100', 'D9D9D9'],
['0110', 'D9D9D9'],
['0000', 'ffffff'],
]),
],
]);

0 comments on commit 01e0e1f

Please sign in to comment.