Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
apolignano committed Feb 13, 2025
1 parent ea1da61 commit 674329d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/ProteinViewer/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,10 @@ export const standardizePTMData = (
ptmsEntriesGroupedByModification.push(newFeature);
});

console.log('here', ptmsEntriesGroupedByModification);

// PTMs coming from InterPro and external API should be in the same section but require different processing due to different structure (see above)
entries = ptmsEntriesGroupedByModification.concat(
entries.filter((entry) => entry.source_database === 'interpro'),
);

console.log('final', entries);

return [...entries];
};

0 comments on commit 674329d

Please sign in to comment.