-
Notifications
You must be signed in to change notification settings - Fork 166
Description
Hi,
I am fairly new to Nextflow/nf-core, but nf-core/methylseq was up and running smoothly until halfway through the methylation extraction it crashed my whole server due to insufficient resource limits. I fixed this problem by being more strict with my custom config.
After I tried to re-run the program with -resume. However, it is attempting to rerun all alignment steps even though the first run had completed all of those and progressed halfway through methylation extraction. This is a major issue because the alignment step took about 2 weeks to complete, and I do not have enough time or storage to re-run the alignment.
From what I can tell, changing the config invalidated the Nextflow cache, and because I used the default settings (which do not retain alignment files), the pipeline now treats those outputs as missing and is rerunning alignments. I haven't been able to find a way to tell methylseq to skip alignments and start from the existing deduplicated bam files, and it doesn't seem possible to provide bam files as input instead of fastqs.
At this point I'm a bit stuck and was hoping someone here might have encountered this or have more experience to know how to workaround this.
Thank you so much