Skip to content

Commit

Permalink
log vphaser2 output dir before execution
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Mar 20, 2024
1 parent 11931a0 commit e3c9f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phylo/vphaser2.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def execute(self, inBam, outDir, numThreads=None): # pylint: disable=W0221
samtoolsTool = tools.samtools.SamtoolsTool()
samtoolsTool.index(inBam)

log.info("V-Phaser2 output directory: '%s'", outDir)

cmd = [self.install_and_get_path(), '-i', inBam, '-o', outDir]
cmd_str = ' '.join(cmd)
envCopy = os.environ.copy()
Expand Down

0 comments on commit e3c9f8b

Please sign in to comment.