unipept / unipept-database

Makes database tables and indices for Unipept
MIT License
0 stars 2 forks source link

Speed up database construction pipeline #43

Closed pverscha closed 8 months ago

pverscha commented 8 months ago

This PR introduces a whole lot of changes and improvements made by @stijndcl (for which a big thank you!). All Java- and JavaScript-tools have been ported to Rust, a new parser for the UniProt database has been implemented, better parallelisation, better use of the available compute resources, ...

The changes in this PR have been reviewed in smaller PRs before, see: #38, #39, #40, #41, #42