Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RyNkA
    Member
    • Jul 2013
    • 20

    #1

    Problem with trinity and jellyfish

    Code:
    Using gnu compiler for Inchworm and Chrysalis
    cd Inchworm && (test -e configure || autoreconf) \
                    && ./configure --prefix=`pwd`  && make install
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for g++... g++
    checking for C++ compiler default output file name... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking for library containing cos... none required
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    make[1]: Entering directory `/home/rynka/trinity/Inchworm'
    Making install in src
    make[2]: Entering directory `/home/rynka/trinity/Inchworm/src'
    make[3]: Entering directory `/home/rynka/trinity/Inchworm/src'
    test -z "/home/rynka/trinity/Inchworm/bin" || mkdir -p -- "/home/rynka/trinity/Inchworm/bin"
      /usr/bin/install -c 'inchworm' '/home/rynka/trinity/Inchworm/bin/inchworm'
      /usr/bin/install -c 'cigar_tweaker' '/home/rynka/trinity/Inchworm/bin/cigar_tweaker'
      /usr/bin/install -c 'pull_reads_with_kmers' '/home/rynka/trinity/Inchworm/bin/pull_reads_with_kmers'
      /usr/bin/install -c 'FastaToDeBruijn' '/home/rynka/trinity/Inchworm/bin/FastaToDeBruijn'
      /usr/bin/install -c 'fastaToKmerCoverageStats' '/home/rynka/trinity/Inchworm/bin/fastaToKmerCoverageStats'
    make[3]: Nothing to be done for `install-data-am'.
    make[3]: Leaving directory `/home/rynka/trinity/Inchworm/src'
    make[2]: Leaving directory `/home/rynka/trinity/Inchworm/src'
    make[2]: Entering directory `/home/rynka/trinity/Inchworm'
    make[3]: Entering directory `/home/rynka/trinity/Inchworm'
    make[3]: Nothing to be done for `install-exec-am'.
    make[3]: Nothing to be done for `install-data-am'.
    make[3]: Leaving directory `/home/rynka/trinity/Inchworm'
    make[2]: Leaving directory `/home/rynka/trinity/Inchworm'
    make[1]: Leaving directory `/home/rynka/trinity/Inchworm'
    cd Chrysalis && make UNSUPPORTED=yes 
    make[1]: Entering directory `/home/rynka/trinity/Chrysalis'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/rynka/trinity/Chrysalis'
    cd trinity-plugins/rsem && make 
    make[1]: Entering directory `/home/rynka/trinity/trinity-plugins/rsem-1.2.3'
    g++ -Wall -O2 -c -I. parseIt.cpp
    In file included from sam/bam.h:52:0,
                     from SamParser.h:11,
                     from parseIt.cpp:26:
    sam/bgzf.h:29:18: fatal error: zlib.h: No such file or directory
    compilation terminated.
    make[1]: *** [parseIt.o] Error 1
    make[1]: Leaving directory `/home/rynka/trinity/trinity-plugins/rsem-1.2.3'
    make: *** [all] Error 2
    Hi, I got a problem running a sample, i got a error situation, i did some searching on the web and found out that i have to install libncurses5-dev,but even after i install that i still got the problem, any suggestion ?
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Here is the important error.

    Code:
    sam/bgzf.h:29:18: fatal error: zlib.h: No such file or directory
    You need to install "zlib" library.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM
    • SEQadmin2
      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
      by SEQadmin2



      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
      ...
      07-09-2026, 11:10 AM
    • SEQadmin2
      Cancer Drug Resistance: The Lingering Barrier to Rising Survival
      by SEQadmin2



      Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

      There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
      07-08-2026, 05:17 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 07-24-2026, 12:17 PM
    0 responses
    10 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-23-2026, 11:41 AM
    0 responses
    11 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-20-2026, 11:10 AM
    0 responses
    23 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-13-2026, 10:26 AM
    0 responses
    37 views
    0 reactions
    Last Post SEQadmin2  
    Working...