Git Product home page Git Product logo

Comments (6)

millanek avatar millanek commented on August 21, 2024 1

Hello

I added Dan Lawson's putative fix for the tree building issue to my repo. Please try:
git pull
make
and then re-run the tree building.
Please, let me know if it helps.

Cheers
Milan

from fineradstructure.

lneaves avatar lneaves commented on August 21, 2024

I have the same issue and it still gave this error when I tried to run old input files that had run successfully on an older version (about a year ago).

from fineradstructure.

janxkoci avatar janxkoci commented on August 21, 2024

I worked around this issue by using the original finestructure for tree-building step:

  1. I installed finestructure (v2) using this conda package from Bioconda channel.
  2. I then replaced ./finestructure (the fineRADstructure version) with fs fs (the finestructure version)
  3. It finished successfully and I could load the data into R to make plots.

I'm considering to re-run the second MCMC step in original fs just to see if it makes any difference.

I've also found finestructure v4 in other channels, if somebody wants to test it out (there is no need to add the channels permanently).

Moreover there is a fork repo of fineRADstructure made by the original author of finestructure, with some fixes in the program - it could solve the problems, but it requires GSL 2.5 that I just couldn't make working.

Hope this helps

Jan

from fineradstructure.

bnsacks avatar bnsacks commented on August 21, 2024

from fineradstructure.

janxkoci avatar janxkoci commented on August 21, 2024

I cloned the repo to one of our servers and tried ./configure but it fails because GSL >= 2.5 is required. I'll try to see if I can make it work this time...

from fineradstructure.

janxkoci avatar janxkoci commented on August 21, 2024

So I finally figured out how to point to the right installation of GSL using:

./configure --with-gsl-prefix=/home/koci/bin/GSL --with-gsl-exec-prefix=/home/koci/bin/GSL

However I still get a build error:

...
checking for gsl-config... /home/koci/bin/GSL/bin/gsl-config
checking for GSL - version >= 0.2.5... no
*** Could not run GSL test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding GSL or finding the wrong
*** version of GSL. If it is not finding GSL, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location  Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
configure: error: could not find required version of GSL

I noticed the version doesn't match exactly, as GSL reports 2.5 while the configure script checks for GSL >= 0.2.5.

$ bash /home/koci/bin/GSL/bin/gsl-config --version
2.5

Could this be the problem?

from fineradstructure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.