Open kiranpatil222 opened 8 months ago
My path isnt Long path: /data/Kiran/ONT_workFlows/wf_Bacteria
Thanks for sending this over.
Would it be possible to send over the nextflow.log? I'm hoping it will shed some light on the OSError: AF_UNIX path too long
error coming from socket
, which should be using $TMPDIR, but may be configured differently on your machine.
Additionally is this being run on an ONT device, and if so is it using the stock nextflow provided?
No this is not run on ONT device its run on other server. Also, where can i find the log, i do not see in the nextflow/assets?
It should be within the directory you ran with the workflow in. Sorry I should note it is a hidden file .nextflow.log
so you should be able to see it with ls -al
This appears to be a log where the fastq's couldn't be found. Do you have the one where the denovo assembly failed? There's may be multiple logs in the directory, if nextflow was run multiple times within that directory e.g .nextflow.log.1, .nextflow.log.2...
. You could try grep 'AF_UNIX path too long' .nextflow.log*
to find the right one.
Thanks - could you have a look at your $TMPDIR path, you should be able to get it with echo $TMPDIR
. Is it particularly long?
It doesnt show anything, but blank with $TMPDIR
Operating System
Ubuntu 22.04
Other Linux
No response
Workflow Version
v1.2.0
Workflow Execution
Command line
EPI2ME Version
No response
CLI command run
Workflow Execution - CLI Execution Profile
standard (default)
What happened?
Relevant log output
Application activity log entry
No response
Were you able to successfully run the latest version of the workflow with the demo data?
no
Other demo data information
No response