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

RNAEditor 1.0 AttributeError: 'pysam.csamtools.PileupRead' object has no attribute 'is_refskip' #34

Open
zhangjy859 opened this issue Aug 11, 2023 · 0 comments

Comments

@zhangjy859
Copy link

Hi, I am trying to run RNAEditor in command line, but I got a AttributeError at remove Missmatches step, could you please give me some suggestion?

File "/software/RNAEditor/VariantSet.py", line 814, in removeEdgeMismatches
if not pileupread.is_del and not pileupread.is_refskip:
                                                                  AttributeError: 'pysam.csamtools.PileupRead' object has no attribute 'is_refskip'

python -v

Python 2.7.12 (default, Mar  1 2021, 11:38:31)
[GCC 5.4.0 20160609] on linux2
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

1 participant