Spaces:
Sleeping
Sleeping
Grant
commited on
Commit
·
72230c3
1
Parent(s):
903fca3
fix bulk download
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ st.download_button(
|
|
167 |
st.markdown("""
|
168 |
**README**:
|
169 |
- Deletion scores are *visualized* on the -log10 scale.
|
170 |
-
- The genome-wide dataset can be downloaded by clicking [here](https://huggingface.co/spaces/goldmangrant/diff-tol/blob/main/
|
171 |
- Non-aggregated substitution effects can be downloaded or browsed [here](https://huggingface.co/spaces/ntranoslab/esm_variants).
|
172 |
- Additional supplementary data from the paper can be downloaded [here](https://github.com/ntranoslab/diff-tol).
|
173 |
""")
|
|
|
167 |
st.markdown("""
|
168 |
**README**:
|
169 |
- Deletion scores are *visualized* on the -log10 scale.
|
170 |
+
- The genome-wide dataset can be downloaded by clicking [here](https://huggingface.co/spaces/goldmangrant/diff-tol/blob/main/ALL_hum_proteins_ESM1b_del_sub.zip) (or go to files tab).
|
171 |
- Non-aggregated substitution effects can be downloaded or browsed [here](https://huggingface.co/spaces/ntranoslab/esm_variants).
|
172 |
- Additional supplementary data from the paper can be downloaded [here](https://github.com/ntranoslab/diff-tol).
|
173 |
""")
|