Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add path to geneset for MCPCOUNTER #91

Open
anabbi opened this issue Apr 29, 2022 · 2 comments
Open

add path to geneset for MCPCOUNTER #91

anabbi opened this issue Apr 29, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@anabbi
Copy link

anabbi commented Apr 29, 2022

Hello,

Just a note that the deconvolute function for MCPCOUNTER returns an error in cases where there is no internet access (eg, some institutional setups for compute nodes). This is because by default it tries to download the geneset from:

https://raw.githubusercontent.com/ebecht/MCPcounter/master/Signatures/genes.txt

It would be great if you can include the argument genes from MCPcounter.estimate that allows user to define the path to geneset.

Thanks

@anabbi anabbi added the enhancement New feature or request label Apr 29, 2022
@grst
Copy link
Collaborator

grst commented Apr 29, 2022

Hi @anabbi,

thanks for reporting!
In fact, we could consider providing those files as part of the immunedeconv package. The MCP counter license should permit that.

@RichardCorbett
Copy link

Hi folks,
I just ran in to the exact same error. Someone is testing my code on a server without an internet connection and got the following error

>>> Running mcp_counter
Error in open.connection(file, "rt") :
  Timeout was reached: [raw.githubusercontent.com] Failed to connect to raw.githubusercontent.com port 80: Connection timed out
Calls: deconvolute ... <Anonymous> -> read.table -> open -> open.connection
Execution halted

I did some googling, found the genes.txt file listed above and came here to ask how it may be passed in to mcp_counter. @anabbi seems to have beat me to it by just a week!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants