-
Notifications
You must be signed in to change notification settings - Fork 752
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
Fix malt tests that are using a 739.0 MiB zip as input #5983
Comments
Currently this is required for the module to test. The actual error reported in that CI was:
I'm wondering now if I copied the required taxdmp files to our bucket somewhere... |
Ok indeed I did:
@nf-core/infrastructure can you think why reason why GHA can't access the igenomes bucket? |
That file seems to be openly available, both with aws cli
and as http https://ngi-igenomes.s3.amazonaws.com/test-data/createtaxdb/taxonomy/megan-nucl-Feb2022.db.zip Note the I don't know how you're retrieving that file though, if with something different than the aws cli, you may want to check the current role/user you're assuming, as that may have some restrictions that prevent it from reaching that bucket and object. |
Hrm, must be something nextflow side then... |
This sounds like the same "just Are the CI tests configuring AWS access for anything else? |
Not that I'm aware |
Ooff, ok. So we should add that as an upstream step of the actual test in the gha? |
I'm guessing that's why the tests are failing...
Originally posted by @maxulysse in #5897 (comment)
The text was updated successfully, but these errors were encountered: