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

Add configurable staged input files for the phylogenetic github action #50

Conversation

j23414
Copy link
Contributor

@j23414 j23414 commented May 19, 2024

Description of proposed changes

Fixes #49

Related issue(s)

Checklist

Serotype expanded as expected

rule download:
    output: data/sequences_denv3.fasta.zst, data/metadata_denv3.tsv.zst
    jobid: 86
    reason: Missing output files: data/sequences_denv3.fasta.zst, data/metadata_denv3.tsv.zst
    wildcards: serotype=denv3
    resources: tmpdir=/tmp
        curl -fsSL --compressed https://data.nextstrain.org/files/workflows/dengue/trials/serogeno20240518/sequences_denv3.fasta.zst --output data/sequences_denv3.fasta.zst
        curl -fsSL --compressed https://data.nextstrain.org/files/workflows/dengue/trials/serogeno20240518/metadata_denv3.tsv.zst --output data/metadata_denv3.tsv.zst

@j23414 j23414 requested a review from a team May 19, 2024 17:48
@j23414 j23414 force-pushed the 49-the-phylogenetic-github-action-cannot-build-from-staged-ingest-data-during-dev-branch-testing branch from 319e12a to 85b512c Compare May 19, 2024 18:06
.github/workflows/phylogenetic.yaml Outdated Show resolved Hide resolved
@j23414 j23414 force-pushed the 49-the-phylogenetic-github-action-cannot-build-from-staged-ingest-data-during-dev-branch-testing branch from 9bc1a4d to cb2059d Compare May 20, 2024 19:13
@j23414 j23414 force-pushed the 49-the-phylogenetic-github-action-cannot-build-from-staged-ingest-data-during-dev-branch-testing branch from cb2059d to 48d5bed Compare May 20, 2024 21:06
@j23414 j23414 merged commit ea9400a into main May 20, 2024
32 checks passed
@j23414 j23414 deleted the 49-the-phylogenetic-github-action-cannot-build-from-staged-ingest-data-during-dev-branch-testing branch May 20, 2024 21:11
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.

The phylogenetic github action cannot build from staged ingest data during dev-branch testing
3 participants