Entering edit mode
7.5 years ago
salvatore.digiorgio
▴
10
Hello everybody...! I'm trying to download ran-seq slice bam from TCGA. I used following command line:
curl -H "X-Auth-Token: $token" "https://gdc-api.nci.nih.gov/slicing/view/02182379-e10d-4ca2-8cc9-af33e4194ff8?$regions" > Temporany.bam
Where: $regions are the list about 1700 gene positions (ex. region=chr1:xxxx-xxxxx®ion=chr2:xxxx-xxxx etc...). But it gives me the following errors:
curl: (56) SSLRead() return error -9806.
Did anyone face the same issue? If yes, how does one resolve this. Thanks.
nothing change ....