-
Notifications
You must be signed in to change notification settings - Fork 18
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
Difficulties running cytokit on codex data #18
Comments
Update: Manage to debug some errors I had in the code, but started getting the following error: #!/usr/bin/env bash bash -e /lab/repos/cytokit/pub/analysis/codex-spleen/pipeline_execution.shIgnore warnings relating to how the CODEX tif files were originally savedexport PYTHONWARNINGS='ignore::FutureWarning:h5py,ignore:ImageJ tags do not contain "axes" property:UserWarning:main' DATA_DIR=/lab/data/images/src_CX_19-002_spleen_CC2-A/ Generate configurations for experiment variantsv00: Process data as-is with CellProfiler quantification (and DB export for CPA)v01: Run with drift compensation and deconvolution (primarily for performance benchmarking)cytokit config editor --base-config-path=$BASE_CONF --output-dir=/lab/data/images/output OUTPUT_DIR=/lab/data/images/output/$VARIANT Note here that the data dir for the processor command is equal to output direcho "Running analysis" When changing the data-dir in the pipeline: cytokit processor run_all --config-path=$CONFIG_DIR --data-dir=$OUTPUT_DIR --output-dir=$OUTPUT_DIR Thanks in advance for your help, |
Ah, you should change "run_tile_generator: false" in the config to "run_tile_generator: true" if you're running on your own data. I updated that config to have a comment in the future for anyone else that copies it. Turning that off is only necessary when you can't get raw images for an experiment (as was the case with the CODEX publication) and have to use assembled hyperstacks instead, which is almost never, so there should have definitely been a comment about it. Also, I'd suggest:
|
Hi Eric, Thank you very much! I'll do the modifications to the path. After changing "run_tile_generator: true" it started working but gave me the following error: from my experience I know that RTX have a problem handling memory allocation. The way I have been able to solve this problem is by limiting the usage of the memory to 0.8 of the total memory with config = tf.ConfigProto() is it possible to do this with cytokit? Do you think that I am presenting another problem? |
Hi @jesusdpa1 , A couple thoughts:
|
Hi Eric, Thank you very much! everything help, the program is now running smoothly, |
Hi,
I am trying to run cytokit on our acquired data, but I am not able to set up the ylam correctly nor the processing bash file. we ran 9 group of antibodies, 10 Z planes and 49 sections
Here is what I got:
YLAM
experiment.txt
SH
pipeline_execution.txt
Error
The text was updated successfully, but these errors were encountered: