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
I was encountering an error during the flye --polish-target step where the files flye_hap_1/polished_1.fasta and flye_hap_2/polished_2.fasta were not being generated. I was eventually able to determine that my issue was not related to the HapDup software itself, but from my own operating system (OSError: AF_UNIX path too long) which I then resolved by reducing the length of my output directory path. Currently, HapDup throws away the stderr log during this polishing step that would have helped me identify my issue sooner. Is there a reason that this stream is not logged?
Thanks for the support, I'm really enjoying your tool!
Sam
The text was updated successfully, but these errors were encountered:
Hello,
I was encountering an error during the
flye --polish-target
step where the filesflye_hap_1/polished_1.fasta
andflye_hap_2/polished_2.fasta
were not being generated. I was eventually able to determine that my issue was not related to the HapDup software itself, but from my own operating system (OSError: AF_UNIX path too long) which I then resolved by reducing the length of my output directory path. Currently, HapDup throws away the stderr log during this polishing step that would have helped me identify my issue sooner. Is there a reason that this stream is not logged?Thanks for the support, I'm really enjoying your tool!
Sam
The text was updated successfully, but these errors were encountered: