Giter VIP home page Giter VIP logo

kitsune's Introduction

Hi there ๐Ÿ‘‹

kitsune's People

Contributors

cumbof avatar intawat avatar natapol avatar yumyai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

kitsune's Issues

Update kitsune to v1.3.2 on PyPi

@natapol thanks for merging PR #9

The software is bumped to version 1.3.2 but a few extra steps are still required to finally deploy the new version.

You should now release a new version of the package on PyPi by simply triggering the Upload Python Package workflow.
I will be then able to update the sha256 in the conda recipe meta.yaml and finally create a PR in the bioconda recipes repository.

KITSUNE is not working

When I try to run kitsune cre it will never end. I know it takes long for large genomes, but after 24 hours, it is still at 0%.

When I run the provided example command with the example files, I get:
OSError: [Errno 24] Too many open files

ModuleNotFoundError: No module named 'kitsune.modules'; 'kitsune' is not a package

Hello I just installed kitsune on my mac from the GitHub source. When I use the help command: python3 kitsune.py --help it outputs the normal message:

usage: kitsune <command> [<args>]

Available commands:
	acf	Compute average number of common features between signatures
	cre	Compute cumulative relative entropy
	dmatrix	Compute distance matrix
	kopt	Compute recommended choice (optimal) of kmer within a given kmer interval for a set of genomes using the cre, acf and ofc
	ofc	Compute observed feature frequencies

Use --help in conjunction with one of the commands above for a list of available options (e.g. kitsune acf --help)

However when I do python3 kitsune.py kopt --help I get this message:

Traceback (most recent call last):
  File "/Users/rimo/kitsune/kitsune/kitsune.py", line 75, in <module>
    main()
  File "/Users/rimo/kitsune/kitsune/kitsune.py", line 70, in main
    module = importlib.import_module("kitsune.modules.{}".format(cmd))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/[email protected]/3.11.4_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1135, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'kitsune.modules'; 'kitsune' is not a package

This happens when I try to use the kopt command with parameters set and I don't understand what's wrong or how to fix it.

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.