Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Cmake (ensure_out_of_source_build) error

    Currently I would like to install bamtools.
    However, I keep on facing the following bug message:
    CMake Error at CMakeLists.txt:20 (message):


    BamTools requires an out of source build.
    $ mkdir build
    $ cd build
    $ cmake ..
    $ make

    (or the Windows equivalent)

    Call Stack (most recent call first):
    CMakeLists.txt:24 (ensure_out_of_source_build)


    -- Configuring incomplete, errors occurred!

    Anyone got advice to solve this bug?
    I have follow the step by step as shown in bamtools installation manual and the following link,
    C++ API & command-line toolkit for working with BAM data - pezmaster31/bamtools

    The patch allows to create a working out-of-source build tree: git clone https://github.com/domibel/bamtools.git mkdir bamtools-build cd bamtools-build cmake ../bamtools make The source tree bamtoo...


    Thanks.

  • #2
    Where are you creating the build folder? The out-of-source build constraint means you aren't allowed to build the executable in your source directory (so that you don't clutter up the source tree).

    I just tried the following steps, and it seemed to work fine on my Mac.

    Code:
    git clone https://github.com/domibel/bamtools.git
    mkdir bamtools-build
    cd bamtools-build
    cmake ../bamtools
    make
    The bamtools-build directory is at the same level as the bamtools directory. The bamtools executable will be in bamtools-build/bin

    Justin

    Comment


    • #3
      Thanks BAMseek.

      You are right.
      You solved my problem instead

      Many thanks.

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Addressing Off-Target Effects in CRISPR Technologies
        by seqadmin






        The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...
        08-27-2024, 04:44 AM
      • seqadmin
        Selecting and Optimizing mRNA Library Preparations
        by seqadmin



        Sequencing mRNA provides a snapshot of cellular activity, allowing researchers to study the dynamics of cellular processes, compare gene expression across different tissue types, and gain insights into the mechanisms of complex diseases. “mRNA’s central role in the dogma of molecular biology makes it a logical and relevant focus for transcriptomic studies,” stated Sebastian Aguilar Pierlé, Ph.D., Application Development Lead at Inorevia. “One of the major hurdles for...
        08-07-2024, 12:11 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 08-27-2024, 04:40 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 08-22-2024, 05:00 AM
      0 responses
      293 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 08-21-2024, 10:49 AM
      0 responses
      135 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 08-19-2024, 05:12 AM
      0 responses
      124 views
      0 likes
      Last Post seqadmin  
      Working...
      X