This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Merged
Conversation
…nd mm39 for deepCSA-core
…and remove legacy python container
There was a problem hiding this comment.
Pull Request Overview
This PR update for deepcsa_core v0.0.1-alpha focuses on dependency management, particularly by adding the pysam dependency to the deepcsa.yml file, aligning with container configuration and testing requirements.
- Added pysam==0.23.0 dependency
- Updated metadata and environment configurations for container execution
Files not reviewed (3)
- deepcsa_core/Dockerfile: Language not supported
- python_container/Dockerfile: Language not supported
- python_container/conda.yml: Language not supported
FerriolCalvet
approved these changes
Mar 28, 2025
Collaborator
FerriolCalvet
left a comment
There was a problem hiding this comment.
all looks good!
if the test in seqera works fine I guess it will be the final check.
FerriolCalvet
approved these changes
Mar 28, 2025
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The most important changes include adding metadata and environment configurations to the
deepcsa_coreDockerfile, updating dependencies, and removing the outdatedpython_containerDockerfile and its associated conda environment file.I need to test the user when running bgreference.
Ideally a container should never have root priviledge and should be run via a user. in this specific case the user is
mambauser.I am testing the deepcsa pipeline to be sure that the container is correctly working.
related with