-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error message #11
Comments
I also got the same error when I had no blank lines, but had different numbers of pos channels: for instance, having both 00101 and 00100 (pipetting error messed up the BC sample in channel 5). If I remove all other barcodes and have just 00100, then it will execute on the FCS file. So, I guess this raises the question: is Premessa unable to handle N! exhaustive (all possible combinations) barcoding like in the original Bodenmiller paper? For example, would Premessa be unable to handle 10000, 11000, 11100, 11110, and 11111 all in the same debarcoding CSV? |
Hi Mike, Can you send me a copy of the barcoding key that fails? WIth respect to your questions:
|
Hi Federico, I've uploaded two CSV Keys: one that works, and one that doesn't. They differ only by the presence or absence of a blank line. You can find the files and the FCS file at the following link (let me know if you have trouble accessing): https://drive.google.com/drive/folders/1JARwEgIoy_3DiE6Fi06U_lcrhyYf2gUk?usp=sharing
Instead, I had to do it as a separate run on the parent FCS, using a separate CSV key which contained only one barcode....though I guess I could have used the separate CSV on the Unassigned from the first (2-of-5) run, and effectively had the same "competition". |
Hello, i need some help, Listening on http://127.0.0.1:3706 |
Hi,
I'm not sure this is exactly an error, per se.
I have a time series of samples using the same barcode. In certain donors, a specific timepoint might be missing. In that case, I have edited the CSV key to remove the "missing" sample.
I noticed that when I leave the blank line, the CSV uploads properly, and only after I select the FCS file and it starts working, do I then get the following error message:
"Error: Barcoding schems with a variable number of positive channels per sample are not currently supported"
If I take out the blank line, then it works normally.
So, a couple things:
If I have a CSV key line that doesn't exist in the sample, is that OK? Like, if my BC5 sample isn't present in the sample, can I still leave in the BC5 line without problems? Obviously, I won't get a file, but will it interfere with the debarcoding?
If there's a problem with the CSV key, I would suggest that it should be flagged when the CSV file is selected, rather than waiting until later.
Mike
The text was updated successfully, but these errors were encountered: