Perl modules for RepeatModeler
2
0
Entering edit mode
2.1 years ago

I am trying to install Perl modules for RepeatModeler. I am using conda Perl, most of the required modules I installed just via conda (bioconda), but some I couldn't. So, I read many Perl modules distribute through cpan, I installed cpan and some of the left modules I could install via cpan with command for example cpanm URL.

But I still can not install two modules: Devel::Size and LWP::UserAgent. For example when I execute cpan --force Devel::Size it returned (in a log file): /tmp/build/80754af9/perl_1527832170752/_build_env/bin/x86_64-conda_cos6-linux-gnu-gcc: not found

As written here I need x86_64-conda_cos6-linux-gnu-c++. But I already have it

Could anyone help me to handle it? Either install it via conda or another way. Thanks!

RepeatModeler Perl • 2.0k views
ADD COMMENT
3
Entering edit mode
2.1 years ago
Juke34 8.5k

To install perl-devel via conda: conda install -c bioconda perl-devel-size

The RepeatModeler recipe in bioconda is fixed since 1/2 years. Before it was an empty shell indeed...

To install RepeatModeler (perl-devel is installed with) via conda:

conda install -c bioconda repeatmodeler

Tools installed with repeatmodeler via bioconda:
alignAndCallConsensus.pl generateSeedAlignments.pl viewMSA.pl Linup

note that not all utils are linked directly in bin/, but
can still be accessed via ${PREFIX}/share/RepeatModeler/util/*.pl
ADD COMMENT
0
Entering edit mode

Thanks for checking up on the conda recipe!

ADD REPLY
0
Entering edit mode
2.1 years ago
Michael 54k

RepeatModeler should not require Devel::Size (see: https://github.com/Dfam-consortium/RepeatModeler/issues/154 ). I cannot build this module either on my system due to a make error, but it should not be needed. If the error persists, find the line in the RepeatModeler code saying use Devel::Size and remove it.

Note: You seemingly have CentOS 6 ("cos6"), you will run all sorts of problems with bioinformatics software over time. CentOS 6 is unsupported and you should upgrade your system to either CentOS 7 or a different distribution.

ADD COMMENT

Login before adding your answer.

Traffic: 3449 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