qbic-pipelines / metapep

From metagenomes to epitopes and beyond
MIT License
3 stars 1 forks source link

Handle caching issues #49

Closed skrakau closed 3 years ago

skrakau commented 3 years ago

On CFC, scratch = true: generate_peptides starts sometimes again, even though no input changed... Could not reproduce this issue on my Mac.

Use lenient caching? And if, for which processes?

skrakau commented 3 years ago

cache lenient seems to fixed this issue.

However, now ch_epitope_predictions.buffer(size: 1000, remainder: true) causes merge_predictions_buffer to rerun again (see also https://github.com/nextflow-io/nextflow/issues/1475)