Skip to content

Commit

Permalink
Merge pull request #205 from andthum/feat/scripts/structure/densmap
Browse files Browse the repository at this point in the history
New script to compute 2-dimensional density maps
  • Loading branch information
andthum authored Dec 1, 2023
2 parents 55aec15 + 9b1cd0b commit 91723ed
Show file tree
Hide file tree
Showing 5 changed files with 607 additions and 54 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
scripts/dynamics/plot_msd_layer*.py \
scripts/gmx/*.py \
scripts/other/*.py \
scripts/structure/densmap.py \
scripts/structure/lig_change_at_pos_change_blocks.py \
scripts/structure/subvolume_charge.py \
scripts/structure/plot_gmx_densmap.py \
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"MDTools",
"Münster",
"NBLOCKS",
"Otsu",
"PLOS",
"REAMDE",
"RMSD",
Expand Down Expand Up @@ -71,6 +72,7 @@
"basey",
"biggl",
"biggr",
"binarization",
"bincount",
"binwidth",
"biomolecular",
Expand All @@ -97,6 +99,7 @@
"cumsum",
"currentmodule",
"ddof",
"densmap",
"docstring",
"docstrings",
"doctest",
Expand Down Expand Up @@ -198,6 +201,7 @@
"npyio",
"numpy",
"offsetbox",
"opencv",
"orcid",
"outfiles",
"overfitting",
Expand Down
1 change: 1 addition & 0 deletions docs/source/doc_pages/scripts/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Scripts
:nosignatures:

contact_hist
densmap
lig_change_at_pos_change_blocks
lig_change_at_pos_change_blocks_hist
rmsd_trj_trj
Expand Down
Loading

0 comments on commit 91723ed

Please sign in to comment.