From d8c5f7401e439ae554ea939388b39be61299bca6 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Sat, 7 Oct 2017 22:10:46 -0500 Subject: [PATCH] Fix version of bwa --- astrocyte_pkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrocyte_pkg.yml b/astrocyte_pkg.yml index c28de21..f8b8dcf 100644 --- a/astrocyte_pkg.yml +++ b/astrocyte_pkg.yml @@ -43,7 +43,7 @@ workflow_modules: - 'trimgalore/0.4.1' - 'cutadapt/1.9.1' - 'fastqc/0.11.2' - - 'bwa/intel/0.7.15' + - 'bwa/intel/0.7.12' # A list of parameters used by the workflow, defining how to present them, # options etc in the web interface. For each parameter: -- GitLab