From 1d33ea63bd5aef2cc750203bb6c1c239ae3a828f Mon Sep 17 00:00:00 2001
From: Zhiyu <zhiyu.zhao@utsouthwestern.edu>
Date: Mon, 28 Sep 2020 12:11:46 -0500
Subject: [PATCH] Flow chart added to readme.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0c12af4..1d3be1d 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 This is an R program to visualize and analyze -omics data such as those from microarray, metabolomics and proteomics experiments. Next-generation sequencing such as RNA-Seq and single-cell RNA-Seq analyses are to be supported in the future. The input of this program is intensity or count data supplied in a list or table along with parameter settings, all in an Excel file. The output is an Excel file with figures and analysis result sheets.
 
-![FlowChart](https://git.biohpc.swmed.edu/CRI/ODA/blob/master/FlowChart.png "Flow Chart")
+![FlowChart](FlowChart.png)
 
 ## Current version: 1.7.3. Tested R versions: 4.0.2, 3.5.1.
 
-- 
GitLab