Skip to content

Commit

Permalink
update Results model description
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Nov 15, 2024
1 parent f36c812 commit 21f72f0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions htsinfer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,14 +328,16 @@ class Results(BaseModel):
functionalities.
Args:
library_stats: Read length statistics results.
library_type: Library type inference results.
library_source: Library source inference results.
orientation: Read orientation inference results.
read_orientation: Read orientation inference results.
read_layout: Read layout inference results.
Args:
type: Library type inference results.
source: Library source inference results.
Attributes:
library_stats: Read length statistics results.
library_type: Library type inference results.
library_source: Library source inference results.
read_orientation: Read orientation inference results.
read_layout: Read layout inference results.
"""
Expand Down

0 comments on commit 21f72f0

Please sign in to comment.