•GROMACS Force-field Files: CHARMM36m and OPLS-AA/M force-fields; these must be obtained from the respective groups (https://mackerell.umaryland.edu/) & (https ...
This is a simple script which converts LDIF to JSON. My primary use case is to import read generated JSON with Ansible. The script accepts variables supplied after as values for -v (awk standart way ...
The awk command can make it easy to remove duplicate characters from a string even when those characters aren’t sequential, especially when the process is turned into a script. First, the awk command ...