Closed josenimo closed 11 months ago
Hi @josenimo ,
Thanks again for your comment. CyLinter looks for the dearray
folder in deciding whether the MCMICRO input are TMA or WSI data; the params.yml
file is not referred to in this process. From your config.yml
file, it seems the sample names in the sampleMetadata
field may need to be adjusted. In the context of MCMICRO output, these dictionary keys are meant to represent the file names in the quantification
folder (without their file extensions). Try updating the filenames to see if that helps, and feel free to reach back out if anything else comes up.
Hey @gjbaker ,
Thank you for clearing that up,
I have replaced the keys in the sampleMetadata dictionary in the config.yml. and now the error is another one, sorry for all the troubles
Hopefully this helps to understand why is it not working with me.
There should be a subfolder in the qc
directory called s3seg
. This is where the segmentation outlines are stored that CyLinter superimposes on images so users can vet segmentation quality. The program is throwing the error, because that folder seems to be absent. It would be possible to run the program without segmentation outlines, but would take some commenting out of lines involving their reading by the program.
ah I understand, right now I am using mostly mesmer or cellpose with MCMICRO. I also think that the segmentation masks are critical for quality control checking. I could try changing the code so that the parsing of the segmentation masks can be adapted to the output of mesmer segmentation. I guess this is why I wondered if Cylinter read the params.yml.
Dear @gjbaker ,
again thank you for the fantastic software. I am having a couple of problems running Cylinter.
My setup: Cylinter 0.0.47 installed in a mamba environment. MCMICRO folder structure present in a server drive, ran in with
tma: true
in the params.yml fileCommand I am using:
cylinter Cylinter_config.yml
copy of config file: Cylinter_config copy.txt
the files of all segmented cores are present in the
dearray
folderStack Trace:
``` (cylinter-env47) CMP06623:P21E05_HN26 jnimoca$ cylinter Cylinter_config.yml INFO: Reading configuration file INFO: Executing pipeline Running:Questions: