morloc-project / examples

Examples of morloc code and comparisons to other methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example morloc programs

The morloc language is designed to support the logical design of libraries and programs from composed of functions from many languages. This repo contains examples of how this can work in practice. More will examples will be added in the future.

Details on each example are present in the example-specific READMEs. Here is a high-level overview of each:

  • workflow-comparisons/flu-case-study - a comparison of 6 bioinformatics workflow strategies (bash, python, nextflow, snakemake, and hybrid) that is associated with a paper (in review)

  • workflow-comparisons/tiny-example - a very minimal comparison of morloc to snakemake and nextflow

About

Examples of morloc code and comparisons to other methods


Languages

Language:C++ 50.3%Language:Python 35.7%Language:R 4.1%Language:Dockerfile 3.0%Language:Nextflow 2.8%Language:Shell 2.7%Language:Makefile 1.4%