From b757ff6b9081848caed678a9bfd38db3781d4119 Mon Sep 17 00:00:00 2001 From: nsheff Date: Mon, 18 Dec 2023 13:22:41 -0500 Subject: [PATCH] add format conversion image --- docs/initialize.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/initialize.md b/docs/initialize.md index bf659440..f8d74632 100644 --- a/docs/initialize.md +++ b/docs/initialize.md @@ -3,6 +3,13 @@ The primary use case of `peppy` is to create a `peppy.Project` object, which will give you an API for interacting with your project and sample metadata. There are multiple ways to instantiate a `peppy.Project`. The most common is to use a configuration file; however, you can also use a `CSV` file (sample sheet), or a sample `YAML` file (sample sheet), or use Python objects directly, such as a `pandas` DataFrame, or a Python `dict`. + +
+ +
peppy can read from and produce various metadata formats
+
+ + ## 1. From PEP configuration file ```python