Code Monkey home page Code Monkey logo

Comments (2)

AstraBert avatar AstraBert commented on August 25, 2024

Dear @jannafierst,

I don't know whether you still need a possible solution to your issue or you worked it out on your own, nevertheless I can propose the workflow I implemented having a similar issue not with my python but with my biopython version.

I work with a Ubuntu 22.04 machine, so consider that the following instructions may not work on your own computer.

I ran

##CREATE A nanocaller ENVIRONEMT
mamba create -p /mnt/c/Users/Astra/envs/nanocaller

##ACTIVATE ENVIRONMENT
mamba activate /mnt/c/Users/Astra/envs/nanocaller

##INSTALL PYTHON
mamba install -c conda-forge -c bioconda -y python=3.10

## INSTALL BIOPYTHON
mamba install -c conda-forge -y biopython

##INSTALL xopen v. 1.2.0
python3 -m pip install xopen==1.2.0

##INSTALL whatshap
mamba install -c conda-forge -c bioconda whatshap

##INSTALL NanoCaller
mamba install -c conda-forge -c bioconda -y nanocaller

##TEST INSTALLATION
NanoCaller -h

I stumbled across several mamba install timeout problems, so you may encounter them: I solved the issues by shutting down and restarting the shell.

Please note that I am nor part of the NanoCaller development team neither of the WGSLab, so this solution might not be optimal, but it worked for me!

Kind regards,
Astra

from nanocaller.

kaichop avatar kaichop commented on August 25, 2024

Thank you very much for offering a solution!

from nanocaller.

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.