Update samples to make the results look better
This commit is contained in:
parent
92064700a6
commit
71961244ca
46 changed files with 260 additions and 273 deletions
|
@ -4,101 +4,6 @@ import * as url from "url";
|
|||
|
||||
import * as toml from "@iarna/toml";
|
||||
|
||||
const ligationSamples = [
|
||||
[
|
||||
"-<<",
|
||||
"-<",
|
||||
"-<-",
|
||||
"<--",
|
||||
"<---",
|
||||
"<<-",
|
||||
"<-",
|
||||
"->",
|
||||
"->>",
|
||||
"-->",
|
||||
"--->",
|
||||
"->-",
|
||||
">-",
|
||||
">>-",
|
||||
"<->",
|
||||
"<-->",
|
||||
"<--->",
|
||||
"<---->",
|
||||
"<!--"
|
||||
],
|
||||
[
|
||||
"=<<",
|
||||
"=<",
|
||||
"=<=",
|
||||
"<==",
|
||||
"<===",
|
||||
"<<=",
|
||||
"<=",
|
||||
"=>",
|
||||
"=>>",
|
||||
"==>",
|
||||
"===>",
|
||||
"=>=",
|
||||
">=",
|
||||
">>=",
|
||||
"<=>",
|
||||
"<==>",
|
||||
"<===>",
|
||||
"<====>",
|
||||
"<!---"
|
||||
],
|
||||
[
|
||||
"[|",
|
||||
"|]",
|
||||
"{|",
|
||||
"|}",
|
||||
"<=<",
|
||||
">=>",
|
||||
"<~~",
|
||||
"<~",
|
||||
"~>",
|
||||
"~~>",
|
||||
"::",
|
||||
":::",
|
||||
"\\/",
|
||||
"/\\",
|
||||
"==",
|
||||
"!=",
|
||||
"/=",
|
||||
`~=`,
|
||||
`<>`,
|
||||
"===",
|
||||
"!==",
|
||||
"!===",
|
||||
"=/=",
|
||||
"=!=",
|
||||
":>"
|
||||
],
|
||||
[
|
||||
":=",
|
||||
":-",
|
||||
":+",
|
||||
"<*",
|
||||
"<*>",
|
||||
"*>",
|
||||
"<|",
|
||||
"<|>",
|
||||
"|>",
|
||||
"<.",
|
||||
"<.>",
|
||||
".>",
|
||||
"+:",
|
||||
"-:",
|
||||
"=:",
|
||||
"<***>",
|
||||
"__",
|
||||
"(* comm *)",
|
||||
"++",
|
||||
"+++",
|
||||
"|-",
|
||||
"-|"
|
||||
]
|
||||
];
|
||||
const ligationSamplesNarrow = [
|
||||
[
|
||||
"-<<",
|
||||
|
@ -132,14 +37,13 @@ const ligationSamplesNarrow = [
|
|||
">=",
|
||||
">>="
|
||||
],
|
||||
["<->", "<-->", "<--->", "<---->", "<=>", "<==>", "<===>", "<====>", "-------->"],
|
||||
["<->", "<-->", "<--->", "<---->", "<=>", "<==>", "<===>", "<====>", "::", ":::", "__"],
|
||||
[
|
||||
"<~~",
|
||||
"<~",
|
||||
"<~>",
|
||||
"~>",
|
||||
"~~>",
|
||||
"::",
|
||||
":::",
|
||||
"==",
|
||||
"!=",
|
||||
"/=",
|
||||
|
@ -152,6 +56,7 @@ const ligationSamplesNarrow = [
|
|||
"=!="
|
||||
],
|
||||
[
|
||||
"<:",
|
||||
":=",
|
||||
":-",
|
||||
":+",
|
||||
|
@ -167,8 +72,7 @@ const ligationSamplesNarrow = [
|
|||
"+:",
|
||||
"-:",
|
||||
"=:",
|
||||
":>",
|
||||
"__"
|
||||
":>"
|
||||
],
|
||||
[
|
||||
"(*",
|
||||
|
@ -233,7 +137,6 @@ export async function parseLigationData() {
|
|||
comp => comp.tag + comp.buildup.join(",")
|
||||
);
|
||||
return {
|
||||
samples: ligationSamples,
|
||||
samplesNarrow: ligationSamplesNarrow,
|
||||
cherry: ligData.simple,
|
||||
rawSets: ligData.composite,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue