Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kmkocot
    Member
    • Jun 2009
    • 51

    ESTScan 3 installation

    Hi all,

    I'm having trouble installing ESTScan 3. Anyone have any idea what my problem is?

    Code:
    kmkocot@Epimenia:~/Desktop/estscan-3.0.3$ make 
    gcc -O2 -c maskred.c
    maskred.c: In function ‘mask_file’:
    maskred.c:203:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
         fgets(buf, 1024, stdin); 
              ^
    maskred.c:210:12: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
           fgets(buf, 1024, stdin); 
                ^
    gcc -lm -o maskred maskred.o
    gcc -O2 -c makesmat.c
    makesmat.c: In function ‘count_tuples’:
    makesmat.c:306:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
         fgets(buf, 1024, stdin); 
              ^
    makesmat.c:325:12: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
           fgets(buf, 1024, stdin);
                ^
    gcc -lm -o makesmat makesmat.o
    makesmat.o: In function `print_pssm':
    makesmat.c:(.text+0x33d): undefined reference to `log'
    makesmat.c:(.text+0x362): undefined reference to `round'
    makesmat.o: In function `main':
    makesmat.c:(.text.startup+0xbb2): undefined reference to `log'
    makesmat.c:(.text.startup+0xbf0): undefined reference to `round'
    makesmat.c:(.text.startup+0xf45): undefined reference to `log'
    makesmat.c:(.text.startup+0xf70): undefined reference to `round'
    collect2: error: ld returned 1 exit status
    make: *** [makesmat] Error 1
    kmkocot@Epimenia:~/Desktop/estscan-3.0.3$
    I know TransDecoder is probably better but I want to give both a try.

    Thanks,
    Kevin
  • aloliveira
    Member
    • Aug 2010
    • 47

    #2
    I am having the same problems. Any solution?
    Thanks,

    Comment

    • kmkocot
      Member
      • Jun 2009
      • 51

      #3
      For what it's worth, I would strongly recommend the newest TransDecoder over ESTScan.

      I eventually did figure this out but I have no idea how as it has been years. Sorry I'm not more helpful.

      Best,
      Kevin

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        Originally posted by aloliveira View Post
        I am having the same problems. Any solution?
        Thanks,
        I think you need to link the math library which may require adding "-lm" option for gcc. If there is a Makefile in the source you can edit that.

        Comment

        • aloliveira
          Member
          • Aug 2010
          • 47

          #5
          Thanks Kevin, I have installed TransDecoder and I will give a try.

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by SEQadmin2


            I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

            Here are nine questions we think about, in roughly the order they matter, before...
            06-18-2026, 07:11 AM
          • SEQadmin2
            From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
            by SEQadmin2


            Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


            The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
            ...
            06-02-2026, 10:05 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 06-26-2026, 11:10 AM
          0 responses
          12 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-17-2026, 06:09 AM
          0 responses
          46 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-09-2026, 11:58 AM
          0 responses
          106 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-05-2026, 10:09 AM
          0 responses
          125 views
          0 reactions
          Last Post SEQadmin2  
          Working...