Skip to content

Commit

Permalink
fix merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
adraismawur committed Jun 7, 2024
1 parent 7361a98 commit a329e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nplinker/arranger.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def _run_bigscape(self) -> None:
The clustering file "mix_clustering_c{self.config.bigscape.cutoff}.tsv" will be copied to the
default BiG-SCAPE directory.
"""
defaults.BIGSCAPE_RUNNING_OUTPUT_PATH.mkdir(exist_ok=True, parents=True)
self.bigscape_running_output_dir.mkdir(exist_ok=True, parents=True)

version = self.config.bigscape.version

Expand Down

0 comments on commit a329e43

Please sign in to comment.