Skip to content

Commit

Permalink
Merge pull request #681 from ProteinsWebTeam/dev
Browse files Browse the repository at this point in the history
InterPro 103.0
  • Loading branch information
apolignano authored Nov 27, 2024
2 parents 5cfec32 + a48cd3e commit db607d8
Show file tree
Hide file tree
Showing 38 changed files with 764 additions and 1,329 deletions.
7 changes: 3 additions & 4 deletions config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ root:
API: https://www.ebi.ac.uk/interpro/api/
EBIsearch: https://www.ebi.ac.uk/ebisearch/ws/rest/interpro
IPScan: https://www.ebi.ac.uk/Tools/services/rest/iprscan5/
genome3d: https://www.genome3d.net/api/v1/
wikipedia: https://en.wikipedia.org/w/api.php
readthedocs: https://interpro-documentation.readthedocs.io/en/latest/
alphafold: https://alphafold.ebi.ac.uk/
repeatsDB: https://repeatsdb.bio.unipd.it/api/search
repeatsDB: https://repeatsdb.org/api/production/annotations/
disprot: https://disprot.org/api/
LLMFeedback: https://docs.google.com/forms/d/e/1FAIpQLSc9lPkgGOZBpnyLiHF87AbUYdAWyx_3YFTNNg4MGQEcqAK4jQ/viewform?usp=pp_url&entry.128814244=
Rfam: https://www.ebi.ac.uk/ebisearch/ws/rest/rfam
UniProt: https://rest.uniprot.org/
proteinsAPI: https://www.ebi.ac.uk/proteins/api/
EBISurvey:
EBISurvey:

title: InterPro

Expand All @@ -31,7 +30,7 @@ github:
ReadTheDocs:
owner: ProteinsWebTeam
repo: interpro-docs
branch: latest
branch: master

IPScan:
contactEmail: [email protected]
Expand Down
9 changes: 2 additions & 7 deletions src/components/ExtLink/patternLinkWrapper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,16 @@ const patternLinkWrapper = (pattern: string) => {
};

export const UniProtLink = patternLinkWrapper(
'https://www.uniprot.org/uniprotkb/{id}/entry'
'https://www.uniprot.org/uniprotkb/{id}/entry',
);
UniProtLink.displayName = 'UniProtLink';

export const DOILink = patternLinkWrapper('{id}');
DOILink.displayName = 'DOILink';

export const AlphafoldLink = patternLinkWrapper(
'https://alphafold.ebi.ac.uk/entry/{id}'
'https://alphafold.ebi.ac.uk/entry/{id}',
);
AlphafoldLink.displayName = 'AlphafoldLink';

export const Genome3dLink = patternLinkWrapper(
'https://www.genome3d.net/uniprot/id/{id}/annotations'
);
Genome3dLink.displayName = 'Genome3DLink';

export default patternLinkWrapper;
103 changes: 0 additions & 103 deletions src/components/Genome3D/index.ts

This file was deleted.

Loading

0 comments on commit db607d8

Please sign in to comment.