Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMahieu committed Jun 15, 2024
1 parent 91b02a2 commit 2e0aeaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Importing of bigwigs files and consensus region bed files into Anndata format fo
:toctree: _autosummary
import_bigwigs
import_peaks
import_topics
```
2 changes: 1 addition & 1 deletion src/crested/_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def import_bigwigs(
Example
-------
>>> anndata = crested.import_peaks(
>>> anndata = crested.import_bigwigs(
... bigwigs_folder="path/to/bigwigs",
... regions_file="path/to/peaks.bed",
... chromsizes_file="path/to/chrom.sizes",
Expand Down

0 comments on commit 2e0aeaa

Please sign in to comment.