Closed MatthiasZepper closed 4 days ago
Attention: Patch coverage is 80.00000%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 75.34%. Comparing base (
354311d
) to head (32a7e6b
). Report is 17 commits behind head on dev.
Files with missing lines | Patch % | Lines |
---|---|---|
nf_core/pipelines/download.py | 80.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR extends the tests so that Seqera Container support is tested for. It also tweaks the symlink function to support the unconventional registry that Seqera Containers uses.
This is a basic patch. It does neither add
oras://
support nor does it fix the issue with the container priority resolution (#3179). For modules using Seqera containers, nf-core download will always download both containers, the native Singularity one and convert the Docker container to Singularity as well.PR checklist
CHANGELOG.md
is updateddocs
is updated