Skip to content

Commit f5d97f5

Browse files
committed
Comment WEIGHTED and FORMAT fields
1 parent ccca627 commit f5d97f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
{ key: "RANK", title: "RANK" },
6262
{ key: "REFERENCE(ID)", title: "REFERENCE(ID)" },
6363
{ key: "TARGET(ID)", title: "TARGET(ID)" },
64-
{ key: "FORMAT", title: "FORMAT" },
64+
// { key: "FORMAT", title: "FORMAT" },
6565
{ key: "LENGTH", title: "LENGTH" },
66-
{ key: "WEIGHTED", title: "WEIGHTED" },
66+
// { key: "WEIGHTED", title: "WEIGHTED" },
6767
{ key: "HAMMING-DISTANCE", title: "HAMMING-DISTANCE" },
6868
{ key: "DISTANCE-Z-SCORE", title: "DISTANCE-Z-SCORE" },
6969
{ key: "DISTANCE-P-VALUE", title: "DISTANCE-P-VALUE" },

0 commit comments

Comments
 (0)