Skip to content

Variant serialization#78

Merged
timodonnell merged 1 commit intomasterfrom
make-variant-instances-serializable
Apr 30, 2015
Merged

Variant serialization#78
timodonnell merged 1 commit intomasterfrom
make-variant-instances-serializable

Conversation

@timodonnell
Copy link
Copy Markdown
Contributor

Adds support for serializing Variant instances as pickle or JSON.

Closes #77.

Review on Reviewable

Adds support for serializing Variant instances as pickle or JSON.

Closes #77.
Comment thread varcode/variant.py
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick, but I don't think you need the extra parens around the function call, PEP8 seems pretty happy with arguments on the next line: http://legacy.python.org/dev/peps/pep-0008/#indentation

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha, the actual reason for that change was that the line was 80 chars, which my sublime pep8 plugin was complaining about (it wants <= 79 chars).

@iskandr
Copy link
Copy Markdown
Contributor

iskandr commented Apr 30, 2015

Other than a few questions, LGTM.

timodonnell added a commit that referenced this pull request Apr 30, 2015
@timodonnell timodonnell merged commit 25024ba into master Apr 30, 2015
@timodonnell timodonnell deleted the make-variant-instances-serializable branch April 30, 2015 14:24
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

Successfully merging this pull request may close these issues.

Make Variants pickle-able

2 participants