VMD: Difference between revisions

Jump to navigation Jump to search
160 bytes added ,  2 years ago
mostly formatting changes
No edit summary
(mostly formatting changes)
Line 47: Line 47:
<!--T:12-->
<!--T:12-->
5. Create two new directories to receive the program files:
5. Create two new directories to receive the program files:
</translate>
</translate>
  mkdir ~/vmd_install
  mkdir ~/vmd_install
Line 65: Line 66:
<!--T:17-->
<!--T:17-->
6. Run <code>configure</code> and <code>make</code>:
6. Run <code>configure</code> and <code>make</code>:
</translate>
</translate>
  ./configure
  ./configure
Line 89: Line 91:
</translate>
</translate>
  defaults write org.macosforge.xquartz.X11 enable_iglx -bool true
  defaults write org.macosforge.xquartz.X11 enable_iglx -bool true
<translate>


== Installing plugins ==
== Installing plugins ==


VMD has many plugins available.  You should be able to install them in your own space.  The example that follows will illustrate how to install the [https://github.com/HuiLiuCode/CaFE_Plugin CaFE plugin].
VMD has many plugins available.  You can install them in your own space.   
 
The example that follows illustrates how to install the [https://github.com/HuiLiuCode/CaFE_Plugin CaFE plugin],
The installation instructions are detailed [https://github.com/HuiLiuCode/CaFE_Plugin/blob/master/doc/manual.pdf here].
from detailed instructions which can be found [https://github.com/HuiLiuCode/CaFE_Plugin/blob/master/doc/manual.pdf here]:


</translate>
  wget https://github.com/HuiLiuCode/CaFE_Plugin/archive/refs/heads/master.zip
  wget https://github.com/HuiLiuCode/CaFE_Plugin/archive/refs/heads/master.zip
  unzip master.zip
  unzip master.zip
Line 102: Line 106:
  mv cafe1.0 ~
  mv cafe1.0 ~
  cd
  cd
<translate>


Then edit the .vmdrc file with
Edit the <code>.vmdrc</code> file with your favorite editor (<code>nano, vim, emacs</code> etc.) and add this line:
 
nano .vmdrc
 
and add this line:


</translate>
  set auto_path [linsert $auto_path 0 {~/cafe1.0}]
  set auto_path [linsert $auto_path 0 {~/cafe1.0}]
<translate>


After this load the vmd module and the other modules (namd) which are required, and the CaFE plugin should be available.
After this, load the <code>vmd</code> module and any other modules which are required, such as <code>namd</code> and the CaFE plugin should be available.


== Links ==
== Links ==


* WestGrid webinars
* WestGrid webinars (in English)
** [https://www.youtube.com/watch?v=_skmrS6X4Ys Molecular visualization with VMD]
** [https://www.youtube.com/watch?v=_skmrS6X4Ys Molecular visualization with VMD]  
** [https://www.youtube.com/watch?v=Jce5JN2fLuo Intermediate VMD topics - Trajectories, movies, scripting]
** [https://www.youtube.com/watch?v=Jce5JN2fLuo Intermediate VMD topics - Trajectories, movies, scripting]
</translate>
Bureaucrats, cc_docs_admin, cc_staff
2,915

edits

Navigation menu