Skip to content

Commit

Permalink
update (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Oct 24, 2021
1 parent c32cb06 commit 92c3abf
Show file tree
Hide file tree
Showing 4 changed files with 652 additions and 24 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include *.txt
global-include *.fcs
include versioneer.py
include fcsparser/_version.py
4 changes: 3 additions & 1 deletion fcsparser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import os

from fcsparser._version import version as __version__
from fcsparser.api import parse

test_sample_path = os.path.join(os.path.abspath(os.path.dirname(__file__)),
'tests', 'data', 'FlowCytometers', 'HTS_BD_LSR-II', 'HTS_BD_LSR_II_Mixed_Specimen_001_D6_D06.fcs')


from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit 92c3abf

Please sign in to comment.