Skip to content

Commit

Permalink
add gene ontology filter to single depositions page
Browse files Browse the repository at this point in the history
  • Loading branch information
kne42 committed Aug 28, 2024
1 parent e9746c2 commit 5e35e13
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { useDatasetById } from 'app/hooks/useDatasetById'
import { useI18n } from 'app/hooks/useI18n'
import { useFeatureFlag } from 'app/utils/featureFlags'

import { GeneOntologyFilter } from '../AnnotationFilter/GeneOntologyFilter'
import { QualityScoreFilter } from './QualityScoreFilter'

export function RunFilter() {
Expand All @@ -36,6 +37,7 @@ export function RunFilter() {
allObjectNames={objectNames}
label={t('objectName')}
/>
{showDepositions && <GeneOntologyFilter />}
<AnnotatedObjectShapeTypeFilter
allObjectShapeTypes={objectShapeTypes}
/>
Expand Down

0 comments on commit 5e35e13

Please sign in to comment.