Giter Site home page Giter Site logo

Comments (5)

Kuanhao-Chao avatar Kuanhao-Chao commented on September 14, 2024 1

@TDDB-limagrain Thanks for reporting this. We are working on the conda package and will resolve this problem. For now, you can try uninstalling parasail-pythonand installingparasail through pip.

from lifton.

Kuanhao-Chao avatar Kuanhao-Chao commented on September 14, 2024

Hi @hongman2006,

LiftOn is not on bioconda yet. We are working on it. You can first try to install it through pip.
Please check this page: https://ccb.jhu.edu/lifton/content/installation.html
Please let me know if you have further question about the installation

from lifton.

TDDB-limagrain avatar TDDB-limagrain commented on September 14, 2024

Hi @Kuanhao-Chao,
it seems that the installation also needs pytest.
In addition, in the requirements, you should replace parasail by parasail-python.

Congrats for the tool otherwise!

from lifton.

Kuanhao-Chao avatar Kuanhao-Chao commented on September 14, 2024

Hi @TDDB-limagrain,
Thanks for reporting this issue. I have added pytest to the setup.py dependencies, as the Liftoff test scripts depend on it. If you are not running the test scripts, the pytest dependency can be ignored. I have also checked the parasail package and believe it is the correct requirement: https://github.com/jeffdaily/parasail-python

Let me know if you encounter any problems installing LiftOn

from lifton.

TDDB-limagrain avatar TDDB-limagrain commented on September 14, 2024

Ok this was because I added parasail by conda, not by pip.
Below it the yml file I created for a capsule conda environment:

name: envLiftOn
channels:
    - conda-forge
    - default
    - bioconda
dependencies:
    - python>=3.8.0
    - numpy>=1.22.0
    - gffutils>=0.10.1
    - biopython>=1.76
    - cigar>=0.1.3
    - parasail-python>=1.2.4
    - intervaltree>=3.1.0
    - networkx>=2.4
    - interlap>=0.2.6
    - pyfaidx>=0.5.8
    - pysam>=0.19.1
    - ujson>=3.2.0

then I used the pip within that environment to install lifton.

from lifton.

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.