Skip to content

Commit c700925

Browse files
committed
Updated URL for hormone2cell to rescued
Temporary solution
1 parent 48bd12f commit c700925

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

‎pypath/inputs_v2/hormone2cell.py‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,17 @@
3636

3737
# =================================== SET-UP ===================================
3838

39-
URL = 'https://www.science.org/doi/suppl/10.1126/science.aeb2672/suppl_file/science_aeb2672_tables_s1_to_s11.zip'
39+
URL = 'https://rescued.omnipathdb.org/hormone2cell_s1_to_s6.xlsx'
4040

4141
files_skiprows = {
42-
'table-s2b': 3,
43-
'table-s2c': 2,
44-
'table-s2d': 2,
45-
'table-s2e': 3,
46-
'table-s2f': 2,
42+
'Table S2B': 3,
43+
'Table S2C': 2,
44+
'Table S2D': 2,
45+
'Table S2E': 3,
46+
'Table S2F': 2,
47+
'Table S3A': 2,
48+
'Table S3B': 3,
49+
'Table S3C': 2,
4750
}
4851

4952
config = ResourceConfig(

0 commit comments

Comments
 (0)