Skip to content
Open

lint #122

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ from bbconf import BedBaseAgent
agent = BedBaseAgent(config="config.yaml")

# Access submodules
agent.bed # BED file operations
agent.bedset # BED set operations
agent.objects # Generic object/file operations
agent.bed # BED file operations
agent.bedset # BED set operations
agent.objects # Generic object/file operations

# Get platform statistics
stats = agent.get_stats()
Expand Down