Hi: I am trying to install genome-music using a source package provided in one of the answers in this link: MuSIC source code
Have installed several perl dependencies and now all seems done except:
! Genome (0.06) is installed, but we need version >= 0.08
And the interesting thing is that the 0.06 is the latest version I could find available online:
http://search.cpan.org/~sakoht/Genome-0.06/
Shall really appreciate comments/suggestions
Sahil
A lot of steps, but this worked like a breeze !!
Ha! No kidding. I have ideas to make it much shorter, but it will be a while till I find the time to automate cross-platform testing and packaging. Glad you got it to work.
@Cyriac: any idea? /usr/bin/env: genome-perl: No such file or directory
That must be due to a change in one of MuSiC's dependencies.
genome-perl
is just a link to the version of perl that we like to use in-house at the Genome Institute at WashU. Just addalias genome-perl='/usr/bin/perl'
to your~/.bash_alias
file and you should be good to go.i updated that earlier with alias but still same message:
i realise that gmt is a perl script: I edited the script header to /bin/perl ; its working .... Thanks
Nice. I also just noticed that the issue is only with the gmt script, because of our internal dependency on
genome-perl
. The recommended way for external users to run MuSiC isgenome music --help
. I have updated my instructions to reflect this - Installation of the MuSiC suite on unsupported linux distributions