We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c86ecaf + 1922716 commit 9d31a2cCopy full SHA for 9d31a2c
2 files changed
.github/workflows/deploydocs.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-python@v4
15
- with: {python-version: "3.10"}
+ with: {python-version: "3.8"}
16
- name: Tools for docs build
17
run: |
18
pip install --upgrade pip
setup.cfg
@@ -7,7 +7,7 @@
7
name = sushie
8
description = SNP fine-mapping of molecular data across ancestries using SuShiE
9
author = Zeyun Lu, Nicholas Mancuso
10
-author_email = zeyunlu@usc.edu, Nicholas.Mancuso@med.usc.edu
+author_email = zeyun_lu@dfci.harvard.edu, Nicholas.Mancuso@med.usc.edu
11
license = MIT
license_files = LICENSE.txt
long_description = file: README.md
0 commit comments