You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There may be many reasons for the original error to occurs (almost all the time the pipeline calls samtools, it may also be related to some latency on our cluster).
Nevertheless it may be useful to protect the string given to printf in order to avoid errors at this step. It should be doable with by adding -- : printf -- $exit_status (see for instance https://unix.stackexchange.com/questions/22764/dashes-in-printf)
The text was updated successfully, but these errors were encountered:
We are running nextflow in our instititute on a HPC cluster (pbspro). From time to time the the jobs fail with the following message:
The error refers to the on_exit part of teh scripts:
There may be many reasons for the original error to occurs (almost all the time the pipeline calls samtools, it may also be related to some latency on our cluster).
Nevertheless it may be useful to protect the string given to printf in order to avoid errors at this step. It should be doable with by adding
--
:printf -- $exit_status
(see for instance https://unix.stackexchange.com/questions/22764/dashes-in-printf)The text was updated successfully, but these errors were encountered: