nf-core / chipseq

ChIP-seq peak-calling, QC and differential analysis pipeline.

Home Page:https://nf-co.re/chipseq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stalled CHIPSeq Execution

bensesbg opened this issue · comments

Greetings,

While attempting to process some data via the Nextflow CHIPSEQ workflow recently, the Nextflow execution appears to become stalled at a specific point in a deterministic fashion (i.e. re-runs do not solve the issue). The data was originally processed via Nextflow v22.04.4 and seemed to have become stalled at the very end of the execution after all processing had been completed. The stdout.log file for the v22.04.4 run is attached to the ticket (please note that it only represents an excerpt of the first and last 1000 lines from the comprehensive log file).

As per guidance provided in nextflow-io/nextflow#2849, Nextflow was upgraded to v22.08.2-edge in order to attempt to resolve the issue. However, this seemed to cause the execution to stall earlier in the pipeline at the Trimgalore step. Nextflow was then upgraded to v22.09.4-edge, but the execution again became stalled at the same Trimgalore step. The std.out.log and .nextflow.log files for the v22.09.4-edge run are attached, as well as the std.out.log file for the v22.08.2-edge run.

Could you please assist in resolving the issue? Any help you can provide would be very much appreciated.

CHIP_v1-22.04.4.stdout.log
CHIP_v1-22.08.2-edge.stdout.log
CHIP_v1-22.09.4-edge.stdout.log
CHIP_v1-22.09.4-edge.nextflow.log

I strongly suggest using 22.10.x which solves those issue

Seems that the solution is to upgrade to nextflow version 22.10.x as reported in the nextflow issue linked above. Hence I close this one.