Replies: 1 comment 2 replies
-
These readings can be useful, Fabian: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear nextflow devs,
We have experienced that the caching of the nextflow runs is sometimes behaving unpredictably. We are running nextflow on Ubuntu 20.04.2 LTS and NXF_VER=22.10.3, and this happened for several different pipelines and users.
To give an example, I was running a pipeline successfully and then tried to rerun it just with an additional .view() command in the workflow definition, but for some reason nextflow starts running the pipeline from the middle again. It even restarts when I remove the .view() command again.
In another unexplained case, I have modified the output of a successfully run process (change of simply just one path to a tuple of multiple vals and paths), and nextflow was running this process again. What is strange is that when I similarly modified the output definition of other processes, nextflow used the cached output files.
What could be the reason for this? Is there a way to check what went wrong by e.g. looking at the files in the cache folder?
Beta Was this translation helpful? Give feedback.
All reactions