Closed OMantere closed 7 years ago
Thanks for the PR -- I'll try and review within a few days -- Could you fix the accidental commit in the tests file? It's causing the tests to fail
@eyurtsev Sorry about that. Should be fixed now. Thanks for taking the time to review.
@eyurtsev Can we push the latest version to PyPi? Thanks.
working on it now -- sorry for delay -- as usual totally blanked out
Upload to pypi let me know if you bump into any issues.
FYI -- I changed the dataframe
method to a property, so you may need to update some of your code
This PR adds a small wrapper for
np.fromfile
to allow loading of BytesIO wrapped FCS files by using a new callFCSParser.fromfile()
. Also abstracting the dataframe constructing code to a method to enable getting that from theFCSParser
object.