Skip to content

Commit

Permalink
Update the command-line options
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu authored May 30, 2024
1 parent ed87bd6 commit 8dcac5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/tutorial_headless.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ Options:
--dry-run # (optional) Dry run, not really run FragPipe.
--ram <integer> # (optional) Specify the maximum allowed memory size. The unit is GB. Set it to 0 to let FragPipe decide. Default = 0
--threads <integer> # (optional) Specify the number of threads. Default = core number - 1
--config-msfragger <string> # (optional) specify the location of the MSFragger jar file. If not specified, using the one in the cache.
--config-ionquant <string> # (optional) specify the location of the IonQuant jar file. If not specified, using the one in the cache.
--config-philosopher <string> # (optional) specify the location of the Philosopher binary file. If not specified, using the one in the cache.
--config-tools-folder <string> # (optional) specify the folder containing MSFragger, IonQuant, and dirTracer. If not specified, using the one in the cache.
--config-diann <string> # (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 <string> # (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.
Expand Down

0 comments on commit 8dcac5c

Please sign in to comment.