From 52ad2ec144c2d4cffe1d5cf6982be721036618d4 Mon Sep 17 00:00:00 2001 From: ameyner2 <alison.meynert@igmm.ed.ac.uk> Date: Thu, 27 Aug 2020 07:46:50 +0100 Subject: [PATCH] Added date for bcbio dev branch, VASE installation instructions. --- docs/Software_installation.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/Software_installation.md b/docs/Software_installation.md index cdfef0a..984718c 100644 --- a/docs/Software_installation.md +++ b/docs/Software_installation.md @@ -6,7 +6,7 @@ Downloaded Aspera Connect version 3.7.4.147727 from https://downloads.asperasoft ## bcbio -Version 1.2.3 with some bugfixes from the dev branch. +Version 1.2.3 with some bugfixes from the dev branch as of 26 August 2020. Start with installing the base software, and add datatargets. @@ -50,4 +50,17 @@ Increase JVM memory for GATK in galaxy/bcbio_system.yaml ## VASE -VASE was installed following the instructions at https://github.com/david-a-parry/vase. +VASE was installed following the instructions at https://github.com/david-a-parry/vase, downloaded 27 August 2020. + +``` +cd /home/u035/project/software/install +git clone https://github.com/david-a-parry/vase.git +cd vase +/home/u035/project/software/bcbio/anaconda/bin/python3 setup.py install --prefix /home/u035/project/software +``` + +Users should include this line in any shell scripts calling VASE: + +``` +export PYTHONPATH=/home/u035/project/software/lib/python3.6/site-packages +``` \ No newline at end of file -- GitLab