-
Notifications
You must be signed in to change notification settings - Fork 74
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
Revert to using FTP for default downloads over Aspera #277
Conversation
|
Now that we have 3 methods to download data, I'm wondering whether we remove both |
aspera: download_method == 'aspera' | ||
return [ meta, meta.fastq_aspera.tokenize(';').take(2) ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You know me and my alphabetical order, but not blocking...
Since making Aspera the default download method on the
dev
branch we have observed some flakiness in the Github Actions CI/CD and an issue with using Singularity. Maybe it was a bit premature to make it the default without real-world testing. We did test Aspera on public Clouds via Seqera Platform and it worked out of the box but I am going to revert back to making FTP the default download method until we can collect and fix any issues.--force_ftp_download
to--force_aspera_download