Skip to content

Commit

Permalink
docs: add types
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Nov 15, 2023
1 parent d51c8e2 commit 1198f6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions backend/data/pdbAlphaFold/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# PDB Alpha Fold

File to store the pdb files referenced from the db.
6 changes: 3 additions & 3 deletions backend/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ CREATE TABLE proteins (
-- todo: make the id meaningful, like Lb17_comp535_c2_seq1, discuss this
id integer GENERATED ALWAYS AS IDENTITY PRIMARY KEY, -- increment id for now
name text NOT NULL UNIQUE
-- TODO: filePDBAlphaFold
-- TODO: length
-- TODO: mass
-- TODO: filePDBAlphaFold (string)
-- TODO: length (int)
-- TODO: mass (float)
);

-- Some inserted values for now
Expand Down

0 comments on commit 1198f6b

Please sign in to comment.