Coder Social home page Coder Social logo

Use conda to manage deps about cmo HOT 5 CLOSED

mskcc avatar mskcc commented on August 20, 2024
Use conda to manage deps

from cmo.

Comments (5)

lordzappo avatar lordzappo commented on August 20, 2024 2

Sorry to leave this sit for so long- the long term intent here was always to use Docker for packaging tools, but security concerns have delayed adoption on the luna cluster.

We will be pursuing Singularity as a docker alternative on luna for portability in tandem with CWL for portable workflows. It still needs to be proven to play well with CWL, which has specific Docker hooks for some things, but we already have it installed on demo nodes and are actively evaluating it for this purpose.

Our goal is to have all versions of everything live for all users at all times, so conda doesn't fit that paradigm well.

This package and fireworks will remain live for prototyping and keeping in-house things as easy as possible, but production pipelines will be moving to CWL after its feasibility is proven. This package may or may not receive CWL writing support as our plans become more firm.

from cmo.

jchodera avatar jchodera commented on August 20, 2024

from cmo.

inodb avatar inodb commented on August 20, 2024

@lordzappo Thanks for the update! I like the idea of going for CWL, mostly since it has much broader support in the bioinformatics community.

As a side note, you can still have versions of everything live for all users at all time using conda. You just need to create different virtual environments for each version. Sooner or later you run into problems of one program requiring a different version of another program. You can certainly handle this problem by manipulating PATH variables, but it's a lot less structured imo.

Docker can solve this problem as well - you could still use anaconda within Docker though. The main issue with packaging software is that you need the community support. Otherwise you end up having to package everything yourself. Bioconda has a ton of packages already installed and quite a large following: https://github.com/bioconda/bioconda-recipes. There is BioContainers for docker, but the support is way smaller: https://github.com/BioContainers/containers. If one would set up a way to create Docker containers from bioconda packages, it would make a ton of bioinf packages readily available.

from cmo.

lordzappo avatar lordzappo commented on August 20, 2024

from cmo.

ckandoth avatar ckandoth commented on August 20, 2024

Closing cuz of all reasons listed above against using conda.

from cmo.

Related Issues (13)

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.