Closed adamrtalbot closed 6 months ago
Can you update the changelog in the meantime?
Can you update the changelog in the meantime?
Done now, want me to merge?
Yeah you can go ahead! I'll release the fix tomorrow :)
Anywhere good to write tests before I merge?
You can add tests here: https://github.com/nextflow-io/nf-schema/blob/master/plugins/nf-schema/src/test/nextflow/validation/ValidateParametersTest.groovy (just some simple test with those paths suffices for now, I will expand this later when implementing the full support)
See https://github.com/nextflow-io/nf-schema/pull/29/commits/426296588371209e879038a54dcc4db3f4c559fc for tests. Good to go now once tests have passed.
Similar to AWS, Azure and GCP do not handle empty files and directories very well (because they aren't real!). This PR ignores them in the same manner as AWS S3 blob storage.
Should fix #16