Installing feature counts package in command line
1
0
Entering edit mode
2.4 years ago
Rana01 ▴ 20

I tried installing featurecounts package in command line (in a new environment)

The command I used is conda create -n featurecounts featurecounts The error I'm getting is PackagesNotFoundError: The following packages are not available from current channels:

  • featurecounts

I'm sorry for asking a trivial question I'm a complete novice in this.

command line counts Feature • 14k views
ADD COMMENT
4
Entering edit mode

I installed this awhile ago, so I'm not 100% sure, but I think featureCounts tool is distributed in the subread suitcase of tools.

Therefore, if you want to install featureCounts tool, you need to install subread. Try the following to install the latest version:

conda create -n featurecounts -c bioconda subread

Specify the bioconda channel. You may want to install a specific version. If so, search for it in the Anaconda repository.

I hope this helps,

António

ADD REPLY
0
Entering edit mode

Thanks for setting this right, I should have finished my coffee first...

ADD REPLY
0
Entering edit mode

Actually, I only realized that the user wanted to build a conda environment with featureCounts after reading your answer. I guess we both needed a coffee...

ADD REPLY
3
Entering edit mode
2.4 years ago
Carambakaracho ★ 3.2k

You're almost there, you just need to add the bioconda channel

EDITH: antonioggsousa is completely right, it's the subread package

conda create -c bioconda -n featurecounts subread
ADD COMMENT
0
Entering edit mode

Thank you so much

ADD REPLY

Login before adding your answer.

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