I'm following these steps to download TCGA PCAWG data from the PDC: https://docs.icgc.org/pcawg/data/#download-from-pdc
When I run gen3-client download-multiple --profile=icgc --manifest=gen3_manifest_manifest.pdc.1604342264431.sh.json --no-prompt
, it looks like I get an error for every single file along the lines of: Error occurred when doing GET req for URL [really long URL here] Details of error: Get "[another long URL]": x509: certificate signed by unknown authority
When I run gen3-client auth --profile=icgc
, I get: You have access to the following project(s) at https://icgc.bionimbus.org: 2020/11/02 18:48:13 phs000178 [read read-storage] 2020/11/02 18:48:13 phs000235 [read read-storage]
I'm running everything from a mac.
How can I fix this?
Thanks!