Nesvilab / IonQuant

A label free quantification tool.
Other
15 stars 8 forks source link

Error when trying to download/update IonQuant [2.0] on Fragpipe #53

Closed lxavierneves closed 2 months ago

lxavierneves commented 3 months ago

Hi,

I've got an update notification on Fragpipe to download IonQuant [2.0] but when I click the download button the following error message is shown:

java.lang.Exception: Could not download IonQuant from the server. at com.dmtavt.fragpipe.tools.ionquant.IonQuantVersionFetcherServer.autoUpdate(IonQuantVersionFetcherServer.java:171) at com.dmtavt.fragpipe.tabs.TabConfig.lambda$actionIonQuantUpdate$12(TabConfig.java:506) at java.base/java.lang.Thread.run(Unknown Source)

is this a local issue? Anyway, I tried to download the new version directly from IonQuant GitHub but didn't find it. Any suggestions on how to get my fragpipe updated?

Many thanks, Leandro

fcyu commented 3 months ago

I am not sure if I follow the question. There is no IonQuant version 2.0.

Best,

Fengchao

lxavierneves commented 3 months ago

ohh, I though there was because of the following notification displayed

image

fcyu commented 3 months ago

Ah, thanks for the timely feedback.

It was due to a change in the website: I added the https support but didn't change the port 80 to 443, so that the http version of the url got the following response. I guess the "2.0" was pased from the first line incorrectly. It has been fixed now.

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://msfragger-upgrader.nesvilab.org/ionquant/latest_version.php">here</a>.</p>
<hr>
<address>Apache/2.4.52 (Ubuntu) Server at msfragger-upgrader.nesvilab.org Port 80</address>
</body></html>

Sorry for the trouble and confusion.

Best,

Fengchao