Git Product home page Git Product logo

Comments (7)

Astahlke avatar Astahlke commented on August 21, 2024 1

I had the same error as Marissa89 when cloning with git but was able to complete the make by installing from the zip file. Issue solved, but mystery remains. What's the difference?

from fineradstructure.

SilviaHinojosa1983 avatar SilviaHinojosa1983 commented on August 21, 2024

Hello

I am also having problems but with the config, here is the error

configure: error: could not find required version of GSL

from fineradstructure.

jpjoines avatar jpjoines commented on August 21, 2024

Marisa89, did you download the zip file of the repository or clone it with git?

from fineradstructure.

janxkoci avatar janxkoci commented on August 21, 2024

Hi guys,

as an alternative, you can install fineRADstructure with conda manager from Bioconda channel. It worked for me just fine.

I added the channel to my conda setup (see the link above), but you can also just use something like this:
conda install -c bioconda fineradstructure

Hope it helps ;)

from fineradstructure.

tommydevitt avatar tommydevitt commented on August 21, 2024

I'm on macosx. I set up the Bioconda channel as suggested but I get an error saying "The following packages are not available from current channels: fineradstructure". Not sure what's up. When I try installing by cloning from git or from the zip file, I get:

tom$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/Applications/fineRADstructure-master/config/missing: Unknown --is-lightweight' option Try /Applications/fineRADstructure-master/config/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... no
configure: error: in /Applications/fineRADstructure-master': configure: error: C++ compiler cannot create executables See config.log' for more details

from fineradstructure.

janxkoci avatar janxkoci commented on August 21, 2024

@tommydevitt The setup you linked contains different order (priority) of channels as the current official website that I linked - it could cause e.g. unsupported version of C++ compiler to be installed. Also based on the presence of R channel, which has been dropped from official documentation some time ago I suspect the instructions you used are outdated.

You could for example try creating new environment and pulling packages from channels in the new order by using this command:

conda create --name fineradstr -c conda-forge -c bioconda fineradstructure

Then you activate the new environment with either source activate fineradstr or conda activate fineradstr, depending if you have set up conda init.

EDIT: According to anaconda.org there is actually no build of fineradstructure for macOS. You could try Virtualbox or something else, but I found the MCMC step of finestructure quite memory-intensive.

from fineradstructure.

tommydevitt avatar tommydevitt commented on August 21, 2024

@janxkoci You're right that there isn't a build for macOS. I also tried on our Linux server and couldn't get it to build using conda. But I was able to install a containerized version.

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.