Skip to content

Commit

Permalink
Merge pull request #974 from hms-dbmi-cellenics/fix-pantherdb
Browse files Browse the repository at this point in the history
fix pantherdb url
  • Loading branch information
alexvpickering authored Jan 24, 2024
2 parents 8bdf046 + cba8045 commit c1b222d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,6 @@ const LaunchPathwayAnalysisModal = (props) => {
{' '}
will be submitted. No other information about you or your project will be sent.
</Paragraph>
{externalService === pathwayServices.PANTHERDB && (
<Paragraph
style={{
margin: '1rem 0 0 0',
}}
>
PantherDB is hosted in an unsecured server (HTTP). You will see a warning when you launch the service. Click “Send anyway” to continue.
</Paragraph>
)}
</>
)}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/pathwayAnalysis/pathwayConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
const pathwayServices = { PANTHERDB: 'pantherdb', ENRICHR: 'enrichr' };

const serviceUrls = {
[pathwayServices.PANTHERDB]: 'http://pantherdb.org/webservices/go/overrep.jsp',
[pathwayServices.PANTHERDB]: 'https://pantherdb.org/webservices/go/overrep.jsp',
[pathwayServices.ENRICHR]: {
[H_SAPIENS.value]: 'https://maayanlab.cloud/Enrichr/enrich',
[M_MUSCULUS.value]: 'https://maayanlab.cloud/Enrichr/enrich',
Expand Down

0 comments on commit c1b222d

Please sign in to comment.