Skip to content

Commit c91a80c

Browse files
committed
update readme description
1 parent 9bfbe67 commit c91a80c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ library(tidyverse)
2121
df <- tribble(
2222
~Repo, ~Description,
2323
"dynalysis", "Scripts to reproduce manuscript",
24-
"dynwrap", "Common wrapping functionality",
24+
"dynwrap", "Common trajectory wrapping functionality",
2525
"dynmethods", "Wrappers for trajectory inference methods",
2626
"dyneval", "Metrics and evaluation pipeline",
2727
"dyngen", "Generator of synthetic datasets",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dynverse consists of several subpackages:
1717
| Package | Status | Description |
1818
|:-----------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------|
1919
| [dynalysis](https://github.com/dynverse/dynalysis) | Coming soon | Scripts to reproduce manuscript |
20-
| [dynwrap](https://github.com/dynverse/dynwrap) | [![Build status](https://travis-ci.org/dynverse/dynwrap.svg?branch=master)](https://travis-ci.org/dynverse/dynwrap) | Common wrapping functionality |
20+
| [dynwrap](https://github.com/dynverse/dynwrap) | [![Build status](https://travis-ci.org/dynverse/dynwrap.svg?branch=master)](https://travis-ci.org/dynverse/dynwrap) | Common trajectory wrapping functionality |
2121
| [dynmethods](https://github.com/dynverse/dynmethods) | [![Build status](https://travis-ci.org/dynverse/dynmethods.svg?branch=master)](https://travis-ci.org/dynverse/dynmethods) | Wrappers for trajectory inference methods |
2222
| [dyneval](https://github.com/dynverse/dyneval) | [![Build status](https://travis-ci.org/dynverse/dyneval.svg?branch=master)](https://travis-ci.org/dynverse/dyneval) | Metrics and evaluation pipeline |
2323
| [dyngen](https://github.com/dynverse/dyngen) | [![Build status](https://travis-ci.org/dynverse/dyngen.svg?branch=master)](https://travis-ci.org/dynverse/dyngen) | Generator of synthetic datasets |

0 commit comments

Comments
 (0)