Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • compiling peakseq

    I have been trying to compile peakseq 1.1 (http://info.gersteinlab.org/PeakSeq) however I get an error:
    $make
    ...
    src/genomics/chip_seq/peak_selector/peakseq.cpp:67:54: error: ‘strlen’ was not declared in this scope
    src/genomics/chip_seq/peak_selector/peakseq.cpp:68:38: error: ‘strcpy’ was not declared in this scope
    ...
    after adding in #include <string.h> to peakseq.cpp I get the following error:
    ...
    src/lib/utils/ansi_string/ansi_string.cpp:122:34: error: ‘memset’ was not declared in this scope
    src/lib/utils/ansi_string/ansi_string.cpp: In static member function ‘static void t_string::replace_avoid_list(char*, char*, char)’:
    src/lib/utils/ansi_string/ansi_string.cpp:262:44: error: ‘memset’ was not declared in this scope
    ...
    I was tempted to add <string.h> to ansi_string.cpp but i noticed a comment saying not to add it.

    Thus, I was wondering if anyone had sucess compiling peakseq without modifying the files.

    I am using gcc version 4.5.2 on ubuntu 11.04

  • #2
    Same thing here.

    Any suggestions folks

    Comment


    • #3
      You have to add "#include <string.h>" in the beginning of following two files and make again.

      src/genomics/chip_seq/peak_selector/peakseq.cpp and
      src/lib/utils/ansi_string/ansi_string.cpp

      Mirrian

      Comment


      • #4
        compilation of PeakSeq

        I added to ansi_string.cpp and peakseq.cpp
        #include<cstring>
        and it worked (fixed the problem of strcpy and memset)

        Comment


        • #5
          I think it's better to add
          #include<cstring>
          than
          #include <string.h>
          in src/genomics/chip_seq/peak_selector/peakseq.cpp and
          src/lib/utils/ansi_string/ansi_string.cpp
          Because, it's says clearly in ansi_string.cpp that string.h should do not be added.

          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...
            05-06-2024, 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, 05-10-2024, 06:35 AM
          0 responses
          20 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-09-2024, 02:46 PM
          0 responses
          26 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-07-2024, 06:57 AM
          0 responses
          21 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-06-2024, 07:17 AM
          0 responses
          21 views
          0 likes
          Last Post seqadmin  
          Working...
          X