From 1a1c5f85537661b0831d537fd5d2389cf5eff211 Mon Sep 17 00:00:00 2001
From: Dinithi Sumanaweera <83298091+dinithins@users.noreply.github.com>
Date: Thu, 8 Feb 2024 19:38:27 +0000
Subject: [PATCH] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 496084a..0a3d944 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,8 @@ The package will be made available on PyPi soon.
### Tutorial
-Please refer to the notebook [`notebooks/Tutorial.ipynb`](https://github.com/Teichlab/Genes2Genes/blob/main/notebooks/Tutorial.ipynb) which gives an example analysis between a reference and query dataset from literature.
+Please refer to the notebook [`notebooks/Tutorial.ipynb`](https://github.com/Teichlab/Genes2Genes/blob/main/notebooks/Tutorial.ipynb) which gives an example analysis between a reference and query dataset from literature.
+Please also refer https://teichlab.github.io/Genes2Genes on how to read a trajectory alignment output generated by G2G.
**Note**: The runtime of the G2G algorithm depends on the number of cells in the reference and query datasets, the number of interpolation time points, and the number of genes to align.
G2G currently utilizes concurrency through Python multiprocessing to speed up the gene-level alignment process. It creates a number of processes equal to the number of cores in the system, and each process performs a single gene-level alignment at one time.