Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #74

Merged
merged 3 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_stages:
minimum_pre_commit_version: 2.16.0
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.3.7
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/ChIP_seq_genomic_ranges_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
"source": [
"## Mapping chromosome annotation styles\n",
"\n",
"In order to annotate the ranges in the dataframe with gene symbols, ensembl ids, strand direction, etc. the two dataframes need to be merged. To make this seemless we use the bioframe [assembly_info](https://bioframe.readthedocs.io/en/latest/api-resources.html#bioframe.io.assembly.assembly_info) to map the numeric Ensembl chromosome annotation with the \"chr\" notation of the CHIP-Seq dataset and remove any peaks with unmapped chromosome values. This step is optional but makes joining the two dataframes much simpler in the next step."
"In order to annotate the ranges in the dataframe with gene symbols, ensembl ids, strand direction, etc. the two dataframes need to be merged. To make this seamless we use the bioframe [assembly_info](https://bioframe.readthedocs.io/en/latest/api-resources.html#bioframe.io.assembly.assembly_info) to map the numeric Ensembl chromosome annotation with the \"chr\" notation of the CHIP-Seq dataset and remove any peaks with unmapped chromosome values. This step is optional but makes joining the two dataframes much simpler in the next step."
]
},
{
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,5 @@ skip = [
]

[tool.codespell]
skip = ".git,*.pdf,*.svg,*.ipynb"
ignore-words-list = "theis,coo,homogenous"
Loading