polychrom icon indicating copy to clipboard operation
polychrom copied to clipboard

Chromosome polymer simulations and in silico capture experiments

Results 11 polychrom issues
Sort by recently updated
recently updated
newest added

## Description move the initialization of `Simulation.masses` to the constructor, such that it can be edited before the actual `openmm.System` and `openmm.Context` are created. Necessary for particles with different masses....

Problem: we want to calculate scalings, compartment score, and insulation o the maps generated from simulations. Should we include these functions into polychrom, or rely on and support them in...

enhancement

Probably would help with docs, which are probably broken... ## Description _Describe what this PR is for_ ## PR Checklist - [] apply "black" to the whole codebase (`black .`)...

I tried running a 3D loop extrusion example with CUDA platform but encountered an "error loading CUDA module: CUDA_ERROR_UNSUPPORTED_PTX_VERSION (222)". This error happens when the cudatoolkit is incompatible with the...

enhancement

I've tried to get the examples/loopExtrusion/extrusion_3D.ipynb example going, but I've run into an error. The jupyter notebook tries to read in LEF positions from a "trajectory" directory that doesn't seem...

According to Polychrom documentation, the timestep of simulation is always fs scale (`integrator="langevin"`). But I need simulation in ms scale to fit experiment data, just setting timestep=1e12 fs will lead...

@golobor @gfudenberg - have you done topological simulations recently? What parameters did you use? I was thinking that it would be nice to have a forcekit that would be guaranteed...

- [ ] rename branch `master` → `main` - [x] add get_requirements to setup.py, move install instructions to readme - [ ] change functions with camelCase → snake_case (note: seems...

**Problem** After discussing with Hugo, we were thinking that current SMCTranslocator is outdated. First, it is written in Cython, which is not necessary unless you want to create SMC-only contact...

I found a nice cosine-based repulsive force which may be worth testing: ![image](https://user-images.githubusercontent.com/912906/79213231-1cda4380-7e49-11ea-9c67-ad1695ceac5b.png) Not urgent, but I just wanted to document it somewhere.

enhancement
good first issue