Skip to content

Commit

Permalink
Set _pdbx_database_status.process_site to RCSB also on HOLD.
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanvoinea committed Feb 28, 2024
1 parent 8b91473 commit 6749556
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
mmCIF_hold_records="""_pdbx_database_status.status_code <status_code>
_pdbx_database_status.entry_id <entry_id>
_pdbx_database_status.deposit_site ?
_pdbx_database_status.process_site ?
_pdbx_database_status.process_site RCSB
_pdbx_database_status.recvd_initial_deposition_date <deposition_date>
#
"""
Expand Down
4 changes: 4 additions & 0 deletions scripts/ubuntu/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ git clone https://github.com/informatics-isi-edu/deriva-py.git /home/isrddev/der
git clone https://github.com/informatics-isi-edu/protein-database.git /home/isrddev/protein-database
chown -R isrddev:isrddev /home/isrddev

# Install py-rcsb_db
wget https://salilab.org/~arthur/ihmv/packages/py-rcsb_db_v0.86.tar.gz
tar -xzf py-rcsb_db_v0.86.tar.gz

# Install SELinux packages
apt -y install policycoreutils

Expand Down

0 comments on commit 6749556

Please sign in to comment.