You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this code. i really love it !
my question is,
Does Pastis have a parameter for specifying nucleus size?
There seems to be a parameter that specifies nucleus size in the config.py file. however in the algorithms.py file, it appears it is not utilized by any of the algorithms.
I also tried specifying the nucleus size in the config.ini file, but it results in an error ("TypeError: cannot create 'NoneType' instances").
I am wondering if it is possible to include a constraint that accounts for the nucleus of the cell when solving the 3D structures in Pastis, and specifically i want to know how to specify this parameter (with example, please).
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
If the nucleus size is available, the only element it would do is rescale the structure after the inference so that the resulting structure is at the correct scale. In practice, the inference is entirely identical at any scale.
But the problem you are facing with the option in the config.ini should not happen anyways… I'll check this out.
For now, I would recommend doing the inference without the nucleus size, and rescaling the structure afterwards.
Hi,
Sorry for the slow reply. As mentioned before, I think you should ignore this parameter, and rescale the resulting structure to match your prior knowledge of the nucleus_size.
Thanks,
Nelle
Thanks for this code. i really love it !
my question is,
Does Pastis have a parameter for specifying nucleus size?
There seems to be a parameter that specifies nucleus size in the config.py file. however in the algorithms.py file, it appears it is not utilized by any of the algorithms.
I also tried specifying the nucleus size in the config.ini file, but it results in an error ("TypeError: cannot create 'NoneType' instances").
I am wondering if it is possible to include a constraint that accounts for the nucleus of the cell when solving the 3D structures in Pastis, and specifically i want to know how to specify this parameter (with example, please).
Thanks in advance.
The text was updated successfully, but these errors were encountered: