@metrichor/nextclade
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -24,3 +24,3 @@ import { Component, h, Host, Prop } from '@stencil/core'; | ||
} | ||
const { seqName, qc, errors } = this.data; | ||
const { seqName, qc, errors = [] } = this.data; | ||
return (h(Host, { status: qc?.overallStatus || 'hasErrors' }, | ||
@@ -27,0 +27,0 @@ h("td", null, seqName), |
@@ -1,1 +0,1 @@ | ||
import{p as e,b as t}from"./p-6b660fe6.js";(()=>{const t=import.meta.url,n={};return""!==t&&(n.resourcesUrl=new URL(".",t).href),e(n)})().then((e=>t([["p-29f10df9",[[1,"nxt-button"]]],["p-37ea0a1f",[[1,"nxt-table",{data:[16],summary:[4],_data:[32],filtersOpen:[32],seqNameDirection:[32],qcDirection:[32],cladeDirection:[32],mutDirection:[32],NonAcgtnDirection:[32],missingDirection:[32],gapsDirection:[32],seqNameTerm:[32],nucTerm:[32],aaTerm:[32],cladeTerm:[32],qcTerm:[32]}],[1,"nxt-row",{data:[16],index:[2],genomeSize:[2,"genome-size"],summary:[4]}],[2,"nxt-filter",{open:[4],handlers:[16],status:[32]}],[1,"nxt-logo"],[1,"nxt-sort",{sortFn:[16],dir:[32]}],[1,"nxt-qc",{data:[16],open:[32]}],[1,"nxt-sequence",{missing:[16],substitutions:[16],deletions:[16],alignmentStart:[2,"alignment-start"],alignmentEnd:[2,"alignment-end"],genomeSize:[2,"genome-size"],pixelsPerBase:[32],width:[32]}],[1,"nxt-circle",{status:[1]}],[1,"nxt-tip"]]]],e))); | ||
import{p as e,b as t}from"./p-6b660fe6.js";(()=>{const t=import.meta.url,n={};return""!==t&&(n.resourcesUrl=new URL(".",t).href),e(n)})().then((e=>t([["p-29f10df9",[[1,"nxt-button"]]],["p-02053b54",[[1,"nxt-table",{data:[16],summary:[4],_data:[32],filtersOpen:[32],seqNameDirection:[32],qcDirection:[32],cladeDirection:[32],mutDirection:[32],NonAcgtnDirection:[32],missingDirection:[32],gapsDirection:[32],seqNameTerm:[32],nucTerm:[32],aaTerm:[32],cladeTerm:[32],qcTerm:[32]}],[1,"nxt-row",{data:[16],index:[2],genomeSize:[2,"genome-size"],summary:[4]}],[2,"nxt-filter",{open:[4],handlers:[16],status:[32]}],[1,"nxt-logo"],[1,"nxt-sort",{sortFn:[16],dir:[32]}],[1,"nxt-qc",{data:[16],open:[32]}],[1,"nxt-sequence",{missing:[16],substitutions:[16],deletions:[16],alignmentStart:[2,"alignment-start"],alignmentEnd:[2,"alignment-end"],genomeSize:[2,"genome-size"],pixelsPerBase:[32],width:[32]}],[1,"nxt-circle",{status:[1]}],[1,"nxt-tip"]]]],e))); |
@@ -112,3 +112,3 @@ export declare type Status = 'bad' | 'good' | 'mediocre'; | ||
totalPcrPrimerChanges: number; | ||
errors: string[]; | ||
errors?: string[]; | ||
} | ||
@@ -115,0 +115,0 @@ export interface AnalysisResultWithClade extends AnalysisResultWithoutClade { |
{ | ||
"name": "@metrichor/nextclade", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Nextclade visualisation", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
889074