Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

## Introduction

SearchGUI is a a highly adaptable open-source common interface for configuring and running proteomics search and de novo engines, currently supporting [X! Tandem](http://www.thegpm.org/tandem), [MyriMatch](http://forge.fenchurch.mc.vanderbilt.edu/scm/viewvc.php/*checkout*/trunk/doc/index.html?root=myrimatch), [MS Amanda](http://ms.imp.ac.at/?goto=msamanda), [MS-GF+](https://github.com/MSGFPlus/msgfplus), [OMSSA](http://www.ncbi.nlm.nih.gov/pubmed/15473683), [Comet](https://uwpr.github.io/Comet), [Tide](http://cruxtoolkit.sourceforge.net), [Andromeda](http://www.andromeda-search.org), [MetaMorpheus](https://github.com/smith-chem-wisc/MetaMorpheus), [Sage](https://github.com/lazear/sage), [Novor](http://rapidnovor.com) and [DirecTag](http://fenchurch.mc.vanderbilt.edu/bumbershoot/directag/).
SearchGUI is a a highly adaptable open-source common interface for configuring and running proteomics search and de novo engines, currently supporting [X! Tandem](http://www.thegpm.org/tandem), [MyriMatch](http://forge.fenchurch.mc.vanderbilt.edu/scm/viewvc.php/*checkout*/trunk/doc/index.html?root=myrimatch), [MS Amanda](http://ms.imp.ac.at/?goto=msamanda), [MS-GF+](https://github.com/MSGFPlus/msgfplus), [OMSSA](http://www.ncbi.nlm.nih.gov/pubmed/15473683), [Comet](https://uwpr.github.io/Comet), [Tide](http://cruxtoolkit.sourceforge.net), [Andromeda](http://www.andromeda-search.org), [MetaMorpheus](https://github.com/smith-chem-wisc/MetaMorpheus), [Sage](https://github.com/lazear/sage), [Novor](http://rapidnovor.com), [DirecTag](http://fenchurch.mc.vanderbilt.edu/bumbershoot/directag/), [InstaNovo](https://github.com/instadeepai/instanovo) and [InstaNovo+](https://github.com/instadeepai/instanovo).

To start using SearchGUI, unzip the downloaded file, and double-click the `SearchGUI-X.Y.Z.jar file`. No additional installation required!

Expand Down Expand Up @@ -63,6 +63,8 @@ The main purpose of SearchGUI is to make it simpler to use multiple search engin

For details about the command line see: [SearchCLI](https://github.com/compomics/searchgui/wiki/SearchCLI).

InstaNovo v1.2.2 can be run from SearchCLI with `-instanovo 1`, standalone InstaNovo+ with `-instanovo_plus 1`, and InstaNovo with InstaNovo+ refinement with `-instanovo_refine 1`. To use InstaNovo from SearchGUI or SearchCLI, clone the InstaNovo repository locally, [install `uv`](https://docs.astral.sh/uv/getting-started/installation/), and run `uv sync` in the InstaNovo checkout so that `<folder>/.venv/bin/instanovo` is created. Use `-instanovo_folder <folder>` when the `instanovo` executable is not available on `PATH` or when a specific local InstaNovo installation should be used; `<folder>` is the InstaNovo checkout root, not the `.venv` folder. SearchGUI will look for `<folder>/.venv/bin/instanovo` before falling back to `<folder>/instanovo`. The advanced settings model selectors are populated from `<folder>/instanovo/models.json`. A FASTA database is required for database search engines and PeptideShaker post-processing, but not for de novo-only InstaNovo, InstaNovo+, or InstaNovo with refinement runs.

[Go to top of page](#searchgui)

----
Expand Down
9 changes: 8 additions & 1 deletion resources/conf/searchGUI_configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,18 @@ false
Novor Location:
Not Selected
false
InstaNovo Location:
Not Selected
false
InstaNovo+ Enabled:
false
InstaNovo Refinement Enabled:
false
DirecTag Location:
Not Selected
false
makeblastdb Location:
Not Selected

Modification use:
Acetylation of K//Acetylation of protein N-term//Carbamidomethylation of C//Oxidation of M//Phosphorylation of S//Phosphorylation of T//Phosphorylation of Y//iTRAQ 4-plex of peptide N-term//iTRAQ 4-plex of K//iTRAQ 4-plex of Y//iTRAQ 8-plex of peptide N-term//iTRAQ 8-plex of K//iTRAQ 8-plex of Y//TMT 6-plex of peptide N-term//TMT 6-plex of K//TMT 10-plex of peptide N-term//TMT 10-plex of K//Pyrolidone from E//Pyrolidone from Q//Pyrolidone from carbamidomethylated C//Deamidation of N//Deamidation of Q//
Acetylation of K//Acetylation of protein N-term//Carbamidomethylation of C//Oxidation of M//Phosphorylation of S//Phosphorylation of T//Phosphorylation of Y//iTRAQ 4-plex of peptide N-term//iTRAQ 4-plex of K//iTRAQ 4-plex of Y//iTRAQ 8-plex of peptide N-term//iTRAQ 8-plex of K//iTRAQ 8-plex of Y//TMT 6-plex of peptide N-term//TMT 6-plex of K//TMT 10-plex of peptide N-term//TMT 10-plex of K//Pyrolidone from E//Pyrolidone from Q//Pyrolidone from carbamidomethylated C//Deamidation of N//Deamidation of Q//
Loading