Open plaza

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Unix)
(X-ray crystallography)
Line 15: Line 15:
*Related programs are installed at ''panflam'' (linux machine; 2 CPU (8 cores))
*Related programs are installed at ''panflam'' (linux machine; 2 CPU (8 cores))
<pre>/home/x-ray</pre>
<pre>/home/x-ray</pre>
 +
*Environment Setup (for <i>tcsh shell</i>) - panflam
 +
*Check your login SHELL
 +
<pre>
 +
echo $SHELL
 +
/bin/tcsh  # you should see this if you use 'tcsh'
 +
</pre>
 +
*then, modify your shell enivironment - add followings into ''.cshrc'' file in your home directory
 +
<pre>
 +
# x-ray setting
 +
setenv XRAY /home/x-ray
 +
## CNS
 +
source $XRAY/cns_solve_1.2/cns_solve_env
 +
## phenix
 +
source $XRAY/phenix-1.5-2/phenix_env
 +
## ccp4
 +
source $XRAY/setup-scripts/csh/ccp4.setup
 +
source $XRAY/setup-scripts/csh/ccp4-others.setup
 +
</pre>
 +
*activate the enivronment
 +
<pre>
 +
source ~/.cshrc
 +
</pre>
*[[X-ray programs]]
*[[X-ray programs]]
*Methods
*Methods

Revision as of 23:55, 6 November 2009

Contents

Protocols

Part list

X-ray crystallography

/home/x-ray
echo $SHELL
/bin/tcsh  # you should see this if you use 'tcsh'
# x-ray setting
setenv XRAY /home/x-ray
## CNS
source $XRAY/cns_solve_1.2/cns_solve_env
## phenix
source $XRAY/phenix-1.5-2/phenix_env
## ccp4
source $XRAY/setup-scripts/csh/ccp4.setup
source $XRAY/setup-scripts/csh/ccp4-others.setup
source ~/.cshrc

Computing resources

  1. Compbio
  2. Microbio
  3. Panpyro
  4. Panflam

Unix & Programming

Unix

ssh -X me@remotemachine
X11Forward yes

Your display will look to the remote machine like:

echo $DISPLAY
localhost:10.0
firefox --display=$DISPLAY &

xhost/export DISPLAY

xhost + remotemachine
export DISPLAY=localhost:0.0
xhost -
bash shell:
export LC_ALL=en_GB.ISO8859-1
export LANG=en_GB.ISO8859-1

Python

Applications


Windows

Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox