# Download swissprot and create tab separated files from it. # This will take about 70 minutes for the wgets, and # 15 minutes for the spToDb step.. ssh hgwdev mkdir -p /cluster/store11/swissprot/070202/build ln -s /cluster/store11/swissprot/070202 /cluster/store5/swissprot/070202 cd /cluster/store5/swissprot/070202/build wget ftp://us.expasy.org/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot.dat.gz wget ftp://us.expasy.org/databases/uniprot/current_release/knowledgebase/complete/uniprot_trembl.dat.gz wget ftp://us.expasy.org/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot_varsplic.fasta.gz zcat *.dat.gz | spToDb stdin ../tabFiles # Create the database. hgsql mysql <