Replies: 1 comment 7 replies
-
This is something that we intend to address under the hood, see #3849 and #4729. These features are in development but they should allow you to run a workflow, Nextflow will automatically delete intermediate outputs, and on a resume, Nextflow will skip the task as long as the published outputs are still present. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I am facing a problem understanding what is the best way to have a process that:
I need this script to run in google cloud, so passing the variable directory only as val data type will, but if I pass it as path, only the parent directory name will be kept.
I have ended up using this minimum reproducible example, which I think is quit ugly, any suggestions are welcome:
Beta Was this translation helpful? Give feedback.
All reactions