File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ See the following set of Jupyter notebooks that contain examples on the followin
105105
106106### Supported environment variables
107107
108- | Name | Description | Default |
109- | -------------| -------------------------------| ----------------- |
110- | PW_HOME | Local configuration directory | ~ /.cirro |
111- | PW_BASE_URL | Base URL of the data portal | data-portal.io |
108+ | Name | Description | Default |
109+ | -------------| -------------------------------| -----------|
110+ | PW_HOME | Local configuration directory | ~ /.cirro |
111+ | PW_BASE_URL | Base URL of the data portal | cirro.bio |
112112
113113### Configuration
114114
@@ -122,7 +122,7 @@ It will pause for an increasing amount of time for each retry attempt.
122122
123123``` ini
124124[General]
125- base_url = data-portal.io
125+ base_url = cirro.bio
126126transfer_max_retries = 15
127127```
128128
Original file line number Diff line number Diff line change 1010class Constants :
1111 home = os .environ .get ('PW_HOME' , '~/.cirro' )
1212 config_path = Path (home , 'config.ini' ).expanduser ()
13- default_base_url = "data-portal.io"
13+ default_base_url = 'cirro.bio'
1414 default_max_retries = 10
1515
1616
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cirro"
3- version = " 0.6.11 "
3+ version = " 0.7.0 "
44description = " CLI tool and SDK for interacting with the Cirro platform"
55authors = [
" Fred Hutch <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments