Closed XNN19 closed 5 months ago
Hi @XNN19!
The error suggests you are trying to pass native MCMICRO output files as input into CyLinter, but the names of the csv files (containing single cell data) which are passed as keys to the sampleMetadata
parameter in the config.yml
file do not contain the expected '--' delimiter. Have you updated the config.yml
template with your experiment specific file names? To better diagnose the problem, it would be helpful to see your current config.yml
file and CyLinter input directory tree structure. More details on CyLinter input directory structure can be found here: https://labsyspharm.github.io/cylinter/structure/.
-Greg
Hi @gjbaker
Thank you for your patient reply.
It turns out that the issue was indeed with the config.yml
file, which I have now set up correctly. However, I encountered another error even after fixing the configuration. The error message is:
TypeError: cannot unpack non-iterable bool object
I suspected the issue might be related to the dependencies in conda environment, so I re-installed CyLinter in a new conda environment. I'm pleased to report that it seems to be working fine now.
Best regards,
@XNN19 @gjbaker
I am trying to setup a workstation (win10) at the lab that can allow other users to use cylinter.
Right now, I am actually having the same exact stack trace that @XNN19 had above, I cannot run the example dataset for some reason. I looked into the sampleMetadata parameter inside the config.yml
and the filenames are the same as the csv.
15 minutes later, I downloaded the sample data again and it worked, perhaps this helps someone :)
I received the same two errors mentioned above. If the suggestions already provided do not work, I noticed that ome.tif files versus ome.tiff are preferred regardless of the directions in the YAML Configuration File.
Thank you for your comment @AditiSirsikar! I have updated the YAML configuration file to specify TIF (not TIFF). We will be releasing a new version soon with new features and which hopefully avoids future errors related to parsing input data files.
Hi folks:
I installed the CyLinter environment on a macOS platform. Using these commends:
But when I ran the 561 and 568 commands, I met the following error:
I tried but still couldn't figure out the problem. I am afraid I am missing something silly, thank you for the help.
Best regards,