-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
0414fdc
commit e5c29cb
Showing
36 changed files
with
21,641 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
coconut.Externals package | ||
========================= | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: coconut.Externals | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,10 @@ | ||
coconut.example package | ||
======================= | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: coconut.example | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,31 @@ | ||
coconut package | ||
=============== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
coconut.Externals | ||
coconut.example | ||
coconut.src | ||
|
||
Submodules | ||
---------- | ||
|
||
coconut.version module | ||
---------------------- | ||
|
||
.. automodule:: coconut.version | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: coconut | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,125 @@ | ||
coconut.src.Core package | ||
======================== | ||
|
||
Submodules | ||
---------- | ||
|
||
coconut.src.Core.BaseScores module | ||
---------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.BaseScores | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.CoiledCoilAlignClass module | ||
-------------------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.CoiledCoilAlignClass | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.CoiledCoilClass module | ||
--------------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.CoiledCoilClass | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.ExtendCCClass module | ||
------------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.ExtendCCClass | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.InputClass module | ||
---------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.InputClass | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.PairCoilClass module | ||
------------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.PairCoilClass | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.ScoringClass module | ||
------------------------------------ | ||
|
||
.. automodule:: coconut.src.Core.ScoringClass | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.SlidingWindowsClass module | ||
------------------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.SlidingWindowsClass | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.ml\_prediction module | ||
-------------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.ml_prediction | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.predict\_cc module | ||
----------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.predict_cc | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.read\_CC\_properties module | ||
-------------------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.read_CC_properties | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.read\_frequency\_scores module | ||
----------------------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.read_frequency_scores | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.test\_model\_database module | ||
--------------------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.test_model_database | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
coconut.src.Core.train\_models module | ||
------------------------------------- | ||
|
||
.. automodule:: coconut.src.Core.train_models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: coconut.src.Core | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,21 @@ | ||
coconut.src.Models package | ||
========================== | ||
|
||
Submodules | ||
---------- | ||
|
||
coconut.src.Models.ModelClass module | ||
------------------------------------ | ||
|
||
.. automodule:: coconut.src.Models.ModelClass | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: coconut.src.Models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,30 @@ | ||
coconut.src package | ||
=================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
coconut.src.Core | ||
coconut.src.Models | ||
|
||
Submodules | ||
---------- | ||
|
||
coconut.src.CoconutClass module | ||
------------------------------- | ||
|
||
.. automodule:: coconut.src.CoconutClass | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: coconut.src | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,21 @@ | ||
.. COCONUT documentation master file, created by | ||
sphinx-quickstart on Sun Mar 24 17:44:49 2024. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Welcome to COCONUT's documentation! | ||
=================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
modules | ||
|
||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` |
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,7 @@ | ||
coconut | ||
======= | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
coconut |
Oops, something went wrong.