Skip to content

Commit

Permalink
Prepare for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 30, 2024
1 parent fec35ba commit 475f70a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.0 - 2024-09-30
================
- Information about the database sequence for the model (e.g. in
UniProt) is now provided both in the ModelCIF-specific
``ma_target_ref_db_details`` table and in the more general
``struct_ref`` table.

0.5 - 2024-01-12
================
- New ModBase models containing multiline TITLE records and new-style
Expand Down
2 changes: 1 addition & 1 deletion modbase_pdb_to_cif.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import modelcif.protocol


__version__ = "0.5"
__version__ = "1.0"


class RefSeq(modelcif.reference.TargetReference):
Expand Down
2 changes: 1 addition & 1 deletion test/input/output.cif
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ program https://salilab.org/modpipe/ .
'Comparative modeling by satisfaction of spatial restraints' SVN program
https://salilab.org/modeller/ 2
3 modbase_pdb_to_cif.py 'format conversion'
'Conversion of ModBase PDB and alignment files to mmCIF format' 0.5 program
'Conversion of ModBase PDB and alignment files to mmCIF format' 1.0 program
https://github.com/salilab/modbase_utils .
#
#
Expand Down
2 changes: 1 addition & 1 deletion test/input/output_with_align.cif
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ program https://salilab.org/modpipe/ .
'Comparative modeling by satisfaction of spatial restraints' SVN program
https://salilab.org/modeller/ 2
3 modbase_pdb_to_cif.py 'format conversion'
'Conversion of ModBase PDB and alignment files to mmCIF format' 0.5 program
'Conversion of ModBase PDB and alignment files to mmCIF format' 1.0 program
https://github.com/salilab/modbase_utils .
#
#
Expand Down
2 changes: 1 addition & 1 deletion test/input/test_multi_expdta.cif
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ program https://salilab.org/modpipe/ .
'Comparative modeling by satisfaction of spatial restraints' SVN program
https://salilab.org/modeller/ 2
3 modbase_pdb_to_cif.py 'format conversion'
'Conversion of ModBase PDB and alignment files to mmCIF format' 0.5 program
'Conversion of ModBase PDB and alignment files to mmCIF format' 1.0 program
https://github.com/salilab/modbase_utils .
#
#
Expand Down
2 changes: 1 addition & 1 deletion test/input/test_no_chain.cif
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ program https://salilab.org/modpipe/ .
'Comparative modeling by satisfaction of spatial restraints' SVN program
https://salilab.org/modeller/ 2
3 modbase_pdb_to_cif.py 'format conversion'
'Conversion of ModBase PDB and alignment files to mmCIF format' 0.5 program
'Conversion of ModBase PDB and alignment files to mmCIF format' 1.0 program
https://github.com/salilab/modbase_utils .
#
#
Expand Down
2 changes: 1 addition & 1 deletion test/input/test_old_model.cif
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ https://salilab.org/modpipe/ .
'Comparative modeling by satisfaction of spatial restraints' CVS program
https://salilab.org/modeller/ 2
3 modbase_pdb_to_cif.py 'format conversion'
'Conversion of ModBase PDB and alignment files to mmCIF format' 0.5 program
'Conversion of ModBase PDB and alignment files to mmCIF format' 1.0 program
https://github.com/salilab/modbase_utils .
#
#
Expand Down

0 comments on commit 475f70a

Please sign in to comment.