Hi Lydia, The membrane has two orientations. If you draw it counter clockwise and close it the inside of the membrane faces out. Try drawing the membrane in a clockwise orientation. Then the membrane bound proteins should face out :). Let us know if you have any other problems! Good luck with your assignment! Best, Adam.
Hi Mathilde, Thank you for the kind words! It's possible the server is down or or misconfigured. And yes it is possible to load an image to circumvent that system or even just make something fun and unique. We tried to make cellPAINT work on most hardware, the only requirement for ingredient creation is an internet connection. I will send a tutorial later tonight. Cheers, Adam.
Oh wow, I will look into that. Your complex must just be bigger than the texture we use. I will do a fix and update.
Hi Arie, Sorry for the long delay. It took me a forever to figure out some of the codesigning problems and entitlements on MacOS. I think I solved it, there are some other issues namely highlight not working and it hasn't been fully tested, but if you download the latest mac version it should work. fingers crossed! Best, Adam.
If you change the background to white can you see the black proteins that were painted? I'm trying to recreate this error. But I haven't been able to. Best, Adam.
Alternativly the web app is fully functional and doesn't require permissions to run. It just requires a browser like google chrome. https://ccsb.scripps.edu/cellpaint/
Hi Arie, I think we have it on our Scripps page, but it's not on the sourceforge. I will add it. Ideally I would sign the app with the Apple Gatekeeper and avoid the problem alltogether. I think that last step may be unecessary. I tried on my laptop and when I ctrl + opended after the chmod step I got a message that prompted me to move the app to the trash. I hit cancel and then ctrl + opened again and got the same message but that time there was another button that allowed me to open the app. Does...
Hi Arie, Sorry for the inconvenience. It is due to the gate keeper on new macs, here is the solution: Open Terminal or iTerm and type "chmod -R 755 " and drag the .app into the window, which will bring the full path into Terminal or iTerm. It will look like this: chmod -R 755 Path\ to\ app\ file.app Press return Then, you can open the app file normally, but it will fail because gatekeeper won't be able to verify the file. From there, go into your "Security and Privacy" in "System Preferences" and...