Coder Social home page Coder Social logo

Conda recipe about arriba HOT 9 CLOSED

suhrig avatar suhrig commented on July 23, 2024
Conda recipe

from arriba.

Comments (9)

suhrig avatar suhrig commented on July 23, 2024 2

Hi Martin,

After someone made me aware of your project yesterday, I was going to get in touch with you anyway to discuss the possibility/technical details of integrating Arriba into your pipeline. You found me faster. :-)

Sure, I can prepare a bioconda package. If it suits your time frame, I will distribute it with the next stable release of Arriba, which I plan to release in a few weeks. I'll keep you updated.

Arriba's workflow is very similar to that of STAR-Fusion. I imagine we can make use of a lot of copy-pasta, which should facilitate the integration.

Regards,
Sebastian

from arriba.

suhrig avatar suhrig commented on July 23, 2024 1

FYI: Version 1.1.0 is out, along with instructions on how to install it using Bioconda: https://arriba.readthedocs.io/en/latest/quickstart/#installation-using-bioconda

from arriba.

matq007 avatar matq007 commented on July 23, 2024

Hi Sebastian, that sounds perfect. I am working on few changes now anyway so just let me know when you are ready 👍. I would like to include the tool in version 1.2 which will be maybe in a month or 2.
Look forward 🎉

Martin

from arriba.

suhrig avatar suhrig commented on July 23, 2024

I managed to port the current version of Arriba (1.0.1) to bioconda. You should now be able to install it. Version 1.1.0 is coming soon.

Three executables are installed:

  • arriba (the core executable)
  • run_arriba.sh (a simplistic script to run Arriba starting with FastQ files)
  • draw_fusions.R (an R script to generate figures from the fusion predictions)

In addition, database files (blacklists, protein domains, cytobands, ...) are installed to $CONDA_PREFIX/var/lib/arriba/. You can find more information about all of these in the manual. You can let the content of run_arriba.sh be a guide to you on how to call the tool and integrate it into your pipeline. Let me know, if you need help.

from arriba.

matq007 avatar matq007 commented on July 23, 2024

That sounds perfect. I will probably wait for the 1.1.0 version so I can finish the report in the meantime. I've decided to have a separate repository for the report tool together with a scoring function of the fusions. You can see it here. Look forward to implement the tool to the stack 👍

from arriba.

xiucz avatar xiucz commented on July 23, 2024

/+ 1 good job.

from arriba.

matq007 avatar matq007 commented on July 23, 2024

Hey @suhrig and @xiucz. I am trying to install arriba with conda but I always get stuck on Solving environment: ...working.... Have you encountered similar issues?

from arriba.

suhrig avatar suhrig commented on July 23, 2024

I just tried it with the most recent Miniconda and it worked right away. But I can confirm this issue in general with conda. I have seen this with a number of packages. sigh

One of these might help:

  • explicitly specify the version of Arriba you want to install (conda install ... arriba=1.1.0)
  • only use the required channels and skip all other activated channels (conda install --override-channels -c conda-forge -c bioconda -c defaults arriba=1.1.0)
  • update conda to the latest version

from arriba.

matq007 avatar matq007 commented on July 23, 2024

Thanks, finally managed to install it. I had a wrong order of the channels.

from arriba.

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.