Difference between revisions of "Tutorial"
From MSL-Libraries
Jump to navigationJump to search (→NOTE: the tutorial is under construction) |
(→NOTE: the tutorial is under construction) |
||
Line 2: | Line 2: | ||
* '''Getting started''' | * '''Getting started''' | ||
− | ** Getting MSL | + | ** ''Getting MSL'' |
*** [[Tutorial:Getting started: Downloading MSL|Getting started: Downloading MSL]] | *** [[Tutorial:Getting started: Downloading MSL|Getting started: Downloading MSL]] | ||
− | ** Compiling | + | ** ''Compiling'' |
*** [[Tutorial:Getting started: Compiling MSL|Getting started: Compiling MSL]] | *** [[Tutorial:Getting started: Compiling MSL|Getting started: Compiling MSL]] | ||
*** [[Tutorial:Getting started: Compiling MSL with external libraries|Getting started: Compiling MSL with external libraries]] | *** [[Tutorial:Getting started: Compiling MSL with external libraries|Getting started: Compiling MSL with external libraries]] | ||
*** [[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...''' | ||
− | ** Read and write coordinates to/from files | + | ** ''Read and write coordinates to/from files'' |
*** [[Tutorial:Reading a PDB file with the simpler molecular object: the AtomContainer | Reading a PDB file with the simpler molecular object: the AtomContainer]] | *** [[Tutorial:Reading a PDB file with the simpler molecular object: the AtomContainer | Reading a PDB file with the simpler molecular object: the AtomContainer]] | ||
*** [[Tutorial:Reading a PDB file with the complex molecular object: the System | Reading a PDB file with the complex molecular object: the System]] | *** [[Tutorial:Reading a PDB file with the complex molecular object: the System | Reading a PDB file with the complex molecular object: the System]] | ||
− | ** Interacting and manipulating molecular objecs | + | ** ''Interacting and manipulating molecular objecs'' |
− | ** [[Tutorial:Looping over Chains, Residues, Atoms in the System| Looping over Chains, Residues, Atoms in the System]] | + | *** [[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 00:49, 17 March 2010
NOTE: the tutorial is under construction
- Getting started
- Molecular objects: atoms, residues, chains...
- Read and write coordinates to/from files
- Interacting and manipulating molecular objecs