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

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Fix gzip error #382

wants to merge 3 commits into from

Commits on Aug 15, 2024

  1. Merge pull request nf-core#356 from nf-core/dev

    Release v2.7.1
    grst authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4171377 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Fix nf-core#380

    esrice committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    81ba001 View commit details
    Browse the repository at this point in the history
  2. Fix same error as last commit, but for alevin

    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.
    esrice committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    017e0d3 View commit details
    Browse the repository at this point in the history