Skip to content

Commit

Permalink
version 1.72.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganten-Hornby committed Feb 15, 2025
1 parent fd302c6 commit 4b49d47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:

# --- Build 'docs' documentation ---
- name: Install 'docs' dependencies
working-directory: ./docs
run: |
python -m pip install -r requirements.txt
python -m pip install '.[doc]'
- name: Build 'docs' documentation
working-directory: ./docs
Expand Down
2 changes: 1 addition & 1 deletion docs/source/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To illustrate how to use gsMap, we provide some example GWAS and ST data. You ca
.. _data-availability:

Data Availability
----------------
-------------------
.. list-table::
:header-rows: 1

Expand Down
2 changes: 1 addition & 1 deletion docs/source/data_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rs12184279 A C 1.050 226224
rs116801199 T G 0.300 226626
```

#### How to format the GWAS data
### How to format the GWAS data
You can convert GWAS summary data into the required format using custom code. For convenience, gsMap provides a command to do this. Below is an example of how to use the command.

Download the human height GWAS data and decompress it.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ How to use ``gsMap``, check out the `tutorials <tutorials.rst>`__


Online Analysis Service (coming soon)
---------
--------------------------------------
Users could upload their own GWAS summary statistics data to perform the analysis.


Expand Down
2 changes: 1 addition & 1 deletion src/gsMap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Genetics-informed pathogenic spatial mapping
"""

__version__ = "1.72.2"
__version__ = "1.72.3"

0 comments on commit 4b49d47

Please sign in to comment.