Closed BvB93 closed 1 year ago
Merging #298 (1e29376) into master (cbbe023) will decrease coverage by
0.22%
. The diff coverage is64.19%
.
@@ Coverage Diff @@
## master #298 +/- ##
==========================================
- Coverage 74.86% 74.65% -0.22%
==========================================
Files 70 71 +1
Lines 7949 8111 +162
Branches 1682 1719 +37
==========================================
+ Hits 5951 6055 +104
- Misses 1573 1614 +41
- Partials 425 442 +17
Impacted Files | Coverage Δ | |
---|---|---|
FOX/io/_top_concat.py | 63.05% <63.05%> (ø) |
|
FOX/io/_read_top.py | 80.00% <100.00%> (+0.31%) |
:arrow_up: |
Closes https://github.com/nlesc-nano/auto-FOX/issues/293
Adds a new set of
TOPContainer.concatenate....
methods that can be used for adding new entries to the specified GROMACS .top directive. As of the moment the following 4 directives are supported:TOPContainer.concatenate.atomtypes
TOPContainer.concatenate.atoms
TOPContainer.concatenate.nonbond_params
TOPContainer.concatenate.pairs
Examples