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

error for PCRdupestimate #6

Open
MoustafaAbohawya opened this issue Jan 29, 2024 · 1 comment
Open

error for PCRdupestimate #6

MoustafaAbohawya opened this issue Jan 29, 2024 · 1 comment

Comments

@MoustafaAbohawya
Copy link

Hello,
I am using the program to estimate the PCR duplicates in exome seq data. However, the first code run smoothly. The second is not running I would say due to problem with python interpreter. I am using Python 3.9.13. When I run

estimate_PCRduprate.py -i sample.hetreads -f exome > sample.PCRdups

It gives me an error.

for c in xrange(MAX_CLUSTER_SIZE): duplicate_counts.append([0,0.0,0.0,0.0]);
TabError: inconsistent use of tabs and spaces in indentation

Is the software compatible only certain version of python? Any suggestion?

@vibansal
Copy link
Owner

Yes, it was written some time ago and the python code was tested with Python 2.7. I don't think that it will work with Python 3.9 without modifications.

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