https://github.com/gersteinlab/idash23bc
Solution to Track 2 of the 2023 iDASH competition
https://github.com/gersteinlab/idash23bc
Last synced: 2 months ago
JSON representation
Solution to Track 2 of the 2023 iDASH competition
- Host: GitHub
- URL: https://github.com/gersteinlab/idash23bc
- Owner: gersteinlab
- Created: 2023-08-02T15:47:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T01:38:45.000Z (over 1 year ago)
- Last Synced: 2025-01-20T12:07:50.365Z (4 months ago)
- Language: JavaScript
- Size: 5.8 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# idash23bc
1st place winning solution to track 2 of the [iDASH 2023 secure genome analysis competition](http://www.humangenomeprivacy.org/2023/)## Requirements
- [Nodejs](https://nodejs.org)
- [yarn](https://yarnpkg.com/getting-started/install)## Install
git clone this repo, then:```
cd idash23bc
yarn
```## Usage
simple deploy
```
yarn hardhat run scripts/deploy_simple.js
```Or edit hardhat.config.js with configs for `your_network`, and run
```
yarn hardhat run scripts/deploy_simple.js --network your_network
```testing/benchmark
```
yarn hardhat run scripts/benchmark1.js
yarn hardhat test
```