-
Notifications
You must be signed in to change notification settings - Fork 192
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
create-test-yml: move 'work' and '.nextflow*' files to tmp directory #908
Comments
Alright I have had another go at this. Essentially there are three things that pollute the CWD, which is the clone of
It's possible to direct the So this is not super important, I would say we wait until something more elegant from the nextflow side is available, see here for instance: seqeralabs/nf-tower#279 Not sure when this will be available though. |
I thought that |
😱 Well anyway thanks! In that case I guess we could at least direct the |
Yeah these flags can be tricky to find. Not sure about the hidden log dirs, that might be harder as you say.. |
Yeah that works if you know what to look for :P also I just looked at the documentation 😏 Okay so the search function on that documentation really doesn't work and I am too dumb to search. Alright I guess we can already start adding that to the code, and then it's only the hidden logs left, which is something we can live with for now I'd say 👍 |
Closed by #1098 |
Currently,
nf-core modules create-test-yml
creates the "work" directory and ".nextflow" files in the current working directly (which is "modules"). These files should be moved to the tmp directory used for creating the output.The text was updated successfully, but these errors were encountered: