-
Notifications
You must be signed in to change notification settings - Fork 719
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
Remove copyTo call for iGenomes README #896
Comments
I mid-term solution might be to improve The To the copy method linked above, I was hoping that we could add to something like
My only hesitation is that the AWS documentation about the GetBucketLocation method suggests that to use the API, "you must be the bucket owner". I'm unsure why knowing the bucket location should be a secrete available only to the bucket owner though. We can verify this restriction with some testing of iGenomes data though. |
Not sure it is worth all of this hassle to get a single file from an AWS bucket? Just means we can keep things simple and less prone to breakage in the pipeline trying to accommodate downloading the file. Docs is definitely the way ahead and we can extend on the commands I posted in the first comment and add directly to the website in the section below: This would allow us to have a central location that we can point to without needing to add to every pipeline. |
Fixed in #908 |
Docs added to main website here and available below: |
Description of the bug
We need to remove / refactor this call because it raises an error when accessing buckets across regions with AWS
rnaseq/workflows/rnaseq.nf
Lines 59 to 64 in e049f51
Maybe we document this instead and provide a command that can be used to fetch the README if required via the
aws cli
Command used and terminal output
No response
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: