Skip to content

Commit

Permalink
collationType PMID => pubmed
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Feb 19, 2024
1 parent 265b8d0 commit 5584cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/searchForm/BiosamplesSearchForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export function BeaconSearchForm({
})

// referenceid lookup ----------------------------------------------------- //
// ct = "PMID,GEOseries,GEOplatform,cellosaurus"
// ct = "pubmed,GEOseries,GEOplatform,cellosaurus"
ct = "cellosaurus"
const {
data: refsubsetsResponse,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function Index({

export const getStaticProps = async () => {
const subsetsReply = await tryFetch(
`${SITE_DEFAULTS.PREFETCH_PATH}services/collations/?datasetIds=${SITE_DEFAULTS.DATASETID}&method=counts&collationTypes=cellosaurus,NCIT,icdom,PMID,icdot`
`${SITE_DEFAULTS.PREFETCH_PATH}services/collations/?datasetIds=${SITE_DEFAULTS.DATASETID}&method=counts&collationTypes=cellosaurus,NCIT,icdom,pubmed,icdot`
)
const cellosaurusCountReply = await tryFetch(
`${SITE_DEFAULTS.PREFETCH_PATH}services/collations/?datasetIds=${SITE_DEFAULTS.DATASETID}&method=codematches&collationTypes=cellosaurus`
Expand Down

0 comments on commit 5584cb0

Please sign in to comment.