Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Jul 22, 2024
1 parent 6a20242 commit d402a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viloca/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d402a04

Please sign in to comment.