How to install gdc-client in Ubnutu
6
2
Entering edit mode
7.7 years ago
pxf109 ▴ 20

The instruction from the website, it is too confuse for me. I really hope someone can help me. Thank you.

ubuntu gdc-client • 12k views
ADD COMMENT
0
Entering edit mode

There is no way we can help without knowing what website you are referring to and what the error is.

ADD REPLY
0
Entering edit mode

The point of this comment was to encourage OP to provide a minimum of details so we are not reduced to doing web searches for people. Obviously we can all do that, but the idea is to help with the issue and knowing what that is will save everyone a lot of time. It will also focus the answers and promote higher quality discussions.

ADD REPLY
6
Entering edit mode
7.7 years ago
GenoMax 141k

Following should be all you need

https://gdc.cancer.gov/files/public/file/gdc-client_v1.6.1_Ubuntu_x64.zip
unzip gdc-client_v1.6.1_Ubuntu_x64.zip
./gdc-client (to verify that program works)

Next step is optional. You could copy the client to a directory in your $PATH or to the location below (if it exists on your computer)

cp -pi ./gdc-client /usr/local/bin (if this does not work)
sudo cp -pi ./gdc-client /usr/local/bin

Edited (03/24/2022) to include link for the latest client.

ADD COMMENT
1
Entering edit mode
ADD COMMENT
1
Entering edit mode
7.7 years ago
neelablore ▴ 10

Check this link

Installgdc

ADD COMMENT
0
Entering edit mode
7.7 years ago
Vanish007 ▴ 40

Genomax2 gave a good answer

I don't quite know where your error is, but check and make sure you are also in the correct operating system. If you are not in fact using Ubuntu and have Linux, you might have to build the client from the source code (download the source code from the GitHub website: https://github.com/NCI-GDC/gdc-client) and then build with Python.

ADD COMMENT
0
Entering edit mode
4.5 years ago
Ömer An ▴ 260

conda install -c bioconda gdc-client

ADD COMMENT
0
Entering edit mode
7 months ago

Following the gdc-client build instructions may give an error in building lxml, one of the requirements. I have some instructions on how to work around that issue to successfully build gdc-client:

ADD COMMENT

Login before adding your answer.

Traffic: 1468 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