-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
29 lines (23 loc) · 1.13 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[](https://travis-ci.org/komparo/certigo)

# Certigo
A simple but powerful workflow manager.
- Reproducible: Remembers what scripts, environments and seeds were used to produce an output. One little change triggers a rerun
- Incremental: Won't rerun if the input did not change, even if some earlier steps in the workflow were rerun
- Output validation: Checks whether the output is correct using standard or custom formats
- Modular: Build a complex workflow from self-contained modules. Each module is self-contained and can be tested independently
- Easy development and debugging: Copies over a command that immediately enters the environment and script
- Resumable: Remembers the jobs that were started previously, and can be resumed at any point