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
Hi.
I am using igv-reports python package to generate igv pictures for the given sample located on s3 but it crushes on the part where it uses pysam package showing protocol not supported.
I tried to just use pysam.view but it also crushed with exit code 1 and again showed can't open file protocol not supported.
I thought that it is because of the samtools installed in my environment in Kubernetes cause the samtools in there gives the same error.
So I decided to use all of it locally with satmools version 1.18 with htslib version 1.18 but it didn't worked.
Also I searched in several packages to see where the samtools directory is located but haven't found any.
Is there any way to use pysam with s3 files ?
The text was updated successfully, but these errors were encountered:
Hi.
I am using igv-reports python package to generate igv pictures for the given sample located on s3 but it crushes on the part where it uses pysam package showing protocol not supported.
I tried to just use pysam.view but it also crushed with exit code 1 and again showed can't open file protocol not supported.
I thought that it is because of the samtools installed in my environment in Kubernetes cause the samtools in there gives the same error.
So I decided to use all of it locally with satmools version 1.18 with htslib version 1.18 but it didn't worked.
Also I searched in several packages to see where the samtools directory is located but haven't found any.
Is there any way to use pysam with s3 files ?
The text was updated successfully, but these errors were encountered: