We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current directory structure is like this:
xudc@ap23:workflows$ tree -L 2 . ├── generated │ ├── dx_cevns-discovery_power-202407211156 │ └── dx_cevns-discovery_power-202409020510 ├── outputs │ └── dx_cevns-discovery_power-202407211156 └── runs ├── dx_cevns-discovery_power-202407211156 └── dx_cevns-discovery_power-202409020510 8 directories, 0 files
is it better to change it to:
. ├── dx_cevns-discovery_power-202409020510 │ ├── generated │ └── runs ├── dx_cevns-discovery_power-202407211156 ├── generated ├── outputs └── runs
The text was updated successfully, but these errors were encountered:
I think this makes sense to me. I just inherited the structure from outsource.
Sorry, something went wrong.
Use tree structure work directory
687c66a
Close: #194
3760d53
Successfully merging a pull request may close this issue.
The current directory structure is like this:
is it better to change it to:
The text was updated successfully, but these errors were encountered: