Skip to content

Commit da0796e

Browse files
authored
Merge pull request #190 from COMBINE-lab/dev
Add Flex GEX support, release tooling, and docs updates
2 parents de49a85 + 5e95dad commit da0796e

24 files changed

Lines changed: 2384 additions & 980 deletions

.github/workflows/test_simpleaf.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: "!contains(github.event.head_commit.message, 'skip ci')"
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, macos-13]
17+
os: [ubuntu-latest, macos-15]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout repository
@@ -27,9 +27,6 @@ jobs:
2727
override: true
2828
components: rustfmt
2929

30-
- name: Check format
31-
run: cargo fmt -- --check
32-
3330
- name: Build
3431
run: cargo build --verbose --release
3532

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ TEST_REF
2222
TEST_REF_CLAPV4
2323
TEST_REF_ROERS
2424
blarg
25+
gencode_v49_simpleaf/
26+
pbmc_1k_v3_test_quant/
27+
pbmc_1k_v3_test_quant_new/
28+
scripts/download_accessions_rush.sh
2529

2630
# macOS Finder metadata
2731
**/.DS_Store

0 commit comments

Comments
 (0)