This repository has been archived by the owner on May 6, 2024. It is now read-only.
Do not use nextflow readLine() since it downloads files on cluster head nodes #61
Labels
bug
Something isn't working
Description of the bug
Im getting an odd error when trying to run 40 samples through the pipeline on AWS batch.
Everything proceeds normally until the MZMLINDEXING step when the head node crashes, with the error java error “Failed to acquire stream chunk”.
The log where the error happens:
The code refenced:
quantms/subworkflows/local/file_preparation.nf
Lines 30 to 34 in a1bf7d4
The head node seems to crash at a different file number if I change the amount of memory I assign to the head node. Is all the data passing through the head node somewhere? I've never had this problem with any of my NGS pipelines, they use more and larger files, so I am a little confused at this crash.
Command used and terminal output
No response
Relevant files
The log file where it crashes: (it is dated different, but this is the same error that always shows)
System information
Nextflow version (eg. 22.04.5)
Hardware AWS
Executor awsbatch
Container engine: default
OS AWSLinux
Version of nf-core/quantms v1.1dev
The text was updated successfully, but these errors were encountered: