Skip to content

Commit

Permalink
Restore docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Jan 24, 2024
1 parent 268b071 commit 51adb52
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion fusion_report/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@


class Config:
"""Class for adjusting report defined in configuration file."""
"""Class for adjusting report defined in configuration file.
Attributes:
report_title: Title of the report
logos: Dictionary of logos: fusion-report and nf-core/rnafusion
institution: Institution name
date: Date in format '%d/%m/%Y'
assets: Additional CSS and JS files
"""

def __init__(self) -> None:
self._report_title = "nfcore/rnafusion summary report"
Expand Down

0 comments on commit 51adb52

Please sign in to comment.