Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile GFA_connector #18

Open
Benjamin-Lee opened this issue Feb 3, 2020 · 4 comments
Open

Unable to compile GFA_connector #18

Benjamin-Lee opened this issue Feb 3, 2020 · 4 comments

Comments

@Benjamin-Lee
Copy link

I have tried compiling both SKESA and GFA_connector specifically using this Dockerfile:

# Base image
FROM ubuntu:18.04

# Install SKESA
RUN apt-get update && apt-get -y -qq install git build-essential bison libxml2 libboost-all-dev libz-dev && \
    git clone https://github.com/ncbi/SKESA && \
    cd SKESA && \
    make gfa_connector

However, I'm getting error codes from deep within Docker that give me no indication why the actual compilation if failing. Do you have any pointers (pun certainly intended) on whether I'm compiling GFA_connector correctly?

@souvorov
Copy link
Collaborator

souvorov commented Feb 4, 2020

I'm not sure, but try to add boost and bc:
apt-get install libboost-all-dev bc

@tseemann
Copy link

tseemann commented Mar 7, 2020

What is bc used for? Isn't that a calculator tool?

I managed to compile it ok. But i set BOOST_PATH= manually and used Makefile.nongs

@souvorov
Copy link
Collaborator

souvorov commented Mar 9, 2020

It is a calculator tool. Apparently it is used by some docker scripts, or at least I was told so by somebody who built a docker for skesa. I haven't tried it myself.

@tseemann
Copy link

tseemann commented Mar 9, 2020

Ah i see - so for docker not for Skesa. That makes a lot more sense. Still weird though :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants