Skip to content

Commit

Permalink
Merge branch 'main' into ancova_updated
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH authored Feb 21, 2025
2 parents 682671e + c1b61aa commit 9e91058
Show file tree
Hide file tree
Showing 7 changed files with 220 additions and 142 deletions.
4 changes: 2 additions & 2 deletions docs/api_examples/Download_PRIDE_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# This notebook shows how `acore` can be used to download data from
# the Proteomics Identifications Database - PRIDE -
# ([ebi.ac.uk/pride/](https://www.ebi.ac.uk/pride/))
# and parse the data to be used in the analytics core.
# and parse the data to be used in the analytics core
# and quickly formated to start analyzing them with the functionality in the analytics core.
#
# > based on CKG recipe: [Download PRIDE Data](https://ckg.readthedocs.io/en/latest/notebooks/recipes/Download_PRIDE_data.html)
Expand All @@ -36,7 +36,7 @@
# %% [markdown]
# ## Parameters
# Specify the PRIDE identifier and file to be downloaded
# - and where to store intermediate files.
# and where to store intermediate files.

# %% tags=["parameters"]
pxd_id: str = "PXD008541" # PRIDE identifier
Expand Down
Loading

0 comments on commit 9e91058

Please sign in to comment.