[ensembl-dev] virtual machine update/ensembl API

Andy Yates ayates at ebi.ac.uk
Thu Nov 8 13:02:56 GMT 2012


Hi Juha,

Currently our update procedure is to download a fresh VM from our FTP site with each release as we will be introducing more things into it as we merge our various internal VMs. However the APIs on the VMs are just CVS checkouts with little dependency on the underlying OS so you can update say the 68 API to 69 by doing:

cd $HOME/ensembl-api-folder
for d in ensembl*; do
echo Updating $d
cd $d && cvs -q update -dP -A -r branch-ensembl-69 && cd -
done

The VEP cache files need to be re-downloaded but there should be no OS dependency issues with them

Regards,

Andy

Andrew Yates                   Ensembl Core Software Project Leader
EMBL-EBI                       Tel: +44-(0)1223-492538
Wellcome Trust Genome Campus   Fax: +44-(0)1223-494468
Cambridge CB10 1SD, UK         http://www.ensembl.org/

On 8 Nov 2012, at 05:27, juha.muilu at kolumbus.fi wrote:

> 
> Hi
> Wondering what  is the best procedure to update existing ensemble virtual machine to the latest release.  Are there any dependencies with operating system or cache settings variation api is using for example?
> 
> Best regards, Juha
> 
> 
> _______________________________________________
> Dev mailing list    Dev at ensembl.org
> Posting guidelines and subscribe/unsubscribe info: http://lists.ensembl.org/mailman/listinfo/dev
> Ensembl Blog: http://www.ensembl.info/





More information about the Dev mailing list