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

Remove hardcoded paths in proteomics #206

Merged
merged 105 commits into from
Dec 11, 2024

Conversation

JoshLoecker
Copy link
Member

No description provided.

JoshLoecker and others added 30 commits December 5, 2024 07:54
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 4.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v3...v4)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 1 to 2.
- [Release notes](https://github.com/astral-sh/ruff-action/releases)
- [Changelog](https://github.com/astral-sh/ruff-action/blob/main/release-drafter.yml)
- [Commits](astral-sh/ruff-action@v1...v2)

---
updated-dependencies:
- dependency-name: astral-sh/ruff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Josh Loecker <[email protected]>
Signed-off-by: Josh Loecker <[email protected]>
Signed-off-by: Josh Loecker <[email protected]>
# Conflicts:
#	main/como/rnaseq.py
# Conflicts:
#	pyproject.toml
…-gen

Remove hardcoded paths in RNA-seq Gen
@JoshLoecker JoshLoecker requested a review from Copilot December 11, 2024 22:04

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 10 out of 18 changed files in this pull request and generated no suggestions.

Files not reviewed (8)
  • tests/test_rnaseq_preprocess.py: Evaluated as low risk
  • main/como/custom_types.py: Evaluated as low risk
  • main/como/utils.py: Evaluated as low risk
  • main/como/proteomics_gen.py: Evaluated as low risk
  • main/como/proteomics_preprocessing.py: Evaluated as low risk
  • main/como/types.py: Evaluated as low risk
  • .pre-commit-config.yaml: Evaluated as low risk
  • pyproject.toml: Evaluated as low risk
Comments skipped due to low confidence (4)

tests/unit/test_rnaseq_preprocess.py:12

  • The class name _STARinformation should be renamed to STARInformation to follow naming conventions.
_STARinformation

tests/unit/test_rnaseq_preprocess.py:43

  • [nitpick] The error message could be more specific. Consider changing it to: 'Invalid file format: Building STAR information requires a .tab file'.
with pytest.raises(ValueError, match="Building STAR information requires a '.tab' file"):

tests/unit/test_rnaseq_preprocess.py:70

  • The test test_process_first_multirun_sample should check the content of the DataFrame, not just its structure.
result: pd.DataFrame = await _process_first_multirun_sample(strand_filepath, all_gene_count_filepaths)

tests/fixtures/collect_files.py:21

  • [nitpick] The member name 'preparation_method' is inconsistent with the other member names. Consider renaming it to 'prep_method'.
preparation_method: Path
@JoshLoecker JoshLoecker merged commit e30b3cf into main Dec 11, 2024
4 checks passed
@JoshLoecker JoshLoecker deleted the remove-hardcoded-paths/proteomics branch December 11, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant