Skip to content

Commit

Permalink
Merge pull request #1036 from GenSpectrum/fix-usher
Browse files Browse the repository at this point in the history
fix: use new Usher URL
  • Loading branch information
corneliusroemer authored Oct 24, 2024
2 parents fffa0ab + 995f0c2 commit 7691aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/models/wasteWater/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const wastewaterVariantColors: {
'BA.2.87.1': '#56ACBC', //improv, not in sync with covariants.org
'KP.2': '#876566', //improv not in sync with covariants.org
'KP.3': '#331eee',
"XEC": "#a2a626", //improv not in sync with covariants.org
'XEC': '#a2a626', //improv not in sync with covariants.org
'undetermined': '#969696',
};

Expand Down
4 changes: 2 additions & 2 deletions src/services/external-integrations/UsherIntegration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { OrderAndLimitConfig } from '../../data/OrderAndLimitConfig';
import { LapisSelector } from '../../data/LapisSelector';

const usherUrl =
'https://genome.ucsc.edu/cgi-bin/hgPhyloPlace?db=wuhCor1&phyloPlaceTree=hgPhyloPlaceData/wuhCor1' +
'/public.plusGisaid.latest.masked.pb&subtreeSize=5000&remoteFile=';
'https://genome.ucsc.edu/cgi-bin/hgPhyloPlace?db=wuhCor1&hgpp_org=wuhCor1&phyloPlaceTree=/gbdb/wuhCor1' +
'/hgPhyloPlaceData/public.plusGisaid.latest.masked.pb&subtreeSize=5000&remoteFile=';
const defaultOrderAndLimit: OrderAndLimitConfig = { orderBy: 'random', limit: 400 };

export class UsherIntegration implements Integration {
Expand Down

0 comments on commit 7691aac

Please sign in to comment.