This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Problem about MuSiC installation on Ubuntu 14.04

Hi

I want to install genome-music followed approach described Installation of the MuSiC suite on unsupported Linux distributions and almost finished. I met a problem when I install the Genome module with

sudo `which cpanm` -n http://apt.genome.wustl.edu/ubuntu/pool/main/g/genome/genome_0.80.1-3.tar.gz

The error is:

--> Working on http://apt.genome.wustl.edu/ubuntu/pool/main/g/genome/genome_0.80.1-3.tar.gz
Fetching http://apt.genome.wustl.edu/ubuntu/pool/main/g/genome/genome_0.80.1-3.tar.gz ... OK
Configuring Genome-0.07 ... OK
Building Genome-0.080001 ... FAIL
! Installing http://apt.genome.wustl.edu/ubuntu/pool/main/g/genome/genome_0.80.1-3.tar.gz failed. See /home/majun/.cpanm/work/1429704220.15054/build.log for details. Retry with --force to force install it.

I want to install music on the Ubuntu 14.04. I don't know how to do.

Thanks

genome-0.08 music

1 answer

Take a look at the log file (/home/majun/.cpanm/work/1429704220.15054/build.log), and try replacing the -n with -nf to force install

Thanks a lot. I already install it:)

Log in to answer this question.