Skip to content

Commit

Permalink
Update download_resources.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernste authored Jul 7, 2023
1 parent 36178f0 commit 3599442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cello/download_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def download(dest):
"""
)
cmds = [
'curl http://deweylab.biostat.wisc.edu/cell_type_classification/resources_v2.0.0.tar.gz > {}'.format(
'curl https://deweylab.biostat.wisc.edu/cell_type_classification/resources_v2.0.0.tar.gz > {}'.format(
join(dest, 'resources_v2.0.0.tar.gz')
),
'tar -C {} -zxf resources_v2.0.0.tar.gz'.format(dest),
Expand Down

0 comments on commit 3599442

Please sign in to comment.