Skip to content

Commit

Permalink
Merge pull request #856 from GenSpectrum/reduce-usher-sequences
Browse files Browse the repository at this point in the history
feat: reduce sequences sent to UShER to 400
  • Loading branch information
chaoran-chen authored Sep 18, 2023
2 parents dd406a6 + ca1a51a commit 53711eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/external-integrations/UsherIntegration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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=';
const defaultOrderAndLimit: OrderAndLimitConfig = { orderBy: 'random', limit: 1000 };
const defaultOrderAndLimit: OrderAndLimitConfig = { orderBy: 'random', limit: 400 };

export class UsherIntegration implements Integration {
name = 'UShER';
Expand Down

1 comment on commit 53711eb

@vercel
Copy link

@vercel vercel bot commented on 53711eb Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.