Unconfigured Ad

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

    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
      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-17-2026, 06:09 AM
    0 responses
    24 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-09-2026, 11:58 AM
    0 responses
    41 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    48 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    49 views
    0 reactions
    Last Post SEQadmin2  
    Working...