Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'pysam.libcalignmentfile.AlignmentFile' object has no attribute 'get_index_statistics' #22

Open
tnnandi opened this issue Jul 23, 2023 · 1 comment

Comments

@tnnandi
Copy link

tnnandi commented Jul 23, 2023

Hi,

I'm using the following version of pysam and getting the error: ref_info = aln_file.get_index_statistics(), AttributeError: 'pysam.libcalignmentfile.AlignmentFile' object has no attribute 'get_index_statistics' when I execute ./SVision -o svision_out/ -b ./supports/HG00733.svision.demo.bam -m ../inputs/svision-cnn-model.ckpt -g ../inputs/hg38.no_alt.fa -n HG00733 -s 5 --graph --qname

pysam 0.11.2.2 py36_1 bioconda

Is there a specific version requirement for pysam?

@jiadong324
Copy link
Collaborator

Please use pysam>=0.19.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants