Sunset Lake Software - Comments for "Scanning files takes way too long!" http://www.sunsetlakesoftware.com/forum/scanning-files-takes-way-too-long Comments for "Scanning files takes way too long!" en very useful for me. Thanks! http://www.sunsetlakesoftware.com/forum/scanning-files-takes-way-too-long#comment-410 <p>very useful for me. Thanks!</p> pubDate Thu, 06 Aug 2009 12:04:21 +0000 dc:creator Anonymous guid false comment 410 at http://www.sunsetlakesoftware.com Molecules is just what im http://www.sunsetlakesoftware.com/forum/scanning-files-takes-way-too-long#comment-373 <p>Molecules is just what im looking for, my brother birthday is close, and always get a headache triyng to get a good gift for him, thank to you, is possible now, he is a Pharmacobiological Chemist and will be excited with something like this. Maybe he dont like the ipods, but with a Application like this he will love it. Thank you.</p> pubDate Thu, 16 Jul 2009 17:51:00 +0000 dc:creator Anonymous guid false comment 373 at http://www.sunsetlakesoftware.com OK, I just submitted a new http://www.sunsetlakesoftware.com/forum/scanning-files-takes-way-too-long#comment-62 <p>OK, I just submitted a new version of Molecules for review that has had its data model completely rewritten to use SQLite: <a href="http://www.sunsetlakesoftware.com/2008/09/21/molecules-12-submitted-review" title="http://www.sunsetlakesoftware.com/2008/09/21/molecules-12-submitted-review" rel="nofollow">http://www.sunsetlakesoftware.com/2008/09/21/molecules-12-submitted-review</a> . This should dramatically reduce the loading and rendering times after the initialization of the database on first launch.</p> <p>Also, NMR models like 1BRV will only render their first structure and shouldn't jam up the workings any more. I'll be adding a means of selecting which structure to view in these models in the next version.</p> <p>Thank you for your advice and your patience.</p> pubDate Sun, 21 Sep 2008 18:06:45 +0000 dc:creator Brad Larson guid false comment 62 at http://www.sunsetlakesoftware.com jurgenfd wrote:I'm new to my http://www.sunsetlakesoftware.com/forum/scanning-files-takes-way-too-long#comment-56 <p><div class="quote-msg"><div class="quote-author"><em>jurgenfd</em> wrote:</div>I'm new to my ipod touch.<br /> When I start the 'scanning files' it returns to the main menu.<br /> Does that mean I crashed Molecules?<br /> I loaded PDB entry 1brv into the list maybe the parsing is having a problem with that.<br /> It did it in the previous version and the version I got today in the exact same way.<br /> </div></p> <p>1BRV is an NMR structure with 50 overlapping models. Molecules in its current state is known to have problems with these types of structures, especially as they get above 10,000 atoms or so. That could be the source of your troubles.</p> <p>I'm making good progress on replacing the backend data model with SQLite and one of the things that I'm adding is proper handling of these overlaid models. Hopefully, that will clear up these issues and remove a few of the other crashing bugs people are running into with large structures.</p> pubDate Thu, 21 Aug 2008 19:38:35 +0000 dc:creator Brad Larson guid false comment 56 at http://www.sunsetlakesoftware.com I'm new to my ipod http://www.sunsetlakesoftware.com/forum/scanning-files-takes-way-too-long#comment-54 <p>I'm new to my ipod touch.<br /> When I start the 'scanning files' it returns to the main menu.<br /> Does that mean I crashed Molecules?<br /> I loaded PDB entry 1brv into the list maybe the parsing is having a problem with that.<br /> It did it in the previous version and the version I got today in the exact same way.</p> <p>Thanks for this great app!</p> pubDate Thu, 21 Aug 2008 16:05:28 +0000 dc:creator jurgenfd guid false comment 54 at http://www.sunsetlakesoftware.com I won't be able to contribute http://www.sunsetlakesoftware.com/forum/scanning-files-takes-way-too-long#comment-22 <p>I won't be able to contribute until about mid-August, so there's no rush (at least not from my side ;). I have to get out my own app and do a ton of other things. But I would love to take a crack at the ribbons.</p> <p>Once the nucleic acids and their parts are identified, the calculations for the ribbons aren't particularly difficult. I used a few heuristics to avoid very short strands, but other than that, I remember it being fairly straightforward (though I did have help from an expert). It certainly took quite a bit of experimenting to get the parameters right, avoid 180ยบ twists in the ribbon (which were a result of how the normal vectors of the "ribbon plane" were calculated), etc.</p> <p>But for large molecules like proteins, I don't think it makes much sense to show individual atoms. When zooming in, they could be shown, but not as the default view. Perhaps as a bit of a stop-gap solution, it would make sense to include a number of small organic molecules that are a bit more interesting than H2O, but can also be shown nicely with point-and-stick?</p> pubDate Mon, 14 Jul 2008 15:30:32 +0000 dc:creator EagerEyes guid false comment 22 at http://www.sunsetlakesoftware.com Wow, that's pretty good http://www.sunsetlakesoftware.com/forum/scanning-files-takes-way-too-long#comment-17 <p>Wow, that's pretty good performance on the SQLite stores. That definitely sounds like the way to go.</p> <p>I'm examining doing a hosted SVN repository here, coupled with a bug tracking and feature request system based on Drupal.org's Project module for Drupal. Unfortunately, that module isn't quite ready for Drupal 6 yet.</p> <p>LigandScout is graphically stunning, and I'm sure that the hard parts (geometry calculations, possibly even OpenGL setup) would translate across well. A couple people have said that with a ribbon model visualization, this would become a serious scientific tool, and I've never done the graphics to something like that before, so any help you could provide would be greatly appreciated.</p> <p>Unfortunately, we got another reminder yesterday that we're still under NDA and not to discuss code until they tell us, so I'm still awaiting approval to release the source in any form.</p> pubDate Fri, 11 Jul 2008 21:09:05 +0000 dc:creator Brad Larson guid false comment 17 at http://www.sunsetlakesoftware.com I'm working on a http://www.sunsetlakesoftware.com/forum/scanning-files-takes-way-too-long#comment-16 <p>I'm working on a visualization application that has some similarities (it's for categorical, multi-dimensional data, not molecules, though), so I've had to do something very similar. Storing the VBOs in the DB is a good idea, that would make it blazingly fast. I've found SQLite to be surprisingly quick, reading in 30,000 rows with a few fields takes only a small fraction of a second (haven't done any precise timing because it's simply fast enough for my purposes).</p> <p>Are you going to put the project on sourceforge? I'd be interested in contributing, I've done quite a bit of molecule visualization for a product called <a href="http://inteligand.com/ligandscout/screenshot.shtml" rel="nofollow">LigandScout</a> (most of the 3D graphics you see there are drawn by my code). That was in Java, and it's also been a few years, so I've forgotten quite a few things, but I should still be able to help.</p> pubDate Fri, 11 Jul 2008 18:09:50 +0000 dc:creator EagerEyes guid false comment 16 at http://www.sunsetlakesoftware.com Agreed. What I have is a http://www.sunsetlakesoftware.com/forum/scanning-files-takes-way-too-long#comment-15 <p>Agreed. What I have is a quick-and-dirty implementation. </p> <p>I plan to parse the protein only once on download, then store the metadata like you say in an SQLite database. I may even buffer the vertex buffer objects used for the OpenGL rendering to allow for near-instantaneous rendering, if they don't take up too much disk space.</p> <p>Again, this was not implemented due to the time constraints of getting it in the store on day one. I could have waited, but I wanted people to be able to play with something while I worked on improvements.</p> <p>I should have the code up sometime today, so you'll be able to read through it and cringe at my makeshift implementation.</p> pubDate Fri, 11 Jul 2008 12:32:08 +0000 dc:creator Brad Larson guid false comment 15 at http://www.sunsetlakesoftware.com