Skip to content

Commit

Permalink
FEAT test_sciex.ipynb using smaller wiff file
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed May 16, 2024
1 parent ab67b7e commit 74e7222
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.raw
*.wiff
*.wiff2
*.d
*.scan

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"\n",
"raw_data = SciexWiffData()\n",
"raw_data.import_raw(\n",
" \"./test_data/20201215_sswath_1min_5ug_1.wiff\"\n",
" \"./test_data/02112022_Zeno1_TiHe_DIAMA_HeLa_200ng_EVO5_01.wiff\"\n",
")\n",
"raw_data.spectrum_df"
]
Expand Down
5 changes: 3 additions & 2 deletions tests/download_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ def download_file(url, local_filename):
url_template = "https://datashare.biochem.mpg.de/s/GOiZGGOhrHzS54M/download?path=%2F&files={}"
output_template = "../nbs_tests/test_data/{}"
test_files = [
"20201215_sswath_1min_5ug_1.wiff",
"20201215_sswath_1min_5ug_1.wiff.scan",
"02112022_Zeno1_TiHe_DIAMA_HeLa_200ng_EVO5_01.wiff",
"02112022_Zeno1_TiHe_DIAMA_HeLa_200ng_EVO5_01.wiff2",
"02112022_Zeno1_TiHe_DIAMA_HeLa_200ng_EVO5_01.wiff.scan",
"iRT.raw",
"iRT_DIA.raw",
"multinotch.raw",
Expand Down

0 comments on commit 74e7222

Please sign in to comment.