Difference between revisions of "Tutorial"
From MSL-Libraries
Jump to navigationJump to search (→NOTE: the tutorial is under construction) |
|||
Line 7: | Line 7: | ||
** [[Tutorial:Getting started: Compiling your own programs in MSL|Getting started: Compiling your own programs in MSL]] | ** [[Tutorial:Getting started: Compiling your own programs in MSL|Getting started: Compiling your own programs in MSL]] | ||
* '''Molecular objects: atoms, residues, chains...''' | * '''Molecular objects: atoms, residues, chains...''' | ||
− | ** [[Tutorial: | + | ** [[Tutorial:Reading a PDB file with the simpler molecular object: the AtomContainer | Reading a PDB file with the simpler molecular object: the AtomContainer]] |
− | ** [[Tutorial: | + | ** [[Tutorial:Reading a PDB file with the complex molecular object: the System | Reading a PDB file with the complex molecular object: the System]] |
− | ** [[Tutorial: | + | ** [[Tutorial:Looping over Chains, Residues, Atoms in the System| Looping over Chains, Residues, Atoms in the System]] |
** [[Tutorial:Molecular Object Getters | Checking for existance of Atoms, Residues, Chains and getting them]] | ** [[Tutorial:Molecular Object Getters | Checking for existance of Atoms, Residues, Chains and getting them]] |
Revision as of 17:47, 16 March 2010
NOTE: the tutorial is under construction
- Getting started
- Molecular objects: atoms, residues, chains...