Coder Social home page Coder Social logo

Comments (3)

cjw85 avatar cjw85 commented on July 17, 2024

Hi @damientully

Thanks for trying our alpha release, and sorry that it has not installed smoothly.

We have noticed this. Something in the python build chain is becoming confused; on failing to build whatshap the build of the libmedaka module is also being neglected.

We have asked the whatshap developers to create a new release, which will make this simpler.

Here's what I did this morning to get things working:

# grab medaka and whatshap sources
git clone [email protected]:nanoporetech/medaka.git
git clone https://bitbucket.org/whatshap/whatshap
cd medaka
# remove whatshap as a requirement
sed -i 's/git\+/#git\+/' requirements.txt
make install
source venv/bin/activate
cd ../whatshap
pip install pyvcf
python setup.py install

I hope this gets you a working install, and look forward to seeing any variant calling results that you produce.

from medaka.

damientully avatar damientully commented on July 17, 2024

Hi @cjw85

Thanks for your reply and those instructions. Seems to be working now!
Damien

from medaka.

cjw85 avatar cjw85 commented on July 17, 2024

The v0.6.0-alpha.2 now depends on whatshap==0.18 and builds correctly.

It is available with pip, needing the --pre option to opt-in to prereleases:

pip install --pre medaka

from medaka.

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.