Hi everyone.
I want to use MAUVE to align 6 Drosophila genomes in order to use the alignment for a phylogeomic study. Due to the big amount of data, I cannot use my PC to perform that operation, so I use a UNIX server with no internet connection where I am not the root.
I tried to run MAUVE simply running the linux version from command line, but it raises several errors, which are often core dump. I guess it's because I should install locally this software, so i decided to follow this guide. The problem is that, since I am not the root, I have not the permission to install these required libraries. I tried to set as $HOME
my folder, where I have all permissions, to change the libraries directory and the bin directory. Still I cannot install them.
Can someone help me? Thank you.
Have you tried install instructions in this guide? It does not look like you need any special libraries on unix but you will need Oracle java. If Java is not available then getting that on your server (in your user space) would take some effort.
The core dump error appears when I use them (
progressiveMauve
andmauveAligner
). For that I want to try to install from source.