Hi. I'm trying to align 3 genomes using mugsy but I have some problems, expecially with delta files
./mugsy_x86-64-v1r2.1/mugsy --directory /home/.../prova hg38.fa mm10.fa danRer7.fa
3 genomes
Starting Nucmer: mar 22 dic 2015, 17.03.54, CET
.sh: ./mugsy_x86-64-v1r2.1/MUMmer3.20/delta-filter: No such file or directory
sh: ./mugsy_x86-64-v1r2.1/MUMmer3.20/delta2maf: No such file or directory
sh: ./mugsy_x86-64-v1r2.1/fixMAFnames.pl: No such file or directory
.sh: ./mugsy_x86-64-v1r2.1/MUMmer3.20/delta-filter: No such file or directory
sh: ./mugsy_x86-64-v1r2.1/MUMmer3.20/delta2maf: No such file or directory
sh: ./mugsy_x86-64-v1r2.1/fixMAFnames.pl: No such file or directory
Finished Nucmer mar 22 dic 2015, 17.04.08, CET
Starting MUGSYWGA: mar 22 dic 2015, 17.04.08, CET
sh: ./mugsy_x86-64-v1r2.1/maf2fasta.pl: No such file or directory
sh: ./mugsy_x86-64-v1r2.1/maf2fasta.pl: No such file or directory
Final output (MAF format): /home/.../prova/tmp.maf
Finished mar 22 dic 2015, 17.06.03, CET
Can you help me?
thanks
The error messages are quite explicit: you're missing scripts that come with mugsy. Either you didn't install them or they can't be found by the main program. Did you change the MUGSY_INSTALL variable in the script mugsyenv.sh before sourcing it ? And did you source this file before running mugsy ?
Hi. Thanks for your answer. Yes I installed all the required scripts and added the variable
mugsyenv.sh
as indicated in the reference page but the errors remain.But did you source the mugsyenv.sh file before running mugsy (in the same terminal) ?
Yes of course. Here the steps that I do after the download of the new version
(when I printenv I obtain
MUGSY_INSTALL=./mugsy_x86-64-v1r2.3
)then I run mugsy
The parsing step is now running but the error with delta files still remains
Not sure if you're still having an issue, but I had this problem as well. Are you running on macOS by chance? if so you need to follow the instructions on the mugsy website for machines that do not have pre-compiled binaries. That is to say, you need to download mugsy_trunk and compile the binaries for yourself. This resolved the problems for me, but now I have new issues.
Patrick- Did you ever figure out your other problems? I'm using Mac as well.. and I think I'm having the same ones.
Could be a problem with the paths?
Is your
$HOME
defined in the terminal you're running things in ? In any case,MUGSY_INSTALL
should contain an absolute path and in your case it doesn't:MUGSY_INSTALL=./mugsy_x86-64-v1r2.3
Ok thanks for your usefull help. I changed as you suggested with the absolute path and even if now with the printenv I obtain
MUGSY_INSTALL= ./mugsy_x86-64-v1r2.3/MUMmer3.20
the errors remain the same. Any other hint?