-
Notifications
You must be signed in to change notification settings - Fork 158
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 writeScipion_norm
- Loading branch information
Showing
197 changed files
with
1,323,113 additions
and
1,760 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,12 @@ __pycache__ | |
*.nmd | ||
*.pdb | ||
*.pdb.gz | ||
*.cif | ||
*.cif.gz | ||
*.mmtf | ||
*.map | ||
*.mrc | ||
*.dcd | ||
|
||
# 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
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 |
---|---|---|
|
@@ -44,10 +44,10 @@ creating a copy of the repository in your account. You will see | |
a link for this on ProDy_ source code page. You will have write access to | ||
this fork and later will use it share your changes with others. | ||
|
||
The next step is cloning the fork from your online account to your local | ||
The next step is cloning the fork from your online account (e.g. jamesmkrieger) to your local | ||
system. If you are not using the GitHub software, you can do it as follows:: | ||
|
||
$ git clone https://github.com/prody/ProDy.git | ||
$ git clone https://github.com/jamesmkrieger/ProDy.git | ||
|
||
This will create :file:`ProDy` folder with a copy of the project files in it:: | ||
|
||
|
@@ -140,10 +140,10 @@ repository as a remote to your local copy. You can do this running the | |
following command from the ProDy project folder:: | ||
|
||
$ cd prody | ||
$ git remote add prodymaster [email protected]:abakan/ProDy.git | ||
$ git remote add prodymaster [email protected]:prody/ProDy.git | ||
|
||
|
||
You may use any name other than `prodymaster`, but `origin`, which points to | ||
You may use any name other than `prodymaster`, except for `origin`, which points to | ||
the ProDy fork in your account. | ||
|
||
After setting up this remote, calling :program:`git pull` command will | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
../docs | ||
. |
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,6 @@ | ||
ANM Application | ||
=============== | ||
|
||
.. automodule:: prody.apps.prody_apps.prody_clustenm | ||
:members: | ||
:undoc-members: |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Signature Dynamics of Protein Families | ||
====================================== | ||
Signature Dynamics of Protein Families (SignDy) | ||
=============================================== | ||
|
||
.. automodule:: prody.dynamics.signature | ||
:members: |
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,6 @@ | ||
Interactions and Stability (InSty) | ||
=================================== | ||
|
||
.. automodule:: prody.proteins.interactions | ||
:members: | ||
:undoc-members: |
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,6 @@ | ||
Water bridge finder (WatFinder) | ||
=================================== | ||
|
||
.. automodule:: prody.proteins.waterbridges | ||
:members: | ||
:undoc-members: |
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 |
Oops, something went wrong.