Closed d4straub closed 1 year ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit b012f29
+| ✅ 155 tests passed |+
#| ❔ 1 tests were ignored |#
!| ❗ 2 tests had warnings |!
Fantastic!
Thanks!
(Except maybe for the two failing tests...)
Caused by: Can't stage file https://data.qiime2.org/2022.11/tutorials/training-feature-classifiers/85_otus.fasta -- reason: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
Yes, very annoying, it seems like QIIME2 website's certificate expired...
I'd say we give it a few days but if that isnt changing we have to abandon data.qiime2.org There is an issue already in https://forum.qiime2.org/t/ssl-certificate-for-qiime2-2022-11-outdated/25660
Is this only for data files like taxonomies, or for the binaries too? A hack would perhaps be to disable qiime in tests for the time being?
Is this only for data files like taxonomies, or for the binaries too?
Only taxonomies are hosted at data.qiime2.org, the docker container is at quay.io as all other docker containers as well.
A hack would perhaps be to disable qiime in tests for the time being?
Yes that would work. I'll disable it in the beginning of next week if it doesn't improve til then.
Problem resolved!
After release update of version number & CHANGELOG
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).