../
|
TinkerRunner.java
|
807
(11 years ago)
by duarte:
Fixed bug: wasn't checking exit value of protein, xyzpdb and pdbxyz. Now throwing exception when exit value not 0.
|
TinkerError.java
|
492
(11 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
PRMInfo.java
|
539
(11 years ago)
by stehr:
some refactoring in TinkerRunner and related classes (moved forceConstant parameter from constructor to reconstruct method; made force field file type an enum)
|
GromacsRunner.java
|
715
(11 years ago)
by duarte:
New option -s to do split output.
Now converting final gro file to pdb
Fixed bugs:
- now flushing correctly the gromacs.log (by closing log)
- now properly cleaning up temp files (the ones written to /tmp)
|
GromacsMDP.java
|
713
(11 years ago)
by duarte:
Initial commit of script and classes to interface with gromacs.
|
GromacsError.java
|
713
(11 years ago)
by duarte:
Initial commit of script and classes to interface with gromacs.
|
ConstraintsMaker.java
|
680
(11 years ago)
by duarte:
New feature: now we can enforce omega trans conformation for the torsion angle of the peptide bond.
New method in Pdb: getOmega
|