We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
For the readme https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/tree/main/backends/hpc
The command given to download the reference bundle has a type:
wget https://zenodo.org/records/8415406/files/wdl-humanwgs.v1.0.2.resources.tgz
Should be:
wget https://zenodo.org/records/8415406/files/wdl-humanwgs.v1.0.2.resource.tgz
The text was updated successfully, but these errors were encountered:
Same for the tar command.
tar -xzf wdl-humanwgs.v1.0.2.resource.tgz && mv static_resources dataset
I'm guessing the Zenodo filename changed at some point to remove the 's'?
Sorry, something went wrong.
Fixed Typo in HPC instructions page for reference bundle download #121
6528354
Thanks for reporting this. I keep making mistakes on these URLs; hopefully it's fixed this time.
Successfully merging a pull request may close this issue.
Describe the bug
For the readme https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/tree/main/backends/hpc
The command given to download the reference bundle has a type:
Should be:
The text was updated successfully, but these errors were encountered: