This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Set Db Path For Music

I'm trying to run MuSiC play but get the following error:

ERROR: Error running genome music pfam: Cannot find the pfam db path. at /gnet/resfiles3/resapps/apps/music/0.4.1-1/sles11sp2/lib/perl5/Genome/Model/Tools/Music/Pfam.pm line 89, <gen9> line 3.

I've downloaded the "genome-databases-1" folder. Where should I put the directory and how should I set my environment variable in bashrc so that MuSiC can find pfam database?

music

1 answer

In /usr/local/share/perl5/Genome/Env there is a file named GENOME_DB.pm. It sets the GENOME_DB environment variable. By default, this is /var/lib/genome/db. I put the databases there and it works.

Log in to answer this question.