Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomingof committed Mar 8, 2021
1 parent fdd4bcb commit f2c015c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/bio2bel/sources/tfregulons.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
logger = logging.getLogger(__name__)

MODULE = 'tfregulons'
VERSION = '20180915'
URL = f'https://github.com/saezlab/DoRothEA/blob/master/data/' \
f'TFregulons/consensus/table/database_normal_{VERSION}.csv.zip?raw=true'
URL = 'https://github.com/saezlab/dorothea/blob/deprecated/data/TFregulons/consensus/table/database_normal_20180915.csv.zip?raw=true'


@lru_cache()
Expand Down

3 comments on commit f2c015c

@cthoyt
Copy link
Member

@cthoyt cthoyt commented on f2c015c Mar 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heyyy where did my version go

@cthoyt
Copy link
Member

@cthoyt cthoyt commented on f2c015c Mar 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need that... for stuff

@cthoyt
Copy link
Member

@cthoyt cthoyt commented on f2c015c Mar 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deyyy tk urrrr versnnnnsss

Please sign in to comment.