Structure
From Bioinformatist.com
Revision as of 16:44, 31 March 2009; Vimalkumar (Talk | contribs)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
Installation of Structure 2.2.3(diff) ←Older revision | Current revision | Newer revision→ (diff)
Download
http://pritch.bsd.uchicago.edu/software/structure22/structure2.2.3.i386.tar.gz
Uncompress and untar
tar zxvf structure2.2.3.i386.tar.gz
cd structure2.2.3_install
./install /usr/local/structure
Create symlink
cd /usr/local/bin
ln -s /usr/local/structure/bin/structure.exe structure
Test run
Copy mainparams and extraparams structure_console zip file. These are missing from the above tar.gz archive
http://pritch.bsd.uchicago.edu/software/structure22/structure2.2.3.console.i386.zip
mkdir /home/vimal/temp
cd ~/temp
structure -i testdata1 -o testdata1out > testdata.log 2>&1
