Skip to content
Snippets Groups Projects
Commit 79d6ffb3 authored by SBYI WALID's avatar SBYI WALID
Browse files

update readme

parent 68895792
No related merge requests found
......@@ -30,7 +30,7 @@ here is an exemple of a color dictionary
```json
{
"mRNAs": [
"customColorsList": [
{
"title": "Example mRNA", // the title of the mRNA color dictionary must be unique across all mRNA color dictionaries, used to set the working dictionary
"level": "CDS", // the omique type that the color dictionary applies to
......@@ -38,7 +38,7 @@ here is an exemple of a color dictionary
"colors": [{ "match": "Example Match", "color": "#FF0000", "label": "Example Label" }]
}
],
"type": {
"default": {
"mRNA": "blue",
"ncRNA": "green",
"rRNA": "red",
......@@ -52,8 +52,8 @@ here is an exemple of a color dictionary
}
```
there must be a type color dictionary and at least one mRNA color dictionary,
there musn't be a color in type that is found in color in mRNA
there must be a type color dictionary and at least one element customColorsList ,
there musn't be a color in default that is found in color in mRNA
## Customize configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment