VEuPathDB/web-monorepo

WGCNA Genomics EDA - Nodes are linking to qa sites in prod

Closed this issue · 0 comments

This bit of code needs to be updated:

const href = parasiteCollection?.memberVariableIds.includes(
variable.id
)
? `https://qa.plasmodb.org/plasmo/app/search/transcript/GenesByRNASeqpfal3D7_Lee_Gambian_ebi_rnaSeq_RSRCWGCNAModules?param.wgcnaParam=${variable.displayName.toLowerCase()}&autoRun=1`
: hostCollection?.memberVariableIds.includes(variable.id)
? `https://qa.hostdb.org/hostdb/app/search/transcript/GenesByRNASeqhsapREF_Lee_Gambian_ebi_rnaSeq_RSRCWGCNAModules?param.wgcnaParam=${variable.displayName.toLowerCase()}&autoRun=1`
: undefined;