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

ValueError #2

Open
clolalan7 opened this issue Feb 8, 2022 · 0 comments
Open

ValueError #2

clolalan7 opened this issue Feb 8, 2022 · 0 comments

Comments

@clolalan7
Copy link

Hi, when I try to pre-compute the restriction sites on Hg38, I get the following error:

Traceback (most recent call last):
File "/nfs/turbo/epicore-active/Claudia/cuRRBS-1.0.2/src/pre_compute_digestions.py", line 173, in
batch = RestrictionBatch([enzyme])
File "/home/clalance/miniconda3/envs/currbs/lib/python2.7/site-packages/Bio/Restriction/Restriction.py", line 2076, in init
first = [self.format(x) for x in first]
File "/home/clalance/miniconda3/envs/currbs/lib/python2.7/site-packages/Bio/Restriction/Restriction.py", line 2233, in format
raise ValueError("%s is not a RestrictionType" % y.class)
ValueError: <type 'str'> is not a RestrictionType

any idea? thanks

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