ls-cwi / heinz

Single species module discovery
MIT License
13 stars 8 forks source link

OGDF Version #17

Open hugoberta opened 2 years ago

hugoberta commented 2 years ago

Hi! Which OGDF version should be used?

Running wget http://www.ogdf.net/lib/exe/fetch.php/tech:ogdf-snapshot-2018-03-28.zip results in the following error message:

wget http://www.ogdf.net/lib/exe/fetch.php/tech:ogdf-snapshot-2018-03-28.zip
--2021-11-19 16:29:28--  http://www.ogdf.net/lib/exe/fetch.php/tech:ogdf-snapshot-2018-03-28.zip
Resolving www.ogdf.net (www.ogdf.net)... 81.169.145.94
Connecting to www.ogdf.net (www.ogdf.net)|81.169.145.94|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.ogdf.uni-osnabrueck.de/lib/exe/fetch.php/tech:ogdf-snapshot-2018-03-28.zip [following]
--2021-11-19 16:29:30--  https://www.ogdf.uni-osnabrueck.de/lib/exe/fetch.php/tech:ogdf-snapshot-2018-03-28.zip
Resolving www.ogdf.uni-osnabrueck.de (www.ogdf.uni-osnabrueck.de)... 131.173.19.9
Connecting to www.ogdf.uni-osnabrueck.de (www.ogdf.uni-osnabrueck.de)|131.173.19.9|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-11-19 16:29:32 ERROR 404: Not Found.

Trying to replace the download link with https://ogdf.uos.de/wp-content/uploads/2019/04/ogdf-snapshot-2018-03-28.zip also does not work, since this does not contain the file ogdf.v2012.07.zip.

Further, downloading https://ogdf.uos.de/wp-content/uploads/2019/04/ogdf.v2012.07.zip directly does not work, since it does not contain OGDF-snapshot.

Thank you!

guwek commented 2 years ago

Hi potential heinz user,

wget http://lemon.cs.elte.hu/pub/sources/lemon-1.3.tar.gz

works for me without any problem.

But indeed, OGDF does not work anymore as explained in the intructions. Probably the old version is not supported anymore by the OGDF team. I try to have a look when I have enough time (which could be never). Any volunteers who want to look at this: you are very welcome.

Best wishes Gunnar

On 20. Nov 2021, at 01:34, hugoberta @.***> wrote:

Hi! Which OGDF version should be used?

Running wget http://lemon.cs.elte.hu/pub/sources/lemon-1.3.tar.gz results in the following error message:

wget http://www.ogdf.net/lib/exe/fetch.php/tech:ogdf-snapshot-2018-03-28.zip --2021-11-19 16:29:28-- http://www.ogdf.net/lib/exe/fetch.php/tech:ogdf-snapshot-2018-03-28.zip Resolving www.ogdf.net (www.ogdf.net)... 81.169.145.94 Connecting to www.ogdf.net (www.ogdf.net)|81.169.145.94|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.ogdf.uni-osnabrueck.de/lib/exe/fetch.php/tech:ogdf-snapshot-2018-03-28.zip [following] --2021-11-19 16:29:30-- https://www.ogdf.uni-osnabrueck.de/lib/exe/fetch.php/tech:ogdf-snapshot-2018-03-28.zip Resolving www.ogdf.uni-osnabrueck.de (www.ogdf.uni-osnabrueck.de)... 131.173.19.9 Connecting to www.ogdf.uni-osnabrueck.de (www.ogdf.uni-osnabrueck.de)|131.173.19.9|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2021-11-19 16:29:32 ERROR 404: Not Found.

Trying to replace the download link with https://ogdf.uos.de/wp-content/uploads/2019/04/ogdf-snapshot-2018-03-28.zip also does not work, since this does not contain the file ogdf.v2012.07.zip.

Further, downloading https://ogdf.uos.de/wp-content/uploads/2019/04/ogdf.v2012.07.zip directly does not work, since it does not contain OGDF-snapshot.

Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

hugoberta commented 2 years ago

Hi! Yes, getting Lemon does indeed work. I meant the OGDF part: wget http://www.ogdf.net/lib/exe/fetch.php/tech:ogdf-snapshot-2018-03-28.zip

Thank you very much!