Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Jan 3, 2025
1 parent b3c68f7 commit 234cfb5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/comparison.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Compare

on:
push:
branches:
- main
pull_request:

jobs:
crossmap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache Primes
id: cache-primes
uses: actions/cache@v4
with:
path: chainfiles
key: ${{ runner.os }}-chainfiles
- name: Update Rust
run: rustup update stable && rustup default stable
- uses: Swatinem/rust-cache@v2
with:
workspaces: .
- run: cargo run --release --features=binaries -d chainfiles hg19ToHg38

0 comments on commit 234cfb5

Please sign in to comment.