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

Remove version columns #468

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Remove version columns #468

wants to merge 2 commits into from

Commits on Jul 27, 2024

  1. fetch-cache-version: Use the Nextclade version JSON

    Now that we are creating a Nextclade version JSON for the Nextclade TSV,
    we can use it to fetch the cache version.
    
    If the Nextclade TSV sha256sum doesn't match the value in the version
    JSON, then we ignore the version JSON which results in the workflow
    ignoring the Nextclade cache.
    joverlee521 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    029f79a View commit details
    Browse the repository at this point in the history
  2. Remove version columns from Nextclade TSV

    We now check the Nextclade versions using the separate version JSON, so
    we no longer need to track version per row.
    
    This is a breaking change for the cache, so will need to be run with the
    renew flag to manually force a full-rerun.
    joverlee521 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3e86a9f View commit details
    Browse the repository at this point in the history