Skip to content

Commit

Permalink
Merge 8ba875d into 843a455
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Simkovic committed Apr 6, 2018
2 parents 843a455 + 8ba875d commit 7fda0ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Added
- ``SequenceFile.filter_gapped`` to filter sequences with a certain threshold of gaps
- ``SequenceFile.to_string`` and ``ContactMap.to_string`` methods
- ``ContactMapMatrixFigure`` added to illustrate prediction signal of entire ``ContactMap``
- Added support for ``nebcon`` contact prediction format
Changed
~~~~~~~
- Changed API interface for ``conkit.plot`` in accordance to necessary changes for above
Expand Down
2 changes: 1 addition & 1 deletion conkit/io/_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class _ParserCache(object):
"a3m": ["a3m", "a3m-inserts"],
"casp": ["casp", "casprr"],
"pcons": ["flib", "pconsc", "pconsc2", "pconsc3"],
"psicov": ["psicov", "metapsicov"]
"psicov": ["psicov", "metapsicov", "nebcon"],
}

def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/rst/script_plot_mat.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _script_plot_mat:

Contact Map Matrix Plotting
--------------------
---------------------------

If you would like to plot a contact map using ConKit without the overhead of using Python, you can simply use the ``conkit-plot`` script.

Expand Down
2 changes: 2 additions & 0 deletions docs/formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ The following table contains the various different file formats currently implem
+ +------------------------+-----------------------------------------------------------+
| | Ncont | ``ncont``:sup:`*` |
+ +------------------------+-----------------------------------------------------------+
| | NeBcon | ``nebcon`` |
+ +------------------------+-----------------------------------------------------------+
| | Pcons[C|C2|C3] | ``pconsc``, ``pconsc2``, ``pconsc3`` |
+ +------------------------+-----------------------------------------------------------+
| | Protein DataBank (PDB) | ``pdb``:sup:`*` |
Expand Down

0 comments on commit 7fda0ec

Please sign in to comment.