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

version.yml file in v4.0.20240214 #180

Closed
whottel opened this issue Mar 8, 2024 · 4 comments · Fixed by #182
Closed

version.yml file in v4.0.20240214 #180

whottel opened this issue Mar 8, 2024 · 4 comments · Fixed by #182

Comments

@whottel
Copy link

whottel commented Mar 8, 2024

Hello,

First of all thanks for all the improvements that you continue to make for grandeur.
We were testing v4.0.20240214 (run with Nextflow v 23.10.1 ) and noticed some issues with the versions.yml that is getting created. When running the pipeline, I see this versions.yml is created in the grandeur directory.
Capture1

Not sure if this is intended to still be here, or if a cleanup step is not working properly.

For other users at our lab the pipeline is failing due to this file and is causing a nextflow error:

error_log.txt

@erinyoung
Copy link
Member

Oh no!

versions.yml is something that all nf-core workflows have. They don't seem to run into errors and I should dig deeper into why.

I should have this fixed by next week!

@erinyoung
Copy link
Member

It looks like I need to add saveAs: { filename -> filename.equals('versions.yml') ? null : filename }, to publishDir

@erinyoung
Copy link
Member

@whottel , my apologies for taking so long with this!

This issue should now be resolved. Let me know if my assumption is incorrect!

@whottel
Copy link
Author

whottel commented Mar 15, 2024

No worries, thanks for the update!
In initial tests it all seems to be working fine on our end.

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 a pull request may close this issue.

2 participants