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 am using SeqLib to read in bam/cram files on a cloud instance. After compiling the library with gcloud support, most of the time reading in bam files works, however at seemingly random times and for random files (always different when rerunning script), I get the following error:
[E::hts_open_format] Failed to open file : Operation not permitted
The next time I run it it does fine with that same file and other parallel instances are doing fine with that file as well. Just retrying in the same instance gives me the same error repeatedly.
Could there be an issue reading in that file while another instance is reading in the same file? Does htslib set some lock on the file?
Any input or ideas how to debug are greatly appreciated!
The text was updated successfully, but these errors were encountered:
Ok, let's hope when we fix the other issue (ongoing) then your issues also get fixed. We'll let you know when a new version is available to test, or you can monitor the other discussion if you wish.
I am using SeqLib to read in bam/cram files on a cloud instance. After compiling the library with gcloud support, most of the time reading in bam files works, however at seemingly random times and for random files (always different when rerunning script), I get the following error:
[E::hts_open_format] Failed to open file : Operation not permitted
The next time I run it it does fine with that same file and other parallel instances are doing fine with that file as well. Just retrying in the same instance gives me the same error repeatedly.
Could there be an issue reading in that file while another instance is reading in the same file? Does htslib set some lock on the file?
Any input or ideas how to debug are greatly appreciated!
The text was updated successfully, but these errors were encountered: