nextstrain / avian-flu

Nextstrain build for avian influenza viruses
http://nextstrain.org/avian-flu
18 stars 6 forks source link

Not able to build / download data sets #83

Closed kiranpatil222 closed 2 weeks ago

kiranpatil222 commented 1 month ago

Current Behavior

snakemake --cores 1 -pf --configfile config/gisaid.yaml

Error:

download failed: s3://nextstrain-data-private/files/workflows/avian-flu/ha/sequences.fasta.zst to - Unable to locate credentials
zstd: /*stdin*\: unexpected end of file

aws s3 cp s3://nextstrain-data-private/files/workflows/avian-flu/ha/sequences.fasta.zst - | zstd -d > data/gisaid/sequences_ha.fasta

        (one of the commands exited with non-zero exit code; note that snakemake uses bash strict mode!)

Your environment: if browsing Nextstrain online

Your environment: if running Nextstrain locally

genehack commented 1 month ago

That build requires data obtained from GISAID, which we are not allowed to redistribute. You will not be able to run that build without modifying it.

The README file at the top level of this repo contains instructions on modifying the build to work with local data files, and how to run the build with sample data contained in the repo.

genehack commented 1 month ago

@kiranpatil222 is there any other assistance I can provide here? Otherwise I will close this issue out as resolved.

kiranpatil222 commented 1 month ago

Hi @genehack Thank you for reply, this same process worked SarsCov2 and other organisms, i was wondering why this did not work for this,,! Do i have to download data from GISAID or our own data and then Build test it ?

genehack commented 1 month ago

Hi @genehack Thank you for reply, this same process worked SarsCov2 and other organisms, i was wondering why this did not work for this,,!

I'm not sure which Covid or other organism builds you're trying, but I have to assume they're not dependent on GISAID data.

Do i have to download data from GISAID or our own data and then Build test it ?

If you have access to GISAID data, downloading it and then following the documentation about local data builds would be a way forward, yes.

genehack commented 2 weeks ago

Hi @kiranpatil222, based on lack of further replies, I'm going to assume I addressed your issues and close this ticket out. Please reply if you have additional questions, thanks!