Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1007 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 1007 Bytes

py-lotaru

This repository contains research code for Lotaru. See:

Project Structure

data/traces contains task traces from executions of different workflows and varying input sizes. The directory is structured as data/traces/<node>/<workflow>/traces.csv The traces are generated by Nextflow and the fields are documented in the Nextflow documentation.

data/benchmarks contains records of the node benchmarks.

The main code is in lotaru. The cli application and its analysis scripts are in lotaru/analysis

Using the cli application

For now the cli application can be called via python -m lotaru which prints a general help to get started.