Skip to content

Commit

Permalink
Merge pull request #23 from AI-sandbox/davidbonet-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
salcc authored Feb 27, 2025
2 parents 004cdfa + abaeaa9 commit 7c91670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ On the chromosome 22 of the 1000 Genomes Project dataset:

## Running the benchmark

The benchmark is run with the following command in the Phoenix compute cluster of the University of California Santa Cruz Genomics Institute:
The benchmark can be run using conda and pip:

```bash
conda create -n snputils python=3.12
conda activate snputils
pip install snputils[benchmark]
bash benchmark/run.sh --data-dir /private/groups/ioannidislab/salcc/snputils_data
bash benchmark/run.sh --data-dir $DATA_DIR
```
The `--data-dir` argument specifies the directory where the data is stored. If the argument is not provided, it is stored in the `data` directory in the root of the repository. If the data is not found in the directory, it is downloaded from the internet.

Expand All @@ -32,4 +32,4 @@ python plot.py \

## Contributing

We strive to ensure fair comparisons across all libraries in our benchmark. If you believe the implementation using any of the compared libraries could be made more efficient, we warmly welcome your contributions! Please don't hesitate to open a pull request with your improvements. This helps ensure we're showcasing each library's best performance characteristics and benefits the entire genomics community.
We strive to ensure fair comparisons across all libraries in our benchmark. If you believe the implementation using any of the compared libraries could be made more efficient, we warmly welcome your contributions! Please don't hesitate to open a pull request with your improvements. This helps ensure we're showcasing each library's best performance characteristics and benefits the entire genomics community.

0 comments on commit 7c91670

Please sign in to comment.