1 parent 48bd12f commit c700925Copy full SHA for c700925
1 file changed
pypath/inputs_v2/hormone2cell.py
@@ -36,14 +36,17 @@
36
37
# =================================== SET-UP ===================================
38
39
-URL = 'https://www.science.org/doi/suppl/10.1126/science.aeb2672/suppl_file/science_aeb2672_tables_s1_to_s11.zip'
+URL = 'https://rescued.omnipathdb.org/hormone2cell_s1_to_s6.xlsx'
40
41
files_skiprows = {
42
- 'table-s2b': 3,
43
- 'table-s2c': 2,
44
- 'table-s2d': 2,
45
- 'table-s2e': 3,
46
- 'table-s2f': 2,
+ 'Table S2B': 3,
+ 'Table S2C': 2,
+ 'Table S2D': 2,
+ 'Table S2E': 3,
+ 'Table S2F': 2,
47
+ 'Table S3A': 2,
48
+ 'Table S3B': 3,
49
+ 'Table S3C': 2,
50
}
51
52
config = ResourceConfig(
0 commit comments