From b7212f3bdf04409539b24e838eba33fa2a428ee2 Mon Sep 17 00:00:00 2001 From: Fei Zhao Date: Thu, 8 Apr 2021 15:05:07 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5e8b86..c536b6d 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ tritimap run -j 30 only_assembly Triti-Map supports three types of analysis method. - **`tritimap run -j 30 only_mapping`**: If you only need to identify trait association intervals and mutations, then run the **Interval Mapping Module**. -- **`tritimap run -j 30 only_mapping`**: If you only need to identify trait association new genes, then run the **Assembly Module**. +- **`tritimap run -j 30 only_assembly`**: If you only need to identify trait association new genes, then run the **Assembly Module**. - **`tritimap run -j 30 all`**: run the **Interval Mapping Module** and the **Assembly Module** together. Note: Triti-Map pipeline may take a long time to run(1 to 2 days). The `screen` command is useful for the cases when you need to start a long-running process. Learn more about [GNU Screen](https://www.gnu.org/software/screen/).