hotspot3d icon indicating copy to clipboard operation
hotspot3d copied to clipboard

url?

Open YonkoBigMom opened this issue 5 years ago • 5 comments

Hi,

I am trying to run the demo code

hotspot3d uppro --measure average --output-dir prep/ --pdb pdb/ --gene-file demo.maf --parallel local --max-processes 6 1>demo.uppro.out 2>demo.uppro.err

and it gave the error:

HotSpot3D::HugoGeneMethods::makeHugoGeneObjects ERROR: no data from url request.

Any ideas how to fix this?

Thanks

YonkoBigMom avatar Feb 03 '19 18:02 YonkoBigMom

hi, YonkoBigMom.

I have same problem too. Do you have fix it ?

Thx

wangweifeng2018 avatar Apr 30 '19 02:04 wangweifeng2018

It is caused by an outdated HUGO URL. I put a pull request (#25) on this.

JohnMCMa avatar Jul 29 '19 13:07 JohnMCMa

More than a year has passed since this issue was opened and it appears that the outdated URL is still preventing the command hotspot3d uppro from running. @JohnMCMa made a pull request on this topic and presumably solved the issue. However, I am now getting the very same error message with his forked HotSpot3D version:

HotSpot3D::HugoGeneMethods::makeHugoGeneObjects ERROR: no data from url request. Installing Mozilla::CA might fix this issue.

Looks like the updated URL is also now outdated too. Because this issue significantly limits the usability of the HotSpot3D, I would be more than grateful if the authors would note this long-term problem and update the valid URLs to source code.

jounikuj avatar May 11 '20 07:05 jounikuj

I believe editing the file /home/user/perl5/lib/perl5/TGI/Mutpro/Preprocess/HugoGeneMethods.pm may fix it? I replaced this line: #my $HugoUrl = "https://www.genenames.org/cgi-bin/hgnc_downloads?". with this line my $HugoUrl = "https://www.genenames.org/cgi-bin/download/custom?".

danieljrichard avatar Jun 14 '21 02:06 danieljrichard

I believe editing the file /home/user/perl5/lib/perl5/TGI/Mutpro/Preprocess/HugoGeneMethods.pm may fix it? I replaced this line: #my $HugoUrl = "https://www.genenames.org/cgi-bin/hgnc_downloads?". with this line my $HugoUrl = "https://www.genenames.org/cgi-bin/download/custom?".

Also not work.

Ansanqi avatar Aug 29 '23 22:08 Ansanqi