GithubHelp home page GithubHelp logo

execution problem about platon HOT 3 CLOSED

oschwengers avatar oschwengers commented on May 28, 2024
execution problem

from platon.

Comments (3)

oschwengers avatar oschwengers commented on May 28, 2024

Hi @kimTina321 ,
I tested Platon v1.7.0 in a fresh conda environment and database via:

mamba create -p ./conda platon=1.7.0
wget https://zenodo.org/record/4066768/files/db.tar.gz
tar -xzf db.tar.gz
platon --db ./db --prefix test --output test --verbose test-genome.fna

It ran smoothly without any error or issue.

from platon.

kimTina321 avatar kimTina321 commented on May 28, 2024

Hi @kimTina321 , I tested Platon v1.7.0 in a fresh conda environment and database via:

mamba create -p ./conda platon=1.7.0
wget https://zenodo.org/record/4066768/files/db.tar.gz
tar -xzf db.tar.gz
platon --db ./db --prefix test --output test --verbose test-genome.fna

It ran smoothly without any error or issue.

Hi, @oschwengers . I ran what you did, but I still met the error message below. Sorry for bothering you again. Besides, I tried to download plasmidFinder before and met the similar error of numpy.

Traceback (most recent call last):
File "/home/liu/conda/bin/platon", line 6, in
from platon.platon import main
File "/home/liu/conda/lib/python3.11/site-packages/platon/platon.py", line 12, in
from Bio import SeqIO
File "/home/liu/.local/lib/python3.9/site-packages/Bio/SeqIO/init.py", line 374, in
from Bio.Align import MultipleSeqAlignment
File "/home/liu/.local/lib/python3.9/site-packages/Bio/Align/init.py", line 29, in
raise MissingPythonDependencyError(
Bio.MissingPythonDependencyError: Please install numpy if you want to use Bio.Align. See http://www.numpy.org/

from platon.

oschwengers avatar oschwengers commented on May 28, 2024

I'm sorry, I cannot reproduce this error. It seems like you have a mixture of different Python versions within your Conda environment: Python 3.11 and 3.9 what should not be the case.

As this is not related to Platon but the Conda setup, may I kindly refer you the the official Conda / Bioconda docs?
Therefore, I'll close this now but please, do not hesitate to re-open it or a new issue in any case.
Thanks and kind regards!

from platon.

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.