3D DOCK: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<pre> Category:ZclusterCategory:SoftwareCategory:Bioinformatics === Category === Bioinformatics === Program on === zcluster === Version === === Author / Distr...") |
No edit summary |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Pcluster]] | |||
[[Category: | |||
=== Category === | === Category === | ||
=== Program | Chemistry | ||
=== Program On === | |||
pcluster | |||
=== Version === | === Version === | ||
2.0 | |||
=== Author / Distributor === | === Author / Distributor === | ||
See [http://www.bmm.icnet.uk/docking/ 3D Dock] | |||
=== Description === | === Description === | ||
A suite of protein docking programs, including FTDock and RPScore (MultiDock is not available here). | |||
=== Running Program === | === Running Program === | ||
'''Example''' | |||
Shell script to run one of the sample files provided in /usr/local/3D_Dock/tutorial | |||
To run a serial job (serial.sh): | |||
<pre class="gscript"> | |||
#!/bin/csh | |||
cd working_directory | |||
/usr/local/3D_Dock/scripts/preprocess-pdb.perl -pdb 1FTL.pdb | |||
/usr/local/3D_Dock/bin/ftdock -static 2pka.parsed -mobile 5pti.parsed | |||
</pre> | |||
To submit a 10 hour long serial job to the batch queue: | |||
<pre class="gcommand"> | |||
ugsub T1-i1-t1-10h serial.sh | |||
</pre> | |||
=== Documentation === | === Documentation === | ||
*User manual available in /usr/local/3D_Dock/docs/ | |||
*More information at [http://www.bmm.icnet.uk/docking/ 3D Dock] | |||
=== Installation === | === Installation === | ||
*Installed in /usr/local/3D_Dock/ | |||
*PDB files preprocessing perl scripts installed in /usr/local/3D_Dock/scripts. | |||
*The executables in /usr/local/3D_Dock/bin are for serial jobs. | |||
=== System === | === System === | ||
Unix (AIX) | |||
Latest revision as of 09:07, 5 June 2014
Category
Chemistry
Program On
pcluster
Version
2.0
Author / Distributor
See 3D Dock
Description
A suite of protein docking programs, including FTDock and RPScore (MultiDock is not available here).
Running Program
Example
Shell script to run one of the sample files provided in /usr/local/3D_Dock/tutorial
To run a serial job (serial.sh):
#!/bin/csh cd working_directory /usr/local/3D_Dock/scripts/preprocess-pdb.perl -pdb 1FTL.pdb /usr/local/3D_Dock/bin/ftdock -static 2pka.parsed -mobile 5pti.parsed
To submit a 10 hour long serial job to the batch queue:
ugsub T1-i1-t1-10h serial.sh
Documentation
- User manual available in /usr/local/3D_Dock/docs/
- More information at 3D Dock
Installation
- Installed in /usr/local/3D_Dock/
- PDB files preprocessing perl scripts installed in /usr/local/3D_Dock/scripts.
- The executables in /usr/local/3D_Dock/bin are for serial jobs.
System
Unix (AIX)