Skip to content
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

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

drpatelh
Copy link
Member

@drpatelh drpatelh commented Feb 18, 2024

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.

  • Rename --force_ftp_download to --force_aspera_download
  • Update tests where required

Copy link

github-actions bot commented Feb 18, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 047f81f

+| ✅ 149 tests passed       |+
#| ❔   9 tests were ignored |#
!| ❗   6 tests had warnings |!

❗ Test warnings:

  • files_exist - File not found: assets/multiqc_config.yml
  • files_exist - File not found: conf/igenomes.config
  • files_exist - File not found: .github/workflows/awstest.yml
  • files_exist - File not found: .github/workflows/awsfulltest.yml
  • files_exist - File not found: lib/WorkflowFetchngs.groovy
  • nextflow_config - Config manifest.version should end in dev: 1.12.0

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.12.1
  • Run at 2024-02-18 12:36:56

@drpatelh drpatelh mentioned this pull request Feb 18, 2024
10 tasks
@drpatelh
Copy link
Member Author

drpatelh commented Feb 18, 2024

Now that we have 3 methods to download data, I'm wondering whether we remove both --force_ftp_download and --force_aspera_download, and replace it with a single --download_method parameter that can be either ftp, sratools or aspera.

Comment on lines +87 to +88
aspera: download_method == 'aspera'
return [ meta, meta.fastq_aspera.tokenize(';').take(2) ]
Copy link
Member

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...

@drpatelh drpatelh merged commit f557990 into nf-core:dev Feb 19, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants