Skip to content

Commit

Permalink
the reference is superfluous
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Jan 21, 2025
1 parent 9e1c6a9 commit 84651d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion components/src/query/queryWastewaterMutationsOverTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export async function queryWastewaterMutationsOverTime(
const fetchData = new FetchDetailsOperator(lapisFilter, [
'date',
'location',
'reference',
'nucleotideMutationFrequency',
'aminoAcidMutationFrequency',
]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import { PreactLitAdapterWithGridJsStyles } from '../PreactLitAdapterWithGridJsS
* Every location will be rendered in a separate tab.
* The content of the tab is a "mutations over time" grid, similar to the one used in the `gs-mutations-over-time` component.
*
* This component also assumes that the LAPIS instance has the field `date` which can be used for the time axis
* and a field `reference` which holds information about which subtype of the organism (e.g. RSA-A or RSV-B) the data is about.
* This component also assumes that the LAPIS instance has the field `date` which can be used for the time axis.
*/
@customElement('gs-wastewater-mutations-over-time')
export class WastewaterMutationsOverTimeComponent extends PreactLitAdapterWithGridJsStyles {
Expand Down

0 comments on commit 84651d7

Please sign in to comment.