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 0dd191f commit fc66ef6
Show file tree
Hide file tree
Showing 9 changed files with 3,489 additions and 3,375 deletions.
2,304 changes: 1,157 additions & 1,147 deletions dic2xsd/NMR-STAR.dic.patch

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dic2xsd/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
1,323 changes: 662 additions & 661 deletions dic2xsd/mmcif_nmr-star-v3.2.1.18.xsd

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions schema/mmcif_nmr-star.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 changes: 1 addition & 1 deletion schema/mmcif_nmr-star.dic.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
1,238 changes: 619 additions & 619 deletions schema/mmcif_nmr-star.json

Large diffs are not rendered by default.

670 changes: 385 additions & 285 deletions schema/mmcif_nmr-star.owl

Large diffs are not rendered by default.

1,323 changes: 662 additions & 661 deletions schema/mmcif_nmr-star.xsd

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion schema/mmcif_nmr-star.xsd-no_key.schema
Original file line number Diff line number Diff line change
Expand Up @@ -14181,7 +14181,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 (
experiment_file_id BIGINT CHECK ( experiment_file_id >= 0 ) ,
-- FOREIGN KEY : "experiment_fileType" ( "experiment_fileType_id" )
Expand Down

0 comments on commit fc66ef6

Please sign in to comment.