# HG changeset patch # User galaxyp # Date 1628777176 0 # Node ID f5236b38562cff38e490b205e75745ae02fb8540 # Parent 166173739c8d359f8a7e3c104a547172126b3eee "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit fc2810c412d9954fa584ae74497562b986c52764" diff -r 166173739c8d -r f5236b38562c fasta_cli.xml --- a/fasta_cli.xml Tue Jul 20 08:54:32 2021 +0000 +++ b/fasta_cli.xml Thu Aug 12 14:06:16 2021 +0000 @@ -46,7 +46,7 @@
- + @@ -74,7 +74,7 @@ Appends decoy sequences to FASTA files. Default format is adequated to be used by SearchGUI and PeptideShaker tools, ie: -* Decoy flag: -REVERSED +* Decoy flag: _REVERSED * Location: suffix diff -r 166173739c8d -r f5236b38562c ident_params.xml --- a/ident_params.xml Tue Jul 20 08:54:32 2021 +0000 +++ b/ident_params.xml Thu Aug 12 14:06:16 2021 +0000 @@ -525,7 +525,13 @@ ## SPECTRUM ANNOTATION -annotation_level $advanced_options.spectrum_annotation_options.annotation_level + + ## if the user modifies fragment_tol but he does not modify annotation_mz_tolerance, + ## we must overwrite default annotation_mz_tolerance value with fragment_tol value + + #if not ($spectrum_matching_options.fragment_tol != 0.5 and $advanced_options.spectrum_annotation_options.annotation_mz_tolerance == 0.5) -annotation_mz_tolerance $advanced_options.spectrum_annotation_options.annotation_mz_tolerance + #end if -annotation_high_resolution $advanced_options.spectrum_annotation_options.annotation_high_resolution ## TODO: There are still many options from the GUI to be incorporated to the CLI @@ -1203,9 +1209,9 @@ - + - + Summed intensities + flanking - @@ -1706,7 +1712,7 @@ - +
@@ -1851,7 +1857,7 @@ - + diff -r 166173739c8d -r f5236b38562c macros_basic.xml --- a/macros_basic.xml Tue Jul 20 08:54:32 2021 +0000 +++ b/macros_basic.xml Thu Aug 12 14:06:16 2021 +0000 @@ -12,7 +12,7 @@ 4 4.0.41 - 0 + 1 2.0.33 1 diff -r 166173739c8d -r f5236b38562c searchgui.xml --- a/searchgui.xml Tue Jul 20 08:54:32 2021 +0000 +++ b/searchgui.xml Thu Aug 12 14:06:16 2021 +0000 @@ -180,7 +180,7 @@
- Comet and Tide shouldn't both be selected since they use a similar algoritm. OMSSA might not work into isolated environments like containers. Ms Amanda may not work either when executed into isolated environments based on MacOS X. + Comet and Tide shouldn't both be selected since they use a similar algoritm. OMSSA might not work into isolated environments like containers. Ms Amanda may not work either when executed into isolated environments based on MacOS X (use SG 4.0.22 to solve any problem running MsAmanda). MetaMorpheus only produce results when using mzML format.