-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da04a0a
commit 0c92f9d
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## openNucleome | ||
|
||
- __init__: Logs the version and imports main class from the whole_nucleus_model | ||
|
||
- whole_nucleus_model.py: Creates the main class for the system, including the context, and controls which interactions are included during the simulation | ||
|
||
- chromosome.py: All the interactions related to chromosome-chromosome | ||
|
||
- speckle.py: All the interactions between speckle-speckle, and speckle-chromosome | ||
|
||
- nucleolus.py: All the interactions between nucleolus-nucleolus, nucleolus-speckle, and nucleolus-chromosome | ||
|
||
- lamina.py: All the interactions between lamina-other particles, and includes the nucleus deformation force when squeezing the model |