Installing Genome-Music-0.04
2
0
Entering edit mode
11.3 years ago
sahiilseth ▴ 30

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

music • 4.2k views
ADD COMMENT
1
Entering edit mode
11.3 years ago

You can find it in the same APT repository. As is typical for APT repos, packages are organized alphabetically down here: http://apt.genome.wustl.edu/ubuntu/pool/main/

And you can find a tarball with genome_0.80.1 down here: http://apt.genome.wustl.edu/ubuntu/pool/main/g/genome/genome_0.80.1-3.tar.gz

But be aware that getting this installed from source can be a real pain. The FAQs recommend using an Ubuntu virtual machine, so that you can just follow the much easier APT installation steps.

ADD COMMENT
1
Entering edit mode
11.2 years ago

I recently put together a list of installation instructions here: Installation of the MuSiC suite on unsupported linux distributions. Hope it helps.

ADD COMMENT
1
Entering edit mode

A lot of steps, but this worked like a breeze !!

ADD REPLY
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

@Cyriac: any idea? /usr/bin/env: genome-perl: No such file or directory

ADD REPLY
0
Entering edit mode

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 add alias genome-perl='/usr/bin/perl' to your ~/.bash_alias file and you should be good to go.

ADD REPLY
0
Entering edit mode

i updated that earlier with alias but still same message:

$ which genome-perl 
alias genome-perl='/usr/bin/perl'
    /usr/bin/perl
 $ gmt music
/usr/bin/env: genome-perl: No such file or directory
ADD REPLY
1
Entering edit mode

i realise that gmt is a perl script: I edited the script header to /bin/perl ; its working .... Thanks

ADD REPLY
0
Entering edit mode

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 is genome music --help. I have updated my instructions to reflect this - Installation of the MuSiC suite on unsupported linux distributions

ADD REPLY

Login before adding your answer.

Traffic: 2054 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6