Skip to content

Commit

Permalink
chore: complete comment of class
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolari committed Aug 1, 2022
1 parent 8eaf911 commit 06587ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypangraph/pangraph_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
class Pangraph:
"""Wrapper class to load and interact with the output of the Pangraph pipeline.
The class has two main attributes:
- `paths` : each strain has
- `blocks` :
- `paths` : each strain has a path representaiton. A path consists in a series of blocks.
- `blocks` : the alignment of each homologous sequence is represented as a block.
"""

def __init__(self, pan_json):
Expand Down

0 comments on commit 06587ff

Please sign in to comment.