File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,20 @@ The rules for this file:
1515 * YYYY-MM-DD date format (following ISO 8601)
1616 * accompany each entry with github issue/PR number (Issue #xyz)
1717-->
18+ ## [ 1.1.1] - 2025-07-18
19+
20+ ### Authors
21+ * @rsexton2
22+ * @orbeckst
23+
24+ ## Changed
25+ * The default name for the contacts file changed from "contacts.pkl" to
26+ "contacts_max10.0.pkl" as it now embeds the max_cutoff (Issue #27 , PR #31 )
27+
28+ ## Fixed
29+ * distinguished max_cutoff from cutoff in contact file metadata (Issues #27
30+ and #32 )
31+
1832
1933## [ 1.1.0] - 2025-07-04
2034
@@ -30,7 +44,6 @@ The rules for this file:
3044 and trajectory source tracking (Issue #16 )
3145
3246### Changed
33- * distinguished max_cutoff from cutoff in contact file metadata (Issues #27 #32 )
3447* package has final paper citation
3548
3649
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The basicrta workflow starts with collecting contacts between two atom groups
1313 python -m basicrta.contacts --top top.pdb --traj traj.xtc --sel1 "protein"
1414 --sel2 "resname CHOL" --cutoff 7.0 --nproc 4
1515
16- This will create two contact maps: ``contacts .pkl `` and ``contacts_7.0.pkl ``.
16+ This will create two contact maps: ``contacts_max10.0 .pkl `` and ``contacts_7.0.pkl ``.
1717The first is used to map all contacts defined with a 10 |AA | cutoff, upon which
1818the cutoff is imposed and a new contact map is created for each desired cutoff
1919value (for storage reasons this may change in the future). The protein residues
You can’t perform that action at this time.
0 commit comments