Skip to content

Commit

Permalink
Merge pull request #427 from marrink-lab/fix/425
Browse files Browse the repository at this point in the history
Fix/425
  • Loading branch information
fgrunewald committed Jun 23, 2022
2 parents 69fe046 + 3355a9f commit 16de64e
Show file tree
Hide file tree
Showing 71 changed files with 1,789 additions and 1,794 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ PRO 1
[ atoms ]
;id type resnr residu atom cgnr charge
1 Na 1 PRO BB 1 0
2 C2 1 PRO SC1 2 0
2 AC2 1 PRO SC1 2 0

[constraints]
#meta {"group": "Side chain bonds"}
Expand Down
23 changes: 18 additions & 5 deletions vermouth/data/force_fields/elnedyn22p/aminoacids.ff
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ VAL 1
[ atoms ]
;id type resnr residu atom cgnr charge
1 P5 1 VAL BB 1 0
2 AC2 1 VAL SC1 2 0
2 C2 1 VAL SC1 2 0

[constraints]
; i j funct length
Expand All @@ -91,7 +91,7 @@ LEU 1
[ atoms ]
;id type resnr residu atom cgnr charge
1 P5 1 LEU BB 1 0
2 AC1 1 LEU SC1 2 0
2 C1 1 LEU SC1 2 0

[constraints]
#meta {"group": "Side chain bonds"}
Expand All @@ -108,7 +108,7 @@ ILE 1
[ atoms ]
;id type resnr residu atom cgnr charge
1 P5 1 ILE BB 1 0
2 AC1 1 ILE SC1 2 0
2 C1 1 ILE SC1 2 0

[bonds]
#meta {"group": "Side chain bonds"}
Expand Down Expand Up @@ -159,13 +159,26 @@ ASN 1
[ atoms ]
;id type resnr residu atom cgnr charge
1 P5 1 ASN BB 1 0
2 P5 1 ASN SC1 2 0
2 Nda 1 ASN SC1 2 0
3 D 1 ASN SCP 3 +0.46 36 {"charge_dummy": 0.14}
4 D 1 ASN SCN 4 -0.46 36 {"charge_dummy": 0.14}

[virtual_sites2]
; Site from funct a
2 3 4 1 0.5

[ edges ]
SCP SC1
SCN SC1

[ constraints ]
#meta {"group": "Side chain bonds"}
; i j funct length
1 2 1 0.250

[constraints]
; i j funct length
3 4 1 0.28

;;; GLUTAMINE

Expand Down Expand Up @@ -280,7 +293,7 @@ THR 1
[ atoms ]
;id type resnr residu atom cgnr charge
1 P5 1 THR BB 1 0
2 P1 1 THR SC1 2 0 0
2 N0 1 THR SC1 2 0 0
3 D 1 THR SCP 3 +0.36 36 {"charge_dummy": 0.14}
4 D 1 THR SCN 4 -0.36 36 {"charge_dummy": 0.14}

Expand Down
2 changes: 1 addition & 1 deletion vermouth/data/mappings/elnedyn/ala.charmm36.map
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ALA
universal

[to]
elnedyn
elnedyn21
elnedyn22
elnedyn22p

Expand Down
2 changes: 1 addition & 1 deletion vermouth/data/mappings/elnedyn/arg.charmm36.map
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG
universal

[to]
elnedyn
elnedyn21
elnedyn22

[ martini ]
Expand Down
2 changes: 1 addition & 1 deletion vermouth/data/mappings/elnedyn/asn.charmm36.map
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ASN
universal

[to]
elnedyn
elnedyn21
elnedyn22

[ martini ]
Expand Down
2 changes: 1 addition & 1 deletion vermouth/data/mappings/elnedyn/asp.charmm36.map
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ASP
universal

[to]
elnedyn
elnedyn21
elnedyn22

[ martini ]
Expand Down
141 changes: 0 additions & 141 deletions vermouth/data/mappings/elnedyn/chol.charmm36.map

This file was deleted.

2 changes: 1 addition & 1 deletion vermouth/data/mappings/elnedyn/cys.charmm36.map
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CYS
universal

[to]
elnedyn
elnedyn21
elnedyn22
elnedyn22p

Expand Down

0 comments on commit 16de64e

Please sign in to comment.