-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Josh Loecker <[email protected]>
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]>
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
# Conflicts: # main/como/rnaseq_gen.py
Signed-off-by: Josh Loecker <[email protected]>
Signed-off-by: Josh Loecker <[email protected]>
Signed-off-by: Josh Loecker <[email protected]>
…-gen Remove hardcoded paths in RNA-seq Gen
…mics Remove hardcoded filepaths
…ed-paths/proteomics
There was a problem hiding this comment.
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 toSTARInformation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.