From 3e8f99ac5eca7180a0ff022e48a0258fe416a702 Mon Sep 17 00:00:00 2001 From: Fengchao Date: Tue, 20 Aug 2024 12:17:13 -0400 Subject: [PATCH] Add a note about running FragPipe in command line interface. --- docs/tutorial_headless.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial_headless.md b/docs/tutorial_headless.md index e40e500e0..c27ecaad7 100644 --- a/docs/tutorial_headless.md +++ b/docs/tutorial_headless.md @@ -21,10 +21,10 @@ Options: --config-tools-folder # (optional) specify the folder containing MSFragger, IonQuant, and dirTracer. If not specified, using the one in the cache. --config-diann # (optional) specify the location of the DIA-NN binary file (the actual executable file `DiaNN.exe`, not the DIA-NN installation file). If not specified, using the one in the cache. It could be from the previously configured or the build-in one. --config-python # (optional) specify the location of the Python directory. If not specified, using the one in the cache. -To let FragPipe find the TMT annotation file, put the mzML files from the same experiment in the same folder. Then, create the annotation file with the name ending with annotation.txt in the folder. -Note: There must be only one annotation file in each folder. ``` +__Note: For the first time running FragPipe in command line mode, must specify `--config-tools-folder`, `--config-diann`, and `--config-python`.__ + To let FragPipe find the TMT annotation file in the headless mode, put the mzML files from the same experiment in the same folder. Then, create the annotation file with the name ending with `annotation.txt` in the folder. __Note: There must be only one annotation file in each folder.__