Team:TU-Munich/Results/How To

From 2013.igem.org

(Difference between revisions)
(Created page with "{{Team:TU-Munich/TUM13_Menu}} {{Team:TU-Munich/TUM13_Style}} <div id="wikicontent-container"> <div id="wikicontent"> <!-- Start of content --> Movie <!-- End of content--> </...")
Line 6: Line 6:
<!-- Start of content -->
<!-- Start of content -->
-
Movie
+
==Generation of Annimated GIFs showing PDB files in 3D==
-
 
+
*A homology search was performed for the amino acid sequece using [http://toolkit.tuebingen.mpg.de/hhpred HHpred]
 +
*Entry for the best matching structure(> 50%)in PDB-database was opened
 +
*PDB-file was  was saved
 +
*The structure was opened with Pymol
 +
*The approach was adapted from a PyMol-Tutorial [[http://ihome.cuhk.edu.hk/~b102142/pymol/pymol_tutorial.html Wong]]
 +
*The following commands were entered into the command line:
 +
<code>
 +
PyMOL> orient<br>
 +
PyMOL> hide everything, all<br>
 +
PyMOL> show cartoon, all<br>
 +
PyMol> bg_color white<br>
 +
click> Settings>Rendering>Shadows>Occlusion<br>
 +
PyMOL> color purple, ss h; color yellow, ss s; color green, ss ""<br>
 +
PyMOL> show surface, all<br>
 +
PyMOL> set transparency, 0.75<br>
 +
PyMOL> set surface_quality, 1    (command will prolongue the process significantly, you may skip it)<br>
 +
PyMOL> set ray_trace_frames=1    (command will prolongue the process significantly, you may skip it)<br>
 +
PyMOL> mset 1 x180<br>
 +
PyMOL> util.mroll 1,180<br>
 +
PyMOL> mpng frame<br>
 +
</code>
 +
*Afterward the *.png files were automatically converted to *.tif files using xxx
 +
*The program xxx was used to generate the annimated GIFs
 +
**A new working folder was generated and the *.gif files were imported
 +
**The background was set to white
 +
**The range of colors was set to 256
 +
**Finally the annimated Gif was computed
 +
The result is the following:<br>
 +
[[File:TUM13_Annimated_Gif_test.gif|thumb|left|320px|Description]]
<!-- End of content-->
<!-- End of content-->

Revision as of 20:52, 28 September 2013


Generation of Annimated GIFs showing PDB files in 3D

  • A homology search was performed for the amino acid sequece using [http://toolkit.tuebingen.mpg.de/hhpred HHpred]
  • Entry for the best matching structure(> 50%)in PDB-database was opened
  • PDB-file was was saved
  • The structure was opened with Pymol
  • The approach was adapted from a PyMol-Tutorial http://ihome.cuhk.edu.hk/~b102142/pymol/pymol_tutorial.html Wong
  • The following commands were entered into the command line:

PyMOL> orient
PyMOL> hide everything, all
PyMOL> show cartoon, all
PyMol> bg_color white
click> Settings>Rendering>Shadows>Occlusion
PyMOL> color purple, ss h; color yellow, ss s; color green, ss ""
PyMOL> show surface, all
PyMOL> set transparency, 0.75
PyMOL> set surface_quality, 1 (command will prolongue the process significantly, you may skip it)
PyMOL> set ray_trace_frames=1 (command will prolongue the process significantly, you may skip it)
PyMOL> mset 1 x180
PyMOL> util.mroll 1,180
PyMOL> mpng frame

  • Afterward the *.png files were automatically converted to *.tif files using xxx
  • The program xxx was used to generate the annimated GIFs
    • A new working folder was generated and the *.gif files were imported
    • The background was set to white
    • The range of colors was set to 256
    • Finally the annimated Gif was computed

The result is the following: