-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bugfix/several runtime issues #46
Open
mberacochea
wants to merge
24
commits into
dev
Choose a base branch
from
bugfix/several-runtime-issues
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Added citation
…docker Unifre mount issue with docker.
Dev -> main for release v1.3
…nder. These tools are very picky with the tmp directory, so I've implemented a workaround using a "tmp" directory in the process workdir.
- Removed the custom python container with a seqera container one (retry and requests) - Removed the custom python container with the biocontainers python one when possible - Added the singularity image to the containers on those modules that was possible - Added ruff, black and some other base pre-commit - Migrated the python unit tests to pytest and fixed them - Ran ruff and black on the scripts I am testing all this ATM.
|
Our .gitignore is more comprehensive than the nf-core template one
mberacochea
force-pushed
the
bugfix/several-runtime-issues
branch
from
November 12, 2024 09:48
23641b6
to
e3e1635
Compare
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.
Fixed some runtime issues with Prokka, AMRFinder, and CRISPRCasFinder.
The problem with CRISPRCasFinder was that it attempted to mv files while the app was still running, had the file open, or while the shared filesystem was still using the file. I forked the repository and replaced the mv statements with cp, which resolved the issue. I will submit a PR to the repository. In the meantime, we will need to rely on a custom container I've built.
This update also includes changes to the linting tools and pre-commit configurations.
PR checklist
nf-core lint
).