forked from prody/ProDy
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:prody/ProDy into scipion-clean
- Loading branch information
Showing
99 changed files
with
390,043 additions
and
1,131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,8 @@ __pycache__ | |
*.nmd | ||
*.pdb | ||
*.pdb.gz | ||
*.cif | ||
*.cif.gz | ||
|
||
# Docs | ||
/docs/_build/ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
ProDy 2.1 Series | ||
=============================================================================== | ||
|
||
.. contents:: | ||
:local: | ||
|
||
2.1.2 (April 27, 2022) | ||
------------------------------------------------------------------------------ | ||
|
||
**Bug Fixes and Improvements**: | ||
|
||
* New :function:`.showRMSFlucts` and :function:`.calcRMSFlucts` for root-mean-square fluctuations | ||
|
||
* fix to :function:`.showAtomicLines` for overlaying multiple chains | ||
|
||
2.1.1 (April 18, 2022) | ||
------------------------------------------------------------------------------ | ||
|
||
**Bug Fixes and Improvements**: | ||
|
||
* :function:`.parseScipionModes` can handle having a pdb file or not | ||
|
||
* fix to mmCIF header parsing for chemicals in blocks not loops | ||
|
||
2.1.0 (April 8, 2022) | ||
------------------------------------------------------------------------------ | ||
|
||
**New Features**: | ||
|
||
*Integration with Scipion* | ||
|
||
* New functions :function:`.parseScipionModes`, :function:`.writeScipionModes` | ||
and :function:`.calcScipionScore` | ||
|
||
* New argument *--export-scipion* (*-S*) in prody apps | ||
|
||
*Other* | ||
|
||
* Added :function:`.assignBlocks` for assigning blocks for RTB | ||
|
||
* Added mmCIF header parsing to create the same header dictionary as PDB header, | ||
including secstr information and biomolecular assembly building | ||
|
||
* New arguments for prody apps, including altloc, zeros, sparse, kdtree and turbo | ||
|
||
**Bug Fixes and Improvements**: | ||
|
||
* Improvement to cealign mapping to be faster for protein only alignment | ||
|
||
* Bug fix for writing psf files | ||
|
||
**Full Changelog**: https://github.com/prody/ProDy/compare/v2.0.2...v2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
ProDy 2.2 Series | ||
=============================================================================== | ||
|
||
.. contents:: | ||
:local: | ||
|
||
2.2.0 (May 19, 2022) | ||
------------------------------------------------------------------------------ | ||
|
||
**Bug Fixes and Improvements**: | ||
|
||
* Updates to :function:`.parseScipionModes`` to use sqlite and xmd metadata files | ||
and handle eigenvalues | ||
|
||
* Actual fix to logging so LOGGER.progress doesn't override logging level | ||
|
||
* Updates to the PCA app to better handle number of modes for Scipion | ||
|
||
* New arguments sparse, kdtree and turbo for :class:`.ClustENM`, allowing | ||
better control of ANM calculations. | ||
|
||
* Another bug fix for mmCIF header parsing | ||
|
||
* Bug fix for parsing CONECT bond records from PDB files | ||
|
||
**Full Changelog**: https://github.com/prody/ProDy/compare/v2.1.2...v2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
ProDy 2.3 Series | ||
=============================================================================== | ||
|
||
.. contents:: | ||
:local: | ||
|
||
2.3.1 (Nov 15, 2022) | ||
------------------------------------------------------------------------------ | ||
|
||
**Bug Fixes and Improvements**: | ||
|
||
* use of 4-char hybrid36 (residue version) for biomol segnames | ||
* remove pfam tests | ||
* remove python 3.5 support | ||
|
||
2.3.0 (Nov 12, 2022) | ||
------------------------------------------------------------------------------ | ||
|
||
**New Features**: | ||
|
||
* new Gamma function class from GOdMD | ||
* added prody energy app based on ClustENM | ||
|
||
**Bug Fixes and Improvements**: | ||
|
||
* restored matrix option to dfi and dci | ||
* pfam migrated to pfam-legacy | ||
* fix to apps for broken imp.find_module | ||
* various other fixes including to mmCIF parsing and alignments | ||
|
||
|
||
**Full Changelog**: https://github.com/prody/ProDy/compare/v2.2.0...v2.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
ProDy 2.4 Series | ||
=============================================================================== | ||
|
||
.. contents:: | ||
:local: | ||
|
||
|
||
2.4.0 (Feb 2, 2023) | ||
------------------------------------------------------------------------------ | ||
|
||
**New Features**: | ||
|
||
* New function alignBioPairwise to address Biopython deprecation | ||
* Added gromos rmsd clustering | ||
* New data_type option for refineEnsemble to use seqid instead of rmsd | ||
* New ignore_ids option for mergeMSA to use different ids for interacting proteins | ||
|
||
**Bug Fixes and Improvements**: | ||
|
||
* Fixed error during writeout PQR file | ||
* Proper handling of fragments when bonds are absent | ||
* Setting the atoms for ensemble even if the atoms is a subset | ||
* Allowing setFlags to take scalar values | ||
* Transpose princ axes matrix to get columns | ||
* New flag selpdbter to keep ter lines in selections | ||
* No sorting of strands in writing | ||
* Add cif datafiles to setup | ||
* Select app help fix | ||
* Fixes to mmcif parsing | ||
* Improvements to cutoffs in Dali filtering | ||
* Fix to protein definition | ||
* Set matrix interactive to false and fix to axes3d usage for matplotlib 3.6 | ||
* Improved requirements | ||
* Fix to fetchPDB for files with two dots but not gz ending | ||
|
||
**New Contributors**: | ||
|
||
* @changephilip made their first contribution in https://github.com/prody/ProDy/pull/1618 | ||
* @odcambc made their first contribution in https://github.com/prody/ProDy/pull/1634 | ||
* @hrnciar made their first contribution in https://github.com/prody/ProDy/pull/1372 | ||
|
||
**Full Changelog**: https://github.com/prody/ProDy/compare/v2.3.1...v2.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.