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
The issue seems to be related to an NFS copy error on our IARC cluster. Sometimes an empty pdf file is not correctly copied at the end of R_regression process, but as nextflow is tracking it, it crashes later on when it tries to delete it.
It's not a bug in our pipeline neither in nextflow.
Nextflow is not checking at the end of a process if files are correctly copied. The last line of the R_regression file .command.run.1 is:
cp -fR *.pdf /path/to/my/folder/BAM/VCF ||true
I do see the XXX_empty.pdf in the corresponding nextflow workfolder but it has not been copied into the /path/to/my/folder/BAM/VCF folder, even though the process ended with no error.
The text was updated successfully, but these errors were encountered:
The issue seems to be related to an NFS copy error on our IARC cluster. Sometimes an empty pdf file is not correctly copied at the end of
R_regression
process, but as nextflow is tracking it, it crashes later on when it tries to delete it.It's not a bug in our pipeline neither in nextflow.
Nextflow is not checking at the end of a process if files are correctly copied. The last line of the
R_regression
file.command.run.1
is:I do see the
XXX_empty.pdf
in the corresponding nextflowwork
folder but it has not been copied into the/path/to/my/folder/BAM/VCF
folder, even though the process ended with no error.The text was updated successfully, but these errors were encountered: