Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SOAPsnp install problems

    I tried to use SOAPsnp to call SNPs for RNA-seq data. When I used "make all" to install the SOAPsnp, it come out such words:

    g++ -fomit-frame-pointer -O3 -ffast-math -funroll-loops -mmmx -msse -msse2 -msse3 -fmessage-length=0 -c -o call_genotype.o call_genotype.cc
    In file included from call_genotype.cc:1:
    soap_snp.h:12:51: error: boost/iostreams/filtering_streambuf.hpp: No such file or directory
    soap_snp.h:13:36: error: boost/iostreams/copy.hpp: No such file or directory
    soap_snp.h:14:43: error: boost/iostreams/filter/gzip.hpp: No such file or directory
    make: *** [call_genotype.o] Error 1

    I think it maybe have something wrong with the "boost", however I can not find an effective way to fix it,.Can anybody help me to install SOAPsnp? Thank you

  • #2
    I'm not sure whether you have solved your problem, in case you haven't, here's what I did:

    Code:
    wget http://sourceforge.net/projects/boost/files/boost/1.51.0/boost_1_51_0.tar.gz/download
    tar zxvf boost_1_51_0.tar.gz
    export CPLUS_INCLUDE_PATH="absolute_path_to_boost/boost_1_51_0"
    then go to SOAPsnp directory and do 'make all' again. Basically, I just added the boost library pool to the default lib searching path.

    Comment


    • #3
      Install the boost-devel package will solve your problem better

      In Fedora,
      sudo yum install boost-devel

      In Ubuntu
      sudo apt-get install libboost1.48-dev

      I was searching answers of this question and met this

      Comment


      • #4
        Originally posted by qtl View Post
        In Fedora,
        sudo yum install boost-devel

        In Ubuntu
        sudo apt-get install libboost1.48-dev

        I was searching answers of this question and met this


        This works, thanks.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Recent Advances in Sequencing Analysis Tools
          by seqadmin


          The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
          Yesterday, 07:48 AM
        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 06:57 AM
        0 responses
        7 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 07:17 AM
        0 responses
        13 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-02-2024, 08:06 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-30-2024, 12:17 PM
        0 responses
        22 views
        0 likes
        Last Post seqadmin  
        Working...
        X