Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#74)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.5...v0.3.7)

* Fix spelling of seamless

* Skip some kinds of files w/ codespell

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Isaac Virshup <ivirshup@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and ivirshup authored Apr 16, 2024
1 parent 66148be commit f867840
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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"

0 comments on commit f867840

Please sign in to comment.