From 1c0ba9250b1ba61f5d0c84c4c73349d6592675dd Mon Sep 17 00:00:00 2001 From: LaraFuhrmann <55209716+LaraFuhrmann@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:03:52 +0200 Subject: [PATCH] fix tests --- viloca/shotgun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viloca/shotgun.py b/viloca/shotgun.py index b85c2db..5f8c2ea 100644 --- a/viloca/shotgun.py +++ b/viloca/shotgun.py @@ -694,7 +694,7 @@ def main(args): shutil.move("reads.fas", "work") shutil.move("proposed.dat", "work") shutil.move("snv", "work") - shutil.move(glob.glob('*.cor.fas'), "work") + shutil.move(glob.glob('*.cor.fas')[0], "work") logging.info('shotgun run ends') logging.info('VILOCA terminated')