Flye
Flye copied to clipboard
metaFlye: PermissionError (Errno 1), no assembly_graph and assembly_info.txt. What to do?
Hi fenderglass and community,
after running metaFlye with no interruptions I received the following Tracebacks and Errors (see below). The main output files should be assembly.fasta, assembly_graph.{gfa|gv} and assembly_info.txt. I only got draft_assembly.fasta (maybe I had to enter a name for that) and none of the other two files. Can I get those files after the run or do I have to repeat it? Also Permission Error (Errno 1) occured which I'm not sure of why (I tried to run flye with sudo but it did not recognize it as a command).
Do you have any suggestions how to proceed from here?
Code readout:
Traceback (most recent call last):
File "/home/mambaforge/envs/flye_29/bin/flye", line 33, in
Sorry for the late response!
This is a strange error. It seems that Flye successfully generated some files, but the file copy operation failed. Maybe you got unlucky and ran out of space at this exact moment. Or it may be something to do with file system permissions.
What OS is that? I would check you have full access rights to the flye output folder, and maye try outputting to your home directory. Does the same error occur on small test datasets (from the manual)?
Sorry for the late reply!
I think it had something to do with the mount I was working on. Didn't occure while running it locally. Thank you for your help!