-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
327 changed files
with
47,665 additions
and
47,799 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,3 @@ exclude_lines = | |
def __repr__ | ||
raise NotImplementedError | ||
if __name__ == .__main__.: | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Fixes # | ||
|
||
Changes made in this Pull Request: | ||
- | ||
- | ||
|
||
|
||
PR Checklist | ||
|
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 |
---|---|---|
|
@@ -1690,7 +1690,7 @@ pyqcprot (src/pyqcprot) is released under the following 'BSD 3-clause' licence: | |
----------------------------------------------------------------------------- | ||
PyQCPROT | ||
|
||
Author(s) of Original Implementation: | ||
Author(s) of Original Implementation: | ||
Douglas L. Theobald | ||
Department of Biochemistry | ||
MS 009 | ||
|
@@ -1700,7 +1700,7 @@ PyQCPROT | |
USA | ||
|
||
[email protected] | ||
|
||
Pu Liu | ||
Johnson & Johnson Pharmaceutical Research and Development, L.L.C. | ||
665 Stockton Drive | ||
|
@@ -1710,18 +1710,18 @@ PyQCPROT | |
[email protected] | ||
|
||
For the original code written in C see: | ||
http://theobald.brandeis.edu/qcp/ | ||
http://theobald.brandeis.edu/qcp/ | ||
|
||
|
||
Author of Python Port: | ||
Joshua L. Adelman | ||
Department of Biological Sciences | ||
University of Pittsburgh | ||
Pittsburgh, PA 15260 | ||
|
||
[email protected] | ||
|
||
|
||
If you use this QCP rotation calculation method in a publication, please | ||
reference: | ||
|
||
|
@@ -1731,25 +1731,25 @@ PyQCPROT | |
Acta Crystallographica A 61(4):478-480. | ||
|
||
Pu Liu, Dmitris K. Agrafiotis, and Douglas L. Theobald (2010) | ||
"Fast determination of the optimal rotational matrix for macromolecular | ||
"Fast determination of the optimal rotational matrix for macromolecular | ||
superpositions." | ||
J. Comput. Chem. 31, 1561-1563. | ||
J. Comput. Chem. 31, 1561-1563. | ||
|
||
|
||
Copyright (c) 2009-2010, Pu Liu and Douglas L. Theobald | ||
Copyright (c) 2009-2010, Pu Liu and Douglas L. Theobald | ||
Copyright (c) 2011 Joshua L. Adelman | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, are permitted | ||
Redistribution and use in source and binary forms, with or without modification, are permitted | ||
provided that the following conditions are met: | ||
|
||
* Redistributions of source code must retain the above copyright notice, this list of | ||
* Redistributions of source code must retain the above copyright notice, this list of | ||
conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright notice, this list | ||
of conditions and the following disclaimer in the documentation and/or other materials | ||
* Redistributions in binary form must reproduce the above copyright notice, this list | ||
of conditions and the following disclaimer in the documentation and/or other materials | ||
provided with the distribution. | ||
* Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to | ||
endorse or promote products derived from this software without specific prior written | ||
* Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to | ||
endorse or promote products derived from this software without specific prior written | ||
permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
|
@@ -1787,4 +1787,3 @@ inclusion in MDAnalysis and on websites related to MDAnalysis. They | |
are distributed under the same license as the 'Atom' logo. | ||
|
||
========================================================================== | ||
|
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
Empty file.
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mypy==0.960 | ||
typing_extensions | ||
typing_extensions |
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.