Hello Everyone,
I am trying to get the CEGMA score for our new transcriptome assembly. But when I tried to run cegma on my assemled transcripts, I am getting following error:-
"RUNNING: local_map -n local -f -h /sw/opt/CEGMA_v2.5/data/hmm_profiles -i KOG genome.chunks.fa 2>output.cegma.errors
FATAL ERROR when running local map 6400: "No such file or directory"
AND
"genewise: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory
Can't run genewise -splice_gtag -quiet -gff -pretty -alb -hmmer /sw/opt/CEGMA_v2.5/data/hmm_profiles/KOG0002.hmm genomic12139.fa >genewise12139 "
I am running after setting every dependency in the path. libglib-1.2.so.0 is also in the path,even I tried running with the libglib-2.0.so.0 [as mentioned in https://gist.github.com/robsyme/1153173]. Here's the commands which I am using for setting path:-
source .bashrc
export PATH=$PATH:/sw/opt/geneid/bin/
export PATH=$PATH:/sw/opt/blast+/bin/
export CEGMA=/sw/opt/CEGMA_v2.5
export PERL5LIB=/sw/opt/CEGMA_v2.5/lib/
export PATH=$PATH:/sw/opt/wise2.4.1/src/bin/
export WISECONFIGDIR=/sw/opt/wise2.4.1/wisecfg
export LD_LIBRARY_PATH=/usr/lib64:${LD_LIBRARY_PATH}
export PATH=$PATH:/sw/opt/CEGMA_v2.5/bin/
I tried so many times after making little changes, but still no luck. I wonder, if anyone come across with this kind of problem? Any suggestion would be very helpful.
Many Thanks,
Reema Singh
I am trying to get the CEGMA score for our new transcriptome assembly. But when I tried to run cegma on my assemled transcripts, I am getting following error:-
"RUNNING: local_map -n local -f -h /sw/opt/CEGMA_v2.5/data/hmm_profiles -i KOG genome.chunks.fa 2>output.cegma.errors
FATAL ERROR when running local map 6400: "No such file or directory"
AND
"genewise: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory
Can't run genewise -splice_gtag -quiet -gff -pretty -alb -hmmer /sw/opt/CEGMA_v2.5/data/hmm_profiles/KOG0002.hmm genomic12139.fa >genewise12139 "
I am running after setting every dependency in the path. libglib-1.2.so.0 is also in the path,even I tried running with the libglib-2.0.so.0 [as mentioned in https://gist.github.com/robsyme/1153173]. Here's the commands which I am using for setting path:-
source .bashrc
export PATH=$PATH:/sw/opt/geneid/bin/
export PATH=$PATH:/sw/opt/blast+/bin/
export CEGMA=/sw/opt/CEGMA_v2.5
export PERL5LIB=/sw/opt/CEGMA_v2.5/lib/
export PATH=$PATH:/sw/opt/wise2.4.1/src/bin/
export WISECONFIGDIR=/sw/opt/wise2.4.1/wisecfg
export LD_LIBRARY_PATH=/usr/lib64:${LD_LIBRARY_PATH}
export PATH=$PATH:/sw/opt/CEGMA_v2.5/bin/
I tried so many times after making little changes, but still no luck. I wonder, if anyone come across with this kind of problem? Any suggestion would be very helpful.
Many Thanks,
Reema Singh
Comment