nextstrain / dengue

Nextstrain build for dengue virus
https://nextstrain.org/dengue
8 stars 10 forks source link

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

Closed j23414 closed 2 months ago

j23414 commented 2 months ago

Description of proposed changes

Fixes https://github.com/nextstrain/dengue/issues/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