Skip to content

Commit

Permalink
Add bioconda to original ostir benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
croots authored Nov 15, 2024
1 parent ea9be3b commit 53b791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarking/benchmark_ostir.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def setup_micromamba():
print("----------\n")
os.chdir(starting_dir)
setup_micromamba()
subprocess.run(f"micromamba install -n {conda_namespace} viennarna=2.4.18 -y",
subprocess.run(f"micromamba install -n {conda_namespace} viennarna=2.4.18 -y -c bioconda",
shell=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
ostir_benchmark = BenchmarkerOstir(commit = "79eb4b9")
ostir_benchmark.benchmark_t7()
Expand Down

0 comments on commit 53b791e

Please sign in to comment.