# HG changeset patch # User galaxyp # Date 1628777212 0 # Node ID 3ec27b4cee7c138b4227ede038274b53bcbabc38 # Parent a6ff76e057fdc9d353f356fa7a748a1aa0112b93 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit fc2810c412d9954fa584ae74497562b986c52764" diff -r a6ff76e057fd -r 3ec27b4cee7c fasta_cli.xml --- a/fasta_cli.xml Tue Jul 20 08:55:11 2021 +0000 +++ b/fasta_cli.xml Thu Aug 12 14:06:52 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 a6ff76e057fd -r 3ec27b4cee7c ident_params.xml --- a/ident_params.xml Tue Jul 20 08:55:11 2021 +0000 +++ b/ident_params.xml Thu Aug 12 14:06:52 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 a6ff76e057fd -r 3ec27b4cee7c macros_basic.xml --- a/macros_basic.xml Tue Jul 20 08:55:11 2021 +0000 +++ b/macros_basic.xml Thu Aug 12 14:06:52 2021 +0000 @@ -12,7 +12,7 @@ 4 4.0.41 - 0 + 1 2.0.33 1 diff -r a6ff76e057fd -r 3ec27b4cee7c searchgui.xml --- a/searchgui.xml Tue Jul 20 08:55:11 2021 +0000 +++ b/searchgui.xml Thu Aug 12 14:06:52 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.