From 1d37d0ac2cb332471b720238de8ccadfdd89af1e Mon Sep 17 00:00:00 2001 From: Acribbs Date: Wed, 9 Jan 2019 20:30:13 +0000 Subject: [PATCH] small bugfix --- cgatshowcase/pipeline_transdiffexprs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cgatshowcase/pipeline_transdiffexprs.py b/cgatshowcase/pipeline_transdiffexprs.py index babe3b5..1cc4fab 100644 --- a/cgatshowcase/pipeline_transdiffexprs.py +++ b/cgatshowcase/pipeline_transdiffexprs.py @@ -250,7 +250,6 @@ def run_deseq2(infiles, outfiles): # this may be a bug, but when you supply a list of output files # using @merge you need to unpack them before running P.run(). I will # look into this AC - outfile, _ = outfiles R_ROOT = os.path.join(os.path.dirname(__file__), "R")