Installing Bio::DB::Sam perl module

前端 未结 4 1684
隐瞒了意图╮
隐瞒了意图╮ 2021-01-12 22:05

I am trying to install a perl module Bio::DB::Sam on my home directory on a remote server.

I downloaded the module, extracted the files, and ran:

per         


        
4条回答
  •  长发绾君心
    2021-01-12 22:39

    I fixed this issue by remaking samtools with the -fPIC parameter

    make clean
    make CXXFLAGS=-fPIC CFLAGS=-fPIC CPPFLAGS=-fPIC
    

    then installed using cpan.

    cpan[2]> install Bio::DB::Sam 
    

提交回复
热议问题