Mercurial > repos > chemteam > parmconv
annotate test-data/leap_testfile.txt @ 9:6d0677a148fe draft default tip
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
author | chemteam |
---|---|
date | Thu, 27 Jan 2022 17:17:20 +0000 |
parents | |
children |
rev | line source |
---|---|
9
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
1 source oldff/leaprc.ff14SB |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
2 loadAmberParams frcmod.ff14SB |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
3 loadAmberParams frcmod.ionsjc_tip4pew |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
4 loadAmberPrep sample.dat |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
5 loadAmberParams sample.dat |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
6 mol = loadPdb sample.dat |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
7 bond mol.114.ZN mol.5.SG |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
8 set mol box 12 |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
9 addIons mol Cl- 0 |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
10 addIons mol Na+ 0 |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
11 saveAmberParm mol out/saveAmberParm_topologyfilename_9_1.prmtop out/saveAmberParm_coordinatefilename_9_2.inpcrd |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
12 savePdb mol out/savePdb_filename_10_1.pdb |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
13 quit |
6d0677a148fe
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff
changeset
|
14 |