SynBioHub / synbiohub3

Web application enabling users and software to browse, upload, and share synthetic biology designs. This repository is a redesign of the original SynBioHub using React and Spring Boot.
BSD 2-Clause "Simplified" License
11 stars 0 forks source link

Compare sequence for duplication/similarity on upload #30

Open jakebeal opened 5 years ago

jakebeal commented 5 years ago

When uploading something that contains sequences, they should be compared for duplication or similarity with existing sequences, and the user should be given an option to consolidate/remap

3ach commented 5 years ago

Similar to SynBioHub/synbiohub#894 but not the exact same

jakebeal commented 5 years ago

Make sure that if this is done for proteins, that it uses BLASTp, since protein sequence similarity is more complex than string comparison.