Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-badretdin committed Apr 18, 2022
2 parents dc6014d + 5282690 commit 122aba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pgap.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def update(self):
docker_thread.start()
threads.append(docker_thread)
# precreate the directory where the tarfile will be unloaded.
os.makedirs(f"{self.install_dir}/input-{self.use_version}/uniColl_path")
os.makedirs(f"{self.install_dir}/input-{self.use_version}/uniColl_path", exist_ok=True)
self.install_data(threads)
genomes_thread = threading.Thread(target = self.install_test_genomes)
genomes_thread.start()
Expand Down

0 comments on commit 122aba2

Please sign in to comment.