2024‐08‐27 Tuesday Meeting Notes - TheEvergreenStateCollege/bioinformatics GitHub Wiki
2024-08-27 Tuesday Meeting Notes
Rain, Dom, Paul attending.
Start late at 10:30am PT.
Paul
Found a gist for using sqlx
https://gist.github.com/jeremychone/34d1e3daffc38eb602b1a9ab21298d10
Dom
Volunteered to look into Git LFS status of data files. https://github.com/TheEvergreenStateCollege/smarty-plants/issues/47
Continuing to talk to Ricards.
Want to start implementing vector components for the memory store trait and container / loader.
Rain
Added D3 zoomInfo
as a dependency for re-rendering the suffix tree in the view, to allow re-drawing when panning.
Will commit, push, and create a pull request after the meeting.
Dom requests instructions to run.
Write into db / prisma from NextJS and Javascript.
Feel free to use this schema to start with
CREATE TABLE Edges (
id INT PRIMARY KEY,
parentId INT,
childId INT,
stringStart INT,
stringEnd INT