Skip to content

Commit

Permalink
NMR, and IUPAInChI
Browse files Browse the repository at this point in the history
  • Loading branch information
p3rcypj committed Jun 4, 2024
1 parent 3f7c272 commit 2db347b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18,671 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/3dbio_viewer/src/data/PdbLigands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const commonLigand = {
imageLink: string,
externalLink: string,
pubChemCompoundId: string,
IUPACInChI: string,
IUPACInChI: optional(string),
isomericSMILES: string,
canonicalSMILES: string,
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const commonLigand = {
imageLink: string,
externalLink: string,
pubChemCompoundId: string,
IUPACInChI: string,
IUPACInChI: optional(string),
isomericSMILES: string,
canonicalSMILES: string,
};
Expand Down
Loading

0 comments on commit 2db347b

Please sign in to comment.