Giter Site home page Giter Site logo

Comments (4)

Cristinex avatar Cristinex commented on June 2, 2024 1

Cromwell supports "call-caching" and I am sure that is what you are looking for. It skips tasks that are already done based on docker hash, md5sum hash of input files and code lines in commands { } block. You may need to install a MySQL server and run a cromwell server with it and submit jobs via REST API.

But there are some limitations. Any change in a docker container (that is... any single update/bug-fix on the pipeline) will make you lose resumability. So you will not find it very useful.

We don't have an official tutorial or README for this. But I think the following documnets will be helpful.

I think the documents maybe helpful. However, the web page links you posted are now invalid. Could you update links to the document, please?

from atac-seq-pipeline.

leepc12 avatar leepc12 commented on June 2, 2024

Cromwell supports "call-caching" and I am sure that is what you are looking for. It skips tasks that are already done based on docker hash, md5sum hash of input files and code lines in commands { } block. You may need to install a MySQL server and run a cromwell server with it and submit jobs via REST API.

But there are some limitations. Any change in a docker container (that is... any single update/bug-fix on the pipeline) will make you lose resumability. So you will not find it very useful.

We don't have an official tutorial or README for this. But I think the following documnets will be helpful.

from atac-seq-pipeline.

shanmukhasampath avatar shanmukhasampath commented on June 2, 2024

Hi Jin,

Thank you very much for the documentation. I will look into it.

from atac-seq-pipeline.

leepc12 avatar leepc12 commented on June 2, 2024

My comment on this issue was written on 2018. It's outdated.

Please take a look at these docs for SLURM and GC:
https://github.com/ENCODE-DCC/caper#running-pipelines-on-slurm-clusters
https://github.com/ENCODE-DCC/caper/tree/master/scripts/gcp_caper_server

MySQL is no longer needed for call-caching.
File-based DB (db=file in Caper's conf file ~/.caper/default.conf) should work fine for a small number of workflows.

from atac-seq-pipeline.

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.