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
Right now intermediate results are saved in the "fast" working disk. That disk can easily be full.
Remove the "clean_on_the_fly" flag. Add a new parameter "clean_intermediate_files":
output should be in a slow but much larger disk
The text was updated successfully, but these errors were encountered:
Refs #92. implemented
e8a46b8
Refs #92. added workflow tests of "clean_intermediate_files"
85fb4cf
Refs #92. remove work dir at the end if clean "on the fly". improved …
ac0cba0
…tests
Refs #75, #92. CT: create a symlink after moving intermediate results…
f9ee4ff
… from fast disk to output dir
Successfully merging a pull request may close this issue.
Right now intermediate results are saved in the "fast" working disk. That disk can easily be full.
Remove the "clean_on_the_fly" flag. Add a new parameter "clean_intermediate_files":
output should be in a slow but much larger disk
The text was updated successfully, but these errors were encountered: