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

Python3 related issue with cluster_reads.py found when running in targeted mode #10

Open
munrosa opened this issue Nov 21, 2019 · 2 comments

Comments

@munrosa
Copy link

munrosa commented Nov 21, 2019

This is a bug report for your reference when you decide to update LinkedSV for compatibility with Python 3. This issue does not happen with Python 2.7, but does appear when using Python 3 and running LinkedSV in targeted mode.

GitHub/LinkedSV/scripts/cluster_reads.py", line 307, in calculate_num_reads_from_bcd21_file
line = line.strip().split(tab)
TypeError: a bytes-like object is required, not 'str'

@fangli80
Copy link
Collaborator

Hi,
Thank you for reporting this bug.
I tested on a WGS data set with Python 3.5.6 and didn't see this error. May I ask what exact python version do you use?

Best,
Li

@munrosa
Copy link
Author

munrosa commented Nov 22, 2019

Sure, I used Python 3.7.5 in a conda install (Build h0371630_0).

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