-
Notifications
You must be signed in to change notification settings - Fork 32
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
16edd02
commit 19b06dd
Showing
10 changed files
with
58 additions
and
29 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 |
---|---|---|
@@ -1,13 +1,18 @@ | ||
The package forgi\.graph | ||
======================== | ||
forgi\.graph package | ||
==================== | ||
|
||
This only contains the module forgi.graph.bulge_graph. | ||
It contains the BulgeGraph datastructure for storing an RNA. | ||
Submodules | ||
---------- | ||
|
||
forgi\.graph\.bulge_graph module | ||
-------------------------------- | ||
.. toctree:: | ||
|
||
.. automodule:: forgi.graph.bulge_graph | ||
forgi.graph.bulge_graph | ||
forgi.graph.residue | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: forgi.graph | ||
: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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
__author__ = "Peter Kerpedjiev, Bernhard Thiel" | ||
__copyright__ = "Copyright 2012 - 2016" | ||
__license__ = "GNU Affero GPL v 3.0" | ||
__version__ = "1.0" | ||
__version__ = "1.1" | ||
__maintainer__ = "Bernhard Thiel" | ||
__email__ = "[email protected]" | ||
|
||
|
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ def run(self): | |
setup( | ||
cmdclass={'build_py': build_py}, | ||
name='forgi', | ||
version='1.0', | ||
version='1.1', | ||
description='RNA Graph Library', | ||
author='Peter Kerpedjiev, Bernhard Thiel', | ||
author_email='[email protected], [email protected]', | ||
|