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:Molecular Object PDBFile | Reading a PDB file | + | ** [[Tutorial:Molecular Object PDBFile | Reading a PDB file with the simpler molecular object: the AtomContainer]] |
− | ** [[Tutorial:Molecular Object Looping| Looping over Chains, Residues, Atoms]] | + | ** [[Tutorial:Molecular Object PDBFile | Reading a PDB file with the complex molecular object: the System]] |
+ | ** [[Tutorial:Molecular Object Looping| 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:17, 16 March 2010
NOTE: the tutorial is under construction
- Getting started
- Molecular objects: atoms, residues, chains...