Skip to content

Examples of morloc code and comparisons to other methods

Notifications You must be signed in to change notification settings

morloc-project/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example morloc programs

The morloc language is designed to support the logical design of polyglot libraries and programs. This repo contains examples of how this can work in practice.

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

  • fasta - an example of a morloc program that operates of FASTA-formatted data

  • 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