Skip to content

Commit 5f51368

Browse files
committed
Multifile support
1 parent 21ea1db commit 5f51368

14 files changed

Lines changed: 2155 additions & 1848 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Python
5252
uses: actions/setup-python@v5
5353
with:
54-
python-version: '3.14'
54+
python-version: '3.12'
5555

5656
- name: Install Rust
5757
uses: dtolnay/rust-toolchain@stable
@@ -65,6 +65,8 @@ jobs:
6565
6666
- name: Decompress test data
6767
run: gunzip -d -k test_data/*.gz
68+
- name: Download test data
69+
run: wget -P test_data ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2026/02/PXD066718/20250411_Ast0_500SPD_EVO685_JVO_EV1107_050ng_HEK-CPR_380-980_2Th_1P5ms_OFF_05_20250413081131.raw
6870

6971
- name: Build and test
7072
run: |

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ _build/
7373
venv3.11/pyvenv.cfg
7474
/scratch
7575
test_data/MS2_MS1_zoom.raw
76-
76+
test_data/MS2_MS1_astral.raw
77+
test_data/20250411_Ast0_500SPD_EVO685_JVO_EV1107_050ng_HEK-CPR_380-980_2Th_1P5ms_OFF_05_20250413081131.raw

0 commit comments

Comments
 (0)