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 gzip error #382

Merged
merged 4 commits into from
Oct 28, 2024
Merged

Fix gzip error #382

merged 4 commits into from
Oct 28, 2024

Conversation

esrice
Copy link

@esrice esrice commented Oct 11, 2024

Fix #380 --- when giving an un-gzipped whitelist file to the pipeline, both STAR and alevin-fry crash. These two commits fix those two issues, respectively, so that both gzipped and un-gzipped whitelists are allowed.

grst and others added 3 commits August 15, 2024 08:25
The alevin-fry workflow for this pipeline has the same issue as the STAR
workflow: it assumes the whitelist is gzipped, and crashes if it is not.
This commit fixes that by only trying to unzip the whitelist if it is in
fact gzipped.
Copy link

github-actions bot commented Oct 11, 2024

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 2.14.1.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

@esrice esrice changed the base branch from master to dev October 11, 2024 22:30
modules/local/star_align.nf Outdated Show resolved Hide resolved
Call the uncompressed whitelist whitelist.uncompressed.txt instead of
whitelist.txt.
Copy link

github-actions bot commented Oct 28, 2024

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 9d13a7e

+| ✅ 216 tests passed       |+
#| ❔   4 tests were ignored |#
!| ❗   4 tests had warnings |!

❗ Test warnings:

  • pipeline_todos - TODO string in nextflow.config: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
  • pipeline_todos - TODO string in main.nf: Optionally add in-text citation tools to this list.
  • pipeline_todos - TODO string in main.nf: Optionally add bibliographic entries to this list.
  • pipeline_todos - TODO string in main.nf: Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled!

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 3.0.2
  • Run at 2024-10-28 11:16:48

@grst grst merged commit eaa74dd into nf-core:dev Oct 28, 2024
15 checks passed
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.

Crashes due to trying to unzip file that is not zipped
2 participants