Skip to content

Commit 0cb6963

Browse files
committed
Auto-generated commit [ci skip]
1 parent 908ffb3 commit 0cb6963

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

main.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5619,7 +5619,7 @@ let FilesComponent = class FilesComponent extends _app_base_component_directive_
56195619
const gapString = '-'.repeat(_this.commonService.session.data.reference.length);
56205620
for (let i = 0; i < n; i++) {
56215621
const d = nodes[i];
5622-
if (!d.seq) {
5622+
if (!d.seq || d.seq.toLowerCase() == 'null' || d.seq.toLowerCase() == 'none' || d.seq.toLowerCase().replace('/', '') == 'na') {
56235623
d.seq = gapString;
56245624
} else {
56255625
subset.push(d);
@@ -8348,7 +8348,7 @@ let MicrobeTraceNextHomeComponent = class MicrobeTraceNextHomeComponent extends
83488348
}
83498349
openNNConfirmation() {
83508350
this.confirmationService.confirm({
8351-
message: `It appears that you have links from two different sources. The Nearest Neighbor algorithm isn't recommended when working with links from 2 different sources (ie. Epi and Genetic Distance Links).
8351+
message: `It appears that you have links from two different sources. The Nearest Neighbor algorithm is only recommended when working with genetic links.
83528352
Are you sure that you want to proceed?`,
83538353
closable: false,
83548354
closeOnEscape: false,
@@ -8627,14 +8627,14 @@ let MicrobeTraceNextHomeComponent = class MicrobeTraceNextHomeComponent extends
86278627
width: "42px",
86288628
display: "inline-block"
86298629
}).append($("<span id='duoColor0'></span>").css({
8630-
height: "15px",
8631-
width: "20px",
8630+
height: "100%",
8631+
width: "50%",
86328632
background: duoColors[0],
86338633
'vertical-align': "top",
86348634
display: "inline-block"
86358635
})).append($("<span id='duoColor1'></span>").css({
8636-
height: "15px",
8637-
width: "20px",
8636+
height: "100%",
8637+
width: "50%",
86388638
background: duoColors[1],
86398639
'vertical-align': "top",
86408640
display: "inline-block"
@@ -24838,8 +24838,8 @@ __webpack_require__.r(__webpack_exports__);
2483824838
/* harmony export */ version: () => (/* binding */ version)
2483924839
/* harmony export */ });
2484024840
const version = '2.0.0';
24841-
const buildDate = '2025-07-18T15:18:52.186Z';
24842-
const commitHash = 'ef84f763';
24841+
const buildDate = '2025-07-23T17:22:18.739Z';
24842+
const commitHash = '8a60795d';
2484324843

2484424844
/***/ }),
2484524845

main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stats.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)