happykhan / BRIG

BRIG is a cross-platform (Windows/Mac/Unix) application that can display circular comparisons between a large number of genomes, with a focus on handling genome assembly data.
http://sourceforge.net/projects/brig/
GNU General Public License v3.0
26 stars 6 forks source link

Could not read default-BRIG.xml in Ubuntu 22 #31

Open Gigiux opened 7 months ago

Gigiux commented 7 months ago

Hello, I installed on Ubuntu 22.04 by downloading the folder http://sourceforge.net/projects/brig/ and then running java -jar <path>/BRIG.jar or the suggested java -Xmx1500M -jar <path>/BRIG.jar but I always get the error:

Could not read default-BRIG.xml
 because /default-BRIG.xml (No such file or directory)

even if default-BRIG.xml is in the same folder as BRIG.jar. How can I launch it properly? Thank you