Skip to content

Commit

Permalink
Remove temporary fasta file
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Mar 28, 2024
1 parent 37c9079 commit 418f276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/phylogeny.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def execute(self) -> None:
"Start analysis of MSP %s: %d/%d", msp_file.name, idx, msp_count
)
with NamedTemporaryFile(
mode="wt", dir=self.meteor.tmp_dir, suffix=".fasta", delete=False
mode="wt", dir=self.meteor.tmp_dir, suffix=".fasta"
) as temp_clean:
tree_file = self.meteor.tree_dir / f"{msp_file.name}".replace(
".fasta", ".tree"
Expand Down

0 comments on commit 418f276

Please sign in to comment.