Mercurial > repos > jjohnson > peptideshaker
diff README.rst @ 2:eea7e945f479 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit b9d1c94d4c92009d99c5d4264e1085e7210208be-dirty
| author | jjohnson |
|---|---|
| date | Thu, 12 Jul 2018 08:42:58 -0400 |
| parents | fa76abf69433 |
| children |
line wrap: on
line diff
--- a/README.rst Fri Jun 08 15:58:53 2018 -0400 +++ b/README.rst Thu Jul 12 08:42:58 2018 -0400 @@ -3,7 +3,7 @@ - Home: <https://github.com/galaxyproteomics/tools-galaxyp/> - Galaxy Tool Shed: <http://toolshed.g2.bx.psu.edu/view/galaxyp/peptideshaker> -- Tools ID: `peptide_shaker`, `search_gui` +- Tool ID: `peptideshaker`, `search_gui` Description @@ -11,17 +11,7 @@ Perform protein identification combining numerous search engines (using SearchGUI) followed by peptide and protein inference with PeptideShaker. -Includes tool wrappers for FastaCLI, IdentificationParametersCLI, SearchGUI and PeptideShaker. - - - -FastaCLI adds decoy sequences to any fasta file. - -IdentificationParametersCLI allows to create a compressed zip file with a parameters (par) file which can be (re)used later to parameterize SearchGUI or PeptideShaker, and the fasta file referred. - -The SearchGUI tool takes any number of mgf files and performs searches on these. It creates a large zip archive with all search results, the original database and spectra. - -This can then be fed to the PeptideShaker tool which merges the results and performs peptide and protein inference. +Includes tool wrappers for SearchGUI and PeptideShaker. The SearchGUI tool takes any number of mgf files and performs searches on these. It creates a large zip archive with all search results, the original database and spectra. This can then be fed to the PeptideShaker tool which merges the results and performs peptide and protein inference. General Requirements @@ -41,30 +31,32 @@ ----------------- Running MS Amanda on Linux requires that you have Mono installed. Mono 3.2.1 or newer is required. If you install via the toolshed Mono should be installed automatically, however if this does not work you can install it manually. - + On ubuntu Mono can be installed as follows sudo apt-get install mono-runtime sudo apt-get install libmono-system-core4.0-cil -For more help on installing Mono please see http://www.mono-project.com/download. +For more help on installing Mono please see http://www.mono-project.com/download. Note ---- -- Requires Galaxy release v16.01 or later. +- Requires Galaxy release v15.10 or later, which fixes the installation of package_peptideshaker_1_1 and provides a searchgui_archive datatype that includes a version + +- PeptideShaker may require xvfb to simulate an X environment if this is installed on a headless server. See: -* <http://compomics.github.io/projects/peptide-shaker.html/> -* <http://compomics.github.io/projects/searchgui.html/> +* <https://code.google.com/p/peptide-shaker/> +* <https://code.google.com/p/searchgui/> Search GUI - Fixed and Variable Modifications ------------------------------------------- - Options for modifications are read from local data file: searchgui_mods.loc - This is copied from searchgui_mods.loc.sample on the first installation. + This is copied from searchgui_mods.loc.sample on the first installation. The modifications are from: https://github.com/compomics/compomics-utilities/blob/master/src/main/java/com/compomics/util/experiment/identification/search_parameters_cli/IdentificationParametersInputBean.java
