Skip to content

Commit

Permalink
Add CITATION
Browse files Browse the repository at this point in the history
  • Loading branch information
gitesei committed Sep 3, 2020
1 parent 8904b56 commit aaa21b5
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 32 deletions.
22 changes: 22 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
cff-version: 1.0.0
message: If you use this software, please cite it as below.
authors:
- family-names: Giulio
given-names: Tesei
orcid: https://orcid.org/0000-0003-4339-4460
- family-names: João M.
given-names: Martins
orcid: https://orcid.org/0000-0003-3053-3775
- family-names: Micha B. A.
given-names: Kunze
orcid: https://orcid.org/0000-0001-8922-5510
- family-names: Ramon
given-names: Crehuet
orcid: https://orcid.org/0000-0002-6687-382X
- family-names: Kresten
given-names: Lindorff-Larsen
orcid: https://orcid.org/0000-0002-4750-6039
title: "DEER-PREdict"
version: 0.1.6
doi: 10.5281/zenodo.3968395
date-released: 2020-07-31
29 changes: 3 additions & 26 deletions DEERPREdict/DEER.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
DEERPrediction Class
--------------------
DEER prediction Class
---------------------
Class to perform DEER prediction.
Expand All @@ -26,33 +26,10 @@ class DEERpredict(Operations):

def __init__(self, protein, residues, **kwargs):
"""
Args:
protein_structure (:py:class:`MDAnalysis.core.universe.Universe`):
protein (:py:class:`MDAnalysis.core.universe.Universe`):
residues (list(:py:class:`str`)):
"""
# """RotamerDistances(universe, residue_list, **kwargs)
#
# :Arguments:
# *universe*
# :class:`MDAnalysis.Universe`
# *residues*
# list of two residue numbers ``(r1, r2)`` that indicate
# the labelled sites
#
# :Keywords:
# *dcdFilename*
# name of the temporary files with rotamers fitted [``'trj'``]
# *outputFile*
# stem of the name of the file containing the distance histogram
# (the final name will be ``<outputFile><resid_1>-<resid_2>.dat``
# [``'distances'``]
# *libname*
# library name; the library is loaded with
# :class:`rotcon.library.RotamerLibrary` [``'MTSSL 175K X1X2'``]
# *discard_frames*
# skip initial frames < *discard_frames* [``0``]
# """
Operations.__init__(self, protein, **kwargs)

self.residues = residues
Expand Down
4 changes: 2 additions & 2 deletions DEERPREdict/PRE.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
PREPrediction Class
-------------------
PRE prediction Class
--------------------
Class to perform Paramagnetic Relaxation Enhancement prediction, employing the Model-Free Solomon-Bloembergen equation.
Expand Down
2 changes: 1 addition & 1 deletion DEERPREdict/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

__version__ = '0.1.5'
__version__ = '0.1.6'


6 changes: 3 additions & 3 deletions tests/data/article.ipynb

Large diffs are not rendered by default.

0 comments on commit aaa21b5

Please sign in to comment.