From d402a0426bc88225acab16118b639918eff146c9 Mon Sep 17 00:00:00 2001 From: LaraFuhrmann <55209716+LaraFuhrmann@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:32:42 +0200 Subject: [PATCH] fix typo --- viloca/shotgun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viloca/shotgun.py b/viloca/shotgun.py index c1ea183..b85c2db 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'), "work") logging.info('shotgun run ends') logging.info('VILOCA terminated')