How do I install the R package on GitHub with bioconda
2
0
Entering edit mode
4.6 years ago
zhao03 ▴ 70

Hi, I try to install 'xxx' package on GitHub with biconda, should i add channels of github, Do I need to add a full the full URL of this package (https://github.com/dviraran/xxx) or just Github URL (https://github.com/)?

~# conda install xxx
Collecting package metadata: done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - xxx

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

R RNA-Seq bioconda • 3.5k views
ADD COMMENT
0
Entering edit mode

I added the channels, but it is not correct. Is there some advice

# conda config --add channels https://github.com/dviraran

# conda install xxx
Collecting package metadata: failed

UnavailableInvalidChannel: The channel is not accessible or is invalid.
  channel name: dviraran
  channel url: https://github.com/dviraran
  error code: 404
ADD REPLY
0
Entering edit mode

What does bioconda have to do with R packages? What are you trying to do? You've asked how to install a lightbulb with a hammer, and I can't see any reasonable answer.

ADD REPLY
0
Entering edit mode

I got it, thank you very much.

ADD REPLY
3
Entering edit mode
4.6 years ago
joe ▴ 510

Try to install specific packages instead of the entire repository, here is the conda for a package you asked about in your other post... https://anaconda.org/grst/r-xcell

ADD COMMENT
2
Entering edit mode
4.6 years ago

You cannot install something directly from GitHub using conda.

You can always search for the tool itself and see if it's available on conda. Why do you make this so difficult for us by removing the name of the package and using xxx? How are we supposed to help you without knowing what you want?

If joe is right and you want xcell, then you could have googled for conda xcell and your first hit would have been this page, explaining you exactly how you should install it.

ADD COMMENT

Login before adding your answer.

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