Skip to content

Commit

Permalink
🐛 regex in parameter name vs interpreded in docstring
Browse files Browse the repository at this point in the history
sphinx deals differently with parsing the strings...
  • Loading branch information
enryH committed Dec 4, 2024
1 parent a6f21c9 commit 4d98dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acore/enrichment_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def run_site_regulation_enrichment(
regex="(\\w+~.+)_\\w\\d+\\-\\w+", # ! add example to docstring of what kind of string this matches
correction="fdr_bh",
):
"""
r"""
This function runs a simple enrichment analysis for significantly
regulated protein sites in a dataset.
Expand Down

0 comments on commit 4d98dd5

Please sign in to comment.