We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, cyvcf seems to have the same problem as jamescasbon/PyVCF#108:
>>> import cyvcf >>> import cPickle >>> f = open(path) >>> r = cyvcf.Reader(f) >>> cPickle.dumps(next(r)) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/user/.virtualenvs/bio-env/lib64/python2.6/copy_reg.py", line 70, in _reduce_ex raise TypeError, "can't pickle %s objects" % base.__name__ TypeError: can't pickle _Record objects
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, cyvcf seems to have the same problem as jamescasbon/PyVCF#108:
The text was updated successfully, but these errors were encountered: