tcga slice bam downloading problem
1
0
Entering edit mode
6.9 years ago

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&region=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.

RNA-seq tcga slice_bam curl • 2.2k views
ADD COMMENT
0
Entering edit mode
6.9 years ago
muraveill • 0

Maybe your curl has not been built including openssl, for instance in the install docs, you can

./configure --with-ssl

before building (from https://curl.haxx.se/docs/install.html). If you use Mac with Homebrew, there is this option:

brew install --with-openssl curl
ADD COMMENT
0
Entering edit mode

nothing change ....

ADD REPLY

Login before adding your answer.

Traffic: 1957 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6