From 49337dbe3bf73e8f300b8d6efcff8b8152f9fe49 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Fri, 16 Aug 2024 09:14:58 -0400 Subject: [PATCH 1/2] add location of example data --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9a7bd96..1551427 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ sudo dpkg -i vame-desktop--linux.deb The executable will be added to the main applications folder on your Linux distribution. +## Example data + +The app can be run on the input data found [here](https://ethoml.github.io/VAME/docs/getting_started/running/#1-download-the-necessary-resources). + ## Development mode ### Python From 1785779bfcec023a962af2b7f8bd9be80877d7c1 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Fri, 16 Aug 2024 09:17:17 -0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: Luiz Tauffer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1551427..3b3c018 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The executable will be added to the main applications folder on your Linux distr ## Example data -The app can be run on the input data found [here](https://ethoml.github.io/VAME/docs/getting_started/running/#1-download-the-necessary-resources). +The app can be tested on the sample input data found [here](https://ethoml.github.io/VAME/docs/getting_started/running/#1-download-the-necessary-resources). ## Development mode