GithubHelp home page GithubHelp logo

Comments (7)

shruthivis avatar shruthivis commented on July 28, 2024

That part of the protocol (GoodScoringModelSelector.py) is superseded by @iecheverria and @ichem001 's new methods for selecting models for analysis. So not sure if it is worth investing a lot of time in revamping this script. Only the actin tutorial (and perhaps a couple of older application papers?) use this. Perhaps the actin tutorial should be updated to include the new analysis protocol?

from imp-sampcon.

iecheverria avatar iecheverria commented on July 28, 2024

from imp-sampcon.

shruthivis avatar shruthivis commented on July 28, 2024

from imp-sampcon.

saltzberg avatar saltzberg commented on July 28, 2024

from imp-sampcon.

ichem001 avatar ichem001 commented on July 28, 2024

@saltzberg -
Instead of writing one giant RMF file per sample - maybe we could write one small RMF and a big DCD file for each sample - and this will also make deposition to Zenodo almost automatic since we need DCD files at the end of the day - might kill two birds with one stone -
We could either link both DCD files to the ensembles or concatenate the DCD file with catDCD from the VMD/NAMD group.
what do you think?

from imp-sampcon.

benmwebb avatar benmwebb commented on July 28, 2024

Instead of writing one giant RMF file per sample - maybe we could write one small RMF and a big DCD file for each sample

This is essentially what happens internally anyway - everything is converted to a monstrous numpy array of coordinates, which is about as efficient as it can be. I don't much like DCD as a long-term solution since you lose all of the topology information and can only store coordinates. I'd rather overhaul RMF to make it more efficient at storing multiple conformations (on my lengthy list of things to fix).

from imp-sampcon.

saltzberg avatar saltzberg commented on July 28, 2024

@ichem001
The single large RMF that I am talking about are replacing the ./analysis/sample_A/tons_of_one_frame.rmf3s, not the final output.

Reading individual RMF files with rmf_slice is exceedingly slow...almost half of the total time for clustering. The PMI_analysis run_extract_models.py step can be changed to output two RMF files (sample_A and sample_B) for each cluster. These can be read into imp-sampcon an order of magnitude faster than individual RMFs for each model.

from imp-sampcon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.