[Biopython-dev] Fwd: [biopython] Add the ability to parse CEL version 4 files from Affy (#168)
Peter Cock
p.j.a.cock at googlemail.com
Thu Mar 14 11:25:41 UTC 2013
Who would be the best person to review this? Michael?
Peter
---------- Forwarded message ----------
From: *Jeff Hammerbacher*
Date: Thursday, March 14, 2013
Subject: [biopython] Add the ability to parse CEL version 4 files from Affy
(#168)
To: biopython/biopython <biopython at noreply.github.com>
Hey,
I noticed that Biopython was missing the ability to parse binary CEL files
(version 4), so I've added a rough implementation. I've kept TODOs in the
code and a main method to demonstrate example use. I realize these are not
best practices for a mature library, but this corner of Biopython (the Affy
module) seems quite immature, so I figured I'd leave the code in this state
to indicate to others that there is much room for improvement.
I have not contributed to this project before, so please let me know how to
get this pull request in shape for a commit.
Thanks,
Jeff
------------------------------
You can merge this Pull Request by running
git pull https://github.com/hammer/biopython master
Or view, comment on, or merge it at:
https://github.com/biopython/biopython/pull/168
Commit Summary
- Add the ability to parse CEL version 4 files from Affy.
File Changes
- *A* Bio/Affy/CelFileV4.py<https://github.com/biopython/biopython/pull/168/files#diff-0>(186)
Patch Links:
- https://github.com/biopython/biopython/pull/168.patch
- https://github.com/biopython/biopython/pull/168.diff
More information about the Biopython-dev
mailing list