Skip to content

Commit

Permalink
Update enumeration for _experiment_file.content, 'RNA fragment bindin…
Browse files Browse the repository at this point in the history
…g data'
  • Loading branch information
Masashi Yokochi committed Jun 8, 2022
1 parent 298947d commit 6f46d7c
Show file tree
Hide file tree
Showing 8 changed files with 2,246 additions and 2,225 deletions.
Binary file modified bmr-util.jar
Binary file not shown.
Binary file modified bms-util.jar
Binary file not shown.
Binary file modified extlibs/xsd2pgschema.jar
Binary file not shown.
2,304 changes: 1,157 additions & 1,147 deletions schema/NMR-STAR.dic.patch

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion schema/bmrb_clone.schema
Original file line number Diff line number Diff line change
Expand Up @@ -5850,7 +5850,7 @@ CREATE TABLE experiment (
-- type: admin child, content: true, list: false, bridge: false, virtual: false
--
DROP TYPE IF EXISTS ENUM_experiment_file_content CASCADE;
CREATE TYPE ENUM_experiment_file_content AS ENUM ( 'NMR experiment directory', 'Time-domain (raw spectral data)', 'Pulse sequence image file', 'Pulse sequence', 'Pulse field gradient', 'Peak list', 'Spectral image', 'Acquisition parameters', 'Processing parameters', 'na' );
CREATE TYPE ENUM_experiment_file_content AS ENUM ( 'NMR experiment directory', 'Time-domain (raw spectral data)', 'Pulse sequence image file', 'Pulse sequence', 'Pulse field gradient', 'Peak list', 'Spectral image', 'Acquisition parameters', 'Processing parameters', 'RNA fragment binding data', 'na' );
CREATE TABLE experiment_file (
content ENUM_experiment_file_content ,
details TEXT ,
Expand Down
Binary file modified schema/mmcifNmrStar.jar
Binary file not shown.
1 change: 1 addition & 0 deletions schema/mmcif_nmr-star-v3.2.1.18.dic
Original file line number Diff line number Diff line change
Expand Up @@ -36575,6 +36575,7 @@ The kind of data contained in the file.
'Spectral image' ?
'Acquisition parameters' ?
'Processing parameters' ?
'RNA fragment binding data' ?
na ?

stop_
Expand Down
2,164 changes: 1,087 additions & 1,077 deletions schema/mmcif_nmr-star-v3.2.1.18.xsd

Large diffs are not rendered by default.

0 comments on commit 6f46d7c

Please sign in to comment.