From 14e584555accf4c10437764bf5e1b634f00d4426 Mon Sep 17 00:00:00 2001 From: ameyner2 <alison.meynert@igmm.ed.ac.uk> Date: Wed, 19 Aug 2020 11:07:16 +0100 Subject: [PATCH] Fixed bcbio tools path --- trio_whole_exome_config.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trio_whole_exome_config.sh b/trio_whole_exome_config.sh index 069e497..e4da287 100644 --- a/trio_whole_exome_config.sh +++ b/trio_whole_exome_config.sh @@ -18,5 +18,4 @@ OUTPUT_DIR=$BASE/output ARCHIVE_DIR=/archive/u035/trio_whole_exome -export PATH=/home/u035/project/software/bcbio/bin:$PATH - +export PATH=/home/u035/project/software/bcbio/tools/bin:$PATH -- GitLab