-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BD facs diva devices only have channel_name_s set for some but not all channels. If not present for all channels fcsparser fallbacks to the channel_names_n. This pull request includes two main adaptations: - Using channel_names_n as a fallback for channels without a value in channel_names_s - Puts both $PnN and $PnS as columns into the metadata dataframe All adaptations have corresponding unit tests
- Loading branch information
1 parent
6ca7e70
commit 2c8502a
Showing
4 changed files
with
68 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ | |
**/*.pyc | ||
.cache | ||
/venv | ||
/build | ||
/.vscode | ||
/dist | ||
/build | ||
/dist | ||
versioneer.py | ||
/fcsparser.egg-info | ||
setup.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters