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

fix: update fastqc wrapper to v1.10.0 to include memory parsing fix #272

Merged
merged 2 commits into from
Nov 10, 2023

Conversation

dlaehnemann
Copy link
Contributor

The memory parsing fix for the wrapper was introduced in snakemake-wrapper-utils here:
snakemake/snakemake-wrapper-utils#34

The memory parsing fix for the wrapper was introduced in `snakemake-wrapper-utils` here:
snakemake/snakemake-wrapper-utils#34
@dlaehnemann
Copy link
Contributor Author

Without this fix, we (sometimes) get an OutOfHeapSpace error in the rule fastqc.

The newest `multiqc` version fixes the incompatibilities with python 3.12:
MultiQC/MultiQC#2121
@dlaehnemann
Copy link
Contributor Author

Without the second fix, the multiqc environment was broken, loading a multiqc version incompatible with python 3.12, but also python 3.12 at the same time.

@johanneskoester johanneskoester merged commit ed8b391 into master Nov 10, 2023
5 checks passed
@johanneskoester johanneskoester deleted the update-fastqc-wrapper-version-to-2-10-0 branch November 10, 2023 10:34
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.

None yet

2 participants