-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FCS3.2 files can not be imported #265
Comments
Hi, |
Thanks a lot for the fast reply!
Am 25.01.2024 15:56, schrieb Samuel Granjeaud:
Hi,
This has been updated recently #263 [1] in version 2.15.1 of flowCore.
It is not available in the current release 3.18 of Bioconductor, but is
present in the devel version 3.19
https://bioconductor.org/packages/devel/bioc/html/flowCore.html.
Either install bioc devel, or install V2.15.1 from github in the
current 3.18 version of Bioc, which might be possible after checking
the requirements BiocGenerics (>= 0.29.2), cytolib (>= 2.13.1), but I
didn't test it.
Best.
--
Reply to this email directly, view it on GitHub [2], or unsubscribe
[3].
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I just pushed the change to release and develop branches of bioconductor, which will be |
Sorry, I thought 2.15.1 was already on Bioc Devel. |
Describe the bug
flowcore 2.14.0 can not import recent FCS files of Version 3.2 – 2020-07-01. The FCS3.2 standard is defined here: https://flowcyt.sourceforge.net/fcs/fcs32.pdf.
To Reproduce
Importing FCS3.2 files with the read.flowSet() function will result in an error: "error in readFCSheader(con) : This does not seem to be a valid FCS2.0, FCS3.0 or FCS3.1 file".
The test was done with files from the BDFACS Discover S8 cell sorter.
The text was updated successfully, but these errors were encountered: