changeset 48:b72821cab1d7 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit f27e376ff604cd8faf57c63f25ddcfd61ca9db6a"
author galaxyp
date Fri, 15 Jan 2021 14:05:46 +0000
parents 5da80a2c0ef9
children 560a08e0de13
files README.rst admin_scripts/build_mods_loc.py admin_scripts/build_species.py fasta_cli.xml ident_params.xml macros.xml macros_basic.xml peptide_shaker.xml searchgui.xml test-data/Identification_Parameters_default.par test-data/Identification_Parameters_default_modifications.par test-data/Identification_Parameters_specific.par test-data/fastacli_searchgui_tinydb1.fasta test-data/fastacli_searchgui_tinydb1_concatenated_target_decoy.fasta test-data/peptide_shaker_modifications_result1.cpsx test-data/peptide_shaker_modifications_result1.output_certificate test-data/peptide_shaker_modifications_result1.output_extended_psm test-data/peptide_shaker_modifications_result1.output_hierarchical test-data/peptide_shaker_modifications_result1.output_peptides test-data/peptide_shaker_modifications_result1.output_peptides_nonvalidated test-data/peptide_shaker_modifications_result1.output_peptides_phosphorylation test-data/peptide_shaker_modifications_result1.output_proteins test-data/peptide_shaker_modifications_result1.output_proteins_nonvalidated test-data/peptide_shaker_modifications_result1.output_proteins_phosphorylation test-data/peptide_shaker_modifications_result1.output_psm test-data/peptide_shaker_modifications_result1.output_psm_nonvalidated test-data/peptide_shaker_modifications_result1.output_psm_phosphorylation test-data/peptide_shaker_modifications_result1.zip test-data/peptideshaker_reports_output_certificate.txt test-data/peptideshaker_reports_output_extendedpsm.tabular test-data/peptideshaker_reports_output_hierarchical.tabular test-data/peptideshaker_reports_output_peptides.tabular test-data/peptideshaker_reports_output_peptidesnonvalidated.tabular test-data/peptideshaker_reports_output_peptidesphosphorylation.tabular test-data/peptideshaker_reports_output_proteins.tabular test-data/peptideshaker_reports_output_proteinsnonvalidated.tabular test-data/peptideshaker_reports_output_proteinsphosphorylation.tabular test-data/peptideshaker_reports_output_psm.tabular test-data/peptideshaker_reports_output_psmnonvalidated.tabular test-data/peptideshaker_reports_output_psmphosphorylation.tabular test-data/searchgui_smallsearch_default_somesearchengines_modifications.zip test-data/searchgui_smallspectra.mgf test-data/searchgui_tiny_result_default_4engines.zip test-data/searchgui_tiny_result_default_4engines_modifications.zip test-data/searchgui_tinydb1.fasta test-data/searchgui_tinyspectra1.mgf test-data/tiny_searchgui_modifications_result1.zip test-data/tiny_searchgui_modifications_result_amandaonly.zip test-data/tiny_searchgui_result1.zip test-data/tiny_searchgui_result_amandaonly.zip
diffstat 48 files changed, 31199 insertions(+), 1892 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Thu Feb 20 10:51:14 2020 +0000
+++ b/README.rst	Fri Jan 15 14:05:46 2021 +0000
@@ -3,7 +3,7 @@
 
 - Home: <https://github.com/galaxyproteomics/tools-galaxyp/>
 - Galaxy Tool Shed: <http://toolshed.g2.bx.psu.edu/view/galaxyp/peptideshaker>
-- Tool ID: `peptideshaker`, `search_gui`
+- Tools ID: `peptide_shaker`, `search_gui`, `ident_params`, `fasta_cli`
 
 
 Description
@@ -11,13 +11,23 @@
 
 Perform protein identification combining numerous search engines (using SearchGUI) followed by peptide and protein inference with PeptideShaker.
 
-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.
+Includes tool wrappers for FastaCLI, IdentificationParametersCLI, SearchGUI and PeptideShaker.
+
+
+
+FastaCLI adds decoy sequences to any fasta file.
+
+The Identification Parameters tool allows to create a parameters (par) file which can be (re)used later to parameterize SearchGUI or 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
 --------------------
 
-This tool requires a Java runtime 1.6 or greater to work. To avoid out of memory errors you should set the maximum heapspace for java processes as the default is most likely too small. For example, to set this in your shell:
+To avoid out of memory errors you should set the maximum heapspace for java processes as the default is most likely too small. For example, to set this in your shell:
 
     export _JAVA_OPTIONS='-Xmx1500M'
 
@@ -31,34 +41,23 @@
 -----------------
 
 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 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.
+- Requires Galaxy release v16.01 or later.
 
 See:
 
-* <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.  
-
-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
+* <http://compomics.github.io/projects/peptide-shaker.html/>
+* <http://compomics.github.io/projects/searchgui.html/>
 
 GalaxyP Community
 -----------------
@@ -101,3 +100,4 @@
 * Gerben Menschaert
 * Elvis Ndah
 * Minnesota Supercomputing Institute, Univeristy of Minnesota
+* Carlos Horro
--- a/admin_scripts/build_mods_loc.py	Thu Feb 20 10:51:14 2020 +0000
+++ b/admin_scripts/build_mods_loc.py	Fri Jan 15 14:05:46 2021 +0000
@@ -1,7 +1,6 @@
 #!/usr/bin/env python
 
 import xml.etree.ElementTree as ET
-from os.path import exists
 
 with open("searchgui_mods.loc.sample", "w") as output:
     for mods_path in ["searchGUI_mods.xml", "searchGUI_usermods.xml"]:
--- a/admin_scripts/build_species.py	Thu Feb 20 10:51:14 2020 +0000
+++ b/admin_scripts/build_species.py	Fri Jan 15 14:05:46 2021 +0000
@@ -2,9 +2,9 @@
 
 import sys
 
-for line in open( sys.argv[1] ):
+for line in open(sys.argv[1]):
     line = line.strip()
     if line and not line.startswith('>'):
         name, id = line.split('\t')
         line = '<option value="%s">%s</option>' % (name, name)
-    print line
+    print(line)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fasta_cli.xml	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,75 @@
+<tool id="fasta_cli" name="FastaCLI" version="1.0.1">
+    <description>
+        Appends decoy sequences to FASTA files
+    </description>
+    <macros>
+        <import>macros_basic.xml</import>
+    </macros>
+    <requirements>
+	<requirement type="package" version="@SEARCHGUI_VERSION@">searchgui</requirement>
+    </requirements>
+    <expand macro="stdio" />
+    <command>
+<![CDATA[
+        #set $temp_stderr = "fasta_cli_stderr"
+        #set $output_db_name = $input_database.display_name.replace(".fasta", "") + $database_processing_options.decoy_file_tag.value + ".fasta"
+
+        mkdir output &&
+        cwd=`pwd` &&
+
+        echo 'DB: ${input_database.display_name} sequences: ${input_database.metadata.sequences}' &&
+        cp '${input_database}' '${input_database.display_name}' &&
+
+        ###########################################
+        ####       Creating decoy database     ####
+        ###########################################
+
+        echo 'Creating decoy database.' &&
+        searchgui -Djava.awt.headless=true eu.isas.searchgui.cmd.FastaCLI --exec_dir="./bin/" -temp_folder `pwd` -in '${input_database.display_name}' -decoy -decoy_flag $database_processing_options.decoy_tag -suffix $database_processing_options.decoy_type -decoy_suffix $database_processing_options.decoy_file_tag 2>> $temp_stderr &&
+        mv '${output_db_name}' output &&
+        cat $temp_stderr 2>&1;
+]]>
+    </command>
+    <inputs>
+        <param format="fasta" name="input_database" type="data" label="Protein Database"
+            help="Select FASTA database from history"/>
+
+        <section name="database_processing_options" expanded="true" title="Database Processing Options">
+
+            <param name="decoy_tag" type="text" value="-REVERSED" label="The decoy flag">
+            </param>
+            <param name="decoy_type" type="select" label="Location of the decoy flag: prefix or suffix">
+                <option value="1">Prefix</option>
+                <option value="2" selected="True">Suffix</option>
+            </param>
+
+            <param name="decoy_file_tag" type="text" value="_concatenated_target_decoy" label="Target decoy suffix">
+            </param>
+
+        </section>
+    </inputs>
+    <outputs>
+        <data name="input_database_concatenated_target_decoy" format="fasta" label="${tool.name}: ${input_database.display_name} with decoys on ${on_string}">
+            <discover_datasets pattern="(?P&lt;designation&gt;.+)\.fasta" directory="output" visible="true"  format="fasta" assign_primary_output="true" />
+        </data>
+    </outputs>
+    <tests>
+        <test>
+            <param name="input_database" value="fastacli_searchgui_tinydb1.fasta" ftype="fasta"/>
+            <output name="input_database_concatenated_target_decoy" file="fastacli_searchgui_tinydb1_concatenated_target_decoy.fasta" ftype="fasta" compare="sim_size" delta="1000" />
+        </test>
+    </tests>
+    <help>
+**What it does**
+
+Appends decoy sequences to FASTA files. Default format is adequated to be used by SearchGUI and PeptideShaker tools, ie:
+
+* Decoy flag: -REVERSED
+
+* Location: suffix
+
+* Target decoy suffix: _concatenated_target_decoy
+
+    </help>
+    <expand macro="citations" />
+</tool>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ident_params.xml	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,1904 @@
+<tool id="ident_params" name="Identification Parameters" version="1.5.1">
+    <description>
+        Sets the identification parameters to be used in SearchGUI and PeptideShaker apps
+    </description>
+    <macros>
+        <import>macros_basic.xml</import>
+        <import>macros_modifications.xml</import>
+    </macros>
+    <requirements>
+      	<requirement type="package" version="@SEARCHGUI_VERSION@">searchgui</requirement>
+    </requirements>
+    <expand macro="stdio" />
+    <command>
+<![CDATA[
+        #set $temp_stderr = "searchgui_stderr"
+        #set $bin_dir = "bin"
+
+        mkdir output;
+        cwd=`pwd`;
+        export HOME=\$cwd;
+
+
+        echo "" > $temp_stderr &&
+
+        echo 'running Identification Parameters CLI' &&
+        #####################################################
+        ## generate IdentificationParameters for SearchGUI ##
+        #####################################################
+        (searchgui eu.isas.searchgui.cmd.IdentificationParametersCLI
+            --exec_dir="./bin/"
+            -out './IdentificationParametersOutput.par'
+
+            ## SPECTRUM MATCHING PARAMETERS
+
+            -frag_tol '${spectrum_matching_options.fragment_tol}'
+            -frag_ppm '${spectrum_matching_options.fragment_tol_units}'
+            -prec_tol '${spectrum_matching_options.precursor_ion_tol}'
+            -prec_ppm '${spectrum_matching_options.precursor_ion_tol_units}'
+
+            #if $spectrum_matching_options.digestion.cleavage == 'default':
+              -mc $spectrum_matching_options.digestion.missed_cleavages
+            #elif $spectrum_matching_options.digestion.cleavage == '0' and len($spectrum_matching_options.digestion.digests) > 0:
+              #set $enzymes = []
+              #set $missed_cleavages = []
+              #set $specificities = []
+              #for $i, $digest in enumerate($spectrum_matching_options.digestion.digests):
+                  #silent $enzymes.append(str($digest.enzyme))
+                  #silent $missed_cleavages.append(str($digest.missed_cleavages))
+                  #silent $specificities.append(str($digest.specificity))
+              #end for
+              -enzyme "#echo ','.join($enzymes)#"
+              -mc "#echo ','.join($missed_cleavages)#"
+              -specificity "#echo ','.join($specificities)#"
+            #else:
+               -digestion $spectrum_matching_options.digestion.cleavage
+            #end if
+
+
+            #set $fixed_mods_str = $spectrum_matching_options.fixed_modifications or ''
+            #set $variable_mods_str = $spectrum_matching_options.variable_modifications or ''
+            #if $fixed_mods_str
+                -fixed_mods "$fixed_mods_str"
+            #end if
+            #if $variable_mods_str
+                -variable_mods "$variable_mods_str"
+            #end if
+
+
+            -min_charge $spectrum_matching_options.min_charge
+            -max_charge $spectrum_matching_options.max_charge
+            -fi $spectrum_matching_options.forward_ion
+            -ri $spectrum_matching_options.reverse_ion
+            -min_isotope ${spectrum_matching_options.min_isotope}
+            -max_isotope ${spectrum_matching_options.max_isotope}
+            ## TODO: TO CHECK, these last two both are also present in the app in the import filters section.
+
+
+            ## -- SEARCH ENGINES SPECIFIC PARAMETERS --
+
+            ## XTANDEM ADVANCED SETTINGS
+
+            #if $searchengines_options.xtandem.xtandem_advanced == "yes"
+
+                ## Spectrum import
+                #if $searchengines_options.xtandem.xtandem_spectrum.xtandem_spectrum_selector == "yes"
+                    -xtandem_dynamic_range ${searchengines_options.xtandem.xtandem_spectrum.xtandem_dynamic_range}
+                    -xtandem_npeaks ${searchengines_options.xtandem.xtandem_spectrum.xtandem_npeaks}
+                    -xtandem_min_frag_mz ${searchengines_options.xtandem.xtandem_spectrum.xtandem_min_frag_mz}
+                    -xtandem_min_peaks ${searchengines_options.xtandem.xtandem_spectrum.xtandem_min_peaks}
+                    -xtandem_noise_suppr ${searchengines_options.xtandem.xtandem_spectrum.xtandem_noise_suppr}
+                    -xtandem_min_prec_mass ${searchengines_options.xtandem.xtandem_spectrum.xtandem_min_prec_mass}
+                    -xtandem_parent_isotope_correction ${searchengines_options.xtandem.xtandem_spectrum.xtandem_parent_isotope_correction}
+                #end if
+
+                ## Advanced search
+                #if $searchengines_options.xtandem.xtandem_asearch.xtandem_asearch_selector == "yes"
+                    -xtandem_quick_acetyl ${searchengines_options.xtandem.xtandem_asearch.xtandem_quick_acetyl}
+                    -xtandem_quick_pyro ${searchengines_options.xtandem.xtandem_asearch.xtandem_quick_pyro}
+                    -xtandem_stp_bias ${searchengines_options.xtandem.xtandem_asearch.xtandem_stp_bias}
+                    -xtandem_ptm_complexity ${searchengines_options.xtandem.xtandem_asearch.xtandem_ptm_complexity}
+                #end if
+
+                ## Output
+                #if $searchengines_options.xtandem.xtandem_output.xtandem_output_selector == "yes"
+                    -xtandem_output_results $searchengines_options.xtandem.xtandem_output.xtandem_output_results_conditional.xtandem_output_results_selector
+                    #if $searchengines_options.xtandem.xtandem_output.xtandem_output_results_conditional.xtandem_output_results_selector != "all"
+                      -xtandem_evalue ${searchengines_options.xtandem.xtandem_output.xtandem_output_results_conditional.xtandem_evalue}
+                    #end if
+                    -xtandem_output_proteins ${searchengines_options.xtandem.xtandem_output.xtandem_output_proteins}
+                    -xtandem_output_sequences ${searchengines_options.xtandem.xtandem_output.xtandem_output_sequences}
+                    -xtandem_output_spectra ${searchengines_options.xtandem.xtandem_output.xtandem_output_spectra}
+                    -xtandem_output_histograms ${searchengines_options.xtandem.xtandem_output.xtandem_output_histograms}
+                    ## TODO: Integration with Skyline not ready yet: -xtandem_skyline_path ${searchengines_options.xtandem.xtandem_output.xtandem_skyline_path}
+                #end if
+
+                ## Refinement
+                #if $searchengines_options.xtandem.xtandem_refine.xtandem_refine_selector == "yes"
+                    -xtandem_refine 1
+                    -xtandem_refine_evalue ${searchengines_options.xtandem.xtandem_refine.xtandem_refine_evalue}
+                    -xtandem_refine_unc ${searchengines_options.xtandem.xtandem_refine.xtandem_refine_unc}
+                    -xtandem_refine_semi ${searchengines_options.xtandem.xtandem_refine.xtandem_refine_semi}
+                    -xtandem_refine_pot ${searchengines_options.xtandem.xtandem_refine.xtandem_refine_pot}
+                    -xtandem_refine_p_mut ${searchengines_options.xtandem.xtandem_refine.xtandem_refine_p_mut}
+                    -xtandem_refine_snaps ${searchengines_options.xtandem.xtandem_refine.xtandem_refine_snaps}
+                    -xtandem_refine_spec_synt ${searchengines_options.xtandem.xtandem_refine.xtandem_refine_spec_synt}
+                #else
+                    -xtandem_refine 0
+                #end if
+            #else
+                -xtandem_output_spectra 1
+            #end if
+
+            ## MYRIMATCH ADVANCED SETTINGS
+
+            #if $searchengines_options.myrimatch.myrimatch_advanced == "yes"
+                -myrimatch_min_pep_length ${searchengines_options.myrimatch.myrimatch_min_pep_length}
+                -myrimatch_max_pep_length ${searchengines_options.myrimatch.myrimatch_max_pep_length}
+                -myrimatch_min_prec_mass ${searchengines_options.myrimatch.myrimatch_min_prec_mass}
+                -myrimatch_max_prec_mass ${searchengines_options.myrimatch.myrimatch_max_prec_mass}
+                -myrimatch_num_matches ${searchengines_options.myrimatch.myrimatch_num_matches}
+                -myrimatch_num_ptms ${searchengines_options.myrimatch.myrimatch_num_ptms}
+                -myrimatch_fragmentation ${searchengines_options.myrimatch.myrimatch_fragmentation}
+                -myrimatch_termini ${searchengines_options.myrimatch.myrimatch_termini}
+                -myrimatch_plus_three ${searchengines_options.myrimatch.myrimatch_plus_three}
+                -myrimatch_xcorr ${searchengines_options.myrimatch.myrimatch_xcorr}
+                -myrimatch_tic_cutoff ${searchengines_options.myrimatch.myrimatch_tic_cutoff}
+                -myrimatch_intensity_classes ${searchengines_options.myrimatch.myrimatch_intensity_classes}
+                -myrimatch_class_multiplier ${searchengines_options.myrimatch.myrimatch_class_multiplier}
+                -myrimatch_num_batches ${searchengines_options.myrimatch.myrimatch_num_batches}
+                -myrimatch_max_peak ${searchengines_options.myrimatch.myrimatch_max_peak}
+                -myrimatch_output ${searchengines_options.myrimatch.myrimatch_output}
+            #else
+                -myrimatch_output mzIdentML
+            #end if
+
+
+            ## MSGF+ ADVANCED SETTINGS
+
+            #if $searchengines_options.msgf.msgf_advanced == "yes"
+                -msgf_decoy ${searchengines_options.msgf.msgf_decoy}
+                -msgf_instrument ${searchengines_options.msgf.msgf_instrument}
+                -msgf_fragmentation ${searchengines_options.msgf.msgf_fragmentation}
+                -msgf_protocol ${searchengines_options.msgf.msgf_protocol}
+                -msgf_termini ${searchengines_options.msgf.msgf_termini}
+                -msgf_min_pep_length ${searchengines_options.msgf.msgf_min_pep_length}
+                -msgf_max_pep_length ${searchengines_options.msgf.msgf_max_pep_length}
+                -msgf_num_ptms ${searchengines_options.msgf.msgf_num_ptms}
+                -msgf_num_matches ${searchengines_options.msgf.msgf_num_matches}
+                -msgf_additional ${searchengines_options.msgf.msgf_additional}
+                #if $searchengines_options.msgf.msgf_tasks.msgf_tasks_custom == "yes"
+                -msgf_num_tasks ${searchengines_options.msgf.msgf_tasks.msgf_num_tasks}
+                #end if
+            #end if
+
+
+            ## MSAMANDA ADVANCED SETTINGS
+
+            #if $searchengines_options.ms_amanda.ms_amanda_advanced == "yes"
+                 -ms_amanda_decoy ${searchengines_options.ms_amanda.ms_amanda_decoy}
+                 -ms_amanda_instrument "${searchengines_options.ms_amanda.ms_amanda_instrument}"
+                 -ms_amanda_max_rank ${searchengines_options.ms_amanda.ms_amanda_max_rank}
+                 -ms_amanda_mono ${searchengines_options.ms_amanda.ms_amanda_mono}
+            #end if
+
+
+            ## ANDROMEDA ADVANCED SETTINGS
+
+            #* Not working in tests
+            #if $searchengines_options.andromeda.andromeda_advanced == "yes"
+                -andromeda_max_pep_mass ${searchengines_options.andromeda.andromeda_max_pep_mass}
+                -andromeda_max_comb ${searchengines_options.andromeda.andromeda_max_comb}
+                -andromeda_top_peaks ${searchengines_options.andromeda.andromeda_top_peaks}
+                -andromeda_top_peaks_window ${searchengines_options.andromeda.andromeda_top_peaks_window}
+                -andromeda_incl_water ${searchengines_options.andromeda.andromeda_incl_water}
+                -andromeda_incl_ammonia ${searchengines_options.andromeda.andromeda_incl_ammonia}
+                -andromeda_neutral_losses ${searchengines_options.andromeda.andromeda_neutral_losses}
+                -andromeda_fragment_all ${searchengines_options.andromeda.andromeda_fragment_all}
+                -andromeda_emp_correction ${searchengines_options.andromeda.andromeda_emp_correction}
+                -andromeda_higher_charge ${searchengines_options.andromeda.andromeda_higher_charge}
+                -andromeda_equal_il ${searchengines_options.andromeda.andromeda_equal_il}
+                -andromeda_frag_method ${searchengines_options.andromeda.andromeda_frag_method}
+                -andromeda_max_mods ${searchengines_options.andromeda.andromeda_max_mods}
+                -andromeda_min_pep_length ${searchengines_options.andromeda.andromeda_min_pep_length}
+                -andromeda_max_pep_length ${searchengines_options.andromeda.andromeda_max_pep_length}
+                -andromeda_max_psms ${searchengines_options.andromeda.andromeda_max_psms}
+                -andromeda_decoy_mode ${searchengines_options.andromeda.andromeda_decoy_mode}
+            #end if
+            *#
+
+
+            ## OMSSA ADVANCED SETTINGS
+
+            #if $searchengines_options.omssa.omssa_advanced == "yes"
+                ## Spectrum
+                #if $searchengines_options.omssa.omssa_spectrum.omssa_spectrum_selector == "yes"
+                    -omssa_low_intensity "${searchengines_options.omssa.omssa_spectrum.omssa_low_intensity}"
+                    -omssa_high_intensity ${searchengines_options.omssa.omssa_spectrum.omssa_high_intensity}
+                    -omssa_intensity_incr ${searchengines_options.omssa.omssa_spectrum.omssa_intensity_incr}
+                    -omssa_min_peaks ${searchengines_options.omssa.omssa_spectrum.omssa_min_peaks}
+                    -omssa_remove_prec ${searchengines_options.omssa.omssa_spectrum.omssa_remove_prec}
+                    -omssa_estimate_charge ${searchengines_options.omssa.omssa_spectrum.omssa_estimate_charge}
+                    -omssa_plus_one ${searchengines_options.omssa.omssa_spectrum.omssa_plus_one}
+                    -omssa_fraction ${searchengines_options.omssa.omssa_spectrum.omssa_fraction}
+                    -omssa_prec_per_spectrum ${searchengines_options.omssa.omssa_spectrum.omssa_prec_per_spectrum}
+                    -omssa_scale_prec ${searchengines_options.omssa.omssa_spectrum.omssa_scale_prec}
+                #end if
+
+                ## Spectrum
+                #if $searchengines_options.omssa.omssa_database.omssa_database_selector == "yes"
+                    -omssa_memory ${searchengines_options.omssa.omssa_database.omssa_memory}
+                    -omssa_methionine ${searchengines_options.omssa.omssa_database.omssa_methionine}
+                #end if
+
+                ## Database
+                #if $searchengines_options.omssa.omssa_search.omssa_search_selector == "yes"
+                    -omssa_neutron ${searchengines_options.omssa.omssa_search.omssa_neutron}
+                    -omssa_single_window_wd ${searchengines_options.omssa.omssa_search.omssa_single_window_wd}
+                    -omssa_double_window_wd ${searchengines_options.omssa.omssa_search.omssa_double_window_wd}
+                    -omssa_single_window_pk ${searchengines_options.omssa.omssa_search.omssa_single_window_pk}
+                    -omssa_double_window_pk ${searchengines_options.omssa.omssa_search.omssa_double_window_pk}
+                    -omssa_min_ann_int_pks ${searchengines_options.omssa.omssa_search.omssa_min_ann_int_pks}
+                    -omssa_min_annotated_peaks ${searchengines_options.omssa.omssa_search.omssa_min_annotated_peaks}
+                    -omssa_max_ladders ${searchengines_options.omssa.omssa_search.omssa_max_ladders}
+                    -omssa_max_frag_charge ${searchengines_options.omssa.omssa_search.omssa_max_frag_charge}
+                    -omssa_charge ${searchengines_options.omssa.omssa_search.omssa_charge}
+                    -omssa_forward ${searchengines_options.omssa.omssa_search.omssa_forward}
+                    -omssa_rewind ${searchengines_options.omssa.omssa_search.omssa_rewind}
+                    -omssa_max_frag_series ${searchengines_options.omssa.omssa_search.omssa_max_frag_series}
+                    -omssa_corr ${searchengines_options.omssa.omssa_search.omssa_corr}
+                    -omssa_consecutive_p ${searchengines_options.omssa.omssa_search.omssa_consecutive_p}
+                    -omssa_hitlist_charge ${searchengines_options.omssa.omssa_search.omssa_hitlist_charge}
+                #end if
+
+                ## Iterative Search
+                #if $searchengines_options.omssa.omssa_isearch.omssa_isearch_selector == "yes"
+                    -omssa_it_sequence_evalue ${searchengines_options.omssa.omssa_isearch.omssa_it_sequence_evalue}
+                    -omssa_it_spectrum_evalue ${searchengines_options.omssa.omssa_isearch.omssa_it_spectrum_evalue}
+                    -omssa_it_replace_evalue ${searchengines_options.omssa.omssa_isearch.omssa_it_replace_evalue}
+                #end if
+
+                ## Semi-enzymatic
+                #if $searchengines_options.omssa.omssa_senzymatic.omssa_senzymatic_selector == "yes"
+                    -omssa_min_pep_length ${searchengines_options.omssa.omssa_senzymatic.omssa_min_pep_length}
+                    -omssa_max_pep_length ${searchengines_options.omssa.omssa_senzymatic.omssa_max_pep_length}
+                #end if
+
+                ## Output
+                #if $searchengines_options.omssa.omssa_output_conditional.omssa_output_conditional_selector == "yes"
+                    -omssa_max_evalue ${searchengines_options.omssa.omssa_output_conditional.omssa_max_evalue}
+                    -omssa_hitlist_length ${searchengines_options.omssa.omssa_output_conditional.omssa_hitlist_length}
+                    -omssa_format ${searchengines_options.omssa.omssa_output_conditional.omssa_format}
+                #end if
+            #end if
+
+
+            ## COMET ADVANCED SETTINGS
+
+            #if $searchengines_options.comet.comet_advanced == "yes"
+
+                #if $searchengines_options.comet.comet_spectrum.comet_spectrum_selector == "yes"
+                    -comet_min_peaks ${searchengines_options.comet.comet_spectrum.comet_min_peaks}
+                    -comet_min_peak_int ${searchengines_options.comet.comet_spectrum.comet_min_peak_int}
+                    -comet_remove_prec ${searchengines_options.comet.comet_spectrum.comet_prec.comet_remove_prec}
+                     #if $searchengines_options.comet.comet_spectrum.comet_prec.comet_remove_prec == "1"
+                        -comet_remove_prec_tol ${searchengines_options.comet.comet_spectrum.comet_prec.comet_remove_prec_tol}
+                     #end if
+                     #if $searchengines_options.comet.comet_spectrum.comet_prec.comet_remove_prec == "2"
+                        -comet_remove_prec_tol ${searchengines_options.comet.comet_spectrum.comet_prec.comet_remove_prec_tol}
+                     #end if
+                     #if $searchengines_options.comet.comet_spectrum.comet_prec.comet_remove_prec == "3"
+                        -comet_remove_prec_tol ${searchengines_options.comet.comet_spectrum.comet_prec.comet_remove_prec_tol}
+                     #end if
+                    -comet_clear_mz_range_lower ${searchengines_options.comet.comet_spectrum.comet_clear_mz_range_lower}
+                    -comet_clear_mz_range_upper ${searchengines_options.comet.comet_spectrum.comet_clear_mz_range_upper}
+                #end if
+
+                #if $searchengines_options.comet.comet_search.comet_search_selector == "yes"
+                    -comet_enzyme_type ${searchengines_options.comet.comet_search.comet_enzyme_type}
+                    -comet_isotope_correction ${searchengines_options.comet.comet_search.comet_isotope_correction}
+                    -comet_min_prec_mass ${searchengines_options.comet.comet_search.comet_min_prec_mass}
+                    -comet_max_prec_mass ${searchengines_options.comet.comet_search.comet_max_prec_mass}
+                    -comet_max_frag_charge ${searchengines_options.comet.comet_search.comet_max_frag_charge}
+                    -comet_remove_meth ${searchengines_options.comet.comet_search.comet_remove_meth}
+                    -comet_batch_size ${searchengines_options.comet.comet_search.comet_batch_size}
+                    -comet_num_ptms ${searchengines_options.comet.comet_search.comet_num_ptms}
+                    -comet_req_ptms ${searchengines_options.comet.comet_search.comet_req_ptms}
+                #end if
+
+                #if $searchengines_options.comet.comet_fragment_ions.comet_fragment_ions_selector == "yes"
+                    -comet_theoretical_fragment_ions ${searchengines_options.comet.comet_fragment_ions.comet_theoretical_fragment_ions}
+                    -comet_frag_bin_offset ${searchengines_options.comet.comet_fragment_ions.comet_frag_bin_offset}
+                #end if
+
+                #if $searchengines_options.comet.comet_output.comet_output_selector == "yes"
+                    -comet_num_matches ${searchengines_options.comet.comet_output.comet_num_matches}
+                    -comet_output ${searchengines_options.comet.comet_output.comet_output_type}
+                #end if
+            #end if
+
+
+            ## TIDE ADVANCED SETTINGS
+
+            #if $searchengines_options.tide.tide_advanced == "yes"
+                ## Index parameters
+                #if $searchengines_options.tide.tide_index.tide_index_selector == "yes"
+                    -tide_min_pep_length ${searchengines_options.tide.tide_index.tide_min_pep_length}
+                    -tide_max_pep_length ${searchengines_options.tide.tide_index.tide_max_pep_length}
+                    -tide_min_prec_mass ${searchengines_options.tide.tide_index.tide_min_prec_mass}
+                    -tide_max_prec_mass ${searchengines_options.tide.tide_index.tide_max_prec_mass}
+                    -tide_monoisotopic ${searchengines_options.tide.tide_index.tide_monoisotopic}
+                    -tide_clip_n_term ${searchengines_options.tide.tide_index.tide_clip_n_term}
+                    #if str($searchengines_options.tide.tide_index.tide_num_ptms).strip() != '':
+                      -tide_num_ptms ${searchengines_options.tide.tide_index.tide_num_ptms}
+                    #end if
+                    -tide_num_ptms_per_type ${searchengines_options.tide.tide_index.tide_num_ptms_per_type}
+                    -tide_digestion_type ${searchengines_options.tide.tide_index.tide_digestion_type}
+                    -tide_print_peptides ${searchengines_options.tide.tide_index.tide_print_peptides}
+                    -tide_decoy_format ${searchengines_options.tide.tide_index.tide_decoy_format}
+                    -tide_keep_terminals ${searchengines_options.tide.tide_index.tide_keep_terminals}
+                    -tide_decoy_seed ${searchengines_options.tide.tide_index.tide_decoy_seed}
+                    -tide_remove_temp ${searchengines_options.tide.tide_index.tide_remove_temp}
+                #end if
+
+                ## Search parameters
+                #if $searchengines_options.tide.tide_search.tide_search_selector == "yes"
+                    -tide_compute_p ${searchengines_options.tide.tide_search.tide_compute_p}
+                    -tide_compute_sp ${searchengines_options.tide.tide_search.tide_compute_sp}
+                    -tide_min_spectrum_mz ${searchengines_options.tide.tide_search.tide_min_spectrum_mz}
+                    #if str($searchengines_options.tide.tide_search.tide_max_spectrum_mz).strip() != '':
+                      -tide_max_spectrum_mz ${searchengines_options.tide.tide_search.tide_max_spectrum_mz}
+                    #end if
+                    -tide_min_spectrum_peaks ${searchengines_options.tide.tide_search.tide_min_spectrum_peaks}
+                    -tide_spectrum_charges ${searchengines_options.tide.tide_search.tide_spectrum_charges}
+                    -tide_remove_prec ${searchengines_options.tide.tide_search.tide_remove_prec}
+                    -tide_remove_prec_tol ${searchengines_options.tide.tide_search.tide_remove_prec_tol}
+                    -tide_use_flanking ${searchengines_options.tide.tide_search.tide_use_flanking}
+                    -tide_use_neutral_losses ${searchengines_options.tide.tide_search.tide_use_neutral_losses}
+                    -tide_mz_bin_width ${searchengines_options.tide.tide_search.tide_mz_bin_width}
+                    -tide_mz_bin_offset ${searchengines_options.tide.tide_search.tide_mz_bin_offset}
+                    -tide_max_psms ${searchengines_options.tide.tide_search.tide_max_psms}
+
+                    #set $format_list = str($searchengines_options.tide.tide_search.tide_export).split(',')
+                    #set $formats_available = ["tide_export_text", "tide_export_sqt", "tide_export_pepxml", "tide_export_mzid", "tide_export_pin"]
+                    #for $format_available in $formats_available:
+                        #if $format_available in $format_list:
+                          -$format_available 1
+                        #else:
+                          -$format_available 0
+                        #end if
+                    #end for
+                #end if
+                    -tide_output_folder ${searchengines_options.tide.tide_output_folder}
+                    -tide_verbosity ${searchengines_options.tide.tide_verbosity}
+                    -tide_progress_indicator ${searchengines_options.tide.tide_progress_indicator}
+                    -tide_concat ${searchengines_options.tide.tide_concat}
+                    #if str($searchengines_options.tide.tide_store_spectra).strip() != '':
+                      -tide_store_spectra ${searchengines_options.tide.tide_store_spectra}
+                    #end if
+
+            #end if
+
+
+            ## DIRECTTAG ADVANCED SETTINGS
+
+            #if $searchengines_options.directtag.directtag_advanced == "yes"
+                -directag_tag_length ${searchengines_options.directtag.directag_tag_length}
+                -directag_max_var_mods ${searchengines_options.directtag.directag_max_var_mods}
+                -directag_charge_states ${searchengines_options.directtag.directag_charge_states}
+                -directag_duplicate_spectra ${searchengines_options.directtag.directag_duplicate_spectra}
+                -directag_isotope_tolerance ${searchengines_options.directtag.directag_isotope_tolerance}
+                -directag_deisotoping ${searchengines_options.directtag.directag_deisotoping}
+                -directag_intensity_classes ${searchengines_options.directtag.directag_intensity_classes}
+                #if str($searchengines_options.directtag.directag_output_suffix).strip() != '':
+                -directag_output_suffix ${searchengines_options.directtag.directag_output_suffix}
+                #end if
+                -directag_max_peak_count ${searchengines_options.directtag.directag_max_peak_count}
+                -directag_max_tag_count ${searchengines_options.directtag.directag_max_tag_count}
+                -directag_tic_cutoff ${searchengines_options.directtag.directag_tic_cutoff}
+                -directag_complement_tolerance ${searchengines_options.directtag.directag_complement_tolerance}
+                -directag_adjustment_step ${searchengines_options.directtag.directag_adjustment_step}
+                -directag_min_adjustment ${searchengines_options.directtag.directag_min_adjustment}
+                -directag_max_adjustment ${searchengines_options.directtag.directag_max_adjustment}
+                -directag_intensity_weight ${searchengines_options.directtag.directag_intensity_weight}
+                -directag_fidelity_weight ${searchengines_options.directtag.directag_fidelity_weight}
+                -directag_complement_weight ${searchengines_options.directtag.directag_complement_weight}
+                -directag_adjust_precursor ${searchengines_options.directtag.directag_adjust_precursor}
+                -directag_ms_charge_state ${searchengines_options.directtag.directag_ms_charge_state}
+            #end if
+
+            ## METAMORPHEUS ADVANCED SETTINGS
+
+            #if $searchengines_options.metamorpheus.metamorpheus_advanced == "yes"
+                ## Search options
+                #if $searchengines_options.metamorpheus.metamorpheus_search.metamorpheus_search_selector == "yes"
+                    -meta_morpheus_search_type ${searchengines_options.metamorpheus.metamorpheus_search.meta_morpheus_search_type}
+                    -meta_morpheus_num_partitions ${searchengines_options.metamorpheus.metamorpheus_search.meta_morpheus_num_partitions}
+                    -meta_morpheus_dissociation_type ${searchengines_options.metamorpheus.metamorpheus_search.meta_morpheus_dissociation_type}
+                    -meta_morpheus_max_mods_for_peptide ${searchengines_options.metamorpheus.metamorpheus_search.meta_morpheus_max_mods_for_peptide}
+                    -meta_morpheus_score_cutoff ${searchengines_options.metamorpheus.metamorpheus_search.meta_morpheus_score_cutoff}
+                    -meta_morpheus_use_delta_score ${searchengines_options.metamorpheus.metamorpheus_search.meta_morpheus_use_delta_score}
+                    -meta_morpheus_mass_diff_acceptor_type ${searchengines_options.metamorpheus.metamorpheus_search.meta_morpheus_mass_diff_acceptor_type}
+                    -meta_morpheus_min_pep_length ${searchengines_options.metamorpheus.metamorpheus_search.meta_morpheus_min_pep_length}
+                    -meta_morpheus_max_pep_length ${searchengines_options.metamorpheus.metamorpheus_search.meta_morpheus_max_pep_length}
+                #end if
+
+                ## Output options
+                #if $searchengines_options.metamorpheus.metamorpheus_output.metamorpheus_output_selector == "yes"
+                    -meta_morpheus_write_mzid ${searchengines_options.metamorpheus.metamorpheus_output.meta_morpheus_write_mzid}
+                    -meta_morpheus_write_pepxml ${searchengines_options.metamorpheus.metamorpheus_output.meta_morpheus_write_pepxml}
+                #end if
+
+                ## Deisotoping options
+                #if $searchengines_options.metamorpheus.metamorpheus_deisotoping.metamorpheus_deisotoping_selector == "yes"
+                    -meta_morpheus_use_provided_prec ${searchengines_options.metamorpheus.metamorpheus_deisotoping.meta_morpheus_use_provided_prec}
+                    -meta_morpheus_do_prec_deconv ${searchengines_options.metamorpheus.metamorpheus_deisotoping.meta_morpheus_do_prec_deconv}
+                    -meta_morpheus_deconv_int_ratio ${searchengines_options.metamorpheus.metamorpheus_deisotoping.meta_morpheus_deconv_int_ratio}
+                    -meta_morpheus_deconv_mass_tol ${searchengines_options.metamorpheus.metamorpheus_deisotoping.meta_morpheus_deconv_mass_tol}
+                    -meta_morpheus_deconv_mass_tol_type ${searchengines_options.metamorpheus.metamorpheus_deisotoping.meta_morpheus_deconv_mass_tol_type}
+                #end if
+
+                ## Protein grouping options
+                #if $searchengines_options.metamorpheus.metamorpheus_proteingrouping.metamorpheus_proteingrouping_selector == "yes"
+                    -meta_morpheus_mod_peptides_are_different ${searchengines_options.metamorpheus.metamorpheus_proteingrouping.meta_morpheus_mod_peptides_are_different}
+                    -meta_morpheus_no_one_hit_wonders ${searchengines_options.metamorpheus.metamorpheus_proteingrouping.meta_morpheus_no_one_hit_wonders}
+                #end if
+
+                ## Peak trimming options
+                #if $searchengines_options.metamorpheus.metamorpheus_peaktrimming.metamorpheus_peaktrimming_selector == "yes"
+                    -meta_morpheus_trim_ms1 ${searchengines_options.metamorpheus.metamorpheus_peaktrimming.meta_morpheus_trim_ms1}
+                    -meta_morpheus_trim_msms ${searchengines_options.metamorpheus.metamorpheus_peaktrimming.meta_morpheus_trim_msms}
+                    -meta_morpheus_num_peaks_per_window ${searchengines_options.metamorpheus.metamorpheus_peaktrimming.meta_morpheus_num_peaks_per_window}
+                    -meta_morpheus_min_allowed_int_ratio_to_base_peak ${searchengines_options.metamorpheus.metamorpheus_peaktrimming.meta_morpheus_min_allowed_int_ratio_to_base_peak}
+                    -meta_morpheus_window_with_thompson ${searchengines_options.metamorpheus.metamorpheus_peaktrimming.meta_morpheus_window_with_thompson}
+                    -meta_morpheus_num_windows ${searchengines_options.metamorpheus.metamorpheus_peaktrimming.meta_morpheus_num_windows}
+                    -meta_morpheus_norm_across_all_windows ${searchengines_options.metamorpheus.metamorpheus_peaktrimming.meta_morpheus_norm_across_all_windows}
+                #end if
+
+                ## Silico digestion related options
+                #if $searchengines_options.metamorpheus.metamorpheus_silico.metamorpheus_silico_selector == "yes"
+                    -meta_morpheus_frag_term ${searchengines_options.metamorpheus.metamorpheus_silico.meta_morpheus_frag_term}
+                    -meta_morpheus_max_frag_size ${searchengines_options.metamorpheus.metamorpheus_silico.meta_morpheus_max_frag_size}
+                    -meta_morpheus_search_target ${searchengines_options.metamorpheus.metamorpheus_silico.meta_morpheus_search_target}
+                    -meta_morpheus_decoy_type ${searchengines_options.metamorpheus.metamorpheus_silico.meta_morpheus_decoy_type}
+                    -meta_morpheus_max_mod_isoforms ${searchengines_options.metamorpheus.metamorpheus_silico.meta_morpheus_max_mod_isoforms}
+                    -meta_morpheus_min_variant_depth ${searchengines_options.metamorpheus.metamorpheus_silico.meta_morpheus_min_variant_depth}
+                    -meta_morpheus_min_variant_depth ${searchengines_options.metamorpheus.metamorpheus_silico.meta_morpheus_min_variant_depth}
+                #end if
+
+                ## G-PTM search related options
+                #if $searchengines_options.metamorpheus.metamorpheus_gptm.metamorpheus_gptm_selector == "yes"
+                    -meta_morpheus_gptm ${searchengines_options.metamorpheus.metamorpheus_gptm.meta_morpheus_gptm}
+
+                    ## Need to transform the list of gptm acronyms to real gptm values for SearchGUI
+                    #if str($searchengines_options.metamorpheus.metamorpheus_gptm.meta_morpheus_gptm_categories) != "None" and str($searchengines_options.metamorpheus.metamorpheus_gptm.meta_morpheus_gptm_categories) != ""
+                        #set $meta_morpheus_gptm_categories_list = set(str($searchengines_options.metamorpheus.metamorpheus_gptm.meta_morpheus_gptm_categories).split(','))
+                    #else
+                        #set $meta_morpheus_gptm_categories_list = set()
+                    #end if
+                    #set $meta_morpheus_categories_mapping = {'common_fixed_variable': 'Common Fixed and Variable', 'common_biological': 'Common Biological','common_artifact': 'Common Artifact', 'metal': 'Metal','less_common': 'Less Common','labeling': 'Labeling','subs_1n': 'Substitution (1 Nucleotide)','subs_2n': 'Substitution (2+ Nucleotides)','other': 'Other'}
+                    #set $meta_morpheus_gptm_real_categories_list = []
+                    #for $meta_morpheus_gptm_category_item in $meta_morpheus_gptm_categories_list:
+                        $meta_morpheus_gptm_real_categories_list.append("'"+$meta_morpheus_categories_mapping[$meta_morpheus_gptm_category_item]+"'")
+                    #end for
+
+                    #if len($meta_morpheus_gptm_real_categories_list) > 0
+                            -meta_morpheus_gptm_categories #echo ','.join($meta_morpheus_gptm_real_categories_list)#
+                    #end if
+
+                #end if
+
+            #end if
+
+            ## NOVOR ADVANCED SETTINGS
+
+            #if $searchengines_options.novor.novor_advanced == "yes"
+                -novor_fragmentation ${searchengines_options.novor.novor_fragmentation}
+                -novor_mass_analyzer ${searchengines_options.novor.novor_mass_analyzer}
+            #end if
+
+
+            ## PEPNOVO+ ADVANCED SETTINGS
+
+            #if $searchengines_options.pepnovo.pepnovo_advanced == "yes"
+                -pepnovo_hitlist_length ${searchengines_options.pepnovo.pepnovo_hitlist_length}
+                -pepnovo_estimate_charge ${searchengines_options.pepnovo.pepnovo_estimate_charge}
+                -pepnovo_correct_prec_mass ${searchengines_options.pepnovo.pepnovo_correct_prec_mass}
+                -pepnovo_discard_spectra ${searchengines_options.pepnovo.pepnovo_discard_spectra}
+                -pepnovo_generate_blast ${searchengines_options.pepnovo.pepnovo_generate_blast}
+            #end if
+
+
+            ## PNOVO+ ADVANCED SETTINGS
+
+            #if $searchengines_options.pnovo.pnovo_advanced == "yes"
+                -pnovo_num_peptides ${searchengines_options.pnovo.pnovo_num_peptides}
+                -pnovo_lower_prec ${searchengines_options.pnovo.pnovo_lower_prec}
+                -pnovo_upper_prec ${searchengines_options.pnovo.pnovo_upper_prec}
+                -pnovo_activation ${searchengines_options.pnovo.pnovo_activation}
+            #end if
+
+
+            ## -- ADVANCED PARAMETERS
+
+            ## SPECTRUM ANNOTATION
+            -annotation_level $advanced_options.spectrum_annotation_options.annotation_level
+            -annotation_mz_tolerance $advanced_options.spectrum_annotation_options.annotation_mz_tolerance
+            -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
+
+
+            ## SEQUENCE MATCHING
+            -sequence_matching_type $advanced_options.sequence_matching_options.sequence_matching_type
+            -sequence_matching_x $advanced_options.sequence_matching_options.sequence_matching_x
+            -sequence_matching_enzymatic_tags $advanced_options.sequence_matching_options.sequence_matching_enzymatic_tags
+            -sequence_matching_max_ptms_per_tag $advanced_options.sequence_matching_options.sequence_matching_max_ptms_per_tag
+            -sequence_matching_min_amino_acid_score $advanced_options.sequence_matching_options.sequence_matching_min_amino_acid_score
+            -sequence_matching_min_tag_length $advanced_options.sequence_matching_options.sequence_matching_min_tag_length
+
+
+            ## IMPORT FILTERS
+
+            -import_peptide_length_min '${advanced_options.import_filters_options.min_peptide_length}'
+            -import_peptide_length_max '${advanced_options.import_filters_options.max_peptide_length}'
+            -import_precursor_mz '${advanced_options.import_filters_options.max_precursor_error}'
+            -import_precursor_mz_ppm '${advanced_options.import_filters_options.max_precursor_error_type}'
+            #if $advanced_options.import_filters_options.missed_cleavages_min
+              -import_missed_cleavages_min '${advanced_options.import_filters_options.missed_cleavages_min}'
+            #end if
+            #if $advanced_options.import_filters_options.missed_cleavages_max
+              -import_missed_cleavages_max '${advanced_options.import_filters_options.missed_cleavages_max}'
+            #end if
+            -exclude_unknown_ptms '${advanced_options.import_filters_options.exclude_unknown_ptms}'
+
+
+            ## PTM LOCALIZATION
+
+            -ptm_score '${advanced_options.ptm_localization_options.ptm_score.ptm_score_selector}'
+                #if $advanced_options.ptm_localization_options.ptm_score.ptm_score_selector == 1
+                    -score_neutral_losses '${advanced_options.ptm_localization_options.ptm_score.neutral_losses}'
+                    #if str($advanced_options.ptm_localization_options.ptm_score.ptm_threshold) != ''
+                        -ptm_threshold '${advanced_options.ptm_localization_options.ptm_score.ptm_threshold}'
+                    #end if
+                #end if
+            -ptm_alignment '${advanced_options.ptm_localization_options.ptm_alignment}'
+            -ptm_sequence_matching_type '${advanced_options.ptm_localization_options.ptm_sequence_matching_type}'
+
+
+            ## GENE ANNOTATION
+
+            $advanced_options.gene_annotation_options.use_gene_mapping
+            #if $advanced_options.gene_annotation_options.use_gene_mapping:
+                $advanced_options.gene_annotation_options.update_gene_mapping
+            #else:
+                -updateGeneMapping 0
+            #end if
+
+
+            ## PROTEIN INFERENCE
+
+            #if $advanced_options.protein_inference_options.simplify_protein_groups_conditional.simplify_protein_groups_selector == "yes"
+                -simplify_groups 1
+                -simplify_evidence ${advanced_options.protein_inference_options.simplify_protein_groups_conditional.simplify_protein_groups_evidence}
+                -simplify_confidence ${advanced_options.protein_inference_options.simplify_protein_groups_conditional.simplify_protein_groups_confidence}
+                -simplify_confidence_threshold ${advanced_options.protein_inference_options.simplify_protein_groups_conditional.simplify_protein_groups_confidence_threshold}
+                -simplify_enzymaticity ${advanced_options.protein_inference_options.simplify_protein_groups_conditional.simplify_protein_groups_enzymaticity}
+                -simplify_variant ${advanced_options.protein_inference_options.simplify_protein_groups_conditional.simplify_protein_groups_variant}
+            #else
+                -simplify_groups 0
+            #end if
+            -pi_modifications ${advanced_options.protein_inference_options.simplify_protein_pi_modifications}
+
+
+
+
+            ## VALIDATION LEVELS
+
+            -protein_fdr '${advanced_options.validation_levels_options.protein_fdr}'
+            -peptide_fdr '${advanced_options.validation_levels_options.peptide_fdr}'
+            -psm_fdr '${advanced_options.validation_levels_options.psm_fdr}'
+
+
+            ## FRACTION ANALYSIS
+
+            -protein_fraction_mw_confidence '${advanced_options.fraction_analysis_options.protein_fraction_mw_confidence}'
+
+
+
+            ## DATABASE PROCESSING OPTIONS
+
+            #if $advanced_options.database_processing_options.decoy_conditional.create_decoy_selector == "yes"
+                -fasta_target_decoy 1
+                -fasta_decoy_tag $advanced_options.database_processing_options.decoy_conditional.decoy_tag
+                -fasta_decoy_type $advanced_options.database_processing_options.decoy_conditional.decoy_type
+            #end if
+                -fasta_target_decoy 0
+                -fasta_decoy_file_tag $advanced_options.database_processing_options.decoy_file_tag
+
+        2> $temp_stderr) &&
+
+        cat $temp_stderr 2>&1;
+]]>
+    </command>
+    <inputs>
+
+
+        <!-- SPECTRUM MATCHING PARAMETERS -->
+
+        <section name="spectrum_matching_options" expanded="false" title="Spectrum Matching Options">
+
+            <param name="fixed_modifications" type="select" label="Fixed Modifications" multiple="true"
+                help="Occurs in known places on peptide sequence. Hold the appropriate key while clicking to select multiple items">
+                <expand macro="modifications"/>
+            </param>
+            <param name="variable_modifications" type="select" label="Variable Modifications" multiple="true"
+                help="Can occur anywhere on the peptide sequence; adds additional error to search score. Hold the appropriate key while clicking to select multiple items">
+                <expand macro="modifications"/>
+            </param>
+
+            <conditional name="digestion">
+                <param name="cleavage" type="select" label="Digestion">
+                    <option value="0">Select Enzymes</option>
+                    <option value="1">Unspecific Cleavage</option>
+                    <option value="2">Whole Protein</option>
+                </param>
+                <when value="0">
+                    <repeat name="digests" min="1" title="Enzymes">
+                        <param name="enzyme" type="select" label="Enzyme"
+                            help="Which enzyme was used for protein digest in experiment? In most cases, trypsin is used">
+                            <option value="Trypsin">Trypsin</option>
+                            <option value="Trypsin (no P rule)">Trypsin (no P rule)</option>
+                            <option value="Arg-C">Arg-C</option>
+                            <option value="Arg-C (no P rule)">Arg-C</option>
+                            <option value="Arg-N">Arg-N</option>
+                            <option value="Glu-C">Glu-C</option>
+                            <option value="Lys-C">Lys-C</option>
+                            <option value="Lys-C (no P rule)">Lys-C (no P rule)</option>
+                            <option value="Lys-N">Lys-N</option>
+                            <option value="Asp-N">Asp-N</option>
+                            <option value="Asp-N (ambic)">Asp-N (ambic)</option>
+                            <option value="Chymotrypsin">Chymotrypsin</option>
+                            <option value="Chymotrypsin (no P rule)">Chymotrypsin (no P rule)</option>
+                            <option value="Pepsin A">Pepsin A</option>
+                            <option value="CNBr">CNBr</option>
+                            <option value="Thermolysin">Thermolysin</option>
+                            <option value="LysargiNase">LysargiNase</option>
+                        </param>
+                        <param name="missed_cleavages" type="integer" value="2" label="Maximum Missed Cleavages"
+                            help="Allow peptides to contain up to this many missed enzyme cleavage sites."/>
+
+                        <param name="specificity" type="select" label="Specificity">
+                            <option value="0" selected="true">Specific at both termini</option>
+                            <option value="1">Semi-Specific - one terminus</option>
+                            <option value="2">Specific at the N-terminus only</option>
+                            <option value="3">Specific at the C-terminus only</option>
+                        </param>
+
+                    </repeat>
+                </when>
+                <when value="1"/>
+                <when value="2"/>
+            </conditional>
+
+            <param name="precursor_ion_tol_units" type="select" label="Precursor Ion Tolerance Units"
+                help="Select based on instrument used, as different machines provide different quality of spectra. ppm is a standard for most precursor ions">
+                <option value="1">Parts per million (ppm)</option>
+                <option value="0">Daltons</option>
+            </param>
+            <param name="precursor_ion_tol" type="float" value="10" label="Precursor Ion Tolerance"
+                help="Provide error value for precursor ion, based on instrument used. 10 ppm recommended for Orbitrap instrument"/>
+            <param name="fragment_tol_units" type="select" label="Fragment Tolerance Units"
+                help="Select based on instrument used, as different machines provide different quality of spectra. ppm is a standard for most precursor ions">
+                <option value="1">Parts per million (ppm)</option>
+                <option value="0" selected="true">Daltons</option>
+            </param>
+            <param name="fragment_tol" type="float" value="0.5" label="Fragment Tolerance"
+                help="Provide error value for fragment ions, based on instrument used"/>
+            <param name="min_charge" label="Minimum Charge" value="2" type="integer" help="Lowest searched charge value for fragment ions"/>
+            <param name="max_charge" label="Maximum Charge" value="4" type="integer" help="Highest searched charge value for fragment ions"/>
+            <param name="forward_ion" label="Forward Ion" type="select" help="Searched fragment ion type. Select a, b or c based on collisions induced in experiment">
+                <option value="a">a</option>
+                <option value="b" selected="true">b</option>
+                <option value="c">c</option>
+            </param>
+            <param name="reverse_ion" label="Reverse Ion" type="select" help="Searched fragment ion type. Select x, y, or z based on collisions induced in experiment">
+                <option value="x">x</option>
+                <option value="y" selected="true">y</option>
+                <option value="z">z</option>
+            </param>
+            <param name="min_isotope" label="Minimum precursor isotope" type="integer" value="0" help="default: 0" />
+            <param name="max_isotope" label="Maximum precursor isotope" type="integer" value="1" help="default: 1" />
+        </section>
+
+
+        <!-- - SEARCH ENGINES OPTIONS -->
+
+        <section name="searchengines_options" expanded="false" title="Search Engines Options">
+
+            <!-- X!TANDEM ADVANCED PARAMETERS -->
+            <conditional name="xtandem">
+                <param name="xtandem_advanced" type="select" label="X!Tandem Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <!-- Spectrum Import -->
+                    <conditional name="xtandem_spectrum">
+                        <param name="xtandem_spectrum_selector" type="select" label="X!Tandem: Spectrum Import Related">
+                            <option value="yes" selected="True">Set Spectrum Import Parameters</option>
+                            <option value="no">Keep Default Spectrum Import Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                          <param name="xtandem_dynamic_range" help="Sets the dynamic range for scoring spectra"
+                              label="X!Tandem: Dynamic Range" value="100" type="integer" />
+                          <param name="xtandem_npeaks" type="integer" value="50"
+                              label="X!Tandem: Total Peaks" help="Maximum number of peaks to be used from a spectrum"/>
+                          <param name="xtandem_min_frag_mz" type="integer" value="200"
+                              label="X!Tandem: Min Frag m/z" help="Fragment mass peaks with m/z less than this value will be discarded"/>
+                          <param name="xtandem_min_peaks" type="integer" value="5"
+                              label="X!Tandem: Min Peaks" help="Minimum number of peaks required for a spectrum to be considered"/>
+                          <param name="xtandem_noise_suppr" type="boolean" checked="false" truevalue="1" falsevalue="0"
+                              label="X!Tandem: Noise Suppression" help="Use noise suppression"/>
+                          <param name="xtandem_min_prec_mass" type="integer" value="500"
+                              label="X!Tandem: Min Precursor Mass" help="Minimum mass of 1+ mass of parent ion to be considered"/>
+                          <param name="xtandem_parent_isotope_correction" type="boolean" checked="true" truevalue="1" falsevalue="0"
+                              label="X!Tandem: Parent monoisotopic mass isotope error" help="when activated, the parent ion mass tolerance is expanded by opening up multiple tolerance windows centered on the first and second 13C isotope peaks for a peptide. "/>
+                        </when>
+                    </conditional>
+                    <!-- Advanced search -->
+                    <conditional name="xtandem_asearch">
+                        <param name="xtandem_asearch_selector" type="select" label="X!Tandem: Advanced Search Related">
+                            <option value="yes">Set Advanced Search Parameters</option>
+                            <option value="no" selected="True">Keep Default Advanced Search Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="xtandem_quick_acetyl" help="Protein N-terminal modification detection"
+                                label="X!Tandem: Quick Acetyl" type="boolean" truevalue="1" falsevalue="0" checked="true" />
+                            <param name="xtandem_quick_pyro" help="Peptide N-terminus cyclization detection"
+                                label="X!Tandem: Quick Pyrolidone" type="boolean" truevalue="1" falsevalue="0" checked="true" />
+                            <param name="xtandem_stp_bias" help="Interpretation of peptide phosphorylation models"
+                                label="X!Tandem: Protein stP Bias" type="boolean" truevalue="1" falsevalue="0" checked="false" />
+                            <param name="xtandem_ptm_complexity" type="float" value="6.0" help="maximum number of variable modification alternatives that will be tested for a particular peptide"
+                                 label="X!Tandem: PTM complexity" />
+                       </when>
+                   </conditional>
+                    <!-- Output -->
+                    <conditional name="xtandem_output">
+                        <param name="xtandem_output_selector" type="select" label="X!Tandem: Output Related">
+                            <option value="yes">Set Output Parameters</option>
+                            <option value="no" selected="True">Keep Default Output Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <conditional name="xtandem_output_results_conditional">
+                                <param name="xtandem_output_results_selector" type="select" label="" help="Determines which results are written to the output file at the end of a modelling session">
+                                    <option value="all" selected="True">All</option>
+                                    <option value="valid" >Valid</option>
+                                    <option value="stochastic" >Stochastic</option>
+                                </param>
+                                <when value="all"/>
+                                <when value="valid">
+                                    <param name="xtandem_evalue" help="Highest value for recorded peptides"
+                                        label="X!Tandem: Maximum Valid Expectation Value" type="float" value="0.01" />
+                                </when>
+                                <when value="stochastic">
+                                    <param name="xtandem_evalue" help="Highest value for recorded peptides"
+                                        label="X!Tandem: Maximum Valid Expectation Value" type="float" value="0.01" />
+                                </when>
+                            </conditional>
+
+                            <param name="xtandem_output_proteins" help="Controls output of protein sequences"
+                                label="X!Tandem: Output Proteins" type="boolean" truevalue="1" falsevalue="0" checked="true" />
+                            <param name="xtandem_output_sequences" help="Controls output of sequence information"
+                                label="X!Tandem: Output Sequences" type="boolean" truevalue="1" falsevalue="0" checked="false" />
+                            <param name="xtandem_output_spectra" help="Controls output of spectrum information"
+                                label="X!Tandem: Output Spectra" type="boolean" truevalue="1" falsevalue="0" checked="true" />
+                            <param name="xtandem_output_histograms" help="Controls output of statistical information about an spectrum-to-sequence assignment"
+                                label="X!Tandem: Output Histograms" type="boolean" truevalue="1" falsevalue="0" checked="false" />
+                            <!-- TODO: Integration with Skyline not ready yet
+                            <param name="xtandem_skyline_path" label="X!Tandem 'spectrum, skyline path'" type="txt" help="Path to a spectrum data file for use by skyline." -->
+                        </when>
+                    </conditional>
+
+                    <!-- Refine -->
+                    <conditional name="xtandem_refine">
+                        <param name="xtandem_refine_selector" type="select" label="X!Tandem peptide model refinement">
+                            <option value="no">Don't refine</option>
+                            <option value="yes" selected="True">Use refinement</option>
+                        </param>
+                        <when value="no"/>
+                        <when value="yes">
+                            <param name="xtandem_refine_evalue" help="Highest value for recorded peptides during refinement"
+                                label="X!Tandem: Maximum Valid Expectation Value, refinement" type="float" value="0.01" />
+                            <param name="xtandem_refine_unc" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                                label="X!Tandem: Unanticipated cleavage, refinement" help="Allow for unanticipated cleavage during refinement"/>
+                            <param name="xtandem_refine_semi" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="X!Tandem: semi-enzymatic cleavage, refinement" help="Search for semi-tryptic peptides during refinement"/>
+                            <param name="xtandem_refine_pot" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="X!Tandem: Use potential modifications for full refinement" help="Controls the use of refinement modifications in all refinement modules."/>
+                            <param name="xtandem_refine_p_mut" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="X!Tandem: Point mutations, refinement" help="Allow for point mutations during refinement"/>
+                            <param name="xtandem_refine_snaps" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                                label="X!Tandem: snAPs, refinement" help="Search for known single amino acid polymorphisms during refinement"/>
+                            <param name="xtandem_refine_spec_synt" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                                label="X!Tandem: Spectrum synthesis, refinement" help="Use spectrum synthesis scoring"/>
+                            <!-- TODO: Refinement modifications when implemented in the command line -->
+                        </when>
+                    </conditional>
+                </when>
+            </conditional>
+
+
+            <!-- MyriMatch ADVANCED PARAMETERS -->
+            <conditional name="myrimatch">
+                <param name="myrimatch_advanced" type="select" label="MyriMatch Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <param name="myrimatch_min_pep_length"  type="integer" value="6"
+                        label="MyriMatch: Minimum Peptide Length" help="Minimum length for a peptide to be considered" />
+                    <param name="myrimatch_max_pep_length"  type="integer" value="30"
+                        label="MyriMatch: Maximum Peptide Length" help="Maximum length for a peptide to be considered" />
+                    <param name="myrimatch_min_prec_mass"  type="float" value="0.0"
+                        label="MyriMatch: Minimum Precursor Mass" help="Minimum precursor mass of parent ion to be considered" />
+                    <param name="myrimatch_max_prec_mass"  type="float" value="5000.0"
+                        label="MyriMatch: Maximum Precursor Mass" help="Maximum precursor mass of parent ion to be considered" />
+                    <param name="myrimatch_num_matches"  type="integer" value="10"
+                        label="MyriMatch: Maximum Number of Spectrum Matches" help="Set the value for the maximum number of spectrum matches" />
+                    <param name="myrimatch_num_ptms"  type="integer" value="2"
+                        label="MyriMatch: Max Variable PTMs per Peptide" help="Set the number of PTMS allowed per peptide" />
+
+                    <!-- TODO : TO BE UPDATED WHEN CLI DOES. TO CONFIRM MANUAL OPTION FIRSTLY -->
+                    <param name="myrimatch_fragmentation" label="MyriMatch: Fragmentation Method" type="select" help="Choose the fragmentation method used (CID: b,y) or (ETD: c, z*)">
+                        <option value="CID" selected="True">CID</option>
+                        <option value="HCD" >HCD</option>
+                        <option value="ETD" >ETD</option>
+                    </param>
+                    <param name="myrimatch_termini" label="MyriMatch: Enzymatic Terminals" type="select" help="Select the number of enzymatic terminals">
+                        <option value="0">non-tryptic</option>
+                        <option value="1">semi-tryptic</option>
+                        <option value="2" selected="True" >fully-tryptic</option>
+                    </param>
+                    <param name="myrimatch_plus_three"  type="boolean" truevalue="1" falsevalue="0" checked="true"
+                        label="MyriMatch: Use Smart Plus Three Option" help="Defines what algorithms are used to generate a set of theoretical fragment ions" />
+                    <param name="myrimatch_xcorr"  type="boolean" truevalue="1" falsevalue="0" checked="false"
+                        label="MyriMatch: Compute Xcorr" help="a Sequest-like cross correlation score can be calculated for the top ranking hits" />
+                    <param name="myrimatch_tic_cutoff"  type="float" value="0.98"
+                        label="MyriMatch: TIC cutoff percentage" help="Cumulative ion current of picked peaks divided by TIC >= this value for peaks to be retained (0.0 - 1.0)" />
+                    <param name="myrimatch_intensity_classes"  type="integer" value="3"
+                        label="MyriMatch: Number of Intensity Classes" help="Experimental spectra have their peaks stratified into this number of intensity classed" />
+                    <param name="myrimatch_class_multiplier"  type="integer" value="2"
+                        label="MyriMatch: Class Size Multiplier" help="Has to do with previous option, this parameter controls the size of each class relative to the class above" />
+                    <param name="myrimatch_num_batches"  type="integer" value="50"
+                        label="MyriMatch: Number of Batches" help="The number of batches per node to strive for when usinge the MPI-based parallelization features" />
+                    <param name="myrimatch_max_peak"  type="integer" value="100"
+                        label="MyriMatch: Maximum Peak Count" help="Maximum number of peaks to be used from a spectrum" />
+                    <param name="myrimatch_output" type="select" label="MyriMatch: output format option">
+                        <option value="mzIdentML" selected="True" >mzIdentML</option>
+                        <option value="pepXML">pepXML</option>
+                    </param>
+                </when>
+            </conditional>
+
+            <!-- MS-GF+ ADVANCED PARAMETERS -->
+            <conditional name="msgf">
+                <param name="msgf_advanced" type="select" label="MSGF Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <param name="msgf_decoy" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                        label="MSGF: Search Decoy Database" help="If yes then a decoy database will be generated and searched. Assumed input database contains no decoys"/>
+                    <param name="msgf_instrument" label="MSGF: MS/MS Detector" type="select" help="Identifier of the instrument to generate MS/MS spectra (used to determine the scoring model)">
+                        <option value="0" >Low-res LCQ/LTQ</option>
+                        <option value="1" >Orbitrap/FTICR</option>
+                        <option value="2" >TOF</option>
+                        <option value="3" selected="True">Q-Exactive</option>
+                    </param>
+                    <param name="msgf_fragmentation" label="MSGF: Fragmentation method" type="select" help="Fragmentation method identifier (used to determine the scoring model)">
+                        <option value="0" >As written in the spectrum or CID if no info</option>
+                        <option value="1" >CID</option>
+                        <option value="2" >ETD</option>
+                        <option value="3" selected="True">HCD</option>
+                        <option value="4" >UVPD</option>
+                    </param>
+                    <param name="msgf_protocol" label="MSGF: Protocol" type="select" help="Protocol identifier. Protocols are used to enable scoring parameters for enriched and/or labeled samples">
+                        <option value="0" selected="True">Automatic</option>
+                        <option value="1" >Phosphorylation</option>
+                        <option value="2" >iTRAQ</option>
+                        <option value="3" >iTRAQPhospho</option>
+                        <option value="4" >TMT</option>
+                        <option value="5" >Standard</option>
+                    </param>
+                    <param name="msgf_termini" type="select" format="txt"
+                        label="MSGF: Enzymatic Terminals" help="Searches will take much longer if selecting a value other than 2">
+                        <option value="0">None required</option>
+                        <option value="1">At least one</option>
+                        <option value="2" selected="true">Both</option>
+                    </param>
+                    <param name="msgf_min_pep_length" type="integer" value="8"
+                        label="MSGF: Minimum Peptide Length" help="Minimum length for a peptide to be considered"/>
+                    <param name="msgf_max_pep_length" type="integer" value="30"
+                        label="MSGF: Maximum Peptide Length" help="Maximum length for a peptide to be considered"/>
+                    <param name="msgf_num_ptms" label="MSGF: Max Variable PTMs per Peptide" type="integer" value="2"/>
+                    <param name="msgf_num_matches" label="MSGF: Number of Spectrum Matches" type="integer" value="10" help="Number of peptide matches per spectrum to report" />
+                    <param name="msgf_additional" label="MS-GF+ additional Output" type="select" help="Additional features to export">
+                        <option value="0" selected="True">output basic scores only</option>
+                        <option value="1" >output additional features</option>
+                    </param>
+                    <conditional name="msgf_tasks">
+                        <param name="msgf_tasks_custom" type="select" label="Number of tasks to use on the threads">
+                            <option value="yes">Custom</option>
+                            <option value="no" selected="True">Default</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="msgf_num_tasks" type="integer" value="4"
+                                label="MSGF: Custom number of tasks to use on the threads"
+                                help="Manually set the number of tasks to create for the search. More tasks than threads will reduce the memory requirements of the search, but will be slower (how much depends on the inputs). Check the documentation carefully. "/>
+                        </when>
+                    </conditional>
+                </when>
+            </conditional>
+
+              <!-- MS-AMANDA ADVANCED PARAMETERS  -->
+            <conditional name="ms_amanda">
+                <param name="ms_amanda_advanced" type="select" label="MS Amanda Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <param name="ms_amanda_decoy"  type="boolean" truevalue="1" falsevalue="0" checked="false"
+                        label="MS Amanda: Generate Decoys" help="generate decoys" />
+                    <param name="ms_amanda_instrument" label="MS Amanda: instrument" type="select"
+                      help="MS Amanda instrument id option. Available ion types are listed here.">
+
+                      <option value="b, y" selected="True">b, y</option>
+                      <option value="b, y, -H2O, -NH3" >b, y, -H2O, -NH3</option>
+                      <option value="a, b, y, -H2O, -NH3, Imm" >a, b, y, -H2O, -NH3, Imm</option>
+                      <option value="a, b, y, -H2O, -NH3" >a, b, y, -H2O, -NH3</option>
+                      <option value="a, b, y" >a, b, y</option>
+                      <option value="a, b, y, Imm" >a, b, y, Imm</option>
+                      <option value="a, b, y, z, -H2O, -NH3, Imm" >a, b, y, z, -H2O, -NH3, Imm</option>
+                      <option value="c, y, z+1, z+2" >c, y, z+1, z+2</option>
+                      <option value="b, c, y, z+1, z+2" >b, c, y, z+1, z+2</option>
+                      <option value="b, y, INT" >b, y, INT</option>
+                      <option value="b, y, INT, Imm" >b, y, INT, Imm</option>
+                      <option value="a, b, y, INT" >a, b, y, INT</option>
+                      <option value="a, b, y, INT, IMM" >a, b, y, INT, IMM</option>
+                      <option value="a, b, y, INT, IMM, -H2O" >a, b, y, INT, IMM, -H2O</option>
+                      <option value="a, b, y, INT, IMM, -H2O, -NH3" >a, b, y, INT, IMM, -H2O, -NH3</option>
+                      <option value="a, b, y, INT, IMM, -NH3" >a, b, y, INT, IMM, -NH3</option>
+
+                    </param>
+                    <param name="ms_amanda_max_rank" type="integer" value="10"
+                        label="MS Amanda: Maximum Rank" help="MS Amanda maximum rank" />
+                    <param name="ms_amanda_mono" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                        label="MS Amanda: Use Monoisotopic Mass Values" help="MS Amanda use monoisotopic mass values" />
+                </when>
+            </conditional>
+
+            <!-- OMSSA ADVANCED PARAMETERS -->
+            <conditional name="omssa">
+                <param name="omssa_advanced" type="select" label="OMSSA Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <!-- Spectrum -->
+                    <conditional name="omssa_spectrum">
+                        <param name="omssa_spectrum_selector" type="select" label="OMSSA: Spectrum Related">
+                            <option value="yes" selected="True">Set Spectrum Parameters</option>
+                            <option value="no">Keep Default Spectrum Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="omssa_low_intensity" type="float" value="0.0"
+                                label="OMSSA: Low Intensity Cutoff" help="Low intensity cutoff as a fraction of max peak" />
+                            <param name="omssa_high_intensity" type="float" value="0.2"
+                                label="OMSSA: High Intensity Cutoff" help="High intensity cutoff as a fraction of max peak" />
+                            <param name="omssa_intensity_incr" type="float" value="0.0005"
+                                label="OMSSA: Intensity Increment" help="Intensity increment" />
+                            <param name="omssa_min_peaks" type="integer" value="4"
+                                label="OMSSA: Minimum Peak Count" help="The minimum number of m/z values a spectrum must have to be searched" />
+                            <param name="omssa_remove_prec" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="OMSSA: Remove precursors" help="Eliminate charge reduced precursors in spectra" />
+                            <param name="omssa_estimate_charge" type="select"
+                                label="OMSSA: Estimate charge" help="estimate precursor charge" >
+                                <option value="0" >Believe input file</option>
+                                <option value="1" selected="True">Use range</option>
+                            </param>
+                            <param name="omssa_plus_one" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                                label="OMSSA: Estimate Plus One Charge" help="Allow OMSSA to estimate plus one charge algorithmically"/>
+                            <param name="omssa_fraction" type="float" value="0.95"
+                                label="OMSSA: Fraction of Peaks to estimate Charge 1" help="fraction of peaks to estimate charge 1" />
+                            <param name="omssa_prec_per_spectrum" type="integer" value="1"
+                                label="OMSSA: Minimum Number of Precursors per Spectrum" help="Minimum number of precursors per spectrum" />
+                            <param name="omssa_scale_prec" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                                label="OMSSA: Scale Precursor Mass" help="scale precursor mass" />
+                        </when>
+                    </conditional>
+                    <!-- Database -->
+                    <conditional name="omssa_database">
+                        <param name="omssa_database_selector" type="select" label="OMSSA: Database Related">
+                            <option value="yes" >Set Database Parameters</option>
+                            <option value="no" selected="True">Keep Default Database Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="omssa_memory" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                                label="OMSSA: Map Sequences in Memory" help="Use memory mapped sequence libraries" />
+                            <param name="omssa_methionine" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                             label="OMSSA: Cleave n-term Methionine" help="Allow for N-terminal methionine cleavage" />
+                        </when>
+                    </conditional>
+                    <!-- Search -->
+                    <conditional name="omssa_search">
+                        <param name="omssa_search_selector" type="select" label="OMSSA: Search Related">
+                            <option value="yes">Set Search Parameters</option>
+                            <option value="no" selected="True">Keep Default Search Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <!-- TODO: TO BE IMPLEMENTED IN THE CLI, MINIMUM PRECURSOR CHARGE FOR MULTIPLY CHARGED FRAGMENTS -->
+                            <param name="omssa_neutron" type="float" value="1446.94"
+                                   label="OMSSA: Neutron Mass" help="Mass after which OMSSA should consider neutron exact mass" />
+                            <param name="omssa_single_window_wd" type="integer" value="27"
+                                label="OMSSA: Single Charge Window Width" help="Single charge window width in Da (integer)" />
+                            <param name="omssa_double_window_wd" type="integer" value="14"
+                                label="OMSSA: Double Charge Window Width" help="OMSSA double charge window width in Da (integer)" />
+                            <param name="omssa_single_window_pk" type="integer" value="2"
+                                label="OMSSA: Single Charge Window Peaks" help="Minimum number of peaks in single charge window (integer)" />
+                            <param name="omssa_double_window_pk" type="integer" value="2"
+                                label="OMSSA: Double Charge Window Peaks" help="Minimum number of peaks in double charge window (integer)" />
+                            <param name="omssa_min_ann_int_pks" type="integer" value="6"
+                                label="OMSSA: Minimum Number of Annotated Peaks of Intense Ones" help="Minimum number of annotated peaks among the most intense ones" />
+                            <param name="omssa_min_annotated_peaks" type="integer" value="2"
+                                label="OMSSA: Minimum number of Annotated Peaks" help="Minimum number of annotated peaks" />
+                            <param name="omssa_max_ladders" type="integer" value="128"
+                                label="OMSSA: Maximum Number of m/z Ladders" help="The maximum number of mass ladders to generate per database peptide" />
+                            <param name="omssa_max_frag_charge" type="integer" value="2"
+                                label="OMSSA: Maximum Fragment Charge" help="Maximum fragment charge" />
+                            <param name="omssa_charge" type="select"
+                                label="OMSSA: Fragment Charge" help="OMSSA fragment charge option" >
+                                <option value="0" >Minus</option>
+                                <option value="1" selected="True">Plus</option>
+                            </param>
+                            <param name="omssa_forward" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="OMSSA: Include First Forward Ion (b1) in Search" help="Allow OMSSA to include first forward ion (b1) in search" />
+                            <param name="omssa_rewind" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                                label="OMSSA: Search Rewind" help="Allow search rewind (C-terminal) ions" />
+                            <param name="omssa_max_frag_series" type="integer" value="100"
+                                label="OMSSA: Maximum Fragment per Series" help="Max number of fragments ions ions in each series being searched" />
+                            <param name="omssa_corr" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                                label="OMSSA: Use Correlation Correction" help="Allow the use correlation correction score" />
+                            <param name="omssa_consecutive_p" type="float" value="0.5"
+                                label="OMSSA: Consecutive Ion Probability" help="Probability of consecutive ion (used in correlation correction)" />
+                            <param name="omssa_hitlist_charge" type="integer" value="30"
+                                label="OMSSA: Number of Hits per Spectrum per Charge" help="number of hits per spectrum per charge" />
+                        </when>
+                    </conditional>
+                    <!-- Iterative Search -->
+                    <conditional name="omssa_isearch">
+                        <param name="omssa_isearch_selector" type="select" label="OMSSA: Iterative Search Related">
+                            <option value="yes" >Set Iterative Search Parameters</option>
+                            <option value="no" selected="True">Keep Default Iterative Search Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="omssa_it_sequence_evalue" type="float" value="0.0"
+                                label="OMSSA: Sequence e-value Cutoff" help="The maximum e-value allowed to consider a sequence in the iterative search(0.0 means all)" />
+                            <param name="omssa_it_spectrum_evalue" type="float" value="0.01"
+                                label="OMSSA: Spectrum e-value Cutoff" help="The maximum e-value allowed to consider a spectrum in the iterative search(0.0 means all)" />
+                            <param name="omssa_it_replace_evalue" type="float" value="0.0"
+                                label="OMSSA: Replace e-value cutoff" help="The maximum e-value allowed to replace a hit in the iterative search (0.0 means all)" />
+                        </when>
+                    </conditional>
+
+                    <!-- Semi-enzymatic -->
+                    <conditional name="omssa_senzymatic">
+                        <param name="omssa_senzymatic_selector" type="select" label="OMSSA: Semi-enzymatic Related">
+                            <option value="yes" >Set Semi-enzymatic Parameters</option>
+                            <option value="no" selected="True">Keep Default Semi-enzymatic Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="omssa_min_pep_length" type="integer" value="8"
+                                label="OMSSA: Minimum Peptide Length" help="Minimum length of peptides for no-enzyme and semi-tryptic searches" />
+                            <param name="omssa_max_pep_length" type="integer" value="30"
+                                label="OMSSA: Maximum Peptide Length" help="Maximum length of peptides for no-enzyme and semi-tryptic searches (0: none)" />
+                        </when>
+                    </conditional>
+
+                    <!-- Output -->
+                    <conditional name="omssa_output_conditional">
+                        <param name="omssa_output_conditional_selector" type="select" label="OMSSA: Output Related">
+                            <option value="yes">Set Output Parameters</option>
+                            <option value="no" selected="True">Keep Default Output Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="omssa_max_evalue" type="float" value="100"
+                                label="OMSSA: Maximal evalue Considered" help="The maximum e-value considered" />
+                            <param name="omssa_hitlist_length" type="integer" value="10"
+                                label="OMSSA: Hitlist Length" help="OMSSA hitlist length, 0 means all" />
+                            <param name="omssa_format" label="OMSSA output format" type="select" >
+                                <option value="0" selected="True">OMX</option>
+                                <option value="1" >CSV</option>
+                                <option value="2" >pepXML</option>
+                            </param>
+                        </when>
+                    </conditional>
+
+                </when>
+            </conditional>
+
+
+            <!-- Comet ADVANCED PARAMETERS -->
+            <conditional name="comet">
+                <param name="comet_advanced" type="select" label="Comet Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <!-- Spectrum Related parameters -->
+                    <conditional name="comet_spectrum">
+                        <param name="comet_spectrum_selector" type="select" label="Comet: Spectrum Related">
+                            <option value="yes"  selected="True">Set Spectrum Parameters</option>
+                            <option value="no">Keep Default Spectrum Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="comet_min_peaks"  type="integer" value="10"
+                                label="Comet: Minimum Number of Peaks per Spectrum" help="The minimum number of peaks per spectrum" />
+                            <param name="comet_min_peak_int"  type="float" value="0.0"
+                                label="Comet: Minimum Peaks Intensity" help="The minimum intensity for input peaks to be considered" />
+                            <conditional name="comet_prec">
+                                <param name="comet_remove_prec" label="Comet: Remove Precursor peaks" type="select" help="Select for precursor m/z signal removal">
+                                    <option value="0" selected="True" >no</option>
+                                    <option value="1">yes</option>
+                                    <option value="2">yes + charge reduced</option>
+                                    <option value="3">yes + phospate neutral</option>
+                                </param>
+                                <when value="0" />
+                                <when value="1">
+                                    <param name="comet_remove_prec_tol"  type="float" value="1.5"
+                                        label="Comet: Remove Precursor Tolerance" />
+                                </when>
+                                <when value="2">
+                                    <param name="comet_remove_prec_tol"  type="float" value="1.5"
+                                        label="Comet: Remove Precursor Tolerance" />
+                                </when>
+                                <when value="3">
+                                    <param name="comet_remove_prec_tol"  type="float" value="1.5"
+                                        label="Comet: Remove Precursor Tolerance" />
+                                </when>
+                            </conditional>
+                            <param name="comet_clear_mz_range_lower"  type="float" value="0.0"
+                                label="Comet: Minimum Peaks Intensity" help="Intended for iTRAQ/TMT type data where one might want to remove the reporter ion signals, lower m/z range" />
+                            <param name="comet_clear_mz_range_upper"  type="float" value="0.0"
+                                label="Comet: Maximum Peaks Intensity" help="Intended for iTRAQ/TMT type data where one might want to remove the reporter ion signals, upper m/z range" />
+                        </when>
+                    </conditional>
+                      <!-- Search Related parameters -->
+                    <conditional name="comet_search">
+                        <param name="comet_search_selector" type="select" label="Comet: Search Related">
+                            <option value="yes">Set Search Parameters</option>
+                            <option value="no" selected="True">Keep Default Search Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="comet_enzyme_type" label="Comet: Enzyme Type" type="select" help="Specifies the number of enzyme termini a peptide must have">
+                                <option value="1">semi-specific</option>
+                                <option value="2" selected="True">full-enzyme</option>
+                                <option value="8">unspecific N-term</option>
+                                <option value="9">unspecific C-term</option>
+                            </param>
+                            <param name="comet_isotope_correction" label="Comet: Isotope Correction" type="select" help="Controls whether the peptide_mass_tolerance takes into account possible isotope errors in the precursor mass measurement">
+                                <option value="0">off</option>
+                                <option value="1" selected="True">0,+1</option>
+                                <option value="2">0,+1,+2</option>
+                                <option value="3">0,+1,+2,+3</option>
+                                <option value="4">-8,-4,0,+4,+8</option>
+                            </param>
+                            <param name="comet_min_prec_mass"  type="float" value="600.0"
+                                label="Comet: Minimum Precursor Mass" help="The minimum precursor mass considered" />
+                            <param name="comet_max_prec_mass"  type="float" value="5000.0"
+                                label="Comet: Maximum Precursor Mass" help="The maximum precursor mass considered" />
+                            <param name="comet_max_frag_charge"  type="integer" value="3"
+                                label="Comet: Maximum Fragment Charge" help="Sets the maximum fragment charge (fill value between 1 and 5)" />
+                            <param name="comet_remove_meth"  type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="Comet: Remove Methionine" help="Specifies whether the N-terminal methionine is cleaved prior to matching" />
+                            <param name="comet_batch_size"  type="integer" value="0"
+                                label="Comet: Batch Size" help="0 means load and search all spectra at once, otherwise spectra are loaded and searched in batches of the number specified" />
+                            <param name="comet_num_ptms"  type="integer" value="10"
+                                label="Comet: Maximum Number of PTMs" help="The maximum number of ptms per peptide" />
+                            <param name="comet_req_ptms" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="Comet: Require Variable PTMs" help="Require at least one variable PTM per peptide" />
+                        </when>
+                    </conditional>
+                    <!-- Fragment Ions Related parameters -->
+                    <conditional name="comet_fragment_ions">
+                        <param name="comet_fragment_ions_selector" type="select" label="Comet: Fragment Ions Related">
+                            <option value="yes">Set Fragment Ions Parameters</option>
+                            <option value="no" selected="True">Keep Default Fragment Ions Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="comet_theoretical_fragment_ions" type="select"
+                                label="Comet: Correlation Score type" help="Specifies how theoretical fragment ion peaks are represented (on the sum in the bin alone or using flanking bins too)">
+                                <option value="0" selected="True">Summed intensities + flanking</option>
+                                <option value="1">Summed intensities</option>
+                            </param>
+                            <param name="comet_frag_bin_offset"  type="float" value="0.01"
+                                label="Comet: Fragment Bin Offset" help="Controls how each fragment bin is defined in terms of where each bin starts" />
+                        </when>
+                    </conditional>
+                    <!-- Output Related parameters -->
+                    <conditional name="comet_output">
+                        <param name="comet_output_selector" type="select" label="Comet: Output Related">
+                            <option value="yes">Set Output Parameters</option>
+                            <option value="no" selected="True">Keep Default Output Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="comet_num_matches"  type="integer" value="10"
+                                label="Comet: Maximum Number of Matches" help="The maximum number of peptide matches per spectrum" />
+                            <param name="comet_output_type" type="select"
+                                label="Comet: Output type" help="Output type: PepXML, SQT, TXT or Percolator">
+                                <option value="PepXML" selected="True">PepXML</option>
+                                <option value="SQT">SQT</option>
+                                <option value="TXT">TXT</option>
+                                <option value="Percolator">Percolator</option>
+                            </param>
+                        </when>
+                    </conditional>
+                </when>
+            </conditional>
+
+            <!-- TIDE ADVANCED PARAMETERS -->
+            <conditional name="tide">
+                <param name="tide_advanced" type="select" label="TIDE Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <!-- Index parameters -->
+                    <conditional name="tide_index">
+                        <param name="tide_index_selector" type="select" label="Tide: Index Related">
+                            <option value="yes" selected="True">Set Index Parameters</option>
+                            <option value="no" >Keep Default Index Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="tide_min_pep_length" type="integer" value="6"
+                                label="TIDE: Minimum Peptide Length" help="Set the minimum length of peptide to be considered"/>
+                            <param name="tide_max_pep_length" type="integer" value="30"
+                                label="TIDE: Maximum Peptide Length" help="Set the maximum length of peptide to be considered"/>
+                            <param name="tide_min_prec_mass" type="float" value="200.0"
+                                label="TIDE: Minimum Precursor Mass" help="Set the minimum precursor mass to be considered"/>
+                            <param name="tide_max_prec_mass" type="float" value="7200.0"
+                                label="TIDE: Maximum Precursor Mass" help="Set the maximum precursor mass to be considered"/>
+                            <param name="tide_monoisotopic" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                                label="TIDE: Monoisotopic" help="If true, the precursor mass is monoisotopic"/>
+                            <param name="tide_clip_n_term" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="TIDE: Clip Nterm Methionine" help="If true, the Nterm Methionine will be clipped"/>
+                            <param name="tide_num_ptms" type="integer" value="" optional="true"
+                                label="TIDE: Maximum Number of PTMs" help="Set the maximum number of PTMs on peptide to be considered"/>
+                            <param name="tide_num_ptms_per_type" type="integer" value="2"
+                                label="TIDE: Maximum Number of PTMs of each Type" help="Set the maximum number of PTMs of each type to be considered"/>
+                            <param name="tide_digestion_type" label="TIDE: Enzyme/Digestion Type" type="select" help="Either both ends (full-digest) or at least one end (partial-digest) of a peptide must conform to enzyme specificity rules">
+                                <option value="full-digest" selected="True">full-digest</option>
+                                <option value="partial-digest" >partial-digest</option>
+                            </param>
+                            <param name="tide_print_peptides" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="TIDE: Print Peptides" help="If true, the peptides will be printed in the output"/>
+                            <param name="tide_decoy_format" label="TIDE: Decoy Format" type="select" help="Select the format for generating the decoy sequences">
+                                <option value="none" selected="True">none</option>
+                                <option value="shuffle" >shuffle</option>
+                                <option value="peptide-revers" >peptide-reverse</option>
+                                <option value="protein-reverse" >protein-reverse</option>
+                            </param>
+                            <param name="tide_keep_terminals" label="TIDE: Keep Terminals" type="select" help="Select to keep the terminal amino acids when creating decoys">
+                                <option value="N" >N</option>
+                                <option value="C" >C</option>
+                                <option value="NC" selected="True">NC</option>
+                                <option value="non" >none</option>
+                            </param>
+                            <param name="tide_decoy_seed" type="integer" value="1"
+                                label="TIDE: Decoy Seed" help="Set the decoy seed"/>
+                            <param name="tide_remove_temp" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                                label="TIDE: Remove Temp Folders" help="If true, the temp folders are removed when the search is done."/>
+                        </when>
+                    </conditional>
+
+                    <!-- Search parameters -->
+                    <conditional name="tide_search">
+                        <param name="tide_search_selector" type="select" label="Tide: Search Related">
+                            <option value="yes">Set Search Parameters</option>
+                            <option value="no" selected="True">Keep Default Search Parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="tide_compute_p" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="TIDE: Compute Exact P-value" help="If true, the exact p-values are calculated"/>
+                            <param name="tide_compute_sp" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="TIDE: Compute SP" help="If true, the SP-score is calculated"/>
+                            <param name="tide_min_spectrum_mz" type="float" value="0.0"
+                                label="TIDE: Minimum Spectrum m/z" help="Set the minimum spectrum m/z value for a spectrum to be considered"/>
+                            <param name="tide_max_spectrum_mz" type="float" value="" optional="true"
+                                label="TIDE: Maximum Spectrum m/z" help="Set the maximum spectrum m/z value for a spectrum to be considered"/>
+                            <param name="tide_min_spectrum_peaks" type="integer" value="20"
+                                label="TIDE: Minimum Spectrum Peaks" help="Set the minimum amount of peaks in a spectrum for it to be considered"/>
+                            <param name="tide_spectrum_charges" label="TIDE: Spectrum Charges" type="select" help="Select what precursor charges should be taken into account for matching">
+                                <option value="1" >1</option>
+                                <option value="2" >2</option>
+                                <option value="3" >3</option>
+                                <option value="all" selected="True">all</option>
+                            </param>
+                            <param name="tide_remove_prec" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="TIDE: Remove Precursor Peak" help="If true, the peak that corresponds to the precursor mass is excluded"/>
+                            <param name="tide_remove_prec_tol" type="float" value="1.5"
+                                label="TIDE: Remove Precursor Tolerance" help="Choose the threshold for precursor mass searching (for precursor peak removal)"/>
+                            <param name="tide_use_flanking" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="TIDE: Use Flanking" help="Includes two flanking peaks on either side of each b- and y-ion to compute the XCorr"/>
+                            <param name="tide_use_neutral_losses" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                                label="TIDE: Neutral Losses" help="Includes fragment peaks with neutral losses to perform the matching"/>
+                            <param name="tide_mz_bin_width" type="float" value="0.02"
+                                label="TIDE: mz Bin Width" help="Choose bin size to analyze the fragmentation spectrum"/>
+                            <param name="tide_mz_bin_offset" type="float" value="0.0"
+                                label="TIDE: mz Bin Offset" help="Choose bin offset to analyze the fragmentation spectrum"/>
+                            <param name="tide_max_psms" type="integer" value="10"
+                                label="TIDE: Maximum Number of PSMs" help="Set the maximum number of PSMs to be considered"/>
+                            <param name="tide_export" label="TIDE: Output Format" type="select" multiple="true"
+                              display="checkboxes" help="Choose the output format">
+                                <option value="tide_export_text" selected="True">Text</option>
+                                <option value="tide_export_sqt" >SQT</option>
+                                <option value="tide_export_pepxml" >pepxml</option>
+                                <option value="tide_export_mzid" >MzIdentML</option>
+                                <option value="tide_export_pin" >Percolator input file</option>
+                            </param>
+                        </when>
+                    </conditional>
+
+                    <!-- other options -->
+                    <param name="tide_output_folder" type="text" value="crux-output"
+                        label="TIDE: Output Folder" help="Tide output folder (relative to the Tide working folder). Not to be changed if the .par file will be used by SearchGUI in Galaxy"/>
+                    <param name="tide_verbosity" label="TIDE: Progress Display Verbosity" type="select" help="Select the display verbosity level to report the search progress">
+                        <option value="0" >0</option>
+                        <option value="10" >10</option>
+                        <option value="20" >20</option>
+                        <option value="30" selected="True">30</option>
+                        <option value="40" >40</option>
+                        <option value="50" >50</option>
+                        <option value="60" >60</option>
+                    </param>
+                    <param name="tide_progress_indicator" type="integer" value="1000"
+                        label="TIDE: Progress Indicator" help="Choose the progress indicator frequency  (in number of fragmentation spectra processed)"/>
+                    <param name="tide_concat" type="boolean" truevalue="1" falsevalue="0" checked="false"
+                        label="TIDE: Concat Target and Decoy" help="If true, the target results are concatenated with the decoy results"/>
+                    <param name="tide_store_spectra" type="text" value=""
+                        label="TIDE: Store spectra" help="Tide file name in with to store the binary spectra. Not to be changed if the .par file will be used by SearchGUI in Galaxy"/>
+                </when>
+            </conditional>
+
+            <!-- Andromeda ADVANCED PARAMETERS -->
+            <!-- Windows only
+            <conditional name="andromeda">
+                <param name="andromeda_advanced" type="select" label="Andromeda Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <param name="andromeda_max_pep_mass" type="float" value="4600.0" label="Andromeda maximum peptide mass, default is: 4600.0" />
+                    <param name="andromeda_max_comb" type="integer" value="250" label="Andromeda maximum combinations, default is: 250" />
+                    <param name="andromeda_top_peaks" type="integer" value="8" label="Andromeda number of top peaks, default is: 8" />
+                    <param name="andromeda_top_peaks_window" type="integer" value="100" label="Andromeda top peaks window width, default is: 100" />
+                    <param name="andromeda_incl_water" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda account for water losses, default is: true" />
+                    <param name="andromeda_incl_ammonia" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda account for ammonina losses, default is: true" />
+                    <param name="andromeda_neutral_losses" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda neutral losses are sequence dependent, default is: true" />
+                    <param name="andromeda_fragment_all" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Andromeda fragment all option, default is: false" />
+                    <param name="andromeda_emp_correction" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda emperical correction, default is: true" />
+                    <param name="andromeda_higher_charge" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda higher charge option, default is: true" />
+                    <param name="andromeda_equal_il" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Andromeda whether I and L should be considered indistinguishable, default is: false" />
+                    <param name="andromeda_frag_method" type="select" value="" label="Andromeda fragmentation method, (HCD, CID or EDT), default is: CID." >
+                       <option value="CID" selected="true">CID</option>
+                       <option value="HCD">HCD</option>
+                       <option value="EDT">EDT</option>
+                    </param>
+                    <param name="andromeda_max_mods" type="integer" value="5" label="Andromeda maximum number of modifications, default is: 5" />
+                    <param name="andromeda_min_pep_length" type="integer" value="8" label="Andromeda minimum peptide length when using no enzyme, default is: 8" />
+                    <param name="andromeda_max_pep_length" type="integer" value="25" label="Andromeda maximum peptide length when using no enzyme, default is: 25" />
+                    <param name="andromeda_max_psms" type="integer" value="10" label="Andromeda maximum number of spectrum matches spectrum, default is: 10" />
+                    <param name="andromeda_decoy_mode" type="boolean" truevalue="decoy" falsevalue="none" checked="false" label="Andromeda decoy mode" />
+                </when>
+            </conditional>
+            -->
+
+            <!-- DIRECTAG ADVANDED PARAMETERS-->
+            <conditional name="directtag">
+                <param name="directtag_advanced" type="select" label="DirectTag Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <param name="directag_tag_length" type="integer" value="4" label="DirecTag tag length"/>
+                    <param name="directag_max_var_mods" type="integer" value="2" label="DirecTag maximum variable modifications per sequence"/>
+                    <param name="directag_charge_states" type="integer" value="3" label="DirecTag number of charge states considered"/>
+                    <param name="directag_duplicate_spectra" type="boolean" truevalue="1" falsevalue="0" checked="true" label="DirecTag duplicate spectra per charge"/>
+                    <param name="directag_isotope_tolerance" type="float" value="0.25" label="DirecTag isotope mz tolerance"/>
+                    <param name="directag_deisotoping" type="select" label="DirecTag deisotoping mode">
+                        <option value="0" selected="true">no deisotoping</option>
+                        <option value="1">precursor only</option>
+                        <option value="2">precursor and candidate</option>
+                    </param>
+                    <param name="directag_intensity_classes" type="integer" value="3" label="DirecTag number of intensity classses."/>
+                    <param name="directag_output_suffix" type="text" value="" label="DirecTag output suffix"/>
+                    <param name="directag_max_peak_count" type="integer" value="100" label="DirecTag max peak count"/>
+                    <param name="directag_max_tag_count" type="integer" value="10" label="DirecTag maximum tag count"/>
+                    <param name="directag_tic_cutoff" type="integer" value="100" label="DirecTag TIC cutoff in percent">
+                        <validator type="in_range" min="0" max="100" />
+                    </param>
+                    <param name="directag_complement_tolerance" type="float" value="0.1" label="DirecTag complement mz tolerance"/>
+                    <param name="directag_adjustment_step" type="float" value="0.1" label="DirecTag precursor adjustment step"/>
+                    <param name="directag_min_adjustment" type="float" value="-0.5" label="DirecTag minimum precursor adjustment"/>
+                    <param name="directag_max_adjustment" type="float" value="1.5" label="DirecTag maximum precursor adjustment"/>
+                    <param name="directag_intensity_weight" type="float" value="1.0" label="DirecTag intensity score weight"/>
+                    <param name="directag_fidelity_weight" type="float" value="1.0" label="DirecTag fidelity score weight"/>
+                    <param name="directag_complement_weight" type="float" value="1.0" label="DirecTag complement_score_weight"/>
+                    <param name="directag_adjust_precursor" type="boolean" truevalue="1" falsevalue="0" checked="false" label="DirecTag adjust precursor"/>
+                    <param name="directag_ms_charge_state" type="boolean" truevalue="1" falsevalue="0" checked="true" label="DirecTag use charge state from M spectrum"/>
+                </when>
+            </conditional>
+
+
+            <!-- METAMORPHEUS ADVANDED PARAMETERS-->
+            <conditional name="metamorpheus">
+                <param name="metamorpheus_advanced" type="select" label="MetaMorpheus Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <conditional name="metamorpheus_search">
+                        <param name="metamorpheus_search_selector" type="select" label="MetaMorpheus: Search related options">
+                            <option value="yes" selected="True">Set Search parameters</option>
+                            <option value="no">Keep Default Search parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="meta_morpheus_search_type" type="select" label="MetaMorpheus search type">
+                                <option value="Classic" selected="true">Classic</option>
+                                <option value="Modern">Modern</option>
+                                <option value="NonSpecific">NonSpecific</option>
+                            </param>
+                            <param name="meta_morpheus_num_partitions" type="integer" value="1" label="MetaMorpheus number of partitions when indexing"/>
+                            <param name="meta_morpheus_dissociation_type" type="select" label="MetaMorpheus dissociation type">
+                                <option value="HCD" selected="true">HCD</option>
+                                <option value="CID">CID</option>
+                                <option value="ECD">ECD</option>
+                                <option value="ETD">ETD</option>
+                            </param>
+                            <param name="meta_morpheus_max_mods_for_peptide" type="integer" value="2" label="MetaMorpheus maximum modifications per peptide"/>
+                            <param name="meta_morpheus_meth" type="select" label="MetaMorpheus initiator methionine behavior">
+                                <option value="Undefined" >Undefined</option>
+                                <option value="Retain">Retain</option>
+                                <option value="Cleave">Cleave</option>
+                                <option value="Variable" selected="true">Variable</option>
+                            </param>
+                            <param name="meta_morpheus_score_cutoff" type="float" value="5.0" label="MetaMorpheus score cutoff"/>
+                            <param name="meta_morpheus_use_delta_score" type="boolean" truevalue="1" falsevalue="0" checked="false" label="MetaMorpheus use delta score"/>
+                            <param name="meta_morpheus_mass_diff_acceptor_type" type="select" label="MetaMorpheus mass difference acceptor type">
+                                <option value="Exact">Exact</option>
+                                <option value="OneMM" selected="true">OneMM</option>
+                                <option value="TwoMM">TwoMM</option>
+                                <option value="ThreeMM" >ThreeMM</option>
+                                <option value="PlusOrMinusThreeMM">PlusOrMinusThreeMM</option>
+                                <option value="ModOpen">ModOpen</option>
+                                <option value="Open">Open</option>
+                            </param>
+                            <param name="meta_morpheus_min_pep_length" type="integer" value="8"
+                                label="MetaMorpheus minimum peptide length" help="Minimum length for a peptide to be considered"/>
+                            <param name="meta_morpheus_max_pep_length" type="integer" value="30"
+                                label="MetaMorpheus maximum peptide length" help="Maximum length for a peptide to be considered"/>
+                        </when>
+                    </conditional>
+
+                    <conditional name="metamorpheus_output">
+                        <param name="metamorpheus_output_selector" type="select" label="MetaMorpheus: Output related options">
+                            <option value="yes" >Set Output parameters</option>
+                            <option value="no" selected="True">Keep Default Output parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="meta_morpheus_write_mzid" type="boolean" truevalue="1" falsevalue="0" checked="true" label="MetaMorpheus write mzid"/>
+                            <param name="meta_morpheus_write_pepxml" type="boolean" truevalue="1" falsevalue="0" checked="false" label="MetaMorpheus write pepxml"/>
+                        </when>
+                    </conditional>
+
+                    <conditional name="metamorpheus_deisotoping">
+                        <param name="metamorpheus_deisotoping_selector" type="select" label="MetaMorpheus: Deisotoing related options">
+                            <option value="yes" >Set Deisotoping parameters</option>
+                            <option value="no" selected="True">Keep Default Deisotoping parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="meta_morpheus_use_provided_prec" type="boolean" truevalue="1" falsevalue="0" checked="true" label="MetaMorpheus use provided precursor info"/>
+                            <param name="meta_morpheus_do_prec_deconv" type="boolean" truevalue="1" falsevalue="0" checked="true" label="MetaMorpheus do precursor deconvolution"/>
+                            <param name="meta_morpheus_deconv_int_ratio" type="float" value="3.0" label="MetaMorpheus deconvolution intensity ratio"/>
+                            <param name="meta_morpheus_deconv_mass_tol" type="float" value="4.0" label="MetaMorpheus score cutoff"/>
+                            <param name="meta_morpheus_deconv_mass_tol_type" type="select" label="MetaMorpheus deoconvolution mass tolerance type">
+                                <option value="PPM" selected="true">PPM</option>
+                                <option value="Absolute">Absolute</option>
+                            </param>
+                        </when>
+                    </conditional>
+
+
+                    <conditional name="metamorpheus_proteingrouping">
+                        <param name="metamorpheus_proteingrouping_selector" type="select" label="MetaMorpheus: Protein grouping related options">
+                            <option value="yes" >Set Protein grouping parameters</option>
+                            <option value="no" selected="True">Keep Default Protein grouping parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="meta_morpheus_mod_peptides_are_different" type="boolean" truevalue="1" falsevalue="0" checked="false" label="MetaMorpheus modified peptides are different"/>
+                            <param name="meta_morpheus_no_one_hit_wonders" type="boolean" truevalue="1" falsevalue="0" checked="false" label="MetaMorpheus exclude one hit wonders"/>
+                        </when>
+                    </conditional>
+
+
+
+                    <conditional name="metamorpheus_peaktrimming">
+                        <param name="metamorpheus_peaktrimming_selector" type="select" label="MetaMorpheus: Peak trimming related options">
+                            <option value="yes" >Set Peak trimming parameters</option>
+                            <option value="no" selected="True">Keep Default Peak trimming parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                          <param name="meta_morpheus_trim_ms1" type="boolean" truevalue="1" falsevalue="0" checked="false" label="MetaMorpheus trim MS1 peaks"/>
+                          <param name="meta_morpheus_trim_msms" type="boolean" truevalue="1" falsevalue="0" checked="true" label="MetaMorpheus trim MSMS peaks"/>
+                          <param name="meta_morpheus_num_peaks_per_window" type="integer" value="200" label="MetaMorpheus number of peaks per window" />
+                          <param name="meta_morpheus_min_allowed_int_ratio_to_base_peak" type="float" value="0.01" label="MetaMorpheus minimum allowed intensity ratio to base peak"/>
+                          <param name="meta_morpheus_window_with_thompson" type="integer" optional="true" label="MetaMorpheus window width in Thompson" />
+                          <param name="meta_morpheus_num_windows" type="integer" optional="true" label="MetaMorpheus number of windows" />
+                          <param name="meta_morpheus_norm_across_all_windows" type="boolean" truevalue="1" falsevalue="0" checked="false" label="MetaMorpheus normalize peaks across all windows"/>
+                        </when>
+                    </conditional>
+
+                    <conditional name="metamorpheus_silico">
+                        <param name="metamorpheus_silico_selector" type="select" label="MetaMorpheus: Silico digestion related options">
+                            <option value="yes" >Set Silico digestion parameters</option>
+                            <option value="no" selected="True">Keep Default Silico digestion parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="meta_morpheus_frag_term" type="select" label="MetaMorpheus fragmentation terminus">
+                                <option value="Both" selected="true">Both</option>
+                                <option value="N">N</option>
+                                <option value="C">C</option>
+                            </param>
+                            <param name="meta_morpheus_max_frag_size" type="float" value="30000.0" label="MetaMorpheus maximum fragmentation size"/>
+                            <param name="meta_morpheus_search_target" type="boolean" truevalue="1" falsevalue="0" checked="true" label="MetaMorpheus search target sequences"/>
+                            <param name="meta_morpheus_decoy_type" type="select" label="MetaMorpheus decoy type">
+                                <option value="None" selected="true">None</option>
+                                <option value="Reverse">Reverse</option>
+                                <option value="Slide">Slide</option>
+                            </param>
+                            <param name="meta_morpheus_max_mod_isoforms" type="integer" value="1024" label="MetaMorpheus maximum modified isoforms" />
+                            <param name="meta_morpheus_min_variant_depth" type="integer" value="1" label="MetaMorpheus minimum variant depth" />
+                            <param name="meta_morpheus_max_hetrozygous_var" type="integer" value="4" label="MetaMorpheus maximum hetrozygous variants" />
+                        </when>
+                    </conditional>
+
+                    <conditional name="metamorpheus_gptm">
+                        <param name="metamorpheus_gptm_selector" type="select" label="MetaMorpheus: G-PTM search related options">
+                            <option value="yes" >Set G-PTM search parameters</option>
+                            <option value="no" selected="True">Keep Default G-PTM search parameters</option>
+                        </param>
+                        <when value="no" />
+                        <when value="yes">
+                            <param name="meta_morpheus_gptm" type="boolean" truevalue="1" falsevalue="0" checked="false" label="MetaMorpheus run G-PTM"/>
+                            <param name="meta_morpheus_gptm_categories" type="select"  display="checkboxes" multiple="True"
+                              label="MetaMorpheus G-PTM categories to include in the G-PTM search">
+                                <option value="common_fixed_variable" >Common Fixed and Variable</option>
+                                <option value="common_biological" selected="true">Common Biological</option>
+                                <option value="common_artifact" selected="true">Common Artifact</option>
+                                <option value="metal" selected="true">Metal</option>
+                                <option value="less_common">Less Common</option>
+                                <option value="labeling">Labeling</option>
+                                <option value="subs_1n">Substitution (1 Nucleotide)</option>
+                                <option value="subs_2n">Substitution (2+ Nucleotides)</option>
+                                <option value="other">Other</option>
+                            </param>
+                        </when>
+                    </conditional>
+
+
+                </when>
+            </conditional>
+
+
+            <!-- NOVOR ADVANDED PARAMETERS-->
+            <conditional name="novor">
+                <param name="novor_advanced" type="select" label="Novor Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <param name="novor_fragmentation" type="select" label="Novor fragmentation method">
+                        <option value="HCD" selected="True">HCD</option>
+                        <option value="CID">CID</option>
+                    </param>
+                    <param name="novor_mass_analyzer" label="Novor: mass analyzer" type="select" help="Identifier of the instrument to generate MS/MS spectra">
+                        <option value="Trap" >Trap</option>
+                        <option value="TOF" >TOF</option>
+                        <option value="FT" selected="True">FT</option>
+                    </param>
+                </when>
+            </conditional>
+
+            <!-- PEPNOVO+ ADVANDED PARAMETERS-->
+            <conditional name="pepnovo">
+                <param name="pepnovo_advanced" type="select" label="PepNovo+ Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <param name="pepnovo_hitlist_length" type="integer" value="10" label="PepNovo+ number of de novo solutions [0-2000], default is '10'.">
+                      <validator type="in_range" min="0" max="2000" />
+                    </param>
+                    <param name="pepnovo_estimate_charge" type="boolean" truevalue="1" falsevalue="0" checked="true" label="PepNovo+ estimate precursor charge option."/>
+                    <param name="pepnovo_correct_prec_mass" type="boolean" truevalue="1" falsevalue="0" checked="true" label="PepNovo+ correct precursor mass option."/>
+                    <param name="pepnovo_discard_spectra" type="boolean" truevalue="1" falsevalue="0" checked="true" label="PepNovo+ discard low quality spectra option."/>
+                    <param name="pepnovo_generate_blast" type="boolean" truevalue="1" falsevalue="0" checked="false" label="PepNovo+ generate a BLAST query."/>
+                </when>
+            </conditional>
+
+            <!-- PNOVO+ ADVANDED PARAMETERS-->
+            <conditional name="pnovo">
+                <param name="pnovo_advanced" type="select" label="pNovo+ Options">
+                    <option value="yes">Advanced</option>
+                    <option value="no" selected="True">Default</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <param name="pnovo_num_peptides" type="integer" value="10" label="pNovo+ number of peptides per spectrum, default is '10'."/>
+                    <param name="pnovo_lower_prec" type="integer" value="300" label="pNovo+ minimum precursor mass, default is '300'."/>
+                    <param name="pnovo_upper_prec" type="integer" value="5000" label="pNovo+ maximum precursor mass, default is '5000'."/>
+                    <param name="pnovo_activation" type="select" label="pNovo+ activation type (HCD, CID or EDT)">
+                        <option value="HCD" selected="True">HCD</option>
+                        <option value="CID" >CID</option>
+                        <option value="EDT">EDT</option>
+                    </param>
+                </when>
+            </conditional>
+        </section>
+
+
+
+
+
+
+
+
+
+
+        <!-- ADVANCED PARAMETERS -->
+
+        <section name="advanced_options" expanded="false" title="Show/Hide advanced options">
+
+            <!-- SPECTRUM ANNOTATION -->
+
+            <section name="spectrum_annotation_options" expanded="false" title="Spectrum Annotation Options">
+                <param name="annotation_level" label="Percent of the possible annotations relative to the most intensive peak" help="The intensity percentile to consider for annotation, e.g. 0.75 means that the 25% most intense peaks will be annotated, default is 0.75." value="0.75" type="float">
+                    <validator type="in_range" min="0" max="1" />
+                </param>
+                <param name="annotation_mz_tolerance" label="Fragment ion annotation accuracy" help=" The m/z tolerance to annotate peaks, default is equal to the search settings MS2 tolerance." value="10" type="float" />
+                <param name="annotation_high_resolution" label="High resolution" help="The most accurate peak will be selected within the m/z tolerance if chosen" truevalue="1" falsevalue="0" checked="true" type="boolean"/>
+            </section>
+
+            <!-- SEQUENCE MATCHING -->
+
+            <section name="sequence_matching_options" expanded="false" title="Sequence Matching Options">
+                <param name="sequence_matching_type" label="The peptide to protein sequence matching type" type="select">
+                    <option value="0">Character Sequence</option>
+                    <option value="1">Amino Acids</option>
+                    <option value="2" selected="true">Indistinguishable Amino Acids</option>
+                </param>
+                <param name="sequence_matching_x" label="The maximal share of Xs in a sequence" help="0.25 means 25% of Xs" value="0.25" type="float">
+                    <validator type="in_range" min="0" max="1" />
+                </param>
+                <param name="sequence_matching_enzymatic_tags" label="Tags should only be mapped to enzymatic peptides" type="boolean" truevalue="1" falsevalue="0" checked="false"/>
+                <param name="sequence_matching_max_ptms_per_tag" label="The maximum number of PTMs per peptide when mapping tags" type="integer" value="3">
+                    <validator type="in_range" min="0" max="2147483647" />
+                </param>
+                <param name="sequence_matching_min_amino_acid_score" label="The minimum amino acid score when mapping tags" type="integer" value="30">
+                    <validator type="in_range" min="0" max="2147483647" />
+                </param>
+                <param name="sequence_matching_min_tag_length" label="The minimum tag length when mapping tags" type="integer" value="3">
+                    <validator type="in_range" min="0" max="2147483647" />
+                </param>
+
+            </section>
+
+
+            <!-- IMPORT FILTERS -->
+
+            <section name="import_filters_options" expanded="false" title="Import filters">
+                    <param name="min_peptide_length" type="integer" label="Minimum Peptide Length" value="8" />
+                    <param name="max_peptide_length" type="integer" label="Maximum Peptide Length" value="30" />
+                    <param name="max_precursor_error" type="float" label="Maximum Precursor Error" help="The higher precursor mass error allowed in order to filter out outliers" value="10" />
+                    <param name="max_precursor_error_type" label="Maximum Precursor Error Type" type="select" >
+                        <option value="1">ppm</option>
+                        <option value="0">Daltons</option>
+                    </param>
+                    <param name="missed_cleavages_min" type="integer" label="Minimal number of missed cleavages to consider when importing identification files" help="Default is no filter" value="" optional="true"/>
+                    <param name="missed_cleavages_max" type="integer" label="Maximal number of missed cleavages to consider when importing identification files" help="Default is no filter" value="" optional="true"/>
+                    <param name="exclude_unknown_ptms" label="Exclude Unknown PTMs" help="If true, peptides presenting unrecognized PTMs will be excluded" type="boolean" truevalue="1" falsevalue="0" checked="true" />
+            </section>
+
+
+            <!-- PTM LOCALIZATION -->
+
+            <section name="ptm_localization_options" expanded="false" title="PTM Localizacion">
+                <conditional name="ptm_score">
+                    <param name="ptm_score_selector" type="select" label="The PTM probabilistic score to use for PTM localization">
+                        <option value="1" selected="True">PhosphoRS</option>
+                        <option value="2">None</option>
+                    </param>
+                    <when value="1">
+                        <param name="score_neutral_losses" label="Include Neutral Losses in A Score" type="boolean" truevalue="1" falsevalue="0" />
+                        <param name="ptm_threshold" label="The threshold to use for the PTM scores" value="95.0" type="float"
+                            help="Automatic mode will be used if not set" />
+                    </when>
+                    <when value="2" />
+                </conditional>
+                <param name="ptm_sequence_matching_type" type="select" label="The modification to peptide sequence matching type." >
+                     <option value="0">Character Sequence</option>
+                     <option value="1" selected="true">Amino Acids</option>
+                     <option value="2">Indistinguishable Amino Acids</option>
+                </param>
+                <param name="ptm_alignment" label="Align peptide ambiguously localized PTMs on confident sites" type="boolean" truevalue="1" falsevalue="0" checked="true"/>
+            </section>
+
+
+            <!-- GENE ANNOTATION -->
+
+            <section name="gene_annotation_options" expanded="false" title="Gene Annotation">
+                <param name="use_gene_mapping" type="boolean" truevalue="-useGeneMapping 1" falsevalue="-useGeneMapping 0" checked="false"
+                    label="gene mappings will be used and saved along with the project (UniProt databases only)"
+                    help="This should only be enabled for UniProt databaases" />
+                <param name="update_gene_mapping" type="boolean" truevalue="-updateGeneMapping 1" falsevalue="-updateGeneMapping 0" checked="false"
+                    label="Update gene mappings automatically from Ensembl (UniProt databases only)"
+                help="This should only be enabled for UniProt databaases" />
+            </section>
+
+
+            <!-- PROTEIN INFERENCE -->
+
+            <section name="protein_inference_options" expanded="false" title="Protein Inference">
+                <conditional name="simplify_protein_groups_conditional">
+                    <param name="simplify_protein_groups_selector" type="select" label="Simplify protein groups">
+                        <option value="yes" selected="True">Yes</option>
+                        <option value="no">No</option>
+                    </param>
+                    <when value="no" />
+                    <when value="yes">
+                        <param name="simplify_protein_groups_evidence" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                            label="Based on Uniprot evidence level"/>
+                        <param name="simplify_protein_groups_confidence" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                            label="Based on the peptide confidence"/>
+                        <param name="simplify_protein_groups_confidence_threshold" value="0.05" type="float"
+                            label="Confidence below which a peptide is ignored"/>
+                        <param name="simplify_protein_groups_enzymaticity" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                            label="Based on Enzymaticity"/>
+                        <param name="simplify_protein_groups_variant" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                            label="Based on Variant Mapping"/>
+                    </when>
+                </conditional>
+                <param name="simplify_protein_pi_modifications" type="boolean" truevalue="1" falsevalue="0" checked="true"
+                    label="Account for modifications when mapping peptides to proteins"/>
+            </section>
+
+            <!-- VALIDATION LEVELS -->
+
+            <section name="validation_levels_options" expanded="false" title="Validation Levels">
+                <param name="protein_fdr" label="FDR at the protein level" help="In percent (default 1% FDR: '1')" value="1" type="float">
+                    <validator type="in_range" min="0" max="100" />
+                </param>
+                <param name="peptide_fdr" label="FDR at the peptide level" help="In percent (default 1% FDR: '1')" value="1" type="float">
+                    <validator type="in_range" min="0" max="100" />
+                </param>
+                <param name="psm_fdr" label="FDR at the PSM level" help="In percent (default 1% FDR: '1')" value="1" type="float">
+                    <validator type="in_range" min="0" max="100" />
+                </param>
+            </section>
+
+
+            <!-- FRACTION ANALYSIS -->
+
+            <section name="fraction_analysis_options" expanded="false" title="Fraction Analysis">
+                <param name="protein_fraction_mw_confidence" value="95.0" type="float"
+                  label="Minimum confidence required for a protein in the fraction MW plot (in percentage)"
+                    help="default 95%: '95.0'">
+                    <validator type="in_range" min="0" max="100" />
+                </param>
+            </section>
+
+
+            <!-- DATABASE PROCESSING OPTIONS -->
+
+            <section name="database_processing_options" expanded="false" title="Database Processing Options">
+                <conditional name="decoy_conditional">
+                    <param name="create_decoy_selector" type="select"
+                      label="Create a concatenated target/decoy database before running PeptideShaker"
+                      help="Selecting this option will help PeptideShaker calculate FDR values">
+                        <option value="yes" selected="True">Yes</option>
+                        <option value="no" >No</option>
+                    </param>
+                    <when value="no" />
+                    <when value="yes">
+                        <param name="decoy_tag" type="text" value="-REVERSED" label="The decoy flag">
+                        </param>
+                        <param name="decoy_type" type="select" label="Location of the decoy flag: prefix or suffix">
+                            <option value="0">Prefix</option>
+                            <option value="1" selected="True">Suffix</option>
+                        </param>
+                    </when>
+                </conditional>
+                <param name="decoy_file_tag" type="text" value="_concatenated_target_decoy" label="Target decoy suffix.">
+                </param>
+            </section>
+
+        </section>
+
+    </inputs>
+    <outputs>
+        <data name="Identification_Parameters_File" format="json" from_work_dir="IdentificationParametersOutput.par" label="${tool.name}: PAR file" />
+    </outputs>
+    <tests>
+
+        <!-- Test that default parameters generates a standard par file -->
+        <test>
+            <param name="xtandem_advanced" value="yes"/>
+            <param name="xtandem_refine_selector" value="no"/>
+            <output name="Identification_Parameters_File" file="Identification_Parameters_default.par" ftype="json" compare="sim_size" delta="1000" />
+        </test>
+        <!-- Test specific parameters with modifications -->
+        <test>
+            <param name="precursor_ion_tol" value="100"/>
+            <param name="fixed_modifications" value="Carbamidomethylation of C"/>
+            <param name="variable_modifications" value="Oxidation of M"/>
+            <param name="min_charge" value="1"/>
+            <param name="max_charge" value="3"/>
+            <param name="xtandem_advanced" value="yes"/>
+            <param name="xtandem_refine_selector" value="yes"/>
+            <output name="Identification_Parameters_File" file="Identification_Parameters_specific.par" ftype="json" compare="sim_size" delta="1000" />
+        </test>
+
+    </tests>
+    <help>
+**What it does**
+
+Creates a parameters file (.par) which can be used independently by SearchGUI or PeptideShaker apps.
+
+A FASTA file with decoy sequences generated by FastaCLI is recommended if SearchGUI and PeptideShaker are going to use the output of this tool.
+
+    </help>
+    <expand macro="citations" />
+</tool>
--- a/macros.xml	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,162 +0,0 @@
-<macros>
-    <import>macros_modifications.xml</import>
-    <xml name="stdio">
-        <stdio>
-            <exit_code range="1:" level="fatal" description="Job Failed" />
-	    <!--	    <regex match="java.lang.OutOfMemoryError" level="fatal_oom" description="Java memory Exception"/>
-	    <regex match="Could not allocate metaspace" level="fatal_oom" description="Java memory Exception"/>
-	    <regex match="Cannot create VM thread" level="fatal_oom" description="Java memory Exception"/>
-	    <regex match="Native memory allocation (malloc) failed" level="fatal_oom" description="Java memory Exception"/>-->
-	    <regex match="java.*Exception" level="fatal" description="Java Exception"/>
-            <regex match="Could not create the Java virtual machine" level="fatal" description="JVM Error"/>
-	    <regex match="PeptideShaker ran out of memory" level="fatal" description="JVM Error"/>
-	    <regex match="CompomicsError" level="fatal" description="Compomics Error"/>
-        </stdio>
-    </xml>
-
-    <token name="@GENERAL_PARAMETERS@">
-            -frag_tol '${precursor_options.fragment_tol}'
-            -frag_ppm '${precursor_options.fragment_tol_units}'
-            -prec_tol '${precursor_options.precursor_ion_tol}'
-            -prec_ppm '${precursor_options.precursor_ion_tol_units}'
-
-            -min_charge $precursor_options.min_charge
-            -max_charge $precursor_options.max_charge
-            -fi $precursor_options.forward_ion
-            -ri $precursor_options.reverse_ion
-            -min_isotope ${precursor_options.min_isotope}
-            -max_isotope ${precursor_options.max_isotope}
-            #if $protein_digest_options.digestion.cleavage == 'default':
-              ## -enzyme "Trysin"
-              -mc $protein_digest_options.digestion.missed_cleavages
-            #elif $protein_digest_options.digestion.cleavage == '0' and len($protein_digest_options.digestion.digests) > 0:
-              #set $enzymes = []
-              #set $missed_cleavages = []
-              ## #set $specificities = []
-              #for $i, $digest in enumerate($protein_digest_options.digestion.digests):
-                  #silent $enzymes.append(str($digest.enzyme))
-                  #silent $missed_cleavages.append(str($digest.missed_cleavages))
-                  ## #silent $specificities.append(str($digest.specificity))
-              #end for
-              -enzyme "#echo ','.join($enzymes)#"
-              -mc "#echo ','.join($missed_cleavages)#"
-              ## -specificity "#echo ','.join($specificities)#"
-            #else:
-               -digestion $protein_digest_options.digestion.cleavage
-            #end if
-
-            #set $fixed_mods_str = $protein_modification_options.fixed_modifications or ''
-            #set $variable_mods_str = $protein_modification_options.variable_modifications or ''
-            #if $fixed_mods_str
-                -fixed_mods "$fixed_mods_str"
-            #end if
-            #if $variable_mods_str
-                -variable_mods "$variable_mods_str"
-            #end if
-
-    </token>
-
-    <token name="@SEARCHGUI_MAJOR_VERSION@">3</token>
-    <token name="@SEARCHGUI_VERSION@">3.3.10</token>
-    <token name="@PEPTIDESHAKER_VERSION@">1.16.36</token>
-    <xml name="general_options">
-
-        <section name="protein_digest_options" expanded="false" title="Protein Digestion Options">
-            <conditional name="digestion">
-                <param name="cleavage" type="select" label="Digestion">
-                    <option value="0">Select Enzymes</option>
-                    <option value="1">Unspecific Cleavage</option>
-                    <option value="2">Whole Protein</option>
-                </param>
-                <when value="0">
-                    <repeat name="digests" min="1" title="Enzymes">
-                        <param name="enzyme" type="select" label="Enzyme"
-                            help="Which enzyme was used for protein digest in experiment? In most cases, trypsin is used">
-                            <option value="Trypsin">Trypsin</option>
-                            <option value="Trypsin (no P rule)">Trypsin (no P rule)</option>
-                            <option value="Arg-C">Arg-C</option>
-                            <option value="Arg-C (no P rule)">Arg-C</option>
-                            <option value="Arg-N">Arg-N</option>
-                            <option value="Glu-C">Glu-C</option>
-                            <option value="Lys-C">Lys-C</option>
-                            <option value="Lys-C (no P rule)">Lys-C (no P rule)</option>
-                            <option value="Lys-N">Lys-N</option>
-                            <option value="Asp-N">Asp-N</option>
-                            <option value="Asp-N (ambic)">Asp-N (ambic)</option>
-                            <option value="Chymotrypsin">Chymotrypsin</option>
-                            <option value="Chymotrypsin (no P rule)">Chymotrypsin (no P rule)</option>
-                            <option value="Pepsin A">Pepsin A</option>
-                            <option value="CNBr">CNBr</option>
-                            <option value="Thermolysin">Thermolysin</option>
-                            <option value="LysargiNase">LysargiNase</option>
-                        </param>
-                        <param name="missed_cleavages" type="integer" value="2" label="Maximum Missed Cleavages"
-                            help="Allow peptides to contain up to this many missed enzyme cleavage sites."/>
-                        <!--
-                        <param name="specificity" type="select" label="Specificity">
-                            <option value="0" selected="true">Specific at both termini</option>
-                            <option value="1">Semi-Specific - one terminus</option>
-                            <option value="2">Specific at the N-terminus only</option>
-                            <option value="3">Specific at the C-terminus only</option>
-                        </param>
-                        -->
-                    </repeat>
-                </when>
-                <when value="1"/>
-                <when value="2"/>
-            </conditional>
-        </section>
-
-        <section name="precursor_options" expanded="false" title="Precursor Options">
-            <param name="precursor_ion_tol_units" type="select" label="Precursor Ion Tolerance Units"
-                help="Select based on instrument used, as different machines provide different quality of spectra. ppm is a standard for most precursor ions">
-                <option value="1">Parts per million (ppm)</option>
-                <option value="0">Daltons</option>
-            </param>
-            <param name="precursor_ion_tol" type="float" value="10" label="Precursor Ion Tolerance"
-                help="Provide error value for precursor ion, based on instrument used. 10 ppm recommended for Orbitrap instrument"/>
-            <param name="fragment_tol_units" type="select" label="Fragment Tolerance Units"
-                help="Select based on instrument used, as different machines provide different quality of spectra. ppm is a standard for most precursor ions">
-                <option value="1">Parts per million (ppm)</option>
-                <option value="0" selected="true">Daltons</option>
-            </param>
-            <param name="fragment_tol" type="float" value="0.5" label="Fragment Tolerance"
-                help="Provide error value for fragment ions, based on instrument used"/>
-            <param name="min_charge" label="Minimum Charge" value="2" type="integer" help="Lowest searched charge value for fragment ions"/>
-            <param name="max_charge" label="Maximum Charge" value="4" type="integer" help="Highest searched charge value for fragment ions"/>
-            <param name="forward_ion" label="Forward Ion" type="select" help="Searched fragment ion type. Select a, b or c based on collisions induced in experiment">
-                <option value="a">a</option>
-                <option value="b" selected="true">b</option>
-                <option value="c">c</option>
-            </param>
-            <param name="reverse_ion" label="Reverse Ion" type="select" help="Searched fragment ion type. Select x, y, or z based on collisions induced in experiment">
-                <option value="x">x</option>
-                <option value="y" selected="true">y</option>
-                <option value="z">z</option>
-            </param>
-            <param name="min_isotope" label="Minimum precursor isotope" type="integer" value="0" help="default: 0" />
-            <param name="max_isotope" label="Maximum precursor isotope" type="integer" value="1" help="default: 1" />
-        </section>
-
-        <section name="protein_modification_options" expanded="false" title="Protein Modification Options">
-            <param name="fixed_modifications" type="select" label="Fixed Modifications" multiple="true"
-                help="Occurs in known places on peptide sequence. Hold the appropriate key while clicking to select multiple items">
-                <expand macro="modifications"/>
-            </param>
-            <param name="variable_modifications" type="select" label="Variable Modifications" multiple="true"
-                help="Can occur anywhere on the peptide sequence; adds additional error to search score. Hold the appropriate key while clicking to select multiple items">                
-                <expand macro="modifications"/>
-            </param>
-        </section>
-
-    </xml>
-
-    <xml name="citations">
-        <citations>
-            <citation type="doi">10.1186/1471-2105-12-70</citation>
-            <citation type="doi">10.1002/pmic.201000595</citation>
-            <citation type="doi">doi:10.1038/nbt.3109</citation>
-        </citations>
-    </xml>
-
-</macros>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros_basic.xml	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,24 @@
+<macros>
+    <xml name="stdio">
+        <stdio>
+            <exit_code range="1:" level="fatal" description="Job Failed" />
+            <regex match="java.*Exception" level="fatal" description="Java Exception"/>
+            <regex match="Could not reserve enough space for * object heap" level="fatal" description="Out of memory"/>
+            <regex match="Could not create the Java virtual machine" level="fatal" description="JVM Error"/>
+            <regex match="PeptideShaker ran out of memory" level="fatal" description="JVM Error"/>
+            <regex match="CompomicsError" level="fatal" description="Compomics Error"/>
+        </stdio>
+    </xml>
+    <token name="@SEARCHGUI_MAJOR_VERSION@">4</token>
+    <token name="@SEARCHGUI_VERSION@">4.0.7</token>
+    <token name="@SEARCHGUI_VERSION_SUFFIX@">0</token>
+    <token name="@PEPTIDESHAKER_VERSION@">2.0.5</token>
+    <token name="@PEPTIDESHAKER_VERSION_SUFFIX@">3</token>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1186/1471-2105-12-70</citation>
+            <citation type="doi">10.1002/pmic.201000595</citation>
+            <citation type="doi">doi:10.1038/nbt.3109</citation>
+        </citations>
+    </xml>
+</macros>
--- a/peptide_shaker.xml	Thu Feb 20 10:51:14 2020 +0000
+++ b/peptide_shaker.xml	Fri Jan 15 14:05:46 2021 +0000
@@ -1,12 +1,14 @@
-<tool id="peptide_shaker" name="Peptide Shaker" version="@PEPTIDESHAKER_VERSION@.3">
+<tool id="peptide_shaker" name="Peptide Shaker" version="@PEPTIDESHAKER_VERSION@+galaxy@PEPTIDESHAKER_VERSION_SUFFIX@">
     <description>
         Perform protein identification using various search engines based on results from SearchGUI
     </description>
     <macros>
-        <import>macros.xml</import>
+        <import>macros_basic.xml</import>
+        <import>macros_modifications.xml</import>
     </macros>
     <requirements>
         <requirement type="package" version="@PEPTIDESHAKER_VERSION@">peptide-shaker</requirement>
+        <requirement type="package">unzip</requirement>
     </requirements>
     <expand macro="stdio" />
 
@@ -17,7 +19,7 @@
         #set $samp_str = "Sample_%s" % datetime.now().strftime("%Y%m%d%H%M%s")
         #set $temp_stderr = "peptideshaker_stderr"
         #set $bin_dir = "bin"
-
+        #set $exporting_followup_boolean = False
 
         mkdir output_reports &&
         cwd=`pwd` &&
@@ -26,67 +28,70 @@
         echo "" > $temp_stderr &&
 
         ln -s '$searchgui_input' searchgui_input.zip &&
-        jar xvf searchgui_input.zip SEARCHGUI_IdentificationParameters.par &&
-
 
-        peptide-shaker eu.isas.peptideshaker.cmd.PathSettingsCLI
-            --exec_dir="\$cwd/${bin_dir}"
-            -temp_folder \$cwd/PathSettingsCLI
-            -log \$cwd/peptideshaker.log &&
+        ## OPTIONAL MAIN PARAMETERS
+        ## If we have a specific Identification Parameters file to use, we will use it instead of the one provided in the search_gui file
+        #if $optional_main_parameters.input_optional_identification_parameters:
+            cp '${optional_main_parameters.input_optional_identification_parameters}' SEARCHGUI_IdentificationParameters.par &&
+        #else:
+            jar xvf searchgui_input.zip SEARCHGUI_IdentificationParameters.par &&
+        #end if
+        ## Optional Fasta file
+        #if $optional_main_parameters.input_fasta_file:
+            ## copy the input .fasta file to the working folder
+            cp '${optional_main_parameters.input_fasta_file}' './input_fasta_file.fasta' &&
+        #end if
+        ## Optional Spectrum files: if the user specified input spectra files, we use them
+        ## NOTE: != None DOES NOT SEEM TO WORK ANYMORE ON MODERN GALAXIES
+        #if str($optional_main_parameters.input_optional_spectrum_files) != 'None' and str($optional_main_parameters.input_optional_spectrum_files) != '':
+            mkdir peaklist_input_files &&
+            #for $peak_list_file in $optional_main_parameters.input_optional_spectrum_files:
+                #if $peak_list_file.is_of_type("mgf"):
+                    #set $input_name = $peak_list_file.element_identifier.split('/')[-1].replace(".mgf", "") + ".mgf"
+                #else if $peak_list_file.is_of_type("mzml"):
+                    #set $input_name = $peak_list_file.element_identifier.split('/')[-1].replace(".mzml", "") + ".mzml"
+                #end if
+                ln -s -f '${peak_list_file}' 'peaklist_input_files/${input_name}' &&
+            #end for
+        #end if
 
-        #if str($exporting_options.output_reports) != "None"
+        #if str($exporting_options.output_reports) != "None" and str($exporting_options.output_reports) != ""
             #set $output_reports_list = set(str($exporting_options.output_reports).split(','))
         #else
             #set $output_reports_list = set()
-        #end if
+	      #end if
 
         ######################
         ## PeptideShakerCLI ##
         ######################
         (peptide-shaker -Djava.awt.headless=true eu.isas.peptideshaker.cmd.PeptideShakerCLI
-            --exec_dir="\$cwd/${bin_dir}"
             -gui 0
             -temp_folder \$cwd/PeptideShakerCLI
-            -experiment '$exp_str'
-            -sample '$samp_str'
-            -replicate 1
+            -log \$cwd/resources
+            -reference '$exp_str'
             -identification_files \$cwd/searchgui_input.zip
             -id_params \$cwd/SEARCHGUI_IdentificationParameters.par
-            -out \$cwd/peptideshaker_output.cpsx
-            #if $exporting_options.zip_conditional.zip_output_boolean == 'zip':
-                -zip \$cwd/peptideshaker_output.zip
-            #end if
-            -threads "\${GALAXY_SLOTS:-12}"
-
-        ##Optional processing parameters:
-        #if $processing_options.processing_options_selector == "yes"
-            -protein_fdr "${processing_options.protein_fdr}"
-            -peptide_fdr "${processing_options.peptide_fdr}"
-            -psm_fdr "${processing_options.psm_fdr}"
-            -ptm_score "${processing_options.ptm_score.ptm_score_selector}"
-            #if $processing_options.ptm_score.ptm_score_selector == 1
-                -score_neutral_losses "${processing_options.ptm_score.neutral_losses}"
-                #if str($processing_options.ptm_score.ptm_threshold) != ''
-                    -ptm_threshold "${processing_options.ptm_score.ptm_threshold}"
-                #end if
-            #end if
-            -ptm_alignment "${processing_options.ptm_alignment}"
-            -ptm_sequence_matching_type "${processing_options.ptm_sequence_matching_type}"
-            -protein_fraction_mw_confidence "${processing_options.protein_fraction_mw_confidence}"
+        #if $optional_main_parameters.input_fasta_file:
+            -fasta_file './input_fasta_file.fasta'
+        #end if
+        #if str($optional_main_parameters.input_optional_spectrum_files) != 'None' and str($optional_main_parameters.input_optional_spectrum_files) != '':
+            -spectrum_files  \$cwd/peaklist_input_files
         #end if
 
-        ##Optional filtering parameters:
-        #if $filtering_options.filtering_options_selector == "yes":
-            -import_peptide_length_min "${filtering_options.min_peptide_length}"
-            -import_peptide_length_max "${filtering_options.max_peptide_length}"
-            -import_precurosor_mz "${filtering_options.max_precursor_error}"
-            -import_precurosor_mz_ppm "${filtering_options.max_precursor_error_type}"
-            ##-max_xtandem_e "${filtering_options.max_xtandem_e}"
-            ##-max_omssa_e "${filtering_options.max_omssa_e}"
-            ##-max_mascot_e "${filtering_options.max_mascot_e}"
-            -exclude_unknown_ptms "${filtering_options.exclude_unknown_ptms}"
+        #if $exporting_options.zip_conditional.zip_output_boolean == 'zip':
+            -zip \$cwd/peptideshaker_output.zip
+            -out \$cwd/peptideshaker_output.psdb
+            #if $exporting_options.zip_conditional.export_mgf_when_zip:
+                -output_mgf 1
+    	    #end if
+        #else:
+            #if $exporting_options.zip_conditional.export_psdb:
+                -out \$cwd/peptideshaker_output.psdb
+            #end if
         #end if
 
+            -threads "\${GALAXY_SLOTS:-12}"
+
         ##################################
         ## mzidCLI options ##
         ##################################
@@ -94,19 +99,19 @@
         #if $exporting_options.mzidentml_conditional.mzidentml_creation == 1:
             -output_file \$cwd/output.mzid
             -include_sequences ${exporting_options.mzidentml_conditional.include_sequences}
-            #if $contact_options.contact_options_selector == "yes":
-                -contact_first_name "$contact_options.contact_first_name"
-                -contact_last_name "$contact_options.contact_last_name"
-                -contact_email "$contact_options.contact_email"
-                -contact_address "$contact_options.contact_address"
-                #if str($contact_options.contact_url).strip() != '':
-                    -contact_url = "$contact_options.contact_url"
+            #if $exporting_options.mzidentml_conditional.contact_options.contact_options_selector == "yes":
+                -contact_first_name "$exporting_options.mzidentml_conditional.contact_options.contact_first_name"
+                -contact_last_name "$exporting_options.mzidentml_conditional.contact_options.contact_last_name"
+                -contact_email "$exporting_options.mzidentml_conditional.contact_options.contact_email"
+                -contact_address "$exporting_options.mzidentml_conditional.contact_options.contact_address"
+                #if str($exporting_options.mzidentml_conditional.contact_options.contact_url).strip() != '':
+                    -contact_url = "$exporting_options.mzidentml_conditional.contact_options.contact_url"
                 #end if
-                -organization_name "$contact_options.organization_name"
-                -organization_email "$contact_options.organization_email"
-                -organization_address "$contact_options.organization_address"
-                #if str($contact_options.organization_url).strip() != '':
-                    -organization_url = "$contact_options.organization_url"
+                -organization_name "$exporting_options.mzidentml_conditional.contact_options.organization_name"
+                -organization_email "$exporting_options.mzidentml_conditional.contact_options.organization_email"
+                -organization_address "$exporting_options.mzidentml_conditional.contact_options.organization_address"
+                #if str($exporting_options.mzidentml_conditional.contact_options.organization_url).strip() != '':
+                    -organization_url = "$exporting_options.mzidentml_conditional.contact_options.organization_url"
                 #end if
             #else:
                 -contact_first_name "Proteomics"
@@ -119,23 +124,84 @@
             #end if
         #end if
 
-        ##################################
-        ## PeptideShaker Report options ##
-        ##################################
+        ####################################################################
+        ##    PeptideShaker Identification Features Reports options       ##
+        ####################################################################
         ## Generate Reports if the user has selected one of the 11 additional reports
         #if len($output_reports_list) > 0
                 -out_reports \$cwd/output_reports
                 -reports #echo ','.join($output_reports_list)#
         #end if
 
+        ####################################################
+        ##    PeptideShaker Follow-Up Analysis options    ##
+        ####################################################
+        ## TODO: When done in the app, export graph databases, TPP export, recalibrate espectra
+
+        #if $exporting_options.followup_conditional.followup_conditional_selector == "yes"
+            #if $exporting_options.followup_conditional.followup_export_spectra != "off"
+                #set $exporting_followup_boolean = True
+                -spectrum_folder \$cwd/output_reports -psm_type $exporting_options.followup_conditional.followup_export_spectra
+            #end if
+            #if $exporting_options.followup_conditional.followup_export_accession_numbers != "off"
+                #set $exporting_followup_boolean = True
+                -accessions_file \$cwd/output_reports/proteins_accession_numbers.txt -accessions_type $exporting_options.followup_conditional.followup_export_accession_numbers
+            #end if
+            #if $exporting_options.followup_conditional.followup_export_sequences != "off"
+                #set $exporting_followup_boolean = True
+                -sequences_file \$cwd/output_reports/proteins_sequences.fasta -sequences_type $exporting_options.followup_conditional.followup_export_sequences
+            #end if
+            #if $exporting_options.followup_conditional.followup_export_proteoforms != "off"
+                #set $exporting_followup_boolean = True
+                -proteoforms_file \$cwd/output_reports/proteins_proteoforms.txt
+            #end if
+            #if $exporting_options.followup_conditional.followup_export_progenesis_conditional.followup_export_progenesis_selector != "off"
+                #set $exporting_followup_boolean = True
+                -progenesis_file \$cwd/output_reports/progenesis.txt -progenesis_type $exporting_options.followup_conditional.followup_export_progenesis_conditional.followup_export_progenesis_selector
+                #if $exporting_options.followup_conditional.followup_export_progenesis_conditional.followup_export_progenesis_selector == "3"
+                  #set $progenesis_ptms = $exporting_options.followup_conditional.followup_export_progenesis_conditional.followup_export_progenesis_ptms or ''
+                  #if $progenesis_ptms
+                    -progenesis_ptms "$progenesis_ptms"
+                  #end if
+                #end if
+            #end if
+            #if $exporting_options.followup_conditional.followup_export_inclusion_list_conditional.followup_export_inclusion_list_selector != "off"
+                #set $exporting_followup_boolean = True
+                -inclusion_list_file \$cwd/output_reports/inclusion_list.txt -inclusion_list_format $exporting_options.followup_conditional.followup_export_inclusion_list_conditional.followup_export_inclusion_list_selector
+                #set $peptide_filters = $exporting_options.followup_conditional.followup_export_inclusion_list_conditional.followup_export_inclusion_list_peptide_filters or ''
+                #if $peptide_filters
+                  -inclusion_list_peptide_filters "$peptide_filters"
+                #end if
+                #set $protein_filters = $exporting_options.followup_conditional.followup_export_inclusion_list_conditional.followup_export_inclusion_list_protein_filters or ''
+                #if $protein_filters
+                  -inclusion_list_protein_filters "$protein_filters"
+                #end if
+                #if $exporting_options.followup_conditional.followup_export_inclusion_list_conditional.followup_export_inclusion_list_rt_window
+                  -inclusion_list_rt_window $exporting_options.followup_conditional.followup_export_inclusion_list_conditional.followup_export_inclusion_list_rt_window
+                #end if
+            #end if
+        #end if
+
         2>> $temp_stderr)
 
         ## If the user chose to zip the results but also export reports out of the zip, we have to unzip them
-        #if $exporting_options.zip_conditional.zip_output_boolean == 'zip' and $exporting_options.zip_conditional.export_reports_when_zip:
-            && unzip \$cwd/peptideshaker_output.zip 'reports/*' -d \$cwd/output_reports
+        #if $exporting_options.zip_conditional.zip_output_boolean == 'zip' and $exporting_options.zip_conditional.export_reports_when_zip and (len(output_reports_list)>0 or $exporting_followup_boolean):
+            ## This unzipping command creates a reports folder into the current folder!
+            && unzip \$cwd/peptideshaker_output.zip "reports/*" -d \$cwd
+            && mv reports/* output_reports
+            && rm -r reports
         #end if
 
-        #if len($output_reports_list)>0:
+        ## If the user chose to export mgf file/s out of the zip file
+        #if $exporting_options.zip_conditional.zip_output_boolean == 'zip' and $exporting_options.zip_conditional.export_mgf_when_zip:
+          && mkdir output_mgf
+          && mkdir output_cui
+          && mv \$cwd/*.mgf output_mgf
+          && mv \$cwd/*.cui output_cui
+	      #end if
+
+        ## Renaming identification features reports to findable names and moving them to the root folder
+	      #if len(output_reports_list)>0:
             #if '0' in $output_reports_list:
                 && find \$cwd/output_reports -name '*Certificate_of_Analysis.txt' -exec bash -c 'mv "$0" "certificate.txt"' {} \;
             #end if
@@ -174,6 +240,25 @@
             #end if
         #end if
 
+        ## Moving followup analysis to the root folder (it is necessary if zip option was not chosen, or it was chosen but also exporting out of the zip)
+        #if $exporting_options.followup_conditional.followup_conditional_selector == "yes" and ($exporting_options.zip_conditional.zip_output_boolean != 'zip' or ($exporting_options.zip_conditional.zip_output_boolean == 'zip' and $exporting_options.zip_conditional.export_reports_when_zip)):
+            ## Spectrum analysis are already expected to be into the output_reports folder itself
+            #if $exporting_options.followup_conditional.followup_export_accession_numbers != "off"
+                && mv \$cwd/output_reports/proteins_accession_numbers.txt \$cwd/proteins_accession_numbers.txt
+            #end if
+            #if $exporting_options.followup_conditional.followup_export_sequences != "off"
+                && mv \$cwd/output_reports/proteins_sequences.fasta \$cwd/proteins_sequences.fasta
+            #end if
+            #if $exporting_options.followup_conditional.followup_export_proteoforms != "off"
+                && mv \$cwd/output_reports/proteins_proteoforms.txt \$cwd/proteins_proteoforms.txt
+            #end if
+            #if $exporting_options.followup_conditional.followup_export_progenesis_conditional.followup_export_progenesis_selector != "off"
+                && mv \$cwd/output_reports/progenesis.txt \$cwd/progenesis.txt
+            #end if
+            #if $exporting_options.followup_conditional.followup_export_inclusion_list_conditional.followup_export_inclusion_list_selector != "off"
+                && mv \$cwd/output_reports/inclusion_list.txt \$cwd/inclusion_list.txt
+            #end if
+        #end if
         && cat $temp_stderr 2>&1;
 ]]>
     </command>
@@ -184,120 +269,202 @@
                 <filter type="add_value" value="@SEARCHGUI_MAJOR_VERSION@" />
             </options>
         </param>
-        <conditional name="processing_options">
-            <param name="processing_options_selector" type="select" label="Specify Advanced PeptideShaker Processing Options">
-                <option value="no" selected="True">Default Processing Options</option>
-                <option value="yes">Advanced Processing Options</option>
-            </param>
-            <when value="no" />
-            <when value="yes">
-                <param name="protein_fdr" label="FDR at the protein level" help="In percent (default 1% FDR: '1')" value="1" type="float" />
-                <param name="peptide_fdr" label="FDR at the peptide level" help="In percent (default 1% FDR: '1')" value="1" type="float" />
-                <param name="psm_fdr" label="FDR at the PSM level" help="In percent (default 1% FDR: '1')" value="1" type="float" />
-                <param name="protein_fraction_mw_confidence" value="95.0" type="float" label="Minimum confidence required for a protein in the fraction MW plot"
-                    help="default 95%: '95.0'" />
-                <conditional name="ptm_score">
-                    <param name="ptm_score_selector" type="select" label="The PTM probabilistic score to use for PTM localization">
-                        <option value="0">A-score</option>
-                        <option value="1" selected="True">PhosphoRS</option>
-                        <option value="2">None</option>
-                    </param>
-                    <when value="0" />
-                    <when value="1">
-                        <param name="score_neutral_losses" label="Include Neutral Losses in A Score" type="boolean" truevalue="1" falsevalue="0" />
-                        <param name="ptm_threshold" label="The threshold to use for the PTM scores" optional="true" value="" type="float"
-                            help="Automatic mode will be used if not set" />
-                    </when>
-                    <when value="2" />
-                </conditional>
-                <param name="ptm_sequence_matching_type" type="select" label="The PTM to peptide sequence matching type">
-                     <option value="0">Character Sequence</option>
-                     <option value="1" selected="true">Amino Acids</option>
-                     <option value="2">Indistinguishable Amino Acids</option>
-                </param>
-                <param name="ptm_alignment" label="Align peptide ambiguously localized PTMs on confident sites" type="boolean" truevalue="1" falsevalue="0" checked="true"/>
-                <!-- SKIPPING -protein_fraction_mw_confidence ${processing_options.protein_fraction_mw_confidence} -->
-            </when>
-        </conditional>
-        <conditional name="filtering_options">
-            <param name="filtering_options_selector" type="select" label="Specify Advanced Filtering Options"
-                help="Filter based on peptide lengths, precursor mass error, E value errors from X! Tandem and OMSSA, and include/exclude unknown PTM’s">
-                <option value="no" selected="True">Default Filtering Options</option>
-                <option value="yes">Advanced Filtering Options</option>
-            </param>
-            <when value="no" />
-            <when value="yes">
-                <param name="min_peptide_length" type="integer" label="Minimum Peptide Length" value="6" />
-                <param name="max_peptide_length" type="integer" label="Maximum Peptide Length" value="30" />
-                <param name="max_precursor_error" type="float" label="Maximum Precursor Error" value="10"
-                    help="Next option specifies units (Da or ppm)" />
-                <param name="max_precursor_error_type" label="Maximum Precursor Error Type" type="select">
-                    <option value="1">ppm</option>
-                    <option value="0">Daltons</option>
-                </param>
-                <!--param name="max_xtandem_e" label="Maximum X! Tandem e-value" value="100" type="float" help="" /-->
-                <!--param name="max_omssa_e" label="Maximum OMSSA e-value" value="100" type="float" help="" /-->
-                <!--param name="max_mascot_e" label="Maximum Mascot e-value filter" value="100" type="float" help="" /-->
-                <param name="exclude_unknown_ptms" label="Exclude Unknown PTMs" type="boolean" truevalue="1" falsevalue="0" checked="true" />
-            </when>
-        </conditional>
-        <conditional name="contact_options">
-            <param name="contact_options_selector" type="select" label="Specify Contact Information for mzIdendML"
-                help="Create a Galaxy workflow to save these values">
-                <option value="no" selected="True">GalaxyP Project contact (Not suitable for PRIDE submission)</option>
-                <option value="yes">Specify Contact Information</option>
-            </param>
-            <when value="no" />
-            <when value="yes">
-                <param name="contact_first_name" type="text" value="" label="Contact first name.">
-                    <validator type="regex" message="">\S+.*</validator>
-                </param>
-                <param name="contact_last_name" type="text" value="" label="Contact last name.">
-                    <validator type="regex" message="">\S+.*</validator>
-                </param>
-                <param name="contact_email" type="text" value="" label="Contact e-mail.">
-                    <validator type="regex" message="">\S+@\S+</validator>
-                </param>
-                <param name="contact_address" type="text" value="" label="Contact address.">
-                    <validator type="regex" message="">\S+.*</validator>
-                </param>
-                <param name="contact_url" type="text" value="" optional="true" label="Contact URL.">
-                </param>
-                <param name="organization_name" type="text" value="" label="Organization name.">
-                    <validator type="regex" message="">\S+.*</validator>
-                </param>
-                <param name="organization_email" type="text" value="" label="Organization e-mail.">
-                    <validator type="regex" message="">\S+@\S+</validator>
-                </param>
-                <param name="organization_address" type="text" value="" label="Organization address.">
-                    <validator type="regex" message="">\S+.*</validator>
-                </param>
-                <param name="organization_url" type="text" value="" optional="true" label="Organization URL.">
-                </param>
-            </when>
-        </conditional>
+
+        <section name="optional_main_parameters" expanded="false" title="Optional main parameters">
+              <param format="json" name="input_optional_identification_parameters" type="data" label="Identification parameters" optional="true" help="This optional parameter file will be used instead of the default one"/>
+              <param format="fasta" name="input_fasta_file" type="data" label="Fasta file" optional="true" help="This optional fasta file will be used instead of the one included in the SearchGUI file (if it exists). If the SearchGUI file does not include the fasta file, this parameter is must be considered as mandatory."/>
+              <param format="mgf,mzml" name="input_optional_spectrum_files" type="data" label="Spectrum files" optional="true" multiple="true" help="Optional spectrum files will be used together with spectra included in the SearchGUI output"/>
+        </section>
+
+        <section name="exporting_options" expanded="true" title="Exporting options" help="All different outputs PeptideShaker may produce">
 
-        <section name="exporting_options" expanded="true" title="Exporting options">
+            <conditional name="zip_conditional">
+                <param name="zip_output_boolean" type="boolean" truevalue="zip" falsevalue="separate" checked="false" label="Compress results into a single zip file" />
+                <when value="separate">
+                    <param name="export_psdb" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Exports PeptideShakers‘ .psdb file" />
+                </when>
+                <when value="zip">
+                    <param name="export_reports_when_zip" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Also export reports out of the zip" />
+                    <param name="export_mgf_when_zip" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Also export mgf file/s out of the zip" help=".cui index files are exported as a different collection too" />
+                </when>
+            </conditional>
 
             <conditional name="mzidentml_conditional">
                 <param name="mzidentml_creation" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Creates a mzIdentML file" />
                 <when value="1">
               	     <param name="include_sequences" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Include the protein sequences in the mzIdentML file" />
+
+                     <conditional name="contact_options">
+                         <param name="contact_options_selector" type="select" label="Contact Information"
+                             help="Create a Galaxy workflow to save these values">
+                             <option value="no" selected="True">GalaxyP Project contact (Not suitable for PRIDE submission)</option>
+                             <option value="yes">Specify Contact Information</option>
+                         </param>
+                         <when value="no" />
+                         <when value="yes">
+                             <param name="contact_first_name" type="text" value="" label="Contact first name.">
+                                 <validator type="regex" message="">\S+.*</validator>
+                             </param>
+                             <param name="contact_last_name" type="text" value="" label="Contact last name.">
+                                 <validator type="regex" message="">\S+.*</validator>
+                             </param>
+                             <param name="contact_email" type="text" value="" label="Contact e-mail.">
+                                 <validator type="regex" message="">\S+@\S+</validator>
+                             </param>
+                             <param name="contact_address" type="text" value="" label="Contact address.">
+                                 <validator type="regex" message="">\S+.*</validator>
+                             </param>
+                             <param name="contact_url" type="text" value="" optional="true" label="Contact URL.">
+                             </param>
+                             <param name="organization_name" type="text" value="" label="Organization name.">
+                                 <validator type="regex" message="">\S+.*</validator>
+                             </param>
+                             <param name="organization_email" type="text" value="" label="Organization e-mail.">
+                                 <validator type="regex" message="">\S+@\S+</validator>
+                             </param>
+                             <param name="organization_address" type="text" value="" label="Organization address.">
+                                 <validator type="regex" message="">\S+.*</validator>
+                             </param>
+                             <param name="organization_url" type="text" value="" optional="true" label="Organization URL.">
+                             </param>
+                         </when>
+                     </conditional>
+
                 </when>
                 <when value="0" />
             </conditional>
 
-            <conditional name="zip_conditional">
-                <param name="zip_output_boolean" type="boolean" truevalue="zip" falsevalue="separate" checked="false" label="Compress results into a single zip file" />
-                <when value="separate">
-                    <param name="export_cps" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Exports the CPS file" />
-                </when>
-                <when value="zip">
-                    <param name="export_reports_when_zip" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Also export reports out of the zip" />
+            <!-- FOLLOW-UP REPORTS  -->
+            <conditional name="followup_conditional">
+                <param name="followup_conditional_selector" type="select" label="Follow-up analysis export options">
+                    <option value="yes">Export follow-up analysis</option>
+                    <option value="no" selected="True">Do not export</option>
+                </param>
+                <when value="no" />
+                <when value="yes">
+                    <param name="followup_export_spectra" label="Spectra: Export spectrum files as MGF" type="select" help="Commonly: spectra of Non-Validated PSMs">
+                        <option value="0" >Spectra of Non-Validated PSMs</option>
+                        <option value="1" >Spectra of Non-Validated Peptides</option>
+                        <option value="2" >Spectra of Non-Validated Proteins</option>
+                        <option value="3" >Spectra of Validated PSMs</option>
+                        <option value="4" >Spectra of Validated PSMs of Validated Peptides</option>
+                        <option value="5" >Spectra of validated PSMs of Validated Peptides of Validated Proteins</option>
+                        <option value="off" selected="True">Do not export</option>
+                    </param>
+                    <param name="followup_export_accession_numbers" label="Proteins: Export accession numbers as TXT" type="select" help="Commonly: Main Accession of Validated Protein Groups">
+                        <option value="0" >Main Accession of Validated Protein Groups</option>
+                        <option value="1" >All Accessions of Validated Protein Groups</option>
+                        <option value="2" >Non-Validated Accessions</option>
+                        <option value="off" selected="True">Do not export</option>
+                    </param>
+                    <param name="followup_export_sequences" label="Proteins: Export protein details/sequences in fasta format" type="select" help="Commonly: Main Accession of Validated Protein Groups">
+                        <option value="0" >Main Accession of Validated Protein Groups</option>
+                        <option value="1" >All Accessions of Validated Protein Groups</option>
+                        <option value="2" >Non-Validated Accessions</option>
+                        <option value="off" selected="True">Do not export</option>
+                    </param>
+                    <param name="followup_export_proteoforms" label="Proteins: Export proteoforms as TXT" type="select">
+                        <option value="on">Export</option>
+                        <option value="off" selected="True">Do not export</option>
+                    </param>
+                    <conditional name="followup_export_progenesis_conditional">
+                        <param name="followup_export_progenesis_selector" label="Label free quantification: Exports identification results in Progenesis LC-MS compatible format as TXT" type="select" help="Commonly: Validated PSMs of Validated Peptides of Validated Proteins">
+                            <option value="0">Validated PSMs of Validated Peptides of Validated Proteins</option>
+                            <option value="1">Validated PSMs of Validated Peptides</option>
+                            <option value="2">Validated PSMs</option>
+                            <option value="3">Confidently localized PTMs of Validated PSMs of Validated Peptides of Validated Proteins</option>
+                            <option value="off" selected="True">Do not export</option>
+                        </param>
+                        <when value="0"/>
+                        <when value="1"/>
+                        <when value="2"/>
+                        <when value="3">
+                            <param name="followup_export_progenesis_ptms" type="select" label="Targeted PTMs" multiple="true"
+                                help="">
+                                <expand macro="modifications"/>
+                            </param>
+                        </when>
+                        <when value="off"/>
+                    </conditional>
+                    <conditional name="followup_export_inclusion_list_conditional">
+                        <param name="followup_export_inclusion_list_selector" label="Inclusion/Exclusion list: Exports a file for an inclusion list of validated hits" type="select" help="Commonly: Thermo">
+                            <option value="0" >Thermo</option>
+                            <option value="1" >ABI</option>
+                            <option value="2" >Bruker</option>
+                            <option value="3" >MassLynx</option>
+                            <option value="off" selected="True">Do not export</option>
+                        </param>
+                        <when value="0">
+                            <param name="followup_export_inclusion_list_peptide_filters" type="select" label="Peptide Filters" multiple="true" optional="true" display="checkboxes"
+                                help="">
+                                <option value="0">Miscleaved Peptides</option>
+                                <option value="1">Reactive Peptides</option>
+                                <option value="2">Degenerated Peptides</option>
+                            </param>
+                            <param name="followup_export_inclusion_list_protein_filters" type="select" label="Protein Filters" multiple="true" optional="true" display="checkboxes"
+                                help="">
+                                <option value="1">Related Proteins</option>
+                                <option value="2">Related and Unrelated Proteins</option>
+                                <option value="3">Unrelated Proteins</option>
+                            </param>
+                            <param name="followup_export_inclusion_list_rt_window" type="integer" value="20" label="Retention time window for the inclusion list export (in seconds)"
+                                help=""/>
+                        </when>
+                        <when value="1">
+                            <param name="followup_export_inclusion_list_peptide_filters" type="select" label="Peptide Filters" multiple="true" optional="true" display="checkboxes"
+                                help="">
+                                <option value="0">Miscleaved Peptides</option>
+                                <option value="1">Reactive Peptides</option>
+                                <option value="2">Degenerated Peptides</option>
+                            </param>
+                            <param name="followup_export_inclusion_list_protein_filters" type="select" label="Protein Filters" multiple="true" optional="true" display="checkboxes"
+                                help="">
+                                <option value="1">Related Proteins</option>
+                                <option value="2">Related and Unrelated Proteins</option>
+                                <option value="3">Unrelated Proteins</option>
+                            </param>
+                            <param name="followup_export_inclusion_list_rt_window" type="integer" value="20" label="Retention time window for the inclusion list export (in seconds)"
+                                help=""/>
+                        </when>
+                        <when value="2">
+                            <param name="followup_export_inclusion_list_peptide_filters" type="select" label="Peptide Filters" multiple="true" optional="true" display="checkboxes"
+                                help="">
+                                <option value="0">Miscleaved Peptides</option>
+                                <option value="1">Reactive Peptides</option>
+                                <option value="2">Degenerated Peptides</option>
+                            </param>
+                            <param name="followup_export_inclusion_list_protein_filters" type="select" label="Protein Filters" multiple="true" optional="true" display="checkboxes"
+                                help="">
+                                <option value="1">Related Proteins</option>
+                                <option value="2">Related and Unrelated Proteins</option>
+                                <option value="3">Unrelated Proteins</option>
+                            </param>
+                            <param name="followup_export_inclusion_list_rt_window" type="integer" value="20" label="Retention time window for the inclusion list export (in seconds)"
+                                help=""/>
+                        </when>
+                        <when value="3">
+                            <param name="followup_export_inclusion_list_peptide_filters" type="select" label="Peptide Filters" multiple="true" optional="true" display="checkboxes"
+                                help="">
+                                <option value="0">Miscleaved Peptides</option>
+                                <option value="1">Reactive Peptides</option>
+                                <option value="2">Degenerated Peptides</option>
+                            </param>
+                            <param name="followup_export_inclusion_list_protein_filters" type="select" label="Protein Filters" multiple="true" optional="true" display="checkboxes"
+                                help="">
+                                <option value="1">Related Proteins</option>
+                                <option value="2">Related and Unrelated Proteins</option>
+                                <option value="3">Unrelated Proteins</option>
+                            </param>
+                            <param name="followup_export_inclusion_list_rt_window" type="integer" value="20" label="Retention time window for the inclusion list export (in seconds)"
+                                help=""/>
+                        </when>
+                        <when value="off"/>
+                    </conditional>
                 </when>
             </conditional>
 
-            <param name="output_reports" type="select" display="checkboxes" multiple="True" optional="true" label="Reports to be generated">
+            <!-- IDENTIFICATION FEATURES REPORTS  -->
+            <param name="output_reports" type="select" display="checkboxes" multiple="True" optional="true" label="Identification features reports to be generated">
                 <option value="3">PSM Report</option>
                 <option value="4">PSM Report with non-validated matches</option>
                 <option value="2">PSM Phosphorylation Report</option>
@@ -316,99 +483,189 @@
 
     </inputs>
     <outputs>
-        <data format="mzid" name="mzidentML" from_work_dir="output.mzid" label="${tool.name} on ${on_string}: mzidentML file">
-            <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and exporting_options['mzidentml_conditional']['mzidentml_creation'] is True</filter>
-        </data>
-        <data format="peptideshaker_archive" name="output_cps" from_work_dir="peptideshaker_output.cpsx" label="${tool.name} on ${on_string}: CPS file">
-            <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and exporting_options['zip_conditional']['export_cps'] is True</filter>
-        </data>
         <data format="zip" name="output_zip" from_work_dir="peptideshaker_output.zip" label="${tool.name} on ${on_string}: Archive">
             <filter>exporting_options['zip_conditional']['zip_output_boolean'] is True</filter>
         </data>
-	<!--
-        <data format="tabular" name="reports">
-            <discover_datasets pattern="(?P&lt;designation&gt;.+)\.txt" format="tabular" directory="output_reports" visible="true" assign_primary_output="true" />
+        <data format="mzid" name="mzidentML" from_work_dir="output.mzid" label="${tool.name} on ${on_string}: mzidentML file">
+            <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and exporting_options['mzidentml_conditional']['mzidentml_creation'] is True</filter>
+        </data>
+        <data format="peptideshaker_archive" name="output_psdb" from_work_dir="peptideshaker_output.psdb" label="${tool.name} on ${on_string}: PSDB file">
+            <filter>exporting_options['zip_conditional']['zip_output_boolean'] is False and exporting_options['zip_conditional']['export_psdb'] is True</filter>
         </data>
-        -->
-	      <data format="txt" name="output_certificate" from_work_dir="certificate.txt" label="${tool.name} on ${on_string}: Parameters">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '0' in exporting_options['output_reports']</filter>
+        <collection name="output_mgf" type="list" label="${tool.name} on ${on_string}: Mgf" >
+            <filter>exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_mgf_when_zip'] is True</filter>
+            <discover_datasets pattern="__name_and_ext__" directory="output_mgf" ext="mgf"/>
+        </collection>
+        <collection name="output_cui" type="list" label="${tool.name} on ${on_string}: Cui" >
+            <filter>exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_mgf_when_zip'] is True</filter>
+            <discover_datasets pattern="__name_and_ext__" directory="output_cui" ext="cui"/>
+        </collection>
+
+        <!-- Follow-up analysis -->
+        <collection name="output_spectra" type="list" label="${tool.name} on ${on_string}: Spectra" >
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and exporting_options['followup_conditional']['followup_conditional_selector'] == 'yes' and exporting_options['followup_conditional']['followup_export_spectra'] != 'off' </filter>
+            <discover_datasets pattern="__name_and_ext__" directory="output_reports" ext="mgf"/>
+        </collection>
+        <data format="txt" name="output_proteins_accessions" from_work_dir="proteins_accession_numbers.txt" label="${tool.name} on ${on_string}: Proteins Accession Numbers">
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and exporting_options['followup_conditional']['followup_conditional_selector'] == 'yes' and exporting_options['followup_conditional']['followup_export_accession_numbers'] != 'off' </filter>
+        </data>
+        <data format="fasta" name="output_proteins_sequences" from_work_dir="proteins_sequences.fasta" label="${tool.name} on ${on_string}: Proteins Sequences">
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and exporting_options['followup_conditional']['followup_conditional_selector'] == 'yes' and exporting_options['followup_conditional']['followup_export_sequences'] != 'off' </filter>
+        </data>
+        <data format="txt" name="output_proteoforms" from_work_dir="proteins_proteoforms.txt" label="${tool.name} on ${on_string}: Proteins Proteoforms">
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and exporting_options['followup_conditional']['followup_conditional_selector'] == 'yes' and exporting_options['followup_conditional']['followup_export_proteoforms'] != 'off' </filter>
+        </data>
+        <data format="txt" name="output_progenesis" from_work_dir="progenesis.txt" label="${tool.name} on ${on_string}: Progenesis">
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and exporting_options['followup_conditional']['followup_conditional_selector'] == 'yes' and exporting_options['followup_conditional']['followup_export_progenesis_conditional']['followup_export_progenesis_selector'] != 'off' </filter>
+        </data>
+        <data format="txt" name="output_inclusion_list" from_work_dir="inclusion_list.txt" label="${tool.name} on ${on_string}: Inclusion/Exclusion List">
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and exporting_options['followup_conditional']['followup_conditional_selector'] == 'yes' and exporting_options['followup_conditional']['followup_export_inclusion_list_conditional']['followup_export_inclusion_list_selector'] != 'off' </filter>
+        </data>
+
+        <!-- Identification Features outputs -->
+	      <data format="txt" name="output_certificate" from_work_dir="certificate.txt" label="${tool.name} on ${on_string}: Certificate of Analysis">
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '0' in exporting_options['output_reports']</filter>
         </data>
         <data format="tabular" name="output_hierarchical" from_work_dir="hierarchical.txt" label="${tool.name} on ${on_string}: Hierarchical Report">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '1' in exporting_options['output_reports']</filter>
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '1' in exporting_options['output_reports']</filter>
         </data>
         <data format="tabular" name="output_psm_phosphorylation" from_work_dir="psm_phospho.txt" label="${tool.name} on ${on_string}: PSM Phosphorylation Report">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '2' in exporting_options['output_reports']</filter>
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '2' in exporting_options['output_reports']</filter>
         </data>
         <data format="tabular" name="output_psm" from_work_dir="psm.txt" label="${tool.name} on ${on_string}: PSM Report">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '3' in exporting_options['output_reports']</filter>
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '3' in exporting_options['output_reports']</filter>
         </data>
         <data format="tabular" name="output_psm_nonvalidated" from_work_dir="psm_nonvalidated.txt" label="${tool.name} on ${on_string}: PSM Report with non-validated matches">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '4' in exporting_options['output_reports']</filter>
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '4' in exporting_options['output_reports']</filter>
         </data>
         <data format="tabular" name="output_extended_psm" from_work_dir="psmx.txt" label="${tool.name} on ${on_string}: Extended PSM Report">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '11' in exporting_options['output_reports']</filter>
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '11' in exporting_options['output_reports']</filter>
         </data>
         <data format="tabular" name="output_peptides_phosphorylation" from_work_dir="peptides_phospho.txt" label="${tool.name} on ${on_string}: Peptide Phosphorylation Report">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '5' in exporting_options['output_reports']</filter>
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '5' in exporting_options['output_reports']</filter>
         </data>
         <data format="tabular" name="output_peptides" from_work_dir="peptides.txt" label="${tool.name} on ${on_string}: Peptide Report">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '6' in exporting_options['output_reports']</filter>
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '6' in exporting_options['output_reports']</filter>
         </data>
         <data format="tabular" name="output_peptides_nonvalidated" from_work_dir="peptides_nonvalidated.txt" label="${tool.name} on ${on_string}: Peptide Report with non-validated matches">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '7' in exporting_options['output_reports']</filter>
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '7' in exporting_options['output_reports']</filter>
         </data>
         <data format="tabular" name="output_proteins_phosphorylation" from_work_dir="proteins_phospho.txt" label="${tool.name} on ${on_string}: Protein Phosphorylation Report">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '8' in exporting_options['output_reports']</filter>
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '8' in exporting_options['output_reports']</filter>
         </data>
         <data format="tabular" name="output_proteins" from_work_dir="proteins.txt" label="${tool.name} on ${on_string}: Protein Report">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '9' in exporting_options['output_reports']</filter>
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '9' in exporting_options['output_reports']</filter>
         </data>
-        <data format="tabular" name="output_proteins_nonvalidated" from_work_dir="proteins_nonvalidated.txt" label="${tool.name} on ${on_string}: Protein Repor with non-validated matches">
-            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or (exporting_options['zip_conditional']['zip_output_boolean'] is True and exporting_options['zip_conditional']['export_reports_when_zip'] is True) ) and str(exporting_options['output_reports']) != 'None' and '10' in exporting_options['output_reports']</filter>
+        <data format="tabular" name="output_proteins_nonvalidated" from_work_dir="proteins_nonvalidated.txt" label="${tool.name} on ${on_string}: Protein Report with non-validated matches">
+            <filter>(exporting_options['zip_conditional']['zip_output_boolean'] is False or exporting_options['zip_conditional']['export_reports_when_zip'] is True) and str(exporting_options['output_reports']) != 'None' and str(exporting_options['output_reports']) != '' and '10' in exporting_options['output_reports']</filter>
         </data>
     </outputs>
+
     <tests>
-        <test expect_num_outputs="1">
-            <param name="searchgui_input" value="tiny_searchgui_modifications_result1.zip" ftype="searchgui_archive"/>
-            <param name="processing_options_selector" value="no"/>
-            <param name="filtering_options_selector" value="no"/>
-            <param name="mzidentml_creation" value="0"/>
-            <param name="zip_output_boolean" value="zip"/>
-            <param name="export_cps" value="1"/>
-            <output name="output_zip" file="peptide_shaker_modifications_result1.zip" ftype="zip" compare="sim_size" delta="3000" />
-        </test>
-        <test expect_num_outputs="12">
-            <param name="searchgui_input" value="tiny_searchgui_modifications_result1.zip" ftype="searchgui_archive"/>
-            <param name="processing_options_selector" value="no"/>
-            <param name="filtering_options_selector" value="yes"/>
-            <param name="min_peptide_length" value="1"/>
-            <param name="mzidentml_creation" value="0"/>
-            <param name="zip_output_boolean" value="separate"/>
-            <param name="output_reports" value="0,1,2,3,4,5,6,7,8,9,10,11"/>
-            <output name="output_certificate" file="peptide_shaker_modifications_result1.output_certificate" ftype="txt" lines_diff="8"/>
-            <output name="output_hierarchical" file="peptide_shaker_modifications_result1.output_hierarchical" ftype="tabular"/>
-            <output name="output_extended_psm" file="peptide_shaker_modifications_result1.output_extended_psm" ftype="tabular"/>
-            <output name="output_psm" file="peptide_shaker_modifications_result1.output_psm" ftype="tabular"/>
-            <output name="output_psm_phosphorylation" file="peptide_shaker_modifications_result1.output_psm_phosphorylation" ftype="tabular"/>
-            <output name="output_psm_nonvalidated" file="peptide_shaker_modifications_result1.output_psm_nonvalidated" ftype="tabular"/>
-            <output name="output_peptides" file="peptide_shaker_modifications_result1.output_peptides" ftype="tabular"/>
-            <output name="output_peptides_phosphorylation" file="peptide_shaker_modifications_result1.output_peptides_phosphorylation" ftype="tabular"/>
-            <output name="output_peptides_nonvalidated" file="peptide_shaker_modifications_result1.output_peptides_nonvalidated" ftype="tabular"/>
-            <output name="output_proteins" file="peptide_shaker_modifications_result1.output_proteins" ftype="tabular"/>
-            <output name="output_proteins_phosphorylation" file="peptide_shaker_modifications_result1.output_proteins_phosphorylation" ftype="tabular"/>
-            <output name="output_proteins_nonvalidated" file="peptide_shaker_modifications_result1.output_proteins_nonvalidated" ftype="tabular"/>
-        </test>
-        <test expect_num_outputs="2">
-            <param name="searchgui_input" value="tiny_searchgui_modifications_result1.zip" ftype="searchgui_archive"/>
-            <param name="processing_options_selector" value="no"/>
-            <param name="filtering_options_selector" value="no"/>
-            <param name="mzidentml_creation" value="0"/>
-            <param name="zip_output_boolean" value="separate"/>
-            <param name="export_cps" value="1"/>
-            <param name="output_reports" value="3"/>
-            <output name="output_cps" file="peptide_shaker_modifications_result1.cpsx" ftype="peptideshaker_archive" compare="sim_size" delta="3000"/>
-	          <output name="output_psm" file="peptide_shaker_modifications_result1.output_psm" ftype="tabular"/>
-        </test>
+      <!-- Basic test: default identification parameters, searchgui_tinydb1.fasta, 4 search engines xx-->
+      <test expect_num_outputs="1">
+          <param name="searchgui_input" value="searchgui_tiny_result_default_4engines.zip" ftype="searchgui_archive"/>
+          <param name="mzidentml_creation" value="0"/>
+          <param name="export_psdb" value="1"/>
+          <output name="output_psdb" ftype="peptideshaker_archive">
+              <assert_contents>
+                  <has_size value="122880" delta="3000"/>
+              </assert_contents>
+          </output>
+      </test>
+
+      <!-- Modifications test: default identification parameters with modifications, searchgui_tinydb1.fasta, 4 search engines -->
+      <test expect_num_outputs="1">
+          <param name="searchgui_input" value="searchgui_tiny_result_default_4engines_modifications.zip" ftype="searchgui_archive"/>
+          <param name="mzidentml_creation" value="0"/>
+          <param name="export_psdb" value="1"/>
+          <output name="output_zip" ftype="peptideshaker_archive">
+              <assert_contents>
+                  <has_size value="126976" delta="3000"/>
+              </assert_contents>
+          </output>
+      </test>
+
+      <!-- Reports tests: default identification parameters, small spectra, some search engines (XTandem,MSGF+, OMSSA), all identification reports -->
+      <test expect_num_outputs="12">
+          <param name="searchgui_input" value="searchgui_smallsearch_default_somesearchengines_modifications.zip" ftype="searchgui_archive"/>
+          <param name="mzidentml_creation" value="0"/>
+          <param name="zip_output_boolean" value="separate"/>
+          <param name="export_psdb" value="0"/>
+          <param name="output_reports" value="0,1,2,3,4,5,6,7,8,9,10,11"/>
+          <output name="output_certificate" file="peptideshaker_reports_output_certificate.txt" ftype="txt" lines_diff="8"/>
+          <output name="output_hierarchical" file="peptideshaker_reports_output_hierarchical.tabular" ftype="tabular"/>
+          <output name="output_extended_psm" file="peptideshaker_reports_output_extendedpsm.tabular" ftype="tabular"/>
+          <output name="output_psm" file="peptideshaker_reports_output_psm.tabular" ftype="tabular"/>
+          <output name="output_psm_phosphorylation" file="peptideshaker_reports_output_psmphosphorylation.tabular" ftype="tabular"/>
+          <output name="output_psm_nonvalidated" file="peptideshaker_reports_output_psmnonvalidated.tabular" ftype="tabular"/>
+          <output name="output_peptides" file="peptideshaker_reports_output_peptides.tabular" ftype="tabular"/>
+          <output name="output_peptides_phosphorylation" file="peptideshaker_reports_output_peptidesphosphorylation.tabular" ftype="tabular"/>
+          <output name="output_peptides_nonvalidated" file="peptideshaker_reports_output_peptidesnonvalidated.tabular" ftype="tabular"/>
+          <output name="output_proteins" file="peptideshaker_reports_output_proteins.tabular" ftype="tabular"/>
+          <output name="output_proteins_phosphorylation" file="peptideshaker_reports_output_proteinsphosphorylation.tabular" ftype="tabular"/>
+          <output name="output_proteins_nonvalidated" file="peptideshaker_reports_output_proteinsnonvalidated.tabular" ftype="tabular"/>
+      </test>
+
+      <!-- followup analysis tests: default identification parameters, small spectra, some search engines (XTandem,MSGF+, OMSSA), all followup analysis -->
+      <test expect_num_outputs="5">
+          <param name="searchgui_input" value="searchgui_smallsearch_default_somesearchengines_modifications.zip" ftype="searchgui_archive"/>
+          <param name="mzidentml_creation" value="0"/>
+          <param name="zip_output_boolean" value="separate"/>
+          <param name="export_psdb" value="0"/>
+          <param name="followup_conditional_selector" value="yes"/>
+          <param name="followup_export_spectra" value="0"/>
+          <param name="followup_export_accession_numbers" value="0"/>
+          <param name="followup_export_sequences" value="0"/>
+          <param name="followup_export_proteoforms" value="on"/>
+          <param name="followup_export_progenesis_selector" value="0"/>
+          <output_collection name="output_spectra" type="list">
+              <element name="searchgui_smallspectra_non_validated_PSMs" ftype="mgf">
+                  <assert_contents>
+                      <has_line_matching expression="236.0470428 11.674492836"/>
+                      <has_line_matching expression="520.9862671 4666.4399414063"/>
+                      <has_line_matching expression="267.4349976 50.7710571289"/>
+                      <has_line_matching expression="665.7418213 3.8165459633"/>
+                      <has_line_matching expression="672.2329102 146.2656707764"/>
+                      <has_line_matching expression="634.7792969 2367.6374511719"/>
+                  </assert_contents>
+              </element>
+          </output_collection>
+          <output name="output_proteins_accessions" ftype="txt">
+              <assert_contents>
+                  <has_line_matching expression="cds.comp41779_c0_seq1"/>
+                  <has_line_matching expression="cds.comp41890_c0_seq1"/>
+                  <has_line_matching expression="cds.comp41890_c0_seq1_REVERSED"/>
+                  <has_line_matching expression="cds.comp8310_c0_seq2"/>
+              </assert_contents>
+          </output>
+          <output name="output_proteins_sequences" ftype="fasta">
+              <assert_contents>
+                  <has_line_matching expression=">generic|cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-6"/>
+                  <has_line_matching expression="METTKERKEKSTVVTKRQSMGATAHVQPKFIQVNRRSHVVGAGLGGGSMGSMNQSMSLHGGRASLGMAAGVAGGIATKDMGTMKVKREGEKKDMQNLNDRFAGYIAKVRSLQAENEQLRLKLSKKRREFDVEPLKEAYQAEIDEAKNLLLDANKENGELKISITTYEEEIEDLHATARINEDRIDELQDKVNKLIDENSHREAECSMLHKKLDELEKQVAHWRAKYNEVNTQLQATRADLKDETQQRIFLQQKVGNLEEELEFLRSVTDAEIKEYKAMLSKEDDTGTNVSAAWNNEMSNCMKELREEYDQRLADISDEMSARYESQLSQIRQSAHAEPVAAVHTKSEKSTGMVSVQKDMRIKELESQLERMKMEIITITNQLQRSNEDLENEKDLRTTEVNKLHVEMESMIEELQMLMDAKLSLELEIAAYRKLLEGEENRISTGYITENIGGFRSEAGDNLANILEFGSGGGGGGGGGGSGSGSGSGLAGDSASTSTLTGRLTIQRSSKSVISIGEVESEGQYVTLENTSSGRSKTSVNMKGWKLDRLISATSISPEHKIDFLFKDPVVLEGEQSIKIWAKNYQKMAKKGDIIATVDEWGPVNRNSVFSLYDEKDALKANLSTKVVT"/>
+                  <has_line_matching expression="generic|cds.comp41890_c0_seq1_REVERSED|m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20-REVERSED"/>
+                  <has_line_matching expression="LNYTTELNYTAKEDGRTNLLVTNVKAGVGLRSKNHWVLDGSNPDGMGNAWVKAFGGPKLVLNEIEYESIDINDSNQMIKWGSLDVTHSNSTNELLIFSGDRDTESIAVPGKNNKRYTSHEQLEGKVLAPTPSQY"/>
+              </assert_contents>
+          </output>
+          <output name="output_proteoforms" ftype="txt">
+              <assert_contents>
+                  <has_line_matching expression="cds.comp8310_c0_seq2"/>
+                  <has_line_matching expression="cds.comp41890_c0_seq1_REVERSED"/>
+                  <has_line_matching expression="cds.comp41779_c0_seq1"/>
+                  <has_line_matching expression="cds.comp41779_c0_seq2"/>
+                  <has_line_matching expression="cds.comp41779_c0_seq3"/>
+              </assert_contents>
+          </output>
+          <output name="output_progenesis" ftype="txt">
+              <assert_contents>
+                  <has_text_matching expression="NLVAEESMNMLKNK\t:::::::::::::::\t100.0\tcds.comp8310_c0_seq2\tm.1138 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 22.01 EValue:2.0e-16\tsmall.17.17."/>
+                  <has_text_matching expression="LDRLISATSISPEHKIDFLFK\t::::::::::::::::::::::\t100.0\tcds.comp41779_c0_seq1\tm.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67\tsmall.3.3."/>
+                  <has_n_columns n="8" />
+              </assert_contents>
+          </output>
+
+      </test>
+
     </tests>
     <help>
 **What it does**
@@ -419,144 +676,386 @@
 
 ----
 
-Reports
+Outputs
 =======
 
+*zip*
+------
+
+When choosing zip option, all other outputs are compressed and included into the zip file and, by default, no other file is shown in the Galaxy history. This last behaviour may be changed in order to have all other outputs also available in the history.
+
+*psdb*
+------
+
+psdb is the native format used by PeptideShaker. It contains all the information required by PeptideShaker to run.
+
+*mzIdentML*
+-----------
+
+PeptideShaker can load results from virtually any identification algorithm in the mzIdentML format as long as the minimal peptide to spectrum match information is present in the file.
+
+The following is required:
+
+• Spectrum file format has to be mgf.
+• Each PSM has a score or e-value as a PSM score CV term.
+
+
+*Follow-up analysis*
+--------------------
+
+Spectra
+'''''''
+
+Exports the spectra according to the category of the PSMs:
+
+• Spectra of Non-Validated PSMs
+• Spectra of Non-Validated Peptides
+• Spectra of Non-Validated Proteins
+• Spectra of Validated PSMs
+• Spectra of Validated PSMs of Validated Peptides
+• Spectra of validated PSMs of Validated Peptides of Validated Proteins.
+
+Exported results are in mgf format.
+
+Proteins: Accession numbers
+'''''''''''''''''''''''''''
+
+Export the protein accessions according to the category of the proteins:
+
+• Main Accession of Validated Protein Groups
+• All Accessions of Validated Protein Groups
+• Non-Validated Accessions
+
+Exported protein accessions are text format as TXT.
+
+
+Proteins: Sequences
+'''''''''''''''''''
+
+Exports the protein details according to a category of proteins:
+
+• Main Accession of Validated Protein Groups
+• All Accessions of Validated Protein Groups
+• Non-Validated Accessions.
+
+Exported protein details are in fasta format.
+
+
+Proteins: Proteoforms
+'''''''''''''''''''''
+
+Exports all possible proteoforms of the validated proteins.
+
+Exported results are in text format as TXT.
+Results file can be easily imported and used by PathwayMatcher_ tool.
+
+.. _PathwayMatcher: https://toolshed.g2.bx.psu.edu/repository?repository_id=6d75f02b86acc421
+
+
+Label free quantification
+'''''''''''''''''''''''''
+
+Exports the spectra from different categories of PSMs according to the export type:
+
+• Validated PSMs of Validated Peptides of Validated Proteins
+• Validated PSMs of Validated Peptides
+• Validated PSMs
+• Confidently localized PTMs of Validated PSMs of Validated Peptides of Validated Proteins
+
+Exported identification results are in Progenesis LC-MS compatible format as TXT.
+
+
+Inclusion/Exclusion list
+''''''''''''''''''''''''
+
+Exports an inclusion list of validated hits.
+
+Inclusion list may be filtered according to peptide types:
+
+• Miscleaved Peptides
+• Reactive Peptides
+• Degenerated Peptides.
+
+and also according to protein inferences:
+
+• Related Proteins
+• Related and Unrelated Proteins
+• Unrelated Proteins.
+
+Finally, a retention time window may be established as a final filter.
+
+Exported results can be in Thermo, ABI, Bruker or MassLynx formats.
+
+
+
+*Identification Features Reports*
+---------------------------------
 
 PSM Report
-----------
+''''''''''
+=============================  ========================================
+  Column                        Description
+=============================  ========================================
+ Protein(s)                     Protein(s) to which the peptide can be attached
+ Sequence                       Sequence of the peptide
+ AAs Before                     The amino acids before the sequence
+ AAs After                      The amino acids after the sequence
+ Position                       Position of the peptide in the protein sequence(s).
+ Modified Sequence              The amino acids sequence annotated with variable modifications.
+ Variable Modifications         The variable modifications
+ Fixed Modifications            The fixed modifications.
+ Spectrum File                  The spectrum file.
+ Spectrum Title                 The title of the spectrum.
+ Spectrum Scan Number           The spectrum scan number.
+ RT                             Retention time
+ m/z                            Measured m/z
+ Measured Charge                The charge as given in the spectrum file.
+ Identification Charge          The charge as inferred by the search engine.
+ Theoretical Mass               The theoretical mass of the peptide.
+ Isotope Number                 The isotope number targetted by the instrument.
+ Precursor m/z Error [ppm]      The precursor m/z matching error.
+ Localization Confidence        The confidence in variable PTM localization.
+ probabilistic PTM score        The probabilistic score (e.g. A-score or PhosphoRS) used for variable PTM localization.
+ D-score                        D-score for variable PTM localization
+ Confidence                     Confidence in percent associated to the retained PSM.
+ Validation                     Indicates the validation level of the protein group.
+=============================  ========================================
 
-* Protein(s):                Protein(s) to which the peptide can be attached
-* Sequence:                  Sequence of the peptide
-* Variable Modifications:   The variable modifications
-* D-score:	                D-score for variable PTM localization
-* probabilistic PTM score:	The probabilistic score (e.g. A-score or PhosphoRS) used for variable PTM localization.
-* Localization Confidence:	The confidence in variable PTM localization.
-* Fixed Modifications:	    The fixed modifications.
-* Spectrum File:	The spectrum file.
-* Spectrum Title:	The title of the spectrum.
-* Spectrum Scan Number:	The spectrum scan number.
-* RT:	Retention time
-* m/z:	Measured m/z
-* Measured Charge:	The charge as given in the spectrum file.
-* Identification Charge:	The charge as inferred by the search engine.
-* Theoretical Mass:	The theoretical mass of the peptide.
-* Isotope Number:	The isotope number targetted by the instrument.
-* Precursor m/z Error:	The precursor m/z matching error.
-* Score:	Score of the retained peptide as a combination of the algorithm scores (used to rank PSMs).
-* Confidence:	Confidence in percent associated to the retained PSM.
-* Decoy:	Indicates whether the peptide is a decoy (1: yes, 0: no).
-* Validation: Indicates the validation level of the protein group.
+
+PSM Report with non-validated matches
+'''''''''''''''''''''''''''''''''''''
+
+Same columns as the original PSM report but also includes non-validated matches.
 
 
-Protein Report
---------------
+PSM Phosphorylation Report
+''''''''''''''''''''''''''
+=============================  =========================================================
+  Column                        Description
+=============================  =========================================================
+Protein(s)                     Protein(s) to which the peptide can be attached
+Sequence                       Sequence of the peptide
+Variable Modifications         The variable modifications
+Fixed Modifications            The fixed modifications.
+Spectrum File                  The spectrum file.
+Spectrum Title                 The title of the spectrum.
+Spectrum Scan Number           The spectrum scan number.
+RT                             Retention time
+m/z                            Measured m/z
+Measured Charge                The charge as given in the spectrum file.
+Identification Charge          The charge as inferred by the search engine.
+Theoretical Mass               The theoretical mass of the peptide.
+Isotope Number                 The isotope number targetted by the instrument.
+Precursor m/z Error [ppm]      The precursor m/z matching error.
+Localization Confidence        The confidence in variable PTM localization.
+probabilistic PTM score        The probabilistic score (e.g. A-score or PhosphoRS) used for variable PTM localization.
+D-score                        D-score for variable PTM localization
+Confident Phosphosites	       List of the sites where a phosphorylation was confidently localized.
+#Confident Phosphosites        Number of confidently localized phosphorylations.
+Ambiguous Phosphosites	       List of the sites where a phosphorylation was ambiguously localized.
+#Ambiguous Phosphosites	       Number of ambiguously localized phosphorylations.
+Confidence [%]                 Confidence in percent associated to the retained PSM.
+Validation                     Indicates the validation level of the protein group.
+=============================  =========================================================
 
-* Main Accession:	Main accession of the protein group.
-* Description:	Description of the protein designed by the main accession.
-* Gene Name:	The gene names of the Ensembl gene ID associated to the main accession.
-* Chromosome:	The chromosome of the Ensembl gene ID associated to the main accession.
-* PI:	Protein Inference status of the protein group.
-* Secondary Accessions:	Other accessions in the protein group (alphabetical order).
-* Protein Group:	The complete protein group (alphabetical order).
-* #Peptides:	Total number of peptides.
-* #Validated Peptides:	Number of validated peptides.
-* #Unique:	Total number of peptides unique to this protein group.
-* #PSMs:	Number of PSMs
-* #Validated PSMs:	Number of validated PSMs
-* Coverage (%):	Sequence coverage in percent of the protein designed by the main accession.
-* Possible Coverage (%):	Possible sequence coverage in percent of the protein designed by the main accession according to the search settings.
-* MW (kDa):	Molecular Weight.
-* Spectrum Counting NSAF: 	Normalized Spectrum Abundance Factor (NSAF)
-* Spectrum Counting emPAI:	exponentially modified Protein Abundance Index (emPAI)
-* Confident Modification Sites: Number of Confident Modification Sites	List of the sites where a variable modification was confidently localized.
-* Other Modification Sites: Number of other Modification Sites	List of the non*confident sites where a variable modification was localized.
-* Score:	Score of the protein group.
-* Confidence:	Confidence in percent associated to the protein group.
-* Decoy:	Indicates whether the protein group is a decoy (1: yes, 0: no).
-* Validation:	Indicates the validation level of the protein group.
+
+Extended PSM Report
+'''''''''''''''''''
+
+Same as the ordinary PSM report but adds a ``Decoy`` column and lacks the ``Confidence`` column.
+
+=============================  =========================================================
+  Extra column                  Description
+=============================  =========================================================
+  Decoy	                        Indicates whether the peptide is a decoy (1: yes, 0: no).
+
+=============================  =========================================================
+
 
 
 Peptide Report
---------------
+''''''''''''''
+
+==========================================  =====================================================
+  Column                                     Description
+==========================================  =====================================================
+Protein(s):		                               Protein(s) to which this peptide can be attached.
+Protein Group(s)                             List of identified protein groups this peptide can map to with associated validation level.
+#Validated Protein Group(s)	                 Indicates the number of protein groups this peptide maps to.
+Unique Group	                               Indicates whether the peptide maps to a unique protein group.
+Sequence	                                   Sequence of the peptide.
+Modified Sequence	                           The peptide sequence annotated with variable modifications.
+Position	                                   Position of the peptide in the protein sequence(s).
+AAs Before	                                 The amino acids before the sequence.
+AAs After                                    The amino acids after the sequence.
+Variable Modifications	                     The variable modifications.
+Fixed Modifications	                         The fixed modifications.
+Localization Confidence                      The confidence in PTMs localization.
+#Validated PSMs	                             Number of validated PSMs.
+#PSMs	                                       Number of PSMs.
+Confidence [%]	                             Confidence in percent associated to the peptide.
+Validation	                                 Indicates the validation level of the peptide.
+==========================================  =====================================================
+
+
+Peptide Report with non-validated matches
+'''''''''''''''''''''''''''''''''''''''''
+
+Same columns as the original Peptide report but also includes non-validated matches.
+
+
+Peptide Phosphorylation Report
+''''''''''''''''''''''''''''''
+
+==========================================  =====================================================
+  Column                                     Description
+==========================================  =====================================================
+Protein(s):		                               Protein(s) to which this peptide can be attached.
+Protein Group(s)                             List of identified protein groups this peptide can map to with associated validation level.
+#Validated Protein Group(s)	                 Indicates the number of protein groups this peptide maps to.
+Unique Group	                               Indicates whether the peptide maps to a unique protein group.
+Sequence	                                   Sequence of the peptide.
+Modified Sequence	                           The peptide sequence annotated with variable modifications.
+AAs Before	                                 The amino acids before the sequence.
+AAs After                                    The amino acids after the sequence.
+Variable Modifications	                     The variable modifications.
+Fixed Modifications	                         The fixed modifications.
+Localization Confidence                      The confidence in PTMs localization.
+Confident Phosphosites	                     List of the sites where a phosphorylation was confidently localized.
+#Confident Phosphosites	                     Number of confidently localized phosphorylations.
+Ambiguous Phosphosites	                     List of the sites where a phosphorylation was ambiguously localized.
+#Ambiguous Phosphosites	                     Number of ambiguously localized phosphorylations.
+#Validated PSMs	                             Number of validated PSMs.
+#PSMs	                                       Number of PSMs.
+Confidence [%]	                             Confidence in percent associated to the peptide.
+Validation	                                 Indicates the validation level of the peptide.
+==========================================  =====================================================
 
 
-* Protein(s):	Protein(s) to which this peptide can be attached.
-* AAs Before:	The amino-acids before the sequence.
-* Sequence:	Sequence of the peptide.
-* AAs After:	The amino-acids after the sequence.
-* Modified Sequence:	The peptide sequence annotated with variable modifications.
-* Variable Modifications:	The variable modifications.
-* Localization Confidence:	The confidence in PTMs localization.
-* Fixed Modifications:	The fixed modifications.
-* #Validated PSMs:	Number of validated PSMs.
-* #PSMs:	Number of PSMs.
-* Score:	Score of the peptide.
-* Confidence:	Confidence in percent associated to the peptide.
-* Decoy:	Indicates whether the peptide is a decoy (1: yes, 0: no).
-* Validation:	Indicates the validation level of the protein group.
+Protein Report
+''''''''''''''
+
+==========================================  =====================================================
+  Column                                     Description
+==========================================  =====================================================
+Main Accession	                             Main accession of the protein group.
+Description	                                 Description of the protein designed by the main accession.
+Gene Name                                    The gene names of the Ensembl gene ID associated to the main accession.
+Chromosome	                                 The chromosome of the Ensembl gene ID associated to the main accession.
+MW (kDa)                                     Molecular Weight.
+Possible Coverage (%)                        Possible sequence coverage in percent of the protein designed by the main accession according to the search settings.
+Coverage (%)	                               Sequence coverage in percent of the protein designed by the main accession.
+Spectrum Counting                            The selected spectrum counting metric.
+Confidently Localized Modification Sites	   List of the sites where a variable modification was confidently localized.
+# Confidently Localized Modification Sites	 Number of sites where a variable modification was confidently localized.
+Ambiguously Localized Modification Sites	   List of the sites where ambiguously localized variable modification could possibly be located.
+#Ambiguously Localized Modification Sites	   Number of ambiguously localized modifications.
+Protein Inference	                           Protein Inference status of the protein group.
+Secondary Accessions                         Other accessions in the protein group (alphabetical order).
+Protein Group                                The complete protein group (alphabetical order).
+#Validated Peptides                          Number of validated peptides.
+#Peptides                                    Total number of peptides.
+#Unique                                      Total number of peptides unique to this protein group.
+#Validated Unique	                           Total number of peptides unique to this protein group.
+#Validated PSMs                              Number of validated PSMs.
+#PSMs                                        Number of PSMs.
+Confidence [%]	                             Confidence in percent associated to the protein group.
+Validation                                   Indicates the validation level of the protein group.
+==========================================  =====================================================
+
+
+Protein Report with non-validated matches
+'''''''''''''''''''''''''''''''''''''''''
+
+Same columns as the original Protein report but also includes non-validated matches.
+
+
+Protein Phosphorylation Report
+''''''''''''''''''''''''''''''
+
+==========================================  =====================================================
+  Column                                     Description
+==========================================  =====================================================
+Main Accession	                             Main accession of the protein group.
+Description	                                 Description of the protein designed by the main accession.
+Gene Name                                    The gene names of the Ensembl gene ID associated to the main accession.
+Chromosome	                                 The chromosome of the Ensembl gene ID associated to the main accession.
+MW (kDa)                                     Molecular Weight.
+Possible Coverage (%)                        Possible sequence coverage in percent of the protein designed by the main accession according to the search settings.
+Coverage (%)	                               Sequence coverage in percent of the protein designed by the main accession.
+Spectrum Counting NSAF	                     Raw Normalized Spectrum Abundance Factor (NSAF).
+Confident Phosphosites	                     List of the sites where a phosphorylation was confidently localized.
+#Confident Phosphosites	                     Number of sites where a phosphorylation was confidently localized.
+Ambiguous Phosphosites	                     List of the sites where a phosphorylation was ambiguously localized.
+#Ambiguous Phosphosites	                     Number of sites where a phosphorylation was ambiguously localized.
+Protein Inference	                           Protein Inference status of the protein group.
+Secondary Accessions                         Other accessions in the protein group (alphabetical order).
+Protein Group                                The complete protein group (alphabetical order).
+#Validated Peptides                          Number of validated peptides.
+#Peptides                                    Total number of peptides.
+#Unique                                      Total number of peptides unique to this protein group.
+#Validated Unique	                           Total number of peptides unique to this protein group.
+#Validated PSMs                              Number of validated PSMs.
+#PSMs                                        Number of PSMs.
+Confidence [%]	                             Confidence in percent associated to the protein group.
+Validation                                   Indicates the validation level of the protein group.
+==========================================  =====================================================
+
+
+Certificate of Analysis
+'''''''''''''''''''''''
+
+Presents a summary of the most important statistics of the search, grouped by:
+
+* Project Details:
+    ‣ PeptideShaker Version, Date, Experiment, Sample, Replicate Number, Identification Algorithms.
+* Database Search Parameters:
+    ‣ Precursor Tolerance Unit, Precursor Ion m/z Tolerance, Fragment Ion Tolerance Unit, Fragment Ion m/z Tolerance, Cleavage, Enzyme, Missed Cleavages, Specificity, Database, Forward Ion, Rewind Ion, Fixed Modifications, Variable Modifications, Refinement Variable Modifications, Refinement Fixed Modifications.
+* Input Filters:
+    ‣ Minimal Peptide Length, Maximal Peptide Length, Precursor m/z Tolerance, Precursor m/z Tolerance Unit, Unrecognized Modifications Discarded.
+* Validation Summary:
+    • Proteins:
+        ‣ #Validated, Total Possible TP, FDR Limit [%], FNR Limit [%], Confidence Limit, PEP Limit [%], Confidence Accuracy [%].
+    • Peptides:
+        ‣ #Validated, Total Possible TP, FDR Limit [%], FNR Limit [%], Confidence Limit [%], PEP Limit [%], Confidence Accuracy [%].
+    • PSMs:
+        ‣ #Validated PSM, Total Possible TP, FDR Limit [%]: PSMs, Confidence Limit [%], PEP Limit [%], Confidence Accuracy [%].
+* PTM Scoring Settings:
+    ‣ Probabilistic Score, Accounting for Neutral Losses, Threshold.
+* Spectrum Counting Parameters:
+    ‣ Method, Validated Matches Only
+* Annotation Settings:
+    ‣ Intensity Limit, Automatic Annotation, Selected Ions, Neutral Losses, Neutral Losses Sequence Dependence, Fragment Ion m/z Tolerance.
 
 
 Hierachical Report
-------------------
+''''''''''''''''''
 
-* Main Accession:	Main accession of the protein group.
-* Description:	Description of the protein designed by the main accession.
-* PI:	Protein Inference status of the protein group.
-* Secondary Accessions:	Other accessions in the protein group (alphabetical order).
-* Protein Group:	The complete protein group (alphabetical order).
-* #Peptides:	Total number of peptides.
-* #Validated Peptides:	Number of validated peptides.
-* #Unique:	Total number of peptides unique to this protein group.
-* #PSMs:	Number of PSMs
-* #Validated PSMs:	Number of validated PSMs
-* Coverage (%):	Sequence coverage in percent of the protein designed by the main accession.
-* Possible Coverage (%):	Possible sequence coverage in percent of the protein designed by the main accession according to the search settings.
-* MW (kDa):	Molecular Weight.
-* Spectrum Counting NSAF: 	Normalized Spectrum Abundance Factor (NSAF)
-* Spectrum Counting emPAI:	exponentially modified Protein Abundance Index (emPAI)
-* Confident Modification Sites: # Confident Modification Sites	List of the sites where a variable modification was confidently localized.
-* Other Modification Sites: # Other Modification Sites	List of the non-confident sites where a variable modification was localized.
-* Score:	Score of the protein group.
-* Confidence:	Confidence in percent associated to the protein group.
-* Decoy:	Indicates whether the protein group is a decoy (1: yes, 0: no).
-* Validation:	Indicates the validation level of the protein group.
-* Protein(s):	Protein(s) to which this peptide can be attached.
-* AAs Before:	The amino-acids before the sequence.
-* Sequence:	Sequence of the peptide.
-* AAs After:	The amino-acids after the sequence.
-* Variable Modifications:	The variable modifications.
-* Localization Confidence:	The confidence in PTMs localization.
-* Fixed Modifications:	The fixed modifications.
-* #Validated PSMs:	Number of validated PSMs.
-* #PSMs:	Number of PSMs.
-* Score:	Score of the peptide.
-* Confidence:	Confidence in percent associated to the peptide.
-* Decoy:	Indicates whether the peptide is a decoy (1: yes, 0: no).
-* Validation:	Indicates the validation level of the protein group.
-* Protein(s):	Protein(s) to which the peptide can be attached.
-* Sequence:	Sequence of the peptide.
-* Modified Sequence:	The peptide sequence annotated with variable modifications.
-* Variable Modifications:	The variable modifications.
-* D-score:	D-score for variable PTM localization.
-* probabilistic PTM score:	The probabilistic score (e.g. A-score or PhosphoRS) used for variable PTM localization.
-* Localization Confidence:	The confidence in variable PTM localization.
-* Fixed Modifications:	The fixed modifications.
-* Spectrum File:	The spectrum file.
-* Spectrum Title:	The title of the spectrum.
-* Spectrum Scan Number:	The spectrum scan number.
-* RT:	Retention time
-* m/z:	Measured m/z
-* Measured Charge:	The charge as given in the spectrum file.
-* Identification Charge:	The charge as inferred by the search engine.
-* Theoretical Mass:	The theoretical mass of the peptide.
-* Isotope Number:	The isotope number targetted by the instrument.
-* Precursor m/z Error:	The precursor m/z matching error.
-* Score:	Score of the retained peptide as a combination of the algorithm scores (used to rank PSMs).
-* Confidence:	Confidence in percent associated to the retained PSM.
-* Decoy:	Indicates whether the peptide is a decoy (1: yes, 0: no).
-* Validation:	Indicates the validation level of the protein group.
-
+==========================================  =====================================================
+  Column                                     Description
+==========================================  =====================================================
+Main Accession                               Main accession of the protein group.
+Description	                                 Description of the protein designed by the main accession.
+MW (kDa)                                     Molecular Weight.
+Possible Coverage (%)                        Possible sequence coverage in percent of the protein designed by the main accession according to the search settings.
+Coverage (%)                                 Sequence coverage in percent of the protein designed by the main accession.
+Spectrum Counting NSAF                       Normalized Spectrum Abundance Factor (NSAF)
+Confidently Localized Modification Sites	   List of the sites where a variable modification was confidently localized.
+# Confidently Localized Modification Sites	 Number of sites where a variable modification was confidently localized.
+Ambiguously Localized Modification Sites	   List of the sites where ambiguously localized variable modification could possibly be located.
+#Ambiguously Localized Modification Sites	   Number of ambiguously localized modifications.
+Protein Inference	                           Protein Inference status of the protein group.
+Secondary Accessions                         Other accessions in the protein group (alphabetical order).
+Protein Group                                The complete protein group (alphabetical order).
+#Validated Peptides                          Number of validated peptides.
+#Peptides                                    Total number of peptides.
+#Unique                                      Total number of peptides unique to this protein group.
+#Validated PSMs                              Number of validated PSMs
+#PSMs                                        Number of PSMs
+Confidence                                   Confidence in percent associated to the protein group.
+Decoy                                        Indicates whether the protein group is a decoy (1: yes, 0: no).
+Validation                                   Indicates the validation level of the protein group.
+==========================================  =====================================================
 
 ------
 
--- a/searchgui.xml	Thu Feb 20 10:51:14 2020 +0000
+++ b/searchgui.xml	Fri Jan 15 14:05:46 2021 +0000
@@ -1,9 +1,9 @@
-<tool id="search_gui" name="Search GUI" version="@SEARCHGUI_VERSION@.1">
+<tool id="search_gui" name="Search GUI" version="@SEARCHGUI_VERSION@+galaxy@SEARCHGUI_VERSION_SUFFIX@">
     <description>
         Perform protein identification using various search engines and prepare results for input to Peptide Shaker
     </description>
     <macros>
-        <import>macros.xml</import>
+        <import>macros_basic.xml</import>
     </macros>
     <requirements>
         <requirement type="package" version="@SEARCHGUI_VERSION@">searchgui</requirement>
@@ -13,6 +13,8 @@
     <command use_shared_home="false">
 <![CDATA[
         #from datetime import datetime
+        #import json
+        #import os
         #set $exp_str = "Galaxy_Experiment_%s" % datetime.now().strftime("%Y%m%d%H%M%s")
         #set $samp_str = "Sample_%s" % datetime.now().strftime("%Y%m%d%H%M%s")
         #set $temp_stderr = "searchgui_stderr"
@@ -27,313 +29,29 @@
 
         ## echo the search engines to run (single quotes important because X!Tandem)
         echo '$search_engines_options.engines';
-        echo 'DB: ${input_database.element_identifier} sequences: ${input_database.metadata.sequences}';
+        echo 'DB: ${input_fasta_file.element_identifier} sequences: ${input_fasta_file.metadata.sequences}';
 
         ##Create a searchgui.properties file for the version, which will be added to the searchgui_results if not already present
         echo 'searchgui.version=@SEARCHGUI_VERSION@' >> searchgui.properties;
 
-        #for $mgf in $peak_lists:
-            #set $input_name = $mgf.element_identifier.split('/')[-1].replace(".mgf", "") + ".mgf"
-            ln -s -f '${mgf}' '${input_name}';
-            #set $encoded_id = $__app__.security.encode_id($mgf.id)
-            echo 'Spectrums:${mgf.element_identifier}(API:${encoded_id})';
-        #end for
-        ##ln -s "${input_database}" input_database.fasta;
-        cp "${input_database}" input_database.fasta;
-
-        ###########################################
-        ####       Set paths                   ####
-        ###########################################
-        echo 'Setting paths' &&
-        searchgui -Djava.awt.headless=true eu.isas.searchgui.cmd.PathSettingsCLI
-            --exec_dir="\$cwd/${bin_dir}"
-            -temp_folder \$cwd
-            -log \$cwd/searchgui.log  2>> $temp_stderr &&
-
-        ###########################################
-        ####       Creating decoy database     ####
-        ###########################################
-        #if $protein_database_options.create_decoy:
-            echo 'Creating decoy database.' &&
-            searchgui -Djava.awt.headless=true eu.isas.searchgui.cmd.FastaCLI
-                --exec_dir="\$cwd/${bin_dir}"
-                -in input_database.fasta
-                -decoy  2>> $temp_stderr &&
-            rm input_database.fasta &&
-            cp input_database_concatenated_target_decoy.fasta input_database.fasta &&
-            ## ln -sf input_database_concatenated_target_decoy.fasta input_database.fasta;
-        #end if
-
-        #####################################################
-        ## generate IdentificationParameters for SearchGUI ##
-        #####################################################
-        echo 'setting identification parameters' &&
-        (searchgui -Djava.awt.headless=true eu.isas.searchgui.cmd.IdentificationParametersCLI
-            --exec_dir="\$cwd/${bin_dir}"
-            -out SEARCHGUI_IdentificationParameters.par
-
-            @GENERAL_PARAMETERS@
-
-            -db input_database.fasta
-            $protein_database_options.use_gene_mapping
-            #if $protein_database_options.use_gene_mapping:
-                $protein_database_options.update_gene_mapping
-            #else:
-                -updateGeneMapping 0
+        #for $peak_list_file in $peak_lists_files:
+            #set $input_name = ""
+            #if $peak_list_file.is_of_type("mgf"):
+                #set $input_name = $peak_list_file.element_identifier.split('/')[-1].replace(".mgf", "") + ".mgf"
+            #else if $peak_list_file.is_of_type("mzml"):
+                #set $input_name = $peak_list_file.element_identifier.split('/')[-1].replace(".mzml", "") + ".mzml"
             #end if
-
-            #if $advanced_options.xtandem.xtandem_advanced == "yes"
-
-                -xtandem_npeaks ${advanced_options.xtandem.xtandem_npeaks}
-                -xtandem_min_peaks ${advanced_options.xtandem.xtandem_min_peaks}
-                -xtandem_min_frag_mz ${advanced_options.xtandem.xtandem_min_frag_mz}
-                -xtandem_min_prec_mass ${advanced_options.xtandem.xtandem_min_prec_mass}
-                -xtandem_noise_suppr ${advanced_options.xtandem.xtandem_noise_suppr}
-                -xtandem_dynamic_range ${advanced_options.xtandem.xtandem_dynamic_range}
-                -xtandem_quick_acetyl ${advanced_options.xtandem.xtandem_quick_acetyl}
-                -xtandem_quick_pyro ${advanced_options.xtandem.xtandem_quick_pyro}
-                -xtandem_stp_bias ${advanced_options.xtandem.xtandem_stp_bias}
-                -xtandem_evalue ${advanced_options.xtandem.xtandem_evalue}
-                -xtandem_output_proteins ${advanced_options.xtandem.xtandem_output_proteins}
-                -xtandem_output_sequences ${advanced_options.xtandem.xtandem_output_sequences}
-                -xtandem_output_spectra ${advanced_options.xtandem.xtandem_output_spectra}
-                ## -xtandem_skyline_path ${advanced_options.xtandem.xtandem_skyline_path}
-
-                #if $advanced_options.xtandem.xtandem_refine.xtandem_refine_selector == "yes"
-                    -xtandem_refine 1
-                    -xtandem_refine_unc ${advanced_options.xtandem.xtandem_refine.xtandem_refine_unc}
-                    -xtandem_refine_semi ${advanced_options.xtandem.xtandem_refine.xtandem_refine_semi}
-                    -xtandem_refine_p_mut ${advanced_options.xtandem.xtandem_refine.xtandem_refine_p_mut}
-                    -xtandem_refine_snaps ${advanced_options.xtandem.xtandem_refine.xtandem_refine_snaps}
-                    -xtandem_refine_spec_synt ${advanced_options.xtandem.xtandem_refine.xtandem_refine_spec_synt}
-                    -xtandem_refine_pot ${advanced_options.xtandem.xtandem_refine.xtandem_refine_pot}
-                    -xtandem_refine_pot ${advanced_options.xtandem.xtandem_refine.xtandem_refine_evalue}
-
-                #end if
-            #else
-                -xtandem_output_spectra 1
-            #end if
-
-            #if $advanced_options.omssa.omssa_advanced == "yes"
-                -omssa_hitlist_length ${advanced_options.omssa.hitlist_length}
-                -omssa_remove_prec ${advanced_options.omssa.remove_precursor}
-                -omssa_scale_prec ${advanced_options.omssa.scale_precursor}
-                -omssa_estimate_charge ${advanced_options.omssa.estimate_charge}
-                -omssa_memory ${advanced_options.omssa.omssa_memory}
-                -omssa_neutron ${advanced_options.omssa.omssa_neutron}
-                -omssa_low_intensity "${advanced_options.omssa.omssa_low_intensity}"
-                -omssa_high_intensity ${advanced_options.omssa.omssa_high_intensity}
-                -omssa_intensity_incr ${advanced_options.omssa.omssa_intensity_incr}
-                -omssa_single_window_wd ${advanced_options.omssa.omssa_single_window_wd}
-                -omssa_double_window_wd ${advanced_options.omssa.omssa_double_window_wd}
-                -omssa_single_window_pk ${advanced_options.omssa.omssa_single_window_pk}
-                -omssa_double_window_pk ${advanced_options.omssa.omssa_double_window_pk}
-                -omssa_min_ann_int_pks ${advanced_options.omssa.omssa_min_ann_int_pks}
-                -omssa_min_annotated_peaks ${advanced_options.omssa.omssa_min_annotated_peaks}
-                -omssa_min_peaks ${advanced_options.omssa.omssa_min_peaks}
-                -omssa_methionine ${advanced_options.omssa.omssa_methionine}
-                -omssa_max_ladders ${advanced_options.omssa.omssa_max_ladders}
-                -omssa_max_frag_charge ${advanced_options.omssa.omssa_max_frag_charge}
-                -omssa_fraction ${advanced_options.omssa.omssa_fraction}
-                -omssa_plus_one ${advanced_options.omssa.omssa_plus_one}
-                -omssa_charge ${advanced_options.omssa.omssa_charge}
-                -omssa_prec_per_spectrum ${advanced_options.omssa.omssa_prec_per_spectrum}
-                -omssa_forward ${advanced_options.omssa.omssa_forward}
-                -omssa_rewind ${advanced_options.omssa.omssa_rewind}
-                -omssa_max_frag_series ${advanced_options.omssa.omssa_max_frag_series}
-                -omssa_corr ${advanced_options.omssa.omssa_corr}
-                -omssa_consecutive_p ${advanced_options.omssa.omssa_consecutive_p}
-                -omssa_it_sequence_evalue ${advanced_options.omssa.omssa_it_sequence_evalue}
-                -omssa_it_spectrum_evalue ${advanced_options.omssa.omssa_it_spectrum_evalue}
-                -omssa_it_replace_evalue ${advanced_options.omssa.omssa_it_replace_evalue}
-                -omssa_max_evalue ${advanced_options.omssa.omssa_max_evalue}
-                -omssa_hitlist_charge ${advanced_options.omssa.omssa_hitlist_charge}
-                -omssa_min_pep_length ${advanced_options.omssa.omssa_min_pep_length}
-                -omssa_max_pep_length ${advanced_options.omssa.omssa_max_pep_length}
-                -omssa_format ${advanced_options.omssa.omssa_format}
-            #end if
-
-            #if $advanced_options.msgf.msgf_advanced == "yes"
-                -msgf_decoy ${advanced_options.msgf.msgf_decoy}
-                -msgf_min_pep_length ${advanced_options.msgf.msgf_min_pep_length}
-                -msgf_max_pep_length ${advanced_options.msgf.msgf_max_pep_length}
-                -msgf_termini ${advanced_options.msgf.msgf_termini}
-                -msgf_num_ptms ${advanced_options.msgf.msgf_num_ptms}
-                -msgf_instrument ${advanced_options.msgf.msgf_instrument}
-                -msgf_fragmentation ${advanced_options.msgf.msgf_fragmentation}
-                -msgf_protocol ${advanced_options.msgf.msgf_protocol}
-                -msgf_num_matches ${advanced_options.msgf.msgf_num_matches}
-                -msgf_additional ${advanced_options.msgf.msgf_additional}
-            #end if
-
-            #if $advanced_options.ms_amanda.ms_amanda_advanced == "yes"
-                 -ms_amanda_decoy ${advanced_options.ms_amanda.ms_amanda_decoy}
-                 -ms_amanda_instrument "${advanced_options.ms_amanda.ms_amanda_instrument}"
-                 -ms_amanda_max_rank ${advanced_options.ms_amanda.ms_amanda_max_rank}
-                 -ms_amanda_mono ${advanced_options.ms_amanda.ms_amanda_mono}
-            #end if
+            ln -s -f '${peak_list_file}' '${input_name}';
+            #set $encoded_id = $__app__.security.encode_id($peak_list_file.id)
+            echo 'Spectrums:${peak_list_file.element_identifier}(API:${encoded_id})';
+        #end for
 
-            #if $advanced_options.myrimatch.myrimatch_advanced == "yes"
-                -myrimatch_min_pep_length ${advanced_options.myrimatch.myrimatch_min_pep_length}
-                -myrimatch_max_pep_length ${advanced_options.myrimatch.myrimatch_max_pep_length}
-                -myrimatch_min_prec_mass ${advanced_options.myrimatch.myrimatch_min_prec_mass}
-                -myrimatch_max_prec_mass ${advanced_options.myrimatch.myrimatch_max_prec_mass}
-                -myrimatch_num_matches ${advanced_options.myrimatch.myrimatch_num_matches}
-                -myrimatch_num_ptms ${advanced_options.myrimatch.myrimatch_num_ptms}
-                -myrimatch_fragmentation ${advanced_options.myrimatch.myrimatch_fragmentation}
-                -myrimatch_termini ${advanced_options.myrimatch.myrimatch_termini}
-                -myrimatch_plus_three ${advanced_options.myrimatch.myrimatch_plus_three}
-                -myrimatch_xcorr ${advanced_options.myrimatch.myrimatch_xcorr}
-                -myrimatch_tic_cutoff ${advanced_options.myrimatch.myrimatch_tic_cutoff}
-                -myrimatch_intensity_classes ${advanced_options.myrimatch.myrimatch_intensity_classes}
-                -myrimatch_class_multiplier ${advanced_options.myrimatch.myrimatch_class_multiplier}
-                -myrimatch_num_batches ${advanced_options.myrimatch.myrimatch_num_batches}
-                -myrimatch_max_peak ${advanced_options.myrimatch.myrimatch_max_peak}
-            #end if
-
-
-            #* Not working in tests
-            #if $advanced_options.andromeda.andromeda_advanced == "yes"
-                -andromeda_max_pep_mass ${advanced_options.andromeda.andromeda_max_pep_mass}
-                -andromeda_max_comb ${advanced_options.andromeda.andromeda_max_comb}
-                -andromeda_top_peaks ${advanced_options.andromeda.andromeda_top_peaks}
-                -andromeda_top_peaks_window ${advanced_options.andromeda.andromeda_top_peaks_window}
-                -andromeda_incl_water ${advanced_options.andromeda.andromeda_incl_water}
-                -andromeda_incl_ammonia ${advanced_options.andromeda.andromeda_incl_ammonia}
-                -andromeda_neutral_losses ${advanced_options.andromeda.andromeda_neutral_losses}
-                -andromeda_fragment_all ${advanced_options.andromeda.andromeda_fragment_all}
-                -andromeda_emp_correction ${advanced_options.andromeda.andromeda_emp_correction}
-                -andromeda_higher_charge ${advanced_options.andromeda.andromeda_higher_charge}
-                -andromeda_equal_il ${advanced_options.andromeda.andromeda_equal_il}
-                -andromeda_frag_method ${advanced_options.andromeda.andromeda_frag_method}
-                -andromeda_max_mods ${advanced_options.andromeda.andromeda_max_mods}
-                -andromeda_min_pep_length ${advanced_options.andromeda.andromeda_min_pep_length}
-                -andromeda_max_pep_length ${advanced_options.andromeda.andromeda_max_pep_length}
-                -andromeda_max_psms ${advanced_options.andromeda.andromeda_max_psms}
-                -andromeda_decoy_mode ${advanced_options.andromeda.andromeda_decoy_mode}
-            #end if
-            *#
-
-            #if $advanced_options.tide.tide_advanced == "yes"
-                #if str($advanced_options.tide.tide_max_spectrum_mz).strip() != '':
-                  -tide_num_ptms ${advanced_options.tide.tide_max_spectrum_mz}
-                #end if
-                -tide_num_ptms_per_type ${advanced_options.tide.tide_num_ptms_per_type}
-                -tide_min_pep_length ${advanced_options.tide.tide_min_pep_length}
-                -tide_max_pep_length ${advanced_options.tide.tide_max_pep_length}
-                -tide_min_prec_mass ${advanced_options.tide.tide_min_prec_mass}
-                -tide_max_prec_mass ${advanced_options.tide.tide_max_prec_mass}
-                -tide_decoy_format ${advanced_options.tide.tide_decoy_format}
-                -tide_keep_terminals ${advanced_options.tide.tide_keep_terminals}
-                -tide_print_peptides ${advanced_options.tide.tide_print_peptides}
-                -tide_verbosity ${advanced_options.tide.tide_verbosity}
-                -tide_monoisotopic ${advanced_options.tide.tide_monoisotopic}
-                -tide_clip_n_term ${advanced_options.tide.tide_clip_n_term}
-                -tide_digestion_type ${advanced_options.tide.tide_digestion_type}
-                -tide_compute_sp ${advanced_options.tide.tide_compute_sp}
-                -tide_max_psms ${advanced_options.tide.tide_max_psms}
-                -tide_compute_p ${advanced_options.tide.tide_compute_p}
-                -tide_min_spectrum_mz ${advanced_options.tide.tide_min_spectrum_mz}
-                #if str($advanced_options.tide.tide_max_spectrum_mz).strip() != '':
-                  -tide_max_spectrum_mz ${advanced_options.tide.tide_max_spectrum_mz}
-                #end if
-                -tide_min_spectrum_peaks ${advanced_options.tide.tide_min_spectrum_peaks}
-                -tide_spectrum_charges ${advanced_options.tide.tide_spectrum_charges}
-                -tide_remove_prec ${advanced_options.tide.tide_remove_prec}
-                -tide_remove_prec_tol ${advanced_options.tide.tide_remove_prec_tol}
-                -tide_progress_indicator ${advanced_options.tide.tide_progress_indicator}
-                -tide_use_flanking ${advanced_options.tide.tide_use_flanking}
-                -tide_use_neutral_losses ${advanced_options.tide.tide_use_neutral_losses}
-                -tide_mz_bin_width ${advanced_options.tide.tide_mz_bin_width}
-                -tide_mz_bin_offset ${advanced_options.tide.tide_mz_bin_offset}
-                -tide_concat ${advanced_options.tide.tide_concat}
+        ## copy the input .par file to the working folder
+        cp '${input_parameters_file}' './SEARCHGUI_IdentificationParameters.par';
 
-                #set $formats = ["tide_export_text", "tide_export_sqt", "tide_export_pepxml", "tide_export_mzid", "tide_export_pin"]
-                #for $format in $formats:
-                    #if str($advanced_options.tide.tide_export).strip() == $format:
-                      -$format 1
-                    #else:
-                      -$format 0
-                    #end if
-
-                #end for
-
-                -tide_remove_temp ${advanced_options.tide.tide_remove_temp}
-
-            #end if
-
-
-            #if $advanced_options.comet.comet_advanced == "yes"
-
-                #if $advanced_options.comet.comet_spectrum.comet_spectrum_selector == "yes"
-                    -comet_min_peaks ${advanced_options.comet.comet_spectrum.comet_min_peaks}
-                    -comet_min_peak_int ${advanced_options.comet.comet_spectrum.comet_min_peak_int}
-
-                    -comet_remove_prec ${advanced_options.comet.comet_spectrum.comet_prec.comet_remove_prec}
-
-
-                     #if $advanced_options.comet.comet_spectrum.comet_prec.comet_remove_prec == "1"
-                        -comet_remove_prec_tol ${advanced_options.comet.comet_spectrum.comet_prec.comet_remove_prec_tol}
-                     #end if
-
-                     #if $advanced_options.comet.comet_spectrum.comet_prec.comet_remove_prec == "2"
-                        -comet_remove_prec_tol ${advanced_options.comet.comet_spectrum.comet_prec.comet_remove_prec_tol}
-                     #end if
-
-                    -comet_clear_mz_range_lower ${advanced_options.comet.comet_spectrum.comet_clear_mz_range_lower}
-                    -comet_clear_mz_range_upper ${advanced_options.comet.comet_spectrum.comet_clear_mz_range_upper}
-                #end if
+        ## copy the input .fasta file to the working folder
+        cp '${input_fasta_file}' './input_fasta_file.fasta';
 
-                #if $advanced_options.comet.comet_search.comet_search_selector == "yes"
-                    -comet_enzyme_type ${advanced_options.comet.comet_search.comet_enzyme_type}
-                    -comet_isotope_correction ${advanced_options.comet.comet_search.comet_isotope_correction}
-                    -comet_min_prec_mass ${advanced_options.comet.comet_search.comet_min_prec_mass}
-                    -comet_max_prec_mass ${advanced_options.comet.comet_search.comet_max_prec_mass}
-                    -comet_num_matches ${advanced_options.comet.comet_search.comet_num_matches}
-                    -comet_max_frag_charge ${advanced_options.comet.comet_search.comet_max_frag_charge}
-                    -comet_remove_meth ${advanced_options.comet.comet_search.comet_remove_meth}
-                    -comet_batch_size ${advanced_options.comet.comet_search.comet_batch_size}
-                    -comet_num_ptms ${advanced_options.comet.comet_search.comet_num_ptms}
-                #end if
-
-                #if $advanced_options.comet.comet_fragment_ions.comet_fragment_ions_selector == "yes"
-                    -comet_frag_bin_offset ${advanced_options.comet.comet_fragment_ions.comet_frag_bin_offset}
-                    -comet_theoretical_fragment_ions ${advanced_options.comet.comet_fragment_ions.comet_theoretical_fragment_ions}
-                #end if
-            #end if
-
-            #if $advanced_options.directtag.directtag_advanced == "yes"
-                -directag_tic_cutoff ${advanced_options.directtag.directag_tic_cutoff}
-                -directag_max_peak_count ${advanced_options.directtag.directag_max_peak_count}
-                -directag_intensity_classes ${advanced_options.directtag.directag_intensity_classes}
-                -directag_adjust_precursor ${advanced_options.directtag.directag_adjust_precursor}
-                -directag_min_adjustment ${advanced_options.directtag.directag_min_adjustment}
-                -directag_max_adjustment ${advanced_options.directtag.directag_max_adjustment}
-                -directag_adjustment_step ${advanced_options.directtag.directag_adjustment_step}
-                -directag_charge_states ${advanced_options.directtag.directag_charge_states}
-                #if str($advanced_options.directtag.directag_output_suffix).strip() != '':
-                -directag_output_suffix ${advanced_options.directtag.directag_output_suffix}
-                #end if
-                -directag_ms_charge_state ${advanced_options.directtag.directag_ms_charge_state}
-                -directag_duplicate_spectra ${advanced_options.directtag.directag_duplicate_spectra}
-                -directag_deisotoping ${advanced_options.directtag.directag_deisotoping}
-                -directag_isotope_tolerance ${advanced_options.directtag.directag_isotope_tolerance}
-                -directag_complement_tolerance ${advanced_options.directtag.directag_complement_tolerance}
-                -directag_tag_length ${advanced_options.directtag.directag_tag_length}
-                -directag_max_var_mods ${advanced_options.directtag.directag_max_var_mods}
-                -directag_max_tag_count ${advanced_options.directtag.directag_max_tag_count}
-                -directag_intensity_weight ${advanced_options.directtag.directag_intensity_weight}
-                -directag_fidelity_weight ${advanced_options.directtag.directag_fidelity_weight}
-                -directag_complement_weight ${advanced_options.directtag.directag_complement_weight}
-            #end if
-
-            #if $advanced_options.novor.novor_advanced == "yes"
-                -novor_fragmentation ${advanced_options.novor.novor_fragmentation}
-                -novor_mass_analyzer ${advanced_options.novor.novor_mass_analyzer}
-            #end if
-
-        2> $temp_stderr)
-        &&
 
         ################
         ## Search CLI ##
@@ -342,24 +60,20 @@
         (searchgui -Djava.awt.headless=true eu.isas.searchgui.cmd.SearchCLI
             --exec_dir="\$cwd/${bin_dir}"
             -spectrum_files \$cwd
+            -fasta_file "\$cwd/input_fasta_file.fasta"
             -output_folder \$cwd/output
-            -id_params SEARCHGUI_IdentificationParameters.par
+            -id_params ./SEARCHGUI_IdentificationParameters.par
 
             -threads "\${GALAXY_SLOTS:-12}"
 
-            #if $advanced_options.searchgui_advanced.searchgui_advanced_selector == 'advanced'
-                -correct_titles "${advanced_options.searchgui_advanced.correct_titles}"
-                $advanced_options.searchgui_advanced.missing_titles
-                -mgf_splitting "${advanced_options.searchgui_advanced.mgf_splitting}"
-                -mgf_spectrum_count "${advanced_options.searchgui_advanced.mgf_spectrum_count}"
+            #if $searchgui_advanced.searchgui_advanced_selector == 'advanced'
+                -correct_titles "${searchgui_advanced.correct_titles}"
+                $searchgui_advanced.missing_titles
+                -mgf_splitting "${searchgui_advanced.mgf_splitting}"
+                -mgf_spectrum_count "${searchgui_advanced.mgf_spectrum_count}"
+                -output_gzip "${searchgui_advanced.output_gzip}"
             #end if
 
-            ## Turn of the protein tree generation as it can produce errors if the search is finished before the tree is created
-            ## the tree is generated afterwards in PeptideShaker
-            ## -protein_index 0
-
-            ##-makeblastdb_folder \$BLAST_ROOT_DIR
-
             #set $engines_list = str($search_engines_options.engines).split(',')
             #if 'X!Tandem' in $engines_list:
                 -xtandem 1
@@ -409,6 +123,12 @@
                 -andromeda 0
             #end if
 
+            #if 'MetaMorpheus' in $engines_list:
+                -meta_morpheus 1
+            #else
+                -meta_morpheus 0
+            #end if
+
             #if 'Novor' in $engines_list:
                 -novor 1
             #else
@@ -441,35 +161,26 @@
 ]]>
     </command>
     <inputs>
+        <param format="json" name="input_parameters_file" type="data" label="Identification Parameters file"/>
 
-        <param format="fasta" name="input_database" type="data" label="Protein Database"
-            help="Select FASTA database from history"/>
-        <section name="protein_database_options" expanded="false" title="Protein Database Options">
-            <param name="create_decoy" type="boolean" truevalue="True" falsevalue="False" checked="true"
-                label="Create a concatenated target/decoy database before running PeptideShaker"
-                help="Selecting this option will help PeptideShaker calculate FDR values" />
-            <param name="use_gene_mapping" type="boolean" truevalue="-useGeneMapping 1" falsevalue="-useGeneMapping 0" checked="false"
-                label="gene mappings will be used and saved along with the project (UniProt databases only)"
-                help="This should only be enabled for UniProt databaases" />
-            <param name="update_gene_mapping" type="boolean" truevalue="-updateGeneMapping 1" falsevalue="-updateGeneMapping 0" checked="false"
-                label="Update gene mappings automatically from Ensembl (UniProt databases only)"
-            help="This should only be enabled for UniProt databaases" />
-        </section>
-        <param name="peak_lists" format="mgf" type="data" multiple="true" label="Input Peak Lists (mgf)"
-            help="Select appropriate MGF dataset(s) from history" />
+        <param format="fasta" name="input_fasta_file" type="data" label="Fasta file"/>
+
+        <param name="peak_lists_files" format="mgf,mzml" type="data" multiple="true" label="Input Peak Lists"
+            help="Select appropriate MGF/MZML dataset(s) from history" />
 
         <!-- Search Engine Selection -->
         <section name="search_engines_options" expanded="true" title="Search Engine Options">
             <param name="engines" type="select" display="checkboxes" multiple="True" label="DB-Search Engines">
-                <help>Comet and Tide shouldn't both be selected since they use a similar algoritm.</help>
+                <help>Comet and Tide shouldn't both be selected since they use a similar algoritm. OMSSA may not work into isolated environments like containers.</help>
                 <option value="X!Tandem" selected="True">X!Tandem</option>
-
                 <option value="MSGF" selected="True">MS-GF+</option>
-                <option value="OMSSA" selected="True">OMSSA</option>
+                <option value="OMSSA">OMSSA</option>
                 <option value="Comet">Comet</option>
                 <option value="Tide">Tide</option>
                 <option value="MyriMatch">MyriMatch</option>
                 <option value="MS_Amanda">MS_Amanda</option>
+                <!-- TODO: MetaMorpheus Waiting for support for dotnet in bioconda package -->
+                <!-- <option value="MetaMorpheus">MetaMorpheus</option> -->
                 <!-- Windows only
                 <option value="Andromeda">Andromeda</option>
                 -->
@@ -483,679 +194,130 @@
             </param>
         </section>
 
-
-        <!-- General Parameters -->
-        <expand macro="general_options"/>
-
-
-        <section name="advanced_options" expanded="false" title="Andvanced Options">
-            <!-- Optional Advanced SearchGUI Parameters -->
-            <conditional name="searchgui_advanced">
-                <param name="searchgui_advanced_selector" type="select" label="SearchGUI Options">
-                    <option value="basic" selected="True">Default</option>
-                    <option value="advanced">Advanced</option>
-                </param>
-                <when value="basic" />
-                <when value="advanced">
+        <conditional name="searchgui_advanced">
+            <param name="searchgui_advanced_selector" type="select" label="SearchGUI Options">
+                <option value="basic" selected="True">Default</option>
+                <option value="advanced">Advanced</option>
+            </param>
+            <when value="basic" />
+            <when value="advanced">
                 <param name="correct_titles" type="select" label="How should PeptideShaker deal with duplicate spectra?"
                     help="Unless you suspect some input files to be genuine duplicates then rename spectra is the safest option">
                     <option value="0">no correction</option>
                     <option value="1" selected="True">rename spectra</option>
                     <option value="2">delete spectra</option>
                 </param>
-
                 <param name="missing_titles" type="boolean" checked="false" truevalue="-missing_titles 1" falsevalue="-missing_titles 0"
                     label="Add missing spectrum titles" help="(-missing_titles)"/>
-
                 <param name="mgf_splitting" type="integer" value="1000" label="The maximum mgf file size in MB before splitting the mgf"
                     help="Choose a smaller value if you are running on a machine with limited memory"/>
-
                 <param name="mgf_spectrum_count" type="integer" value="25000" label="The maximum number of spectra per mgf file when splitting"
                     help="Choose a smaller value if you are running on a machine with limited memory"/>
-                </when>
-            </conditional>
-
-            <!-- X!TANDEM ADVANCED PARAMETERS -->
-            <conditional name="xtandem">
-                <param name="xtandem_advanced" type="select" label="X!Tandem Options">
-                    <option value="yes">Advanced</option>
-                    <option value="no" selected="True">Default</option>
-                </param>
-                <when value="no" />
-                <when value="yes">
-                    <param name="xtandem_npeaks" type="integer" value="50"
-                        label="X!Tandem: Total Peaks" help="Maximum number of peaks to be used from a spectrum"/>
-                    <param name="xtandem_min_peaks" type="integer" value="15"
-                        label="X!Tandem: Min Peaks" help="Minimum number of peaks required for a spectrum to be considered"/>
-                    <param name="xtandem_min_frag_mz" type="integer" value="200"
-                        label="X!Tandem: Min Frag m/z" help="Fragment mass peaks with m/z less than this value will be discarded"/>
-                    <param name="xtandem_min_prec_mass" type="integer" value="200"
-                        label="X!Tandem: Min Precursor Mass" help="Minimum mass of 1+ mass of parent ion to be considered"/>
-                    <param name="xtandem_noise_suppr" type="boolean" checked="true" truevalue="1" falsevalue="0"
-                        label="X!Tandem: Noise Suppression" help="Use noise suppression"/>
-                    <param name="xtandem_dynamic_range" help="Sets the dynamic range for scoring spectra"
-                        label="X!Tandem: Dynamic Range" value="100" type="integer" />
-                    <param name="xtandem_quick_acetyl" help="Protein N-terminal modification detection"
-                        label="X!Tandem: Quick Acetyl" type="boolean" truevalue="1" falsevalue="0" checked="true" />
-                    <param name="xtandem_quick_pyro" help="Peptide N-terminus cyclization detection"
-                        label="X!Tandem: Quick Pyrolidone" type="boolean" truevalue="1" falsevalue="0" checked="true" />
-                    <param name="xtandem_stp_bias" help="Interpretation of peptide phosphorylation models"
-                        label="X!Tandem: Protein stP Bias" type="boolean" truevalue="1" falsevalue="0" checked="false" />
-                    <param name="xtandem_evalue" help="Highest value for recorded peptides"
-                        label="X!Tandem: Maximum Valid Expectation Value" type="float" value="0.01" />
-                    <param name="xtandem_output_proteins" help="Controls output of protein sequences"
-                        label="X!Tandem: Output Proteins" type="boolean" truevalue="1" falsevalue="0" checked="false" />
-                    <param name="xtandem_output_sequences" help="Controls output of sequence information"
-                        label="X!Tandem: Output Sequences" type="boolean" truevalue="1" falsevalue="0" checked="false" />
-                    <param name="xtandem_output_spectra" help="Controls output of spectrum information"
-                        label="X!Tandem: Output Spectra" type="boolean" truevalue="1" falsevalue="0" checked="true" />
-                    <!-- <param name="xtandem_skyline_path" label="X!Tandem 'spectrum, skyline path'" type="txt" help="Path to a spectrum data file for use by skyline." -->
-
-                    <conditional name="xtandem_refine"><!-- -xtandem_refine -->
-                        <param name="xtandem_refine_selector" type="select" label="X!Tandem peptide model refinement">
-                            <option value="no" selected="True">Don't refine</option>
-                            <option value="yes" >Use refinement</option>
-                        </param>
-                        <when value="no"/>
-                        <when value="yes">
-                            <param name="xtandem_refine_unc" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                                label="X!Tandem: Unanticipated cleavage, refinement" help="Allow for unanticipated cleavage during refinement"/>
-                            <param name="xtandem_refine_semi" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                                label="X!Tandem: Cleavage semi, refinement" help="Search for semi-tryptic peptides during refinement"/>
-                            <param name="xtandem_refine_p_mut" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                                label="X!Tandem: Point mutations, refinement" help="Allow for point mutations during refinement"/>
-                            <param name="xtandem_refine_snaps" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                                label="X!Tandem: snAPs, refinement" help="Search for known single amino acid polymorphisms during refinement"/>
-                            <param name="xtandem_refine_spec_synt" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                                label="X!Tandem: Spectrum synthesis, refinement" help="Use spectrum synthesis scoring"/>
-                            <param name="xtandem_refine_pot" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                                label="X!Tandem: Use potential modifications, refinement" help="Controls the use of refinement modifications in all refinement modules."/>
-                            <param name="xtandem_refine_evalue" help="Highest value for recorded peptides during refinement"
-                                label="X!Tandem: Maximum Valid Expectation Value, refinement" type="float" value="0.01" />
-                        </when>
-                    </conditional>
-                </when>
-            </conditional>
-
-            <!-- OMSSA ADVANCED PARAMETERS -->
-            <conditional name="omssa">
-                <param name="omssa_advanced" type="select" label="OMSSA Options">
-                    <option value="yes">Advanced</option>
-                    <option value="no" selected="True">Default</option>
-                </param>
-                <when value="no" />
-                <when value="yes">
-                    <param name="hitlist_length" label="OMSSA: Hit List Length" type="integer" value="25" />
-                    <param name="remove_precursor" label="OMSSA: Remove Precurosr" type="boolean" truevalue="1" falsevalue="0" checked="true"/>
-                    <param name="scale_precursor" label="OMSSA: Scale Precursor Mass" type="boolean" truevalue="1" falsevalue="0" checked="false"/>
-                    <param name="estimate_charge" label="OMSSA: Estimate Charge" type="boolean" truevalue="1" falsevalue="0" checked="true" />
-
-                    <param name="omssa_memory" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="OMSSA: Map Sequences in Memory" help="Use memory mapped sequence libraries" />
-                    <param name="omssa_neutron" type="float" value="1446.94"
-                           label="OMSSA: Neutron Mass" help="Mass after which OMSSA should consider neutron exact mass" />
-                    <param name="omssa_low_intensity" type="float" value="0.0"
-                        label="OMSSA: Low Intensity Cutoff" help="Low intensity cutoff as a fraction of max peak" />
-                    <param name="omssa_high_intensity" type="float" value="0.2"
-                        label="OMSSA: High Intensity Cutoff" help="High intensity cutoff as a fraction of max peak" />
-                       <param name="omssa_intensity_incr" type="float" value="0.0005"
-                           label="OMSSA: Intensity Increment" help="Intensity increment" />
-                    <param name="omssa_single_window_wd" type="integer" value="27"
-                        label="OMSSA: Single Charge Window Width" help="Single charge window width in Da (integer)" />
-                    <param name="omssa_double_window_wd" type="integer" value="14"
-                        label="OMSSA: Double Charge Window Width" help="OMSSA double charge window width in Da (integer)" />
-                    <param name="omssa_single_window_pk" type="integer" value="2"
-                        label="OMSSA: Single Charge Window Peaks" help="Minimum number of peaks in single charge window (integer)" />
-                    <param name="omssa_double_window_pk" type="integer" value="2"
-                        label="OMSSA: Double Charge Window Peaks" help="Minimum number of peaks in double charge window (integer)" />
-                    <param name="omssa_min_ann_int_pks" type="integer" value="6"
-                        label="OMSSA: Minimum Number of Annotated Peaks of Intense Ones" help="Minimum number of annotated peaks among the most intense ones" />
-                    <param name="omssa_min_annotated_peaks" type="integer" value="2"
-                        label="OMSSA: Minimum number of Annotated Peaks" help="Minimum number of annotated peaks" />
-                       <param name="omssa_min_peaks" type="integer" value="4"
-                           label="OMSSA: Minimum Peak Count" help="The minimum number of m/z values a spectrum must have to be searched" />
-                    <param name="omssa_methionine" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="OMSSA: Cleave n-term Methionine" help="Allow for N-terminal methionine cleavage" />
-                    <param name="omssa_max_ladders" type="integer" value="128"
-                        label="OMSSA: Maximum Number of m/z Ladders" help="The maximum number of mass ladders to generate per database peptide" />
-                    <param name="omssa_max_frag_charge" type="integer" value="2"
-                        label="OMSSA: Maximum Fragment Charge" help="Maximum fragment charge" />
-                    <param name="omssa_fraction" type="float" value="0.95"
-                        label="OMSSA: Fraction of Peaks to estimate Charge 1" help="fraction of peaks to estimate charge 1" />
-                    <param name="omssa_plus_one" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="OMSSA: Estimate Plus One Charge" help="Allow OMSSA to estimate plus one charge algorithmically"/>
-                    <param name="omssa_charge" type="select"
-                        label="OMSSA: Fragment Charge" help="OMSSA fragment charge option" >
-                        <option value="0" >Minus</option>
-                        <option value="1" selected="True">Plus</option>
-                    </param>
-                    <param name="omssa_prec_per_spectrum" type="integer" value="1"
-                        label="OMSSA: Minimum Number of Precursors per Spectrum" help="Minimum number of precursors per spectrum" />
-                    <param name="omssa_forward" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="OMSSA: Include First Forward Ion (b1) in Search" help="Allow OMSSA to include first forward ion (b1) in search" />
-                    <param name="omssa_rewind" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="OMSSA: Search Rewind" help="Allow search rewind (C-terminal) ions" />
-                    <param name="omssa_max_frag_series" type="integer" value="100"
-                        label="OMSSA: Maximum Fragment per Series" help="Max number of fragments ions ions in each series being searched" />
-                    <param name="omssa_corr" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="OMSSA: Use Correlation Correction" help="Allow the use correlation correction score" />
-                    <param name="omssa_consecutive_p" type="float" value="0.5"
-                        label="OMSSA: Consecutive Ion Probability" help="Probability of consecutive ion (used in correlation correction)" />
-                    <param name="omssa_it_sequence_evalue" type="float" value="0.0"
-                        label="OMSSA: Sequence e-value Cutoff" help="The maximum e-value allowed to consider a sequence in the iterative search(0.0 means all)" />
-                    <param name="omssa_it_spectrum_evalue" type="float" value="0.01"
-                        label="OMSSA: Spectrum e-value Cutoff" help="The maximum e-value allowed to consider a spectrum in the iterative search(0.0 means all)" />
-                    <param name="omssa_it_replace_evalue" type="float" value="0.01"
-                        label="OMSSA: Replace e-value cutoff" help="The maximum e-value allowed to replace a hit in the iterative search(0.0 means all)" />
-                    <param name="omssa_remove_prec" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="OMSSA: Remove Precursor" help="Remove precursors" />
-                    <param name="omssa_scale_prec" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="OMSSA: Scale Precursor Mass" help="scale precursor mass" />
-                    <param name="omssa_estimate_charge" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="OMSSA: Remove Precursor" help="Remove precursors" />
-                    <param name="omssa_max_evalue" type="float" value="100"
-                        label="OMSSA: Maximal evalue Considered" help="The maximum e-value considered" />
-                    <param name="omssa_remove_prec" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="OMSSA: Estimate Precursor Charge" help="Allow estimation of precursor charge" />
-                    <param name="omssa_it_replace_evalue" type="float" value="100"
-                        label="OMSSA: Maximal evalue" help="The maximum OMSSA e-value considered" />
-                    <param name="omssa_hitlist_length" type="integer" value="0"
-                        label="OMSSA: Hitlist Length" help="OMSSA hitlist length, 0 means all" />
-                    <param name="omssa_hitlist_charge" type="integer" value="30"
-                        label="OMSSA: Number of Hits per Spectrum per Charge" help="number of hits per spectrum per charge" />
-                    <param name="omssa_min_pep_length" type="integer" value="4"
-                        label="OMSSA: Minumum Peptide Length" help="Minimum length of peptides for no-enzyme and semi-tryptic searches" />
-                    <param name="omssa_max_pep_length" type="integer" value="40"
-                        label="OMSSA: Maximum Peptide Length" help="Maximum length of peptides for no-enzyme and semi-tryptic searches (0: none)" />
-                    <param name="omssa_format" label="OMSSA output format" type="select" >
-                        <option value="0" selected="True">OMX</option>
-                        <option value="1" >CSV</option>
-                    </param>
-                </when>
-            </conditional>
-
-            <!-- MS-GF+ ADVANCED PARAMETERS -->
-            <conditional name="msgf">
-                <param name="msgf_advanced" type="select" label="MSGF Options">
-                    <option value="yes">Advanced</option>
-                    <option value="no" selected="True">Default</option>
-                </param>
-                <when value="no" />
-                <when value="yes">
-                    <param name="msgf_decoy" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="MSGF: Search Decoys" help="If yes then a decoy database will be generated and searched. Assumed input database contains no decoys"/>
-                    <param name="msgf_min_pep_length" type="integer" value="6"
-                        label="MSGF: Minimum Peptide Length" help="Minimum length for a peptide to be considered"/>
-                    <param name="msgf_max_pep_length" type="integer" value="30"
-                        label="MSGF: Maximum Peptide Length" help="Maximum length for a peptide to be considered"/>
-                    <param name="msgf_termini" type="select" format="txt"
-                        label="MSGF: Number of tolerable termini" help="Searches will take much longer if selecting a value other than 2">
-                        <option value="0">0 (ie non-specific cleavage)</option>
-                        <option value="1">1 (ie semi-tryptic cleavage)</option>
-                        <option value="2" selected="true">2 (ie fully-tryptic cleavage)</option>
-                    </param>
-                    <param name="msgf_num_ptms" label="MSGF: Max PTMs per peptide" type="integer" value="2"/>
-
-                    <param name="msgf_instrument" label="MSGF: Instrument type" type="select" help="Identifier of the instrument to generate MS/MS spectra (used to determine the scoring model)">
-                        <option value="0" selected="True">Low-res LCQ/LTQ</option>
-                        <option value="1" >High-res LTQ</option>
-                        <option value="2" >TOF</option>
-                        <option value="3" >Q-Exactive</option>
-                    </param>
-                    <param name="msgf_fragmentation" label="MSGF: Fragmentation type" type="select" help="Fragmentation method identifier (used to determine the scoring model)">
-                        <option value="0" selected="True">As written in the spectrum or CID if no info</option>
-                        <option value="1" >CID</option>
-                        <option value="2" >ETD</option>
-                        <option value="3" >HCD</option>
-                    </param>
-                    <param name="msgf_protocol" label="MSGF: Protocol type" type="select" help="Protocol identifier. Protocols are used to enable scoring parameters for enriched and/or labeled samples">
-                        <option value="0" selected="True">Automatic</option>
-                        <option value="1" >Phosphorylation</option>
-                        <option value="2" >iTRAQ</option>
-                        <option value="3" >iTRAQPhospho</option>
-                        <option value="4" >TMT</option>
-                        <option value="5" >Standard</option>
-                    </param>
-                    <param name="msgf_num_matches" label="MSGF: Maximum Number of Spectrum Matches" type="integer" value="1" help="Number of peptide matches per spectrum to report" />
-                    <param name="msgf_additional" label="MS-GF+ additional features" type="select" help="Additional features to export">
-                        <option value="0" selected="True">output basic scores only</option>
-                        <option value="1" >output additional features</option>
-                    </param>
-                </when>
-            </conditional>
-
-              <!-- MS-AMANDA ADVANCED PARAMETERS  -->
-            <conditional name="ms_amanda">
-                <param name="ms_amanda_advanced" type="select" label="MS Amanda Options">
-                    <option value="yes">Advanced</option>
-                    <option value="no" selected="True">Default</option>
-                </param>
-                <when value="no" />
-                <when value="yes">
-                    <param name="ms_amanda_decoy"  type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="MS Amanda: Generate Decoys" help="generate decoys" />
-                    <param name="ms_amanda_instrument" label="MS Amanda: instrument" type="select"
-                      help="MS Amanda instrument id option. Available ion types are listed here.">
-
-                      <option value="b, y" selected="True">b, y</option>
-                      <option value="b, y, -H2O, -NH3" >b, y, -H2O, -NH3</option>
-                      <option value="a, b, y, -H2O, -NH3, Imm" >a, b, y, -H2O, -NH3, Imm</option>
-                      <option value="a, b, y, -H2O, -NH3" >a, b, y, -H2O, -NH3</option>
-                      <option value="a, b, y" >a, b, y</option>
-                      <option value="a, b, y, Imm" >a, b, y, Imm</option>
-                      <option value="a, b, y, z, -H2O, -NH3, Imm" >a, b, y, z, -H2O, -NH3, Imm</option>
-                      <option value="c, y, z+1, z+2" >c, y, z+1, z+2</option>
-                      <option value="b, c, y, z+1, z+2" >b, c, y, z+1, z+2</option>
-                      <option value="b, y, INT" >b, y, INT</option>
-                      <option value="b, y, INT, Imm" >b, y, INT, Imm</option>
-                      <option value="a, b, y, INT" >a, b, y, INT</option>
-                      <option value="a, b, y, INT, IMM" >a, b, y, INT, IMM</option>
-                      <option value="a, b, y, INT, IMM, -H2O" >a, b, y, INT, IMM, -H2O</option>
-                      <option value="a, b, y, INT, IMM, -H2O, -NH3" >a, b, y, INT, IMM, -H2O, -NH3</option>
-                      <option value="a, b, y, INT, IMM, -NH3" >a, b, y, INT, IMM, -NH3</option>
-
-                    </param>
-                    <param name="ms_amanda_max_rank" type="integer" value="10"
-                        label="MS Amanda: Maximum Rank" help="MS Amanda maximum rank" />
-                    <param name="ms_amanda_mono" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="MS Amanda: Use Monoisotopic Mass Values" help="MS Amanda use monoisotopic mass values" />
-                </when>
-            </conditional>
-
+                <param name="output_gzip" type="boolean" checked="true" truevalue="1" falsevalue="0"
+                    label="Gzip result files"/>
+            </when>
+        </conditional>
 
-            <!-- TIDE ADVANCED PARAMETERS -->
-            <conditional name="tide">
-                <param name="tide_advanced" type="select" label="TIDE Options">
-                    <option value="yes">Advanced</option>
-                    <option value="no" selected="True">Default</option>
-                </param>
-                <when value="no" />
-                <when value="yes">
-                    <param name="tide_num_ptms" type="integer" value="" optional="true"
-                        label="TIDE: Maximum Number of PTMs" help="Set the maximum number of PTMs on peptide to be considered"/>
-                    <param name="tide_num_ptms_per_type" type="integer" value="2"
-                        label="TIDE: Maximum Number of PTMs of each Type" help="Set the maximum number of PTMs of each type to be considered"/>
-                    <param name="tide_min_pep_length" type="integer" value="6"
-                        label="TIDE: Minimum Peptide Length" help="Set the minimum length of peptide to be considered"/>
-                    <param name="tide_max_pep_length" type="integer" value="30"
-                        label="TIDE: Maximum Peptide Length" help="Set the maximum length of peptide to be considered"/>
-                    <param name="tide_min_prec_mass" type="float" value="200.0"
-                        label="TIDE: Minimum Precursor Mass" help="Set the minimum precursor mass to be considered"/>
-                    <param name="tide_max_prec_mass" type="float" value="7200.0"
-                        label="TIDE: Maximum Precursor Mass" help="Set the maximum precursor mass to be considered"/>
-                    <param name="tide_decoy_format" label="TIDE: Decoy Format" type="select" help="Select the format for generating the decoy sequences">
-                        <option value="none" selected="True">none</option>
-                        <option value="shuffle" >shuffle</option>
-                        <option value="peptide-revers" >peptide-reverse</option>
-                        <option value="protein-reverse" >protein-reverse</option>
-                    </param>
-                    <param name="tide_keep_terminals" label="TIDE: Keep Terminals" type="select" help="Select to keep the terminal amino acids when creating decoys">
-                        <option value="N" >N</option>
-                        <option value="C" >C</option>
-                        <option value="NC" selected="True">NC</option>
-                        <option value="non" >none</option>
-                    </param>
-                    <param name="tide_decoy_seed" type="integer" value="1"
-                        label="TIDE: Decoy Seed" help="Set the decoy seed"/>
-                    <param name="tide_print_peptides" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="TIDE: Print Peptides" help="If true, the peptides will be printed in the output"/>
-                    <param name="tide_verbosity" label="TIDE: Progress Display Verbosity" type="select" help="Select the display verbosity level to report the search progress">
-                        <option value="0" >0</option>
-                        <option value="10" >10</option>
-                        <option value="20" >20</option>
-                        <option value="30" selected="True">30</option>
-                        <option value="40" >40</option>
-                        <option value="50" >50</option>
-                        <option value="60" >60</option>
-                    </param>
-
-                    <param name="tide_monoisotopic" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="TIDE: Monoisotopic" help="If true, the precursor mass is monoisotopic"/>
-                    <param name="tide_clip_n_term" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="TIDE: Clip Nterm Methionine" help="If true, the Nterm Methionine will be clipped"/>
-                    <param name="tide_digestion_type" label="TIDE: Digestion Type" type="select" help="Either both ends (full-digest) or at least one end (partial-digest) of a peptide must conform to enzyme specificity rules">
-                        <option value="full-digest" selected="True">full-digest</option>
-                        <option value="partial-digest" >partial-digest</option>
-                    </param>
-                    <param name="tide_compute_sp" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="TIDE: Compute SP" help="If true, the SP-score is calculated"/>
-                    <param name="tide_max_psms" type="integer" value="10"
-                        label="TIDE: Maximum Number of PSMs" help="Set the maximum number of PSMs to be considered"/>
-                    <param name="tide_compute_p" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="TIDE: Compute Exact P-value" help="If true, the exact p-values are calculated"/>
-                    <param name="tide_min_spectrum_mz" type="float" value="0.0"
-                        label="TIDE: Minimum Spectrum m/z" help="Set the minimum spectrum m/z value for a spectrum to be considered"/>
-                    <param name="tide_max_spectrum_mz" type="float" value="" optional="true"
-                        label="TIDE: Maximum Spectrum m/z" help="Set the maximum spectrum m/z value for a spectrum to be considered"/>
-                    <param name="tide_min_spectrum_peaks" type="integer" value="20"
-                        label="TIDE: Minimum Spectrum Peaks" help="Set the minimum amount of peaks in a spectrum for it to be considered"/>
-                    <param name="tide_spectrum_charges" label="TIDE: Spectrum Charges" type="select" help="Select what precursor charges should be taken into account for matching">
-                        <option value="1" >1</option>
-                        <option value="2" >2</option>
-                        <option value="3" >3</option>
-                        <option value="all" selected="True">all</option>
-                    </param>
-                    <param name="tide_remove_prec" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="TIDE: Remove Precursor" help="If true, the peak that corresponds to the precursor mass is excluded"/>
-                    <param name="tide_remove_prec_tol" type="float" value="1.5"
-                        label="TIDE: Remove Precursor Tolerance" help="Choose the threshold for precursor mass searching (for precursor peak removal)"/>
-                    <param name="tide_progress_indicator" type="integer" value="1000"
-                        label="TIDE: Progress Indicator" help="Choose the progress indicator frequency  (in number of fragmentation spectra processed)"/>
-                    <param name="tide_use_flanking" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="TIDE: Use Flanking" help="Includes two flanking peaks on either side of each b- and y-ion to compute the XCorr"/>
-                    <param name="tide_use_neutral_losses" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="TIDE: Neutral Losses" help="Includes fragment peaks with neutral losses to perform the matching"/>
-                    <param name="tide_mz_bin_width" type="float" value="0.02"
-                        label="TIDE: mz Bin Width" help="Choose bin size to analyze the fragmentation spectrum"/>
-                    <param name="tide_mz_bin_offset" type="float" value="0.0"
-                        label="TIDE: mz Bin Offset" help="Choose bin offset to analyze the fragmentation spectrum"/>
-                    <param name="tide_concat" type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="TIDE: Concat Target and Decoy" help="If true, the target results are concatenated with the decoy results"/>
-
-                    <param name="tide_export" label="TIDE: Output Format" type="select" help="Choose the output format">
-                        <option value="tide_export_text" selected="True">Text</option>
-                        <option value="tide_export_sqt" >SQT</option>
-                        <option value="tide_export_pepxml" >pepxml</option>
-                        <option value="tide_export_mzid" >MzIdentML</option>
-                        <option value="tide_export_pin" >Percolator input file</option>
-                    </param>
-
-                    <param name="tide_remove_temp" type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="TIDE: Remove Temp Folders" help="If true, the temp folders are removed when the search is done"/>
-                </when>
-            </conditional>
-
-
-            <!-- MyriMatch ADVANCED PARAMETERS -->
-            <conditional name="myrimatch">
-                <param name="myrimatch_advanced" type="select" label="MyriMatch Options">
-                    <option value="yes">Advanced</option>
-                    <option value="no" selected="True">Default</option>
-                </param>
-                <when value="no" />
-                <when value="yes">
-                    <param name="myrimatch_min_pep_length"  type="integer" value="8"
-                        label="MyriMatch: Minimum Peptide Length" help="Minimum length for a peptide to be considered" />
-                    <param name="myrimatch_max_pep_length"  type="integer" value="30"
-                        label="MyriMatch: Maximum Peptide Length" help="Maximum length for a peptide to be considered" />
-                    <param name="myrimatch_min_prec_mass"  type="float" value="600.0"
-                        label="MyriMatch: Minimum Precursor Mass" help="Minimum precursor mass of parent ion to be considered" />
-                    <param name="myrimatch_max_prec_mass"  type="float" value="5000.0"
-                        label="MyriMatch: Maximum Precursor Mass" help="Maximum precursor mass of parent ion to be considered" />
-                    <param name="myrimatch_num_matches"  type="integer" value="10"
-                        label="MyriMatch: Maximum Number of Spectrum Matches" help="Set the value for the maximum number of spectrum matches" />
-                    <param name="myrimatch_num_ptms"  type="integer" value="2"
-                        label="MyriMatch: Max Variable PTMs per Peptide" help="Set the number of PTMS allowed per peptide" />
-                    <param name="myrimatch_fragmentation" label="MyriMatch: Fragmentation Method" type="select" help="Choose the fragmentation method used (CID: b,y) or (ETD: c, z*)">
-                        <option value="CID" selected="True">CID</option>
-                        <option value="HCD" >HCD</option>
-                        <option value="ETD" >ETD</option>
-                    </param>
-                    <param name="myrimatch_termini" label="MyriMatch: Enzymatic Terminals" type="select" help="Select the number of enzymatic terminals">
-                        <option value="0">None required</option>
-                        <option value="1">At least one</option>
-                        <option value="2" selected="True" >Both</option>
-                    </param>
-                    <param name="myrimatch_plus_three"  type="boolean" truevalue="1" falsevalue="0" checked="true"
-                        label="MyriMatch: Use Smart Plus Three Option" help="Defines what algorithms are used to generate a set of theoretical fragment ions" />
-                    <param name="myrimatch_xcorr"  type="boolean" truevalue="1" falsevalue="0" checked="false"
-                        label="MyriMatch: Compute Xcorr" help="a Sequest-like cross correlation score can be calculated for the top ranking hits" />
-                    <param name="myrimatch_tic_cutoff"  type="float" value="0.98"
-                        label="MyriMatch: TIC cutoff percentage" help="Cumulative ion current of picked peaks divided by TIC >= this value for peaks to be retained (0.0 - 1.0)" />
-                    <param name="myrimatch_intensity_classes"  type="integer" value="3"
-                        label="MyriMatch: Number of Intensity Classes" help="Experimental spectra have their peaks stratified into this number of intensity classed" />
-                    <param name="myrimatch_class_multiplier"  type="integer" value="2"
-                        label="MyriMatch: Class Size Multiplier" help="Has to do with previous option, this parameter controls the size of each class relative to the class above" />
-                    <param name="myrimatch_num_batches"  type="integer" value="50"
-                        label="MyriMatch: Number of Batches" help="The number of batches per node to strive for when usinge the MPI-based parallelization features" />
-                    <param name="myrimatch_max_peak"  type="integer" value="100"
-                        label="MyriMatch: Maximum Peak Count" help="Maximum number of peaks to be used from a spectrum" />
-                </when>
-            </conditional>
-
-
-            <!-- Andromeda ADVANCED PARAMETERS -->
-            <!-- Windows only
-            <conditional name="andromeda">
-                <param name="andromeda_advanced" type="select" label="Andromeda Options">
-                    <option value="yes">Advanced</option>
-                    <option value="no" selected="True">Default</option>
-                </param>
-                <when value="no" />
-                <when value="yes">
-                    <param name="andromeda_max_pep_mass" type="float" value="4600.0" label="Andromeda maximum peptide mass, default is: 4600.0" />
-                    <param name="andromeda_max_comb" type="integer" value="250" label="Andromeda maximum combinations, default is: 250" />
-                    <param name="andromeda_top_peaks" type="integer" value="8" label="Andromeda number of top peaks, default is: 8" />
-                    <param name="andromeda_top_peaks_window" type="integer" value="100" label="Andromeda top peaks window width, default is: 100" />
-                    <param name="andromeda_incl_water" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda account for water losses, default is: true" />
-                    <param name="andromeda_incl_ammonia" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda account for ammonina losses, default is: true" />
-                    <param name="andromeda_neutral_losses" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda neutral losses are sequence dependent, default is: true" />
-                    <param name="andromeda_fragment_all" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Andromeda fragment all option, default is: false" />
-                    <param name="andromeda_emp_correction" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda emperical correction, default is: true" />
-                    <param name="andromeda_higher_charge" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Andromeda higher charge option, default is: true" />
-                    <param name="andromeda_equal_il" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Andromeda whether I and L should be considered indistinguishable, default is: false" />
-                    <param name="andromeda_frag_method" type="select" value="" label="Andromeda fragmentation method, (HCD, CID or EDT), default is: CID." >
-                       <option value="CID" selected="true">CID</option>
-                       <option value="HCD">HCD</option>
-                       <option value="EDT">EDT</option>
-                    </param>
-                    <param name="andromeda_max_mods" type="integer" value="5" label="Andromeda maximum number of modifications, default is: 5" />
-                    <param name="andromeda_min_pep_length" type="integer" value="8" label="Andromeda minimum peptide length when using no enzyme, default is: 8" />
-                    <param name="andromeda_max_pep_length" type="integer" value="25" label="Andromeda maximum peptide length when using no enzyme, default is: 25" />
-                    <param name="andromeda_max_psms" type="integer" value="10" label="Andromeda maximum number of spectrum matches spectrum, default is: 10" />
-                    <param name="andromeda_decoy_mode" type="boolean" truevalue="decoy" falsevalue="none" checked="false" label="Andromeda decoy mode" />
-                </when>
-            </conditional>
-            -->
-
-            <!-- Comet ADVANCED PARAMETERS -->
-            <conditional name="comet">
-                <param name="comet_advanced" type="select" label="Comet Options">
-                    <option value="yes">Advanced</option>
-                    <option value="no" selected="True">Default</option>
-                </param>
-                <when value="no" />
-                <when value="yes">
-                    <!-- Spectrum Related parameters -->
-                    <conditional name="comet_spectrum">
-                        <param name="comet_spectrum_selector" type="select" label="Comet: Spectrum Related">
-                            <option value="yes">Set Spectrum Parameters</option>
-                            <option value="no" selected="True">Keep Default Spectrum Parameters</option>
-                        </param>
-                        <when value="no" />
-                        <when value="yes">
-                            <param name="comet_min_peaks"  type="integer" value="10"
-                                label="Comet: Minimum Number of Peaks per Spectrum" help="The minimum number of peaks per spectrum" />
-                            <param name="comet_min_peak_int"  type="float" value="0.0"
-                                label="Comet: Minimum Peaks Intensity" help="The minimum intensity for input peaks to be considered" />
-                            <conditional name="comet_prec">
-                                <param name="comet_remove_prec" label="Comet: Remove Precursor" type="select" help="Select for precursor m/z signal removal">
-                                    <option value="0"  selected="True" >off</option>
-                                    <option value="1">on</option>
-                                    <option value="2">as expected for ETD/ECD spectra</option>
-                                </param>
-                                <when value="0" />
-                                <when value="1">
-                                    <param name="comet_remove_prec_tol"  type="float" value="1.5"
-                                        label="Comet: Remove Precursor Tolerance" />
-                                </when>
-                                <when value="2">
-                                    <param name="comet_remove_prec_tol"  type="float" value="1.5"
-                                        label="Comet: Remove Precursor Tolerance" />
-                                </when>
-                            </conditional>
-                            <param name="comet_clear_mz_range_lower"  type="float" value="0.0"
-                                label="Comet: Minimum Peaks Intensity" help="Intended for iTRAQ/TMT type data where one might want to remove the reporter ion signals, lower m/z range" />
-                            <param name="comet_clear_mz_range_upper"  type="float" value="0.0"
-                                label="Comet: Maximum Peaks Intensity" help="Intended for iTRAQ/TMT type data where one might want to remove the reporter ion signals, upper m/z range" />
-                        </when>
-                    </conditional>
-                      <!-- Search Related parameters -->
-                    <conditional name="comet_search">
-                        <param name="comet_search_selector" type="select" label="Comet: Search Related">
-                            <option value="yes">Set Search Parameters</option>
-                            <option value="no" selected="True">Keep Default Search Parameters</option>
-                        </param>
-                        <when value="no" />
-                        <when value="yes">
-                            <param name="comet_enzyme_type" label="Comet: Enzyme Type" type="select" help="Specifies the number of enzyme termini a peptide must have">
-                                <option value="1">semi-specific</option>
-                                <option value="2" selected="True">full-enzyme</option>
-                                <option value="8">unspecific N-term</option>
-                                <option value="9">unspecific C-term</option>
-                            </param>
-                            <param name="comet_isotope_correction" label="Comet: Isotope Correction" type="select" help="Controls whether the peptide_mass_tolerance takes into account possible isotope errors in the precursor mass measurement">
-                                <option value="0" selected="True">off</option>
-                                <option value="1">-1,0,+1,+2,+3</option>
-                                <option value="2">-8,-4,0,+4,+8</option>
-                            </param>
-                            <param name="comet_min_prec_mass"  type="float" value="0.0"
-                                label="Comet: Minimum Precursor Mass" help="The minimum precursor mass considered" />
-                            <param name="comet_max_prec_mass"  type="float" value="10000.0"
-                                label="Comet: Maximum Precursor Mass" help="The maximum precursor mass considered" />
-                            <param name="comet_num_matches"  type="integer" value="10"
-                                label="Comet: Maximum Number of Matches" help="The maximum number of peptide matches per spectrum" />
-                            <param name="comet_max_frag_charge"  type="integer" value="3"
-                                label="Comet: Maximum Fragment Charge" help="Sets the maximum fragment charge (fill value between 1 and 5)" />
-                            <param name="comet_remove_meth"  type="boolean" truevalue="1" falsevalue="0" checked="false"
-                                label="Comet: Remove Methionine" help="Specifies whether the N-terminal methionine is cleaved prior to matching" />
-                            <param name="comet_batch_size"  type="integer" value="0"
-                                label="Comet: Batch Size" help="0 means load and search all spectra at once, otherwise spectra are loaded and searched in batches of the number specified" />
-                            <param name="comet_num_ptms"  type="integer" value="10"
-                                label="Comet: Maximum Number of PTMs" help="The maximum number of ptms per peptide" />
-                        </when>
-                    </conditional>
-                    <!-- Fragment Ions Related parameters -->
-                    <conditional name="comet_fragment_ions">
-                        <param name="comet_fragment_ions_selector" type="select" label="Comet: Fragment Ions Related">
-                            <option value="yes">Set Fragment Ions Parameters</option>
-                            <option value="no" selected="True">Keep Default Fragment Ions Parameters</option>
-                        </param>
-                        <when value="no" />
-                        <when value="yes">
-                            <param name="comet_frag_bin_offset"  type="float" value="0.4"
-                                label="Comet: Fragment Bin Offset" help="Controls how each fragment bin is defined in terms of where each bin starts" />
-                            <param name="comet_theoretical_fragment_ions"  type="integer" value="0"
-                                label="Comet: Theoretical Fragment Ions" help="Specifies how theoretical fragment ion peaks are represented (0 or 1 values are allowed)" />
-                        </when>
-                    </conditional>
-                </when>
-            </conditional>
-            <conditional name="directtag">
-                <param name="directtag_advanced" type="select" label="DirectTag Options">
-                    <option value="yes">Advanced</option>
-                    <option value="no" selected="True">Default</option>
-                </param>
-                <when value="no" />
-                <when value="yes">
-                    <param name="directag_tic_cutoff" type="integer" value="85" label="DirecTag TIC cutoff in percent, default is '85'."/>
-                    <param name="directag_max_peak_count" type="integer" value="400" label="DirecTag max peak count, default is '400'."/>
-                    <param name="directag_intensity_classes" type="integer" value="3" label="DirecTag number of intensity classses, default is '3'."/>
-                    <param name="directag_adjust_precursor" type="boolean" truevalue="1" falsevalue="0" checked="false" label="DirecTag adjust precursor, default is false."/>
-                    <param name="directag_min_adjustment" type="float" value="-2.5" label="DirecTag minimum precursor adjustment, default is '-2.5'."/>
-                    <param name="directag_max_adjustment" type="float" value="2.5" label="DirecTag maximum precursor adjustment, default is '2.5'."/>
-                    <param name="directag_adjustment_step" type="float" value="0.1" label="DirecTag precursor adjustment step, default is '0.1'."/>
-                    <param name="directag_charge_states" type="integer" value="3" label="DirecTag number of charge states considered, default is '3'."/>
-                    <param name="directag_output_suffix" type="text" value="" label="DirecTag output suffix, default is no suffix."/>
-                    <param name="directag_ms_charge_state" type="boolean" truevalue="1" falsevalue="0" checked="false" label="DirecTag use charge state from M spectrum, default is false."/>
-                    <param name="directag_duplicate_spectra" type="boolean" truevalue="1" falsevalue="0" checked="true" label="DirecTag duplicate spectra per charge, default is true."/>
-                    <param name="directag_deisotoping" type="select" label="DirecTag deisotoping mode, default is no deisotoping">
-                        <option value="0" selected="true">no deisotoping</option>
-                        <option value="1">precursor only</option>
-                        <option value="2">precursor and candidate</option>
-                    </param>
-                    <param name="directag_isotope_tolerance" type="float" value="0.25" label="DirecTag isotope mz tolerance, default is '0.25'."/>
-                    <param name="directag_complement_tolerance" type="float" value="0.5" label="DirecTag complement mz tolerance, default is '0.5'."/>
-                    <param name="directag_tag_length" type="integer" value="3" label="DirecTag tag length, default is '3'."/>
-                    <param name="directag_max_var_mods" type="integer" value="2" label="DirecTag maximum variable modifications per sequence, default is '2'."/>
-                    <param name="directag_max_tag_count" type="integer" value="20" label="DirecTag maximum tag count, default is '20'."/>
-                    <param name="directag_intensity_weight" type="float" value="1.0" label="DirecTag intensity score weight, default is '1.0'."/>
-                    <param name="directag_fidelity_weight" type="float" value="1.0" label="DirecTag fidelity score weight, default is '1.0'."/>
-                    <param name="directag_complement_weight" type="float" value="1.0" label="DirecTag complement_score_weight, default is '1.0'."/>
-                </when>
-            </conditional>
-
-            <conditional name="novor">
-                <param name="novor_advanced" type="select" label="Novor Options">
-                    <option value="yes">Advanced</option>
-                    <option value="no" selected="True">Default</option>
-                </param>
-                <when value="no" />
-                <when value="yes">
-                    <param name="novor_fragmentation" type="select" label="Novor fragmentation method">
-                        <option value="HCD" selected="True">HCD</option>
-                        <option value="CID">CID</option>
-                    </param>
-                    <param name="novor_mass_analyzer" label="Novor: mass analyzer" type="select" help="Identifier of the instrument to generate MS/MS spectra">
-                        <option value="FT" selected="True">FT</option>
-                        <option value="Trap" >Trap</option>
-                        <option value="TOF" >TOF</option>
-                    </param>
-                </when>
-            </conditional>
-        </section>
     </inputs>
     <outputs>
         <data name="searchgui_results" format="searchgui_archive" from_work_dir="searchgui_out.zip" label="${tool.name} on ${on_string}" />
     </outputs>
     <tests>
 
-        <!-- Test that specifying non-default search engines works -->
+        <!-- Test that specifying non-default search engines with default parameters works -->
+        <test>
+            <param name="peak_lists_files" value="searchgui_tinyspectra1.mgf"/>
+            <param name="input_parameters_file" value="Identification_Parameters_default.par"/>
+            <param name="input_fasta_file" value="fastacli_searchgui_tinydb1_concatenated_target_decoy.fasta" ftype="fasta" />
+            <param name="engines" value="X!Tandem,MSGF,MyriMatch,Comet"/>
+            <output name="searchgui_results" file="searchgui_tiny_result_default_4engines.zip" ftype="searchgui_archive" compare="sim_size" delta="30000" />
+        </test>
+
+        <!-- Test that search works with MSAmanda with default parameters works-->
         <test>
-            <param name="peak_lists" value="searchgui_tinyspectra1.mgf"/>
-            <param name="input_database" value="searchgui_tinydb1.fasta" ftype="fasta"/>
-            <param name="precursor_ion_tol" value="100"/>
-            <param name="min_charge" value="1"/>
-            <param name="max_charge" value="3"/>
-            <param name="engines" value="X!Tandem,MSGF,MyriMatch,OMSSA,Comet"/>
-            <param name="xtandem|xtandem_advanced" value="yes"/>
-            <param name="xtandem|xtandem_advanced|xtandem_refine_selector" value="yes"/>
-            <output name="searchgui_results" file="tiny_searchgui_result1.zip" ftype="searchgui_archive" compare="sim_size" delta="30000" />
+            <param name="peak_lists_files" value="searchgui_smallspectra.mgf"/>
+            <param name="input_parameters_file" value="Identification_Parameters_default.par"/>
+            <param name="input_fasta_file" value="fastacli_searchgui_tinydb1_concatenated_target_decoy.fasta" ftype="fasta" />
+            <param name="engines" value="MS_Amanda"/>
+            <output name="searchgui_results" ftype="searchgui_archive">
+                <assert_contents>
+                    <has_size value="635138" delta="5000"/>
+                </assert_contents>
+            </output>
         </test>
-        <!-- Test that search works with MSAmanda -->
+
+		    <!-- Test that specifying non-default search engines with non-default parameters works -->
         <test>
-            <param name="peak_lists" value="searchgui_tinyspectra1.mgf"/>
-            <param name="input_database" value="searchgui_tinydb1.fasta" ftype="fasta"/>
+           <param name="peak_lists_files" value="searchgui_tinyspectra1.mgf"/>
+           <param name="input_parameters_file" value="Identification_Parameters_specific.par"/>
+           <param name="input_fasta_file" value="fastacli_searchgui_tinydb1_concatenated_target_decoy.fasta" ftype="fasta" />
+           <param name="engines" value="X!Tandem,MSGF,MyriMatch,Comet"/>
+           <output name="searchgui_results" ftype="searchgui_archive">
+               <assert_contents>
+                   <has_size value="159330" delta="20000"/>
+               </assert_contents>
+           </output>
+        </test>
+
+        <!--
+            NOTE: Identification_Parameters_specific.par is equivalent to the default .par plus these parameters:
             <param name="precursor_ion_tol" value="100"/>
             <param name="min_charge" value="1"/>
             <param name="max_charge" value="3"/>
+            <param name="xtandem|xtandem_advanced" value="yes"/>
+            <param name="xtandem|xtandem_advanced|xtandem_refine_selector" value="yes"/>
+        -->
+
+        <!-- Test that specifying MsAmanda as search engine with non-default parameters works -->
+        <test>
+            <param name="peak_lists_files" value="searchgui_smallspectra.mgf"/>
+            <param name="input_parameters_file" value="Identification_Parameters_specific.par"/>
+            <param name="input_fasta_file" value="fastacli_searchgui_tinydb1_concatenated_target_decoy.fasta" ftype="fasta" />
             <param name="engines" value="MS_Amanda"/>
-            <output name="searchgui_results" file="tiny_searchgui_result_amandaonly.zip" ftype="searchgui_archive" compare="sim_size" delta="5000" />
+            <output name="searchgui_results" ftype="searchgui_archive">
+                <assert_contents>
+                    <has_size value="635158" delta="5000"/>
+                </assert_contents>
+            </output>
         </test>
 
-        <!-- Test that specifying non-default search engines works using modifications -->
+        <!-- Test that specifying non-default search engines with default parameters works using modifications -->
         <test>
-            <param name="peak_lists" value="searchgui_tinyspectra1.mgf"/>
-            <param name="input_database" value="searchgui_tinydb1.fasta" ftype="fasta"/>
-            <param name="precursor_ion_tol" value="100"/>
-            <param name="fixed_modifications" value="Carbamidomethylation of C"/>
-            <param name="variable_modifications" value="Oxidation of M"/>
-            <param name="min_charge" value="1"/>
-            <param name="max_charge" value="3"/>
-            <param name="engines" value="X!Tandem,MSGF,MyriMatch,OMSSA,Comet"/>
-            <param name="xtandem|xtandem_advanced" value="yes"/>
-            <param name="xtandem|xtandem_advanced|xtandem_refine_selector" value="yes"/>
-            <output name="searchgui_results" file="tiny_searchgui_modifications_result1.zip" ftype="searchgui_archive" compare="sim_size" delta="30000" />
+            <param name="peak_lists_files" value="searchgui_tinyspectra1.mgf"/>
+            <param name="input_parameters_file" value="Identification_Parameters_default_modifications.par"/>
+            <param name="input_fasta_file" value="fastacli_searchgui_tinydb1_concatenated_target_decoy.fasta" ftype="fasta" />
+            <param name="engines" value="X!Tandem,MSGF,MyriMatch,Comet"/>
+            <output name="searchgui_results" file="searchgui_tiny_result_default_4engines_modifications.zip" ftype="searchgui_archive" compare="sim_size" delta="30000" />
         </test>
-        <!-- Test that search works with MSAmanda - with modifications -->
+
+        <!--
+            NOTE: Identification_Parameters_default_modifications.par adds:
+            - "Carbamidomethylation of C" as fixed modification
+            - "Oxidation of M" as variable modification
+          -->
+
+        <!-- Test that search works with MSAmanda with default default parameters - with modifications -->
         <test>
-            <param name="peak_lists" value="searchgui_tinyspectra1.mgf"/>
-            <param name="input_database" value="searchgui_tinydb1.fasta" ftype="fasta"/>
-            <param name="precursor_ion_tol" value="100"/>
-            <param name="fixed_modifications" value="Carbamidomethylation of C"/>
-            <param name="variable_modifications" value="Oxidation of M"/>
-            <param name="min_charge" value="1"/>
-            <param name="max_charge" value="3"/>
+            <param name="peak_lists_files" value="searchgui_tinyspectra1.mgf"/>
+            <param name="input_parameters_file" value="Identification_Parameters_default_modifications.par"/>
+            <param name="input_fasta_file" value="fastacli_searchgui_tinydb1_concatenated_target_decoy.fasta" ftype="fasta" />
             <param name="engines" value="MS_Amanda"/>
-            <output name="searchgui_results" file="tiny_searchgui_modifications_result_amandaonly.zip" ftype="searchgui_archive" compare="sim_size" delta="5000" />
+            <output name="searchgui_results" ftype="searchgui_archive">
+                <assert_contents>
+                    <has_size value="118136" delta="30000"/>
+                </assert_contents>
+            </output>
         </test>
+
     </tests>
     <help>
 **What it does**
 
-Runs multiple search engines on any number of MGF peak lists using the SearchGUI.
-Default:     X! Tandem, OMSSA and MS-GF+ are executed.
-Optional:     MyriMatch, MS-Amanda, Comet and Tide can be executed.
+Runs multiple search engines on any number of MGF peak lists using SearchGUI.
+
+Default:     X! Tandem and MS-GF+ are executed.
+
+Optional:     MyriMatch, MS-Amanda, OMSSA (it may not work into isolated environments like containers), Comet, Tide, DirecTag and Novor can be executed.
 
     </help>
     <expand macro="citations" />
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/Identification_Parameters_default.par	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,662 @@
+{
+  "marshallableParameterType": "identification_parameters",
+  "version": "5.0.1",
+  "name": "IdentificationParametersOutput",
+  "description": "Fragment Tolerance: 0.5 Da.\n",
+  "defaultDescription": true,
+  "searchParameters": {
+    "version": "5.0.1",
+    "precursorAccuracyType": "PPM",
+    "fragmentAccuracyType": "DA",
+    "precursorTolerance": 10.0,
+    "fragmentIonMZTolerance": 0.5,
+    "modificationParameters": {
+      "fixedModifications": [],
+      "variableModifications": [],
+      "refinementVariableModifications": [],
+      "refinementFixedModifications": [],
+      "colors": {},
+      "backUp": {},
+      "id": 0
+    },
+    "digestionParameters": {
+      "cleavageParameter": "enzyme",
+      "enzymes": [
+        {
+          "name": "Trypsin",
+          "aminoAcidBefore": [
+            "R",
+            "K"
+          ],
+          "aminoAcidAfter": [],
+          "restrictionBefore": [],
+          "restrictionAfter": [
+            "P"
+          ],
+          "cvTerm": {
+            "ontology": "PSI-MS",
+            "accession": "MS:1001251",
+            "name": "Trypsin",
+            "id": 0
+          },
+          "id": 0
+        }
+      ],
+      "nMissedCleavages": {
+        "Trypsin": 2
+      },
+      "specificity": {
+        "Trypsin": "specific"
+      },
+      "id": 0
+    },
+    "forwardIons": [
+      1
+    ],
+    "rewindIons": [
+      4
+    ],
+    "minChargeSearched": 2,
+    "maxChargeSearched": 4,
+    "minIsotopicCorrection": 0,
+    "maxIsotopicCorrection": 1,
+    "refMass": 2000.0,
+    "algorithmParameters": {
+      "1": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.OmssaParameters",
+        "data": {
+          "maxEValue": 100.0,
+          "hitListLength": 10,
+          "minimalChargeForMultipleChargedFragments": 3,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "removePrecursor": false,
+          "scalePrecursor": true,
+          "estimateCharge": true,
+          "selectedOutput": "OMX",
+          "memoryMappedSequenceLibraries": false,
+          "neutronThreshold": 1446.94,
+          "lowIntensityCutOff": 0.0,
+          "highIntensityCutOff": 0.2,
+          "intensityCutOffIncrement": 5.0E-4,
+          "singleChargeWindow": 27,
+          "doubleChargeWindow": 14,
+          "nPeaksInSingleChargeWindow": 2,
+          "nPeaksIndoubleChargeWindow": 2,
+          "maxHitsPerSpectrumPerCharge": 30,
+          "nAnnotatedMostIntensePeaks": 6,
+          "minAnnotatedPeaks": 2,
+          "minPeaks": 4,
+          "cleaveNtermMethionine": true,
+          "maxMzLadders": 128,
+          "maxFragmentCharge": 2,
+          "fractionOfPeaksForChargeEstimation": 0.95,
+          "determineChargePlusOneAlgorithmically": true,
+          "searchPositiveIons": true,
+          "minPrecPerSpectrum": 1,
+          "searchForwardFragmentFirst": false,
+          "searchRewindFragments": true,
+          "maxFragmentPerSeries": 100,
+          "useCorrelationCorrectionScore": true,
+          "consecutiveIonProbability": 0.5,
+          "iterativeSequenceEvalue": 0.0,
+          "iterativeReplaceEvalue": 0.0,
+          "iterativeSpectrumEvalue": 0.01,
+          "noProlineRuleSeries": [],
+          "ptmIndexes": {},
+          "id": 0
+        }
+      },
+      "33": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MetaMorpheusParameters",
+        "data": {
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "searchType": "Classic",
+          "totalPartitions": 1,
+          "dissociationType": "HCD",
+          "maxModsForPeptide": 2,
+          "initiatorMethionineBehavior": "Variable",
+          "scoreCutoff": 5.0,
+          "useDeltaScore": false,
+          "fragmentationTerminus": "Both",
+          "maxFragmentSize": 30000.0,
+          "massDiffAcceptorType": "OneMM",
+          "writeMzId": true,
+          "writePepXml": false,
+          "useProvidedPrecursorInfo": true,
+          "doPrecursorDeconvolution": true,
+          "deconvolutionIntensityRatio": 3.0,
+          "deconvolutionMassTolerance": 4.0,
+          "deconvolutionMassToleranceType": "PPM",
+          "trimMs1Peaks": false,
+          "trimMsMsPeaks": true,
+          "numberOfPeaksToKeepPerWindow": 200,
+          "minAllowedIntensityRatioToBasePeak": 0.01,
+          "normalizePeaksAcrossAllWindows": false,
+          "modPeptidesAreDifferent": false,
+          "noOneHitWonders": false,
+          "searchTarget": true,
+          "decoyType": "None",
+          "maxModificationIsoforms": 1024,
+          "minVariantDepth": 1,
+          "maxHeterozygousVariants": 4,
+          "runGptm": false,
+          "gPtmCategories": [
+            "Common_Biological",
+            "Common_Artifact",
+            "Metal"
+          ],
+          "id": 0
+        }
+      },
+      "2": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.XtandemParameters",
+        "data": {
+          "maxEValue": 0.01,
+          "outputResults": "all",
+          "dynamicRange": 100.0,
+          "nPeaks": 50,
+          "minPrecursorMass": 500.0,
+          "minFragmentMz": 200.0,
+          "minPeaksPerSpectrum": 5,
+          "proteinQuickAcetyl": true,
+          "quickPyrolidone": true,
+          "refine": true,
+          "refineSemi": false,
+          "refinePointMutations": false,
+          "refineSpectrumSynthesis": true,
+          "refineUnanticipatedCleavages": true,
+          "refineSnaps": true,
+          "maximumExpectationValueRefinement": 0.01,
+          "potentialModificationsForFullRefinment": false,
+          "skylinePath": "",
+          "outputProteins": true,
+          "outputSequences": false,
+          "outputSpectra": true,
+          "outputHistograms": false,
+          "stpBias": false,
+          "useNoiseSuppression": false,
+          "proteinPtmComplexity": 6.0,
+          "parentMonoisotopicMassIsotopeError": true,
+          "id": 0
+        }
+      },
+      "3": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.PepnovoParameters",
+        "data": {
+          "hitListLength": 10,
+          "estimateCharge": true,
+          "correctPrecursorMass": false,
+          "discardLowQualitySpectra": true,
+          "fragmentationModel": "CID_IT_TRYP",
+          "generateQuery": false,
+          "id": 0
+        }
+      },
+      "4": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.AndromedaParameters",
+        "data": {
+          "maxPeptideMass": 4600.0,
+          "maxCombinations": 250,
+          "topPeaks": 8,
+          "topPeaksWindow": 100,
+          "includeWater": true,
+          "includeAmmonia": true,
+          "dependentLosses": true,
+          "fragmentAll": false,
+          "empiricalCorrection": true,
+          "higherCharge": true,
+          "fragmentationMethod": "CID",
+          "maxNumberOfModifications": 5,
+          "minPeptideLengthNoEnzyme": 8,
+          "maxPeptideLengthNoEnzyme": 30,
+          "equalIL": false,
+          "numberOfCandidates": 10,
+          "ptmIndexes": {},
+          "decoyMode": "none",
+          "id": 0
+        }
+      },
+      "5": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MsAmandaParameters",
+        "data": {
+          "generateDecoy": false,
+          "reportBothBestHitsForTD": true,
+          "instrumentID": "b, y",
+          "maxRank": 10,
+          "monoisotopic": true,
+          "lowMemoryMode": true,
+          "performDeisotoping": true,
+          "maxModifications": 3,
+          "maxVariableModifications": 4,
+          "maxModificationSites": 6,
+          "maxNeutralLosses": 1,
+          "maxNeutralLossesPerModification": 2,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "maxLoadedProteins": 100000,
+          "maxLoadedSpectra": 2000,
+          "outputFormat": "csv",
+          "id": 0
+        }
+      },
+      "7": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MsgfParameters",
+        "data": {
+          "searchDecoyDatabase": false,
+          "instrumentID": 3,
+          "fragmentationType": 3,
+          "protocol": 0,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "numberOfSpectrumMarches": 10,
+          "additionalOutput": false,
+          "numberTolerableTermini": 2,
+          "numberOfModificationsPerPeptide": 2,
+          "id": 0
+        }
+      },
+      "8": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.DirecTagParameters",
+        "data": {
+          "ticCutoffPercentage": 100.0,
+          "maxPeakCount": 100,
+          "numIntensityClasses": 3,
+          "adjustPrecursorMass": false,
+          "minPrecursorAdjustment": -0.5,
+          "maxPrecursorAdjustment": 1.5,
+          "precursorAdjustmentStep": 0.1,
+          "numChargeStates": 3,
+          "outputSuffix": "",
+          "useChargeStateFromMS": true,
+          "duplicateSpectra": true,
+          "deisotopingMode": 0,
+          "isotopeMzTolerance": 0.25,
+          "complementMzTolerance": 0.1,
+          "tagLength": 4,
+          "maxDynamicMods": 2,
+          "maxTagCount": 10,
+          "intensityScoreWeight": 1.0,
+          "mzFidelityScoreWeight": 1.0,
+          "complementScoreWeight": 1.0,
+          "variableModifications": [],
+          "id": 0
+        }
+      },
+      "10": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.CometParameters",
+        "data": {
+          "numberOfSpectrumMatches": 10,
+          "maxVariableMods": 10,
+          "requireVariableMods": false,
+          "minPeaks": 10,
+          "minPeakIntensity": 0.0,
+          "removePrecursor": 0,
+          "removePrecursorTolerance": 1.5,
+          "lowerClearMzRange": 0.0,
+          "upperClearMzRange": 0.0,
+          "enzymeType": 2,
+          "isotopeCorrection": 3,
+          "minPrecursorMass": 600.0,
+          "maxPrecursorMass": 5000.0,
+          "maxFragmentCharge": 3,
+          "removeMethionine": false,
+          "batchSize": 0,
+          "theoreticalFragmentIonsSumOnly": false,
+          "fragmentBinOffset": 0.0,
+          "useSparseMatrix": true,
+          "selectedOutputFormat": "PepXML",
+          "printExpectScore": true,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "id": 0
+        }
+      },
+      "13": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MyriMatchParameters",
+        "data": {
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "numberOfSpectrumMatches": 10,
+          "ticCutoffPercentage": 0.98,
+          "maxDynamicMods": 2,
+          "minTerminiCleavages": 2,
+          "minPrecursorMass": 600.0,
+          "maxPrecursorMass": 5000.0,
+          "useSmartPlusThreeModel": false,
+          "computeXCorr": false,
+          "numIntensityClasses": 3,
+          "classSizeMultiplier": 2,
+          "numberOfBatches": 50,
+          "lowerIsotopeCorrection": -1,
+          "upperIsotopeCorrection": 2,
+          "fragmentationRule": "CID",
+          "maxPeakCount": 300,
+          "outputFormat": "mzIdentML",
+          "id": 0
+        }
+      },
+      "27": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.PNovoParameters",
+        "data": {
+          "numberOfPeptides": 10,
+          "lowerPrecursorMass": 300,
+          "upperPrecursorMass": 5000,
+          "acticationType": "HCD",
+          "id": 0
+        }
+      },
+      "28": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.TideParameters",
+        "data": {
+          "fastIndexFolderName": "fasta-index",
+          "maxVariableModificationsPerPeptide": 255,
+          "maxVariableModificationsPerTypePerPeptide": 2,
+          "minPeptideLength": 6,
+          "maxPeptideLength": 30,
+          "minPrecursorMass": 200.0,
+          "maxPrecursorMass": 7200.0,
+          "decoyFormat": "none",
+          "keepTerminalAminoAcids": "NC",
+          "decoySeed": 1,
+          "outputFolderName": "crux-output",
+          "printPeptides": false,
+          "verbosity": 30,
+          "monoisotopicPrecursor": true,
+          "clipNtermMethionine": false,
+          "digestionType": "full-digest",
+          "computeSpScore": false,
+          "numberOfSpectrumMatches": 10,
+          "computeExactPValues": false,
+          "minSpectrumMz": 0.0,
+          "minSpectrumPeaks": 20,
+          "spectrumCharges": "all",
+          "removePrecursor": false,
+          "removePrecursorTolerance": 1.5,
+          "printProgressIndicatorSize": 1000,
+          "useFlankingPeaks": false,
+          "useNeutralLossPeaks": false,
+          "mzBinWidth": 0.02,
+          "mzBinOffset": 0.0,
+          "concatenateTargetDecoy": false,
+          "textOutput": true,
+          "sqtOutput": false,
+          "pepXmlOutput": false,
+          "mzidOutput": false,
+          "pinOutput": false,
+          "removeTempFolders": true,
+          "id": 0
+        }
+      },
+      "29": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.NovorParameters",
+        "data": {
+          "fragmentationMethod": "HCD",
+          "massAnalyzer": "FT",
+          "id": 0
+        }
+      }
+    },
+    "flanking": false,
+    "id": 0
+  },
+  "annotationParameters": {
+    "yAxisZoomExcludesBackgroundPeaks": true,
+    "showAllPeaks": false,
+    "intensityThresholdType": "percentile",
+    "intensityLimit": 0.75,
+    "automaticAnnotation": true,
+    "selectedIonsMap": {
+      "PEPTIDE_FRAGMENT_ION": [
+        4,
+        1
+      ],
+      "REPORTER_ION": [],
+      "IMMONIUM_ION": [
+        0,
+        1,
+        2,
+        3,
+        4,
+        5,
+        6,
+        7,
+        8,
+        9,
+        10,
+        11,
+        12,
+        13,
+        14,
+        15,
+        16,
+        17,
+        18,
+        19,
+        20
+      ],
+      "RELATED_ION": [
+        0,
+        1,
+        2,
+        3,
+        4,
+        5,
+        6,
+        7,
+        8,
+        9,
+        10,
+        11,
+        12,
+        13,
+        14,
+        15,
+        16,
+        17,
+        18
+      ],
+      "TAG_FRAGMENT_ION": [
+        4,
+        1
+      ],
+      "PRECURSOR_ION": [
+        0
+      ]
+    },
+    "neutralLossesList": [
+      {
+        "composition": {
+          "atomChain": [
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "O",
+              "isotope": 0,
+              "id": 0
+            }
+          ],
+          "mass": -1.0,
+          "id": 0
+        },
+        "name": "H2O",
+        "fixed": false,
+        "aminoAcids": [
+          "D",
+          "E",
+          "S",
+          "T"
+        ],
+        "id": 0
+      },
+      {
+        "composition": {
+          "atomChain": [
+            {
+              "atomSymbol": "N",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            }
+          ],
+          "mass": -1.0,
+          "id": 0
+        },
+        "name": "NH3",
+        "fixed": false,
+        "aminoAcids": [
+          "K",
+          "N",
+          "Q",
+          "R"
+        ],
+        "id": 0
+      }
+    ],
+    "neutralLossesAuto": true,
+    "reporterIons": true,
+    "relatedIons": true,
+    "fragmentIonAccuracy": 10.0,
+    "fragmentIonPpm": false,
+    "showForwardIonDeNovoTags": false,
+    "showRewindIonDeNovoTags": false,
+    "deNovoCharge": 1,
+    "tiesResolution": "mostAccurateMz",
+    "id": 0
+  },
+  "sequenceMatchingParameters": {
+    "sequenceMatchingType": "indistiguishableAminoAcids",
+    "limitX": 0.25,
+    "enzymaticTagsOnly": false,
+    "maxPtmsPerTagPeptide": 3,
+    "minAminoAcidScore": 30,
+    "minTagLength": 3,
+    "id": 0
+  },
+  "peptideVariantsParameters": {
+    "variantType": "NO_VARIANT",
+    "nVariants": 0,
+    "nAaDeletions": 0,
+    "nAaInsertions": 0,
+    "nAaSubstitutions": 0,
+    "nAaSwap": 0,
+    "aaSubstitutionMatrix": {
+      "name": "No Substitution",
+      "description": "No substitution",
+      "substitutions": {},
+      "reverseMap": {},
+      "id": 0
+    },
+    "fixedVariants": {},
+    "id": 0
+  },
+  "geneParameters": {
+    "autoUpdate": false,
+    "useGeneMapping": false,
+    "id": 0
+  },
+  "psmScoringParameters": {
+    "spectrumMatchingScores": {
+      "8": [
+        1
+      ],
+      "3": [
+        1
+      ],
+      "27": [
+        1
+      ]
+    },
+    "defaultScores": [
+      -1
+    ],
+    "minDecoysInBin": 10,
+    "id": 0
+  },
+  "peptideAssumptionFilter": {
+    "minPepLength": 8,
+    "maxPepLength": 30,
+    "maxMassDeviation": 10.0,
+    "isPpm": true,
+    "unknownModification": true,
+    "minIsotopes": 0,
+    "maxIsotopes": 1,
+    "id": 0
+  },
+  "modificationLocalizationParameters": {
+    "probabilisticScoreCalculation": true,
+    "selectedProbabilisticScore": "PhosphoRS",
+    "dScoreThreshold": 95.0,
+    "probabilisticScoreThreshold": 95.0,
+    "probabilisticScoreNeutralLosses": false,
+    "sequenceMatchingParameters": {
+      "sequenceMatchingType": "aminoAcid",
+      "limitX": 0.25,
+      "enzymaticTagsOnly": false,
+      "maxPtmsPerTagPeptide": 3,
+      "minAminoAcidScore": 30,
+      "minTagLength": 3,
+      "id": 0
+    },
+    "alignNonConfidentModifications": true,
+    "id": 0
+  },
+  "proteinInferenceParameters": {
+    "modificationRefinement": true,
+    "simplifyProteinGroups": true,
+    "simplifyGroupsEvidence": true,
+    "simplifyGroupsConfidence": true,
+    "simplifyGroupsEnzymaticity": true,
+    "simplifyGroupsVariants": true,
+    "confidenceThreshold": 0.05,
+    "id": 0
+  },
+  "idValidationParameters": {
+    "defaultProteinFDR": 1.0,
+    "defaultPeptideFDR": 1.0,
+    "defaultPsmFDR": 1.0,
+    "validationQCPreferences": {
+      "dbSize": false,
+      "firstDecoy": true,
+      "confidenceMargin": 1.0,
+      "id": 0
+    },
+    "id": 0
+  },
+  "fractionParameters": {
+    "proteinConfidenceMwPlots": 95.0,
+    "fractionMolecularWeightRanges": {},
+    "id": 0
+  },
+  "fastaParameters": {
+    "targetDecoy": true,
+    "decoyFlag": "-REVERSED",
+    "decoySuffix": true,
+    "targetDecoyFileNameTag": "_concatenated_target_decoy",
+    "id": 0
+  },
+  "id": 0
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/Identification_Parameters_default_modifications.par	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,882 @@
+{
+  "marshallableParameterType": "identification_parameters",
+  "version": "5.0.1",
+  "name": "IdentificationParametersOutput",
+  "description": "Fixed: Carbamidomethylation of C.\nVariable: Oxidation of M.\nFragment Tolerance: 0.5 Da.\n",
+  "defaultDescription": true,
+  "searchParameters": {
+    "version": "5.0.1",
+    "precursorAccuracyType": "PPM",
+    "fragmentAccuracyType": "DA",
+    "precursorTolerance": 10.0,
+    "fragmentIonMZTolerance": 0.5,
+    "modificationParameters": {
+      "fixedModifications": [
+        "Carbamidomethylation of C"
+      ],
+      "variableModifications": [
+        "Oxidation of M"
+      ],
+      "refinementVariableModifications": [],
+      "refinementFixedModifications": [],
+      "colors": {},
+      "backUp": {
+        "Carbamidomethylation of C": {
+          "modificationType": "modaa",
+          "name": "Carbamidomethylation of C",
+          "shortName": "cmm",
+          "neutralLosses": [],
+          "reporterIons": [],
+          "pattern": {
+            "length": 0,
+            "residueTargeted": {
+              "0": [
+                "C"
+              ]
+            },
+            "id": 0
+          },
+          "atomChainAdded": {
+            "atomChain": [
+              {
+                "atomSymbol": "C",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "C",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "H",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "H",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "H",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "N",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "O",
+                "isotope": 0,
+                "id": 0
+              }
+            ],
+            "mass": -1.0,
+            "id": 0
+          },
+          "atomChainRemoved": {
+            "atomChain": [],
+            "mass": -1.0,
+            "id": 0
+          },
+          "unimodCvTerm": {
+            "ontology": "UNIMOD",
+            "accession": "UNIMOD:4",
+            "name": "Carbamidomethyl",
+            "id": 0
+          },
+          "psiModCvTerm": {
+            "ontology": "MOD",
+            "accession": "MOD:01060",
+            "name": "S-carboxamidomethyl-L-cysteine",
+            "id": 0
+          },
+          "category": "Common",
+          "id": 0
+        },
+        "Oxidation of M": {
+          "modificationType": "modaa",
+          "name": "Oxidation of M",
+          "shortName": "ox",
+          "neutralLosses": [
+            {
+              "composition": {
+                "atomChain": [
+                  {
+                    "atomSymbol": "C",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "H",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "H",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "H",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "H",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "O",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "S",
+                    "isotope": 0,
+                    "id": 0
+                  }
+                ],
+                "mass": -1.0,
+                "id": 0
+              },
+              "name": "CH4OS",
+              "fixed": false,
+              "id": 0
+            }
+          ],
+          "reporterIons": [],
+          "pattern": {
+            "length": 0,
+            "residueTargeted": {
+              "0": [
+                "M"
+              ]
+            },
+            "id": 0
+          },
+          "atomChainAdded": {
+            "atomChain": [
+              {
+                "atomSymbol": "O",
+                "isotope": 0,
+                "id": 0
+              }
+            ],
+            "mass": -1.0,
+            "id": 0
+          },
+          "atomChainRemoved": {
+            "atomChain": [],
+            "mass": -1.0,
+            "id": 0
+          },
+          "unimodCvTerm": {
+            "ontology": "UNIMOD",
+            "accession": "UNIMOD:35",
+            "name": "Oxidation",
+            "id": 0
+          },
+          "psiModCvTerm": {
+            "ontology": "MOD",
+            "accession": "MOD:00719",
+            "name": "L-methionine sulfoxide",
+            "id": 0
+          },
+          "category": "Common",
+          "id": 0
+        }
+      },
+      "id": 0
+    },
+    "digestionParameters": {
+      "cleavageParameter": "enzyme",
+      "enzymes": [
+        {
+          "name": "Trypsin",
+          "aminoAcidBefore": [
+            "R",
+            "K"
+          ],
+          "aminoAcidAfter": [],
+          "restrictionBefore": [],
+          "restrictionAfter": [
+            "P"
+          ],
+          "cvTerm": {
+            "ontology": "PSI-MS",
+            "accession": "MS:1001251",
+            "name": "Trypsin",
+            "id": 0
+          },
+          "id": 0
+        }
+      ],
+      "nMissedCleavages": {
+        "Trypsin": 2
+      },
+      "specificity": {
+        "Trypsin": "specific"
+      },
+      "id": 0
+    },
+    "forwardIons": [
+      1
+    ],
+    "rewindIons": [
+      4
+    ],
+    "minChargeSearched": 2,
+    "maxChargeSearched": 4,
+    "minIsotopicCorrection": 0,
+    "maxIsotopicCorrection": 1,
+    "refMass": 2000.0,
+    "algorithmParameters": {
+      "1": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.OmssaParameters",
+        "data": {
+          "maxEValue": 100.0,
+          "hitListLength": 10,
+          "minimalChargeForMultipleChargedFragments": 3,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "removePrecursor": false,
+          "scalePrecursor": true,
+          "estimateCharge": true,
+          "selectedOutput": "OMX",
+          "memoryMappedSequenceLibraries": false,
+          "neutronThreshold": 1446.94,
+          "lowIntensityCutOff": 0.0,
+          "highIntensityCutOff": 0.2,
+          "intensityCutOffIncrement": 5.0E-4,
+          "singleChargeWindow": 27,
+          "doubleChargeWindow": 14,
+          "nPeaksInSingleChargeWindow": 2,
+          "nPeaksIndoubleChargeWindow": 2,
+          "maxHitsPerSpectrumPerCharge": 30,
+          "nAnnotatedMostIntensePeaks": 6,
+          "minAnnotatedPeaks": 2,
+          "minPeaks": 4,
+          "cleaveNtermMethionine": true,
+          "maxMzLadders": 128,
+          "maxFragmentCharge": 2,
+          "fractionOfPeaksForChargeEstimation": 0.95,
+          "determineChargePlusOneAlgorithmically": true,
+          "searchPositiveIons": true,
+          "minPrecPerSpectrum": 1,
+          "searchForwardFragmentFirst": false,
+          "searchRewindFragments": true,
+          "maxFragmentPerSeries": 100,
+          "useCorrelationCorrectionScore": true,
+          "consecutiveIonProbability": 0.5,
+          "iterativeSequenceEvalue": 0.0,
+          "iterativeReplaceEvalue": 0.0,
+          "iterativeSpectrumEvalue": 0.01,
+          "noProlineRuleSeries": [],
+          "ptmIndexes": {},
+          "id": 0
+        }
+      },
+      "33": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MetaMorpheusParameters",
+        "data": {
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "searchType": "Classic",
+          "totalPartitions": 1,
+          "dissociationType": "HCD",
+          "maxModsForPeptide": 2,
+          "initiatorMethionineBehavior": "Variable",
+          "scoreCutoff": 5.0,
+          "useDeltaScore": false,
+          "fragmentationTerminus": "Both",
+          "maxFragmentSize": 30000.0,
+          "massDiffAcceptorType": "OneMM",
+          "writeMzId": true,
+          "writePepXml": false,
+          "useProvidedPrecursorInfo": true,
+          "doPrecursorDeconvolution": true,
+          "deconvolutionIntensityRatio": 3.0,
+          "deconvolutionMassTolerance": 4.0,
+          "deconvolutionMassToleranceType": "PPM",
+          "trimMs1Peaks": false,
+          "trimMsMsPeaks": true,
+          "numberOfPeaksToKeepPerWindow": 200,
+          "minAllowedIntensityRatioToBasePeak": 0.01,
+          "normalizePeaksAcrossAllWindows": false,
+          "modPeptidesAreDifferent": false,
+          "noOneHitWonders": false,
+          "searchTarget": true,
+          "decoyType": "None",
+          "maxModificationIsoforms": 1024,
+          "minVariantDepth": 1,
+          "maxHeterozygousVariants": 4,
+          "runGptm": false,
+          "gPtmCategories": [
+            "Common_Biological",
+            "Common_Artifact",
+            "Metal"
+          ],
+          "id": 0
+        }
+      },
+      "2": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.XtandemParameters",
+        "data": {
+          "maxEValue": 0.01,
+          "outputResults": "all",
+          "dynamicRange": 100.0,
+          "nPeaks": 50,
+          "minPrecursorMass": 500.0,
+          "minFragmentMz": 200.0,
+          "minPeaksPerSpectrum": 5,
+          "proteinQuickAcetyl": true,
+          "quickPyrolidone": true,
+          "refine": true,
+          "refineSemi": false,
+          "refinePointMutations": false,
+          "refineSpectrumSynthesis": true,
+          "refineUnanticipatedCleavages": true,
+          "refineSnaps": true,
+          "maximumExpectationValueRefinement": 0.01,
+          "potentialModificationsForFullRefinment": false,
+          "skylinePath": "",
+          "outputProteins": true,
+          "outputSequences": false,
+          "outputSpectra": true,
+          "outputHistograms": false,
+          "stpBias": false,
+          "useNoiseSuppression": false,
+          "proteinPtmComplexity": 6.0,
+          "parentMonoisotopicMassIsotopeError": true,
+          "id": 0
+        }
+      },
+      "3": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.PepnovoParameters",
+        "data": {
+          "hitListLength": 10,
+          "estimateCharge": true,
+          "correctPrecursorMass": false,
+          "discardLowQualitySpectra": true,
+          "fragmentationModel": "CID_IT_TRYP",
+          "generateQuery": false,
+          "id": 0
+        }
+      },
+      "4": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.AndromedaParameters",
+        "data": {
+          "maxPeptideMass": 4600.0,
+          "maxCombinations": 250,
+          "topPeaks": 8,
+          "topPeaksWindow": 100,
+          "includeWater": true,
+          "includeAmmonia": true,
+          "dependentLosses": true,
+          "fragmentAll": false,
+          "empiricalCorrection": true,
+          "higherCharge": true,
+          "fragmentationMethod": "CID",
+          "maxNumberOfModifications": 5,
+          "minPeptideLengthNoEnzyme": 8,
+          "maxPeptideLengthNoEnzyme": 30,
+          "equalIL": false,
+          "numberOfCandidates": 10,
+          "ptmIndexes": {},
+          "decoyMode": "none",
+          "id": 0
+        }
+      },
+      "5": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MsAmandaParameters",
+        "data": {
+          "generateDecoy": false,
+          "reportBothBestHitsForTD": true,
+          "instrumentID": "b, y",
+          "maxRank": 10,
+          "monoisotopic": true,
+          "lowMemoryMode": true,
+          "performDeisotoping": true,
+          "maxModifications": 3,
+          "maxVariableModifications": 4,
+          "maxModificationSites": 6,
+          "maxNeutralLosses": 1,
+          "maxNeutralLossesPerModification": 2,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "maxLoadedProteins": 100000,
+          "maxLoadedSpectra": 2000,
+          "outputFormat": "csv",
+          "id": 0
+        }
+      },
+      "7": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MsgfParameters",
+        "data": {
+          "searchDecoyDatabase": false,
+          "instrumentID": 3,
+          "fragmentationType": 3,
+          "protocol": 0,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "numberOfSpectrumMarches": 10,
+          "additionalOutput": false,
+          "numberTolerableTermini": 2,
+          "numberOfModificationsPerPeptide": 2,
+          "id": 0
+        }
+      },
+      "8": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.DirecTagParameters",
+        "data": {
+          "ticCutoffPercentage": 100.0,
+          "maxPeakCount": 100,
+          "numIntensityClasses": 3,
+          "adjustPrecursorMass": false,
+          "minPrecursorAdjustment": -0.5,
+          "maxPrecursorAdjustment": 1.5,
+          "precursorAdjustmentStep": 0.1,
+          "numChargeStates": 3,
+          "outputSuffix": "",
+          "useChargeStateFromMS": true,
+          "duplicateSpectra": true,
+          "deisotopingMode": 0,
+          "isotopeMzTolerance": 0.25,
+          "complementMzTolerance": 0.1,
+          "tagLength": 4,
+          "maxDynamicMods": 2,
+          "maxTagCount": 10,
+          "intensityScoreWeight": 1.0,
+          "mzFidelityScoreWeight": 1.0,
+          "complementScoreWeight": 1.0,
+          "variableModifications": [],
+          "id": 0
+        }
+      },
+      "10": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.CometParameters",
+        "data": {
+          "numberOfSpectrumMatches": 10,
+          "maxVariableMods": 10,
+          "requireVariableMods": false,
+          "minPeaks": 10,
+          "minPeakIntensity": 0.0,
+          "removePrecursor": 0,
+          "removePrecursorTolerance": 1.5,
+          "lowerClearMzRange": 0.0,
+          "upperClearMzRange": 0.0,
+          "enzymeType": 2,
+          "isotopeCorrection": 3,
+          "minPrecursorMass": 600.0,
+          "maxPrecursorMass": 5000.0,
+          "maxFragmentCharge": 3,
+          "removeMethionine": false,
+          "batchSize": 0,
+          "theoreticalFragmentIonsSumOnly": false,
+          "fragmentBinOffset": 0.0,
+          "useSparseMatrix": true,
+          "selectedOutputFormat": "PepXML",
+          "printExpectScore": true,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "id": 0
+        }
+      },
+      "13": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MyriMatchParameters",
+        "data": {
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "numberOfSpectrumMatches": 10,
+          "ticCutoffPercentage": 0.98,
+          "maxDynamicMods": 2,
+          "minTerminiCleavages": 2,
+          "minPrecursorMass": 600.0,
+          "maxPrecursorMass": 5000.0,
+          "useSmartPlusThreeModel": false,
+          "computeXCorr": false,
+          "numIntensityClasses": 3,
+          "classSizeMultiplier": 2,
+          "numberOfBatches": 50,
+          "lowerIsotopeCorrection": -1,
+          "upperIsotopeCorrection": 2,
+          "fragmentationRule": "CID",
+          "maxPeakCount": 300,
+          "outputFormat": "mzIdentML",
+          "id": 0
+        }
+      },
+      "27": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.PNovoParameters",
+        "data": {
+          "numberOfPeptides": 10,
+          "lowerPrecursorMass": 300,
+          "upperPrecursorMass": 5000,
+          "acticationType": "HCD",
+          "id": 0
+        }
+      },
+      "28": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.TideParameters",
+        "data": {
+          "fastIndexFolderName": "fasta-index",
+          "maxVariableModificationsPerPeptide": 255,
+          "maxVariableModificationsPerTypePerPeptide": 2,
+          "minPeptideLength": 6,
+          "maxPeptideLength": 30,
+          "minPrecursorMass": 200.0,
+          "maxPrecursorMass": 7200.0,
+          "decoyFormat": "none",
+          "keepTerminalAminoAcids": "NC",
+          "decoySeed": 1,
+          "outputFolderName": "crux-output",
+          "printPeptides": false,
+          "verbosity": 30,
+          "monoisotopicPrecursor": true,
+          "clipNtermMethionine": false,
+          "digestionType": "full-digest",
+          "computeSpScore": false,
+          "numberOfSpectrumMatches": 10,
+          "computeExactPValues": false,
+          "minSpectrumMz": 0.0,
+          "minSpectrumPeaks": 20,
+          "spectrumCharges": "all",
+          "removePrecursor": false,
+          "removePrecursorTolerance": 1.5,
+          "printProgressIndicatorSize": 1000,
+          "useFlankingPeaks": false,
+          "useNeutralLossPeaks": false,
+          "mzBinWidth": 0.02,
+          "mzBinOffset": 0.0,
+          "concatenateTargetDecoy": false,
+          "textOutput": true,
+          "sqtOutput": false,
+          "pepXmlOutput": false,
+          "mzidOutput": false,
+          "pinOutput": false,
+          "removeTempFolders": true,
+          "id": 0
+        }
+      },
+      "29": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.NovorParameters",
+        "data": {
+          "fragmentationMethod": "HCD",
+          "massAnalyzer": "FT",
+          "id": 0
+        }
+      }
+    },
+    "flanking": false,
+    "id": 0
+  },
+  "annotationParameters": {
+    "yAxisZoomExcludesBackgroundPeaks": true,
+    "showAllPeaks": false,
+    "intensityThresholdType": "percentile",
+    "intensityLimit": 0.75,
+    "automaticAnnotation": true,
+    "selectedIonsMap": {
+      "IMMONIUM_ION": [
+        0,
+        1,
+        2,
+        3,
+        4,
+        5,
+        6,
+        7,
+        8,
+        9,
+        10,
+        11,
+        12,
+        13,
+        14,
+        15,
+        16,
+        17,
+        18,
+        19,
+        20
+      ],
+      "PEPTIDE_FRAGMENT_ION": [
+        4,
+        1
+      ],
+      "PRECURSOR_ION": [
+        0
+      ],
+      "TAG_FRAGMENT_ION": [
+        4,
+        1
+      ],
+      "REPORTER_ION": [],
+      "RELATED_ION": [
+        0,
+        1,
+        2,
+        3,
+        4,
+        5,
+        6,
+        7,
+        8,
+        9,
+        10,
+        11,
+        12,
+        13,
+        14,
+        15,
+        16,
+        17,
+        18
+      ]
+    },
+    "neutralLossesList": [
+      {
+        "composition": {
+          "atomChain": [
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "O",
+              "isotope": 0,
+              "id": 0
+            }
+          ],
+          "mass": -1.0,
+          "id": 0
+        },
+        "name": "H2O",
+        "fixed": false,
+        "aminoAcids": [
+          "D",
+          "E",
+          "S",
+          "T"
+        ],
+        "id": 0
+      },
+      {
+        "composition": {
+          "atomChain": [
+            {
+              "atomSymbol": "N",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            }
+          ],
+          "mass": -1.0,
+          "id": 0
+        },
+        "name": "NH3",
+        "fixed": false,
+        "aminoAcids": [
+          "K",
+          "N",
+          "Q",
+          "R"
+        ],
+        "id": 0
+      },
+      {
+        "composition": {
+          "atomChain": [
+            {
+              "atomSymbol": "C",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "O",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "S",
+              "isotope": 0,
+              "id": 0
+            }
+          ],
+          "mass": -1.0,
+          "id": 0
+        },
+        "name": "CH4OS",
+        "fixed": false,
+        "id": 0
+      }
+    ],
+    "neutralLossesAuto": true,
+    "reporterIons": true,
+    "relatedIons": true,
+    "fragmentIonAccuracy": 10.0,
+    "fragmentIonPpm": false,
+    "showForwardIonDeNovoTags": false,
+    "showRewindIonDeNovoTags": false,
+    "deNovoCharge": 1,
+    "tiesResolution": "mostAccurateMz",
+    "id": 0
+  },
+  "sequenceMatchingParameters": {
+    "sequenceMatchingType": "indistiguishableAminoAcids",
+    "limitX": 0.25,
+    "enzymaticTagsOnly": false,
+    "maxPtmsPerTagPeptide": 3,
+    "minAminoAcidScore": 30,
+    "minTagLength": 3,
+    "id": 0
+  },
+  "peptideVariantsParameters": {
+    "variantType": "NO_VARIANT",
+    "nVariants": 0,
+    "nAaDeletions": 0,
+    "nAaInsertions": 0,
+    "nAaSubstitutions": 0,
+    "nAaSwap": 0,
+    "aaSubstitutionMatrix": {
+      "name": "No Substitution",
+      "description": "No substitution",
+      "substitutions": {},
+      "reverseMap": {},
+      "id": 0
+    },
+    "fixedVariants": {},
+    "id": 0
+  },
+  "geneParameters": {
+    "autoUpdate": false,
+    "useGeneMapping": false,
+    "id": 0
+  },
+  "psmScoringParameters": {
+    "spectrumMatchingScores": {
+      "8": [
+        1
+      ],
+      "3": [
+        1
+      ],
+      "27": [
+        1
+      ]
+    },
+    "defaultScores": [
+      -1
+    ],
+    "minDecoysInBin": 10,
+    "id": 0
+  },
+  "peptideAssumptionFilter": {
+    "minPepLength": 8,
+    "maxPepLength": 30,
+    "maxMassDeviation": 10.0,
+    "isPpm": true,
+    "unknownModification": true,
+    "minIsotopes": 0,
+    "maxIsotopes": 1,
+    "id": 0
+  },
+  "modificationLocalizationParameters": {
+    "probabilisticScoreCalculation": true,
+    "selectedProbabilisticScore": "PhosphoRS",
+    "dScoreThreshold": 95.0,
+    "probabilisticScoreThreshold": 95.0,
+    "probabilisticScoreNeutralLosses": false,
+    "sequenceMatchingParameters": {
+      "sequenceMatchingType": "aminoAcid",
+      "limitX": 0.25,
+      "enzymaticTagsOnly": false,
+      "maxPtmsPerTagPeptide": 3,
+      "minAminoAcidScore": 30,
+      "minTagLength": 3,
+      "id": 0
+    },
+    "alignNonConfidentModifications": true,
+    "id": 0
+  },
+  "proteinInferenceParameters": {
+    "modificationRefinement": true,
+    "simplifyProteinGroups": true,
+    "simplifyGroupsEvidence": true,
+    "simplifyGroupsConfidence": true,
+    "simplifyGroupsEnzymaticity": true,
+    "simplifyGroupsVariants": true,
+    "confidenceThreshold": 0.05,
+    "id": 0
+  },
+  "idValidationParameters": {
+    "defaultProteinFDR": 1.0,
+    "defaultPeptideFDR": 1.0,
+    "defaultPsmFDR": 1.0,
+    "validationQCPreferences": {
+      "dbSize": false,
+      "firstDecoy": true,
+      "confidenceMargin": 1.0,
+      "id": 0
+    },
+    "id": 0
+  },
+  "fractionParameters": {
+    "proteinConfidenceMwPlots": 95.0,
+    "fractionMolecularWeightRanges": {},
+    "id": 0
+  },
+  "fastaParameters": {
+    "targetDecoy": true,
+    "decoyFlag": "-REVERSED",
+    "decoySuffix": true,
+    "targetDecoyFileNameTag": "_concatenated_target_decoy",
+    "id": 0
+  },
+  "id": 0
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/Identification_Parameters_specific.par	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,882 @@
+{
+  "marshallableParameterType": "identification_parameters",
+  "version": "5.0.1",
+  "name": "IdentificationParametersOutput",
+  "description": "Fixed: Carbamidomethylation of C.\nVariable: Oxidation of M.\nPrecursor Tolerance: 100.0 ppm.\nFragment Tolerance: 0.5 Da.\nCharge: 1-3.\n",
+  "defaultDescription": true,
+  "searchParameters": {
+    "version": "5.0.1",
+    "precursorAccuracyType": "PPM",
+    "fragmentAccuracyType": "DA",
+    "precursorTolerance": 100.0,
+    "fragmentIonMZTolerance": 0.5,
+    "modificationParameters": {
+      "fixedModifications": [
+        "Carbamidomethylation of C"
+      ],
+      "variableModifications": [
+        "Oxidation of M"
+      ],
+      "refinementVariableModifications": [],
+      "refinementFixedModifications": [],
+      "colors": {},
+      "backUp": {
+        "Carbamidomethylation of C": {
+          "modificationType": "modaa",
+          "name": "Carbamidomethylation of C",
+          "shortName": "cmm",
+          "neutralLosses": [],
+          "reporterIons": [],
+          "pattern": {
+            "length": 0,
+            "residueTargeted": {
+              "0": [
+                "C"
+              ]
+            },
+            "id": 0
+          },
+          "atomChainAdded": {
+            "atomChain": [
+              {
+                "atomSymbol": "C",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "C",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "H",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "H",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "H",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "N",
+                "isotope": 0,
+                "id": 0
+              },
+              {
+                "atomSymbol": "O",
+                "isotope": 0,
+                "id": 0
+              }
+            ],
+            "mass": -1.0,
+            "id": 0
+          },
+          "atomChainRemoved": {
+            "atomChain": [],
+            "mass": -1.0,
+            "id": 0
+          },
+          "unimodCvTerm": {
+            "ontology": "UNIMOD",
+            "accession": "UNIMOD:4",
+            "name": "Carbamidomethyl",
+            "id": 0
+          },
+          "psiModCvTerm": {
+            "ontology": "MOD",
+            "accession": "MOD:01060",
+            "name": "S-carboxamidomethyl-L-cysteine",
+            "id": 0
+          },
+          "category": "Common",
+          "id": 0
+        },
+        "Oxidation of M": {
+          "modificationType": "modaa",
+          "name": "Oxidation of M",
+          "shortName": "ox",
+          "neutralLosses": [
+            {
+              "composition": {
+                "atomChain": [
+                  {
+                    "atomSymbol": "C",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "H",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "H",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "H",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "H",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "O",
+                    "isotope": 0,
+                    "id": 0
+                  },
+                  {
+                    "atomSymbol": "S",
+                    "isotope": 0,
+                    "id": 0
+                  }
+                ],
+                "mass": -1.0,
+                "id": 0
+              },
+              "name": "CH4OS",
+              "fixed": false,
+              "id": 0
+            }
+          ],
+          "reporterIons": [],
+          "pattern": {
+            "length": 0,
+            "residueTargeted": {
+              "0": [
+                "M"
+              ]
+            },
+            "id": 0
+          },
+          "atomChainAdded": {
+            "atomChain": [
+              {
+                "atomSymbol": "O",
+                "isotope": 0,
+                "id": 0
+              }
+            ],
+            "mass": -1.0,
+            "id": 0
+          },
+          "atomChainRemoved": {
+            "atomChain": [],
+            "mass": -1.0,
+            "id": 0
+          },
+          "unimodCvTerm": {
+            "ontology": "UNIMOD",
+            "accession": "UNIMOD:35",
+            "name": "Oxidation",
+            "id": 0
+          },
+          "psiModCvTerm": {
+            "ontology": "MOD",
+            "accession": "MOD:00719",
+            "name": "L-methionine sulfoxide",
+            "id": 0
+          },
+          "category": "Common",
+          "id": 0
+        }
+      },
+      "id": 0
+    },
+    "digestionParameters": {
+      "cleavageParameter": "enzyme",
+      "enzymes": [
+        {
+          "name": "Trypsin",
+          "aminoAcidBefore": [
+            "R",
+            "K"
+          ],
+          "aminoAcidAfter": [],
+          "restrictionBefore": [],
+          "restrictionAfter": [
+            "P"
+          ],
+          "cvTerm": {
+            "ontology": "PSI-MS",
+            "accession": "MS:1001251",
+            "name": "Trypsin",
+            "id": 0
+          },
+          "id": 0
+        }
+      ],
+      "nMissedCleavages": {
+        "Trypsin": 2
+      },
+      "specificity": {
+        "Trypsin": "specific"
+      },
+      "id": 0
+    },
+    "forwardIons": [
+      1
+    ],
+    "rewindIons": [
+      4
+    ],
+    "minChargeSearched": 1,
+    "maxChargeSearched": 3,
+    "minIsotopicCorrection": 0,
+    "maxIsotopicCorrection": 1,
+    "refMass": 2000.0,
+    "algorithmParameters": {
+      "1": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.OmssaParameters",
+        "data": {
+          "maxEValue": 100.0,
+          "hitListLength": 10,
+          "minimalChargeForMultipleChargedFragments": 3,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "removePrecursor": false,
+          "scalePrecursor": true,
+          "estimateCharge": true,
+          "selectedOutput": "OMX",
+          "memoryMappedSequenceLibraries": false,
+          "neutronThreshold": 1446.94,
+          "lowIntensityCutOff": 0.0,
+          "highIntensityCutOff": 0.2,
+          "intensityCutOffIncrement": 5.0E-4,
+          "singleChargeWindow": 27,
+          "doubleChargeWindow": 14,
+          "nPeaksInSingleChargeWindow": 2,
+          "nPeaksIndoubleChargeWindow": 2,
+          "maxHitsPerSpectrumPerCharge": 30,
+          "nAnnotatedMostIntensePeaks": 6,
+          "minAnnotatedPeaks": 2,
+          "minPeaks": 4,
+          "cleaveNtermMethionine": true,
+          "maxMzLadders": 128,
+          "maxFragmentCharge": 2,
+          "fractionOfPeaksForChargeEstimation": 0.95,
+          "determineChargePlusOneAlgorithmically": true,
+          "searchPositiveIons": true,
+          "minPrecPerSpectrum": 1,
+          "searchForwardFragmentFirst": false,
+          "searchRewindFragments": true,
+          "maxFragmentPerSeries": 100,
+          "useCorrelationCorrectionScore": true,
+          "consecutiveIonProbability": 0.5,
+          "iterativeSequenceEvalue": 0.0,
+          "iterativeReplaceEvalue": 0.0,
+          "iterativeSpectrumEvalue": 0.01,
+          "noProlineRuleSeries": [],
+          "ptmIndexes": {},
+          "id": 0
+        }
+      },
+      "33": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MetaMorpheusParameters",
+        "data": {
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "searchType": "Classic",
+          "totalPartitions": 1,
+          "dissociationType": "HCD",
+          "maxModsForPeptide": 2,
+          "initiatorMethionineBehavior": "Variable",
+          "scoreCutoff": 5.0,
+          "useDeltaScore": false,
+          "fragmentationTerminus": "Both",
+          "maxFragmentSize": 30000.0,
+          "massDiffAcceptorType": "OneMM",
+          "writeMzId": true,
+          "writePepXml": false,
+          "useProvidedPrecursorInfo": true,
+          "doPrecursorDeconvolution": true,
+          "deconvolutionIntensityRatio": 3.0,
+          "deconvolutionMassTolerance": 4.0,
+          "deconvolutionMassToleranceType": "PPM",
+          "trimMs1Peaks": false,
+          "trimMsMsPeaks": true,
+          "numberOfPeaksToKeepPerWindow": 200,
+          "minAllowedIntensityRatioToBasePeak": 0.01,
+          "normalizePeaksAcrossAllWindows": false,
+          "modPeptidesAreDifferent": false,
+          "noOneHitWonders": false,
+          "searchTarget": true,
+          "decoyType": "None",
+          "maxModificationIsoforms": 1024,
+          "minVariantDepth": 1,
+          "maxHeterozygousVariants": 4,
+          "runGptm": false,
+          "gPtmCategories": [
+            "Common_Biological",
+            "Common_Artifact",
+            "Metal"
+          ],
+          "id": 0
+        }
+      },
+      "2": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.XtandemParameters",
+        "data": {
+          "maxEValue": 0.01,
+          "outputResults": "all",
+          "dynamicRange": 100.0,
+          "nPeaks": 50,
+          "minPrecursorMass": 500.0,
+          "minFragmentMz": 200.0,
+          "minPeaksPerSpectrum": 5,
+          "proteinQuickAcetyl": true,
+          "quickPyrolidone": true,
+          "refine": true,
+          "refineSemi": false,
+          "refinePointMutations": false,
+          "refineSpectrumSynthesis": true,
+          "refineUnanticipatedCleavages": true,
+          "refineSnaps": true,
+          "maximumExpectationValueRefinement": 0.01,
+          "potentialModificationsForFullRefinment": true,
+          "skylinePath": "",
+          "outputProteins": true,
+          "outputSequences": false,
+          "outputSpectra": true,
+          "outputHistograms": false,
+          "stpBias": false,
+          "useNoiseSuppression": false,
+          "proteinPtmComplexity": 6.0,
+          "parentMonoisotopicMassIsotopeError": true,
+          "id": 0
+        }
+      },
+      "3": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.PepnovoParameters",
+        "data": {
+          "hitListLength": 10,
+          "estimateCharge": true,
+          "correctPrecursorMass": false,
+          "discardLowQualitySpectra": true,
+          "fragmentationModel": "CID_IT_TRYP",
+          "generateQuery": false,
+          "id": 0
+        }
+      },
+      "4": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.AndromedaParameters",
+        "data": {
+          "maxPeptideMass": 4600.0,
+          "maxCombinations": 250,
+          "topPeaks": 8,
+          "topPeaksWindow": 100,
+          "includeWater": true,
+          "includeAmmonia": true,
+          "dependentLosses": true,
+          "fragmentAll": false,
+          "empiricalCorrection": true,
+          "higherCharge": true,
+          "fragmentationMethod": "CID",
+          "maxNumberOfModifications": 5,
+          "minPeptideLengthNoEnzyme": 8,
+          "maxPeptideLengthNoEnzyme": 30,
+          "equalIL": false,
+          "numberOfCandidates": 10,
+          "ptmIndexes": {},
+          "decoyMode": "none",
+          "id": 0
+        }
+      },
+      "5": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MsAmandaParameters",
+        "data": {
+          "generateDecoy": false,
+          "reportBothBestHitsForTD": true,
+          "instrumentID": "b, y",
+          "maxRank": 10,
+          "monoisotopic": true,
+          "lowMemoryMode": true,
+          "performDeisotoping": true,
+          "maxModifications": 3,
+          "maxVariableModifications": 4,
+          "maxModificationSites": 6,
+          "maxNeutralLosses": 1,
+          "maxNeutralLossesPerModification": 2,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "maxLoadedProteins": 100000,
+          "maxLoadedSpectra": 2000,
+          "outputFormat": "csv",
+          "id": 0
+        }
+      },
+      "7": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MsgfParameters",
+        "data": {
+          "searchDecoyDatabase": false,
+          "instrumentID": 3,
+          "fragmentationType": 3,
+          "protocol": 0,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "numberOfSpectrumMarches": 10,
+          "additionalOutput": false,
+          "numberTolerableTermini": 2,
+          "numberOfModificationsPerPeptide": 2,
+          "id": 0
+        }
+      },
+      "8": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.DirecTagParameters",
+        "data": {
+          "ticCutoffPercentage": 100.0,
+          "maxPeakCount": 100,
+          "numIntensityClasses": 3,
+          "adjustPrecursorMass": false,
+          "minPrecursorAdjustment": -0.5,
+          "maxPrecursorAdjustment": 1.5,
+          "precursorAdjustmentStep": 0.1,
+          "numChargeStates": 3,
+          "outputSuffix": "",
+          "useChargeStateFromMS": true,
+          "duplicateSpectra": true,
+          "deisotopingMode": 0,
+          "isotopeMzTolerance": 0.25,
+          "complementMzTolerance": 0.1,
+          "tagLength": 4,
+          "maxDynamicMods": 2,
+          "maxTagCount": 10,
+          "intensityScoreWeight": 1.0,
+          "mzFidelityScoreWeight": 1.0,
+          "complementScoreWeight": 1.0,
+          "variableModifications": [],
+          "id": 0
+        }
+      },
+      "10": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.CometParameters",
+        "data": {
+          "numberOfSpectrumMatches": 10,
+          "maxVariableMods": 10,
+          "requireVariableMods": false,
+          "minPeaks": 10,
+          "minPeakIntensity": 0.0,
+          "removePrecursor": 0,
+          "removePrecursorTolerance": 1.5,
+          "lowerClearMzRange": 0.0,
+          "upperClearMzRange": 0.0,
+          "enzymeType": 2,
+          "isotopeCorrection": 3,
+          "minPrecursorMass": 600.0,
+          "maxPrecursorMass": 5000.0,
+          "maxFragmentCharge": 3,
+          "removeMethionine": false,
+          "batchSize": 0,
+          "theoreticalFragmentIonsSumOnly": false,
+          "fragmentBinOffset": 0.0,
+          "useSparseMatrix": true,
+          "selectedOutputFormat": "PepXML",
+          "printExpectScore": true,
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "id": 0
+        }
+      },
+      "13": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.MyriMatchParameters",
+        "data": {
+          "minPeptideLength": 8,
+          "maxPeptideLength": 30,
+          "numberOfSpectrumMatches": 10,
+          "ticCutoffPercentage": 0.98,
+          "maxDynamicMods": 2,
+          "minTerminiCleavages": 2,
+          "minPrecursorMass": 600.0,
+          "maxPrecursorMass": 5000.0,
+          "useSmartPlusThreeModel": false,
+          "computeXCorr": false,
+          "numIntensityClasses": 3,
+          "classSizeMultiplier": 2,
+          "numberOfBatches": 50,
+          "lowerIsotopeCorrection": -1,
+          "upperIsotopeCorrection": 2,
+          "fragmentationRule": "CID",
+          "maxPeakCount": 300,
+          "outputFormat": "mzIdentML",
+          "id": 0
+        }
+      },
+      "27": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.PNovoParameters",
+        "data": {
+          "numberOfPeptides": 10,
+          "lowerPrecursorMass": 300,
+          "upperPrecursorMass": 5000,
+          "acticationType": "HCD",
+          "id": 0
+        }
+      },
+      "28": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.TideParameters",
+        "data": {
+          "fastIndexFolderName": "fasta-index",
+          "maxVariableModificationsPerPeptide": 255,
+          "maxVariableModificationsPerTypePerPeptide": 2,
+          "minPeptideLength": 6,
+          "maxPeptideLength": 30,
+          "minPrecursorMass": 200.0,
+          "maxPrecursorMass": 7200.0,
+          "decoyFormat": "none",
+          "keepTerminalAminoAcids": "NC",
+          "decoySeed": 1,
+          "outputFolderName": "crux-output",
+          "printPeptides": false,
+          "verbosity": 30,
+          "monoisotopicPrecursor": true,
+          "clipNtermMethionine": false,
+          "digestionType": "full-digest",
+          "computeSpScore": false,
+          "numberOfSpectrumMatches": 10,
+          "computeExactPValues": false,
+          "minSpectrumMz": 0.0,
+          "minSpectrumPeaks": 20,
+          "spectrumCharges": "all",
+          "removePrecursor": false,
+          "removePrecursorTolerance": 1.5,
+          "printProgressIndicatorSize": 1000,
+          "useFlankingPeaks": false,
+          "useNeutralLossPeaks": false,
+          "mzBinWidth": 0.02,
+          "mzBinOffset": 0.0,
+          "concatenateTargetDecoy": false,
+          "textOutput": true,
+          "sqtOutput": false,
+          "pepXmlOutput": false,
+          "mzidOutput": false,
+          "pinOutput": false,
+          "removeTempFolders": true,
+          "id": 0
+        }
+      },
+      "29": {
+        "type": "com.compomics.util.parameters.identification.tool_specific.NovorParameters",
+        "data": {
+          "fragmentationMethod": "HCD",
+          "massAnalyzer": "FT",
+          "id": 0
+        }
+      }
+    },
+    "flanking": false,
+    "id": 0
+  },
+  "annotationParameters": {
+    "yAxisZoomExcludesBackgroundPeaks": true,
+    "showAllPeaks": false,
+    "intensityThresholdType": "percentile",
+    "intensityLimit": 0.75,
+    "automaticAnnotation": true,
+    "selectedIonsMap": {
+      "IMMONIUM_ION": [
+        0,
+        1,
+        2,
+        3,
+        4,
+        5,
+        6,
+        7,
+        8,
+        9,
+        10,
+        11,
+        12,
+        13,
+        14,
+        15,
+        16,
+        17,
+        18,
+        19,
+        20
+      ],
+      "PEPTIDE_FRAGMENT_ION": [
+        4,
+        1
+      ],
+      "PRECURSOR_ION": [
+        0
+      ],
+      "TAG_FRAGMENT_ION": [
+        4,
+        1
+      ],
+      "REPORTER_ION": [],
+      "RELATED_ION": [
+        0,
+        1,
+        2,
+        3,
+        4,
+        5,
+        6,
+        7,
+        8,
+        9,
+        10,
+        11,
+        12,
+        13,
+        14,
+        15,
+        16,
+        17,
+        18
+      ]
+    },
+    "neutralLossesList": [
+      {
+        "composition": {
+          "atomChain": [
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "O",
+              "isotope": 0,
+              "id": 0
+            }
+          ],
+          "mass": -1.0,
+          "id": 0
+        },
+        "name": "H2O",
+        "fixed": false,
+        "aminoAcids": [
+          "D",
+          "E",
+          "S",
+          "T"
+        ],
+        "id": 0
+      },
+      {
+        "composition": {
+          "atomChain": [
+            {
+              "atomSymbol": "N",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            }
+          ],
+          "mass": -1.0,
+          "id": 0
+        },
+        "name": "NH3",
+        "fixed": false,
+        "aminoAcids": [
+          "K",
+          "N",
+          "Q",
+          "R"
+        ],
+        "id": 0
+      },
+      {
+        "composition": {
+          "atomChain": [
+            {
+              "atomSymbol": "C",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "H",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "O",
+              "isotope": 0,
+              "id": 0
+            },
+            {
+              "atomSymbol": "S",
+              "isotope": 0,
+              "id": 0
+            }
+          ],
+          "mass": -1.0,
+          "id": 0
+        },
+        "name": "CH4OS",
+        "fixed": false,
+        "id": 0
+      }
+    ],
+    "neutralLossesAuto": true,
+    "reporterIons": true,
+    "relatedIons": true,
+    "fragmentIonAccuracy": 10.0,
+    "fragmentIonPpm": false,
+    "showForwardIonDeNovoTags": false,
+    "showRewindIonDeNovoTags": false,
+    "deNovoCharge": 1,
+    "tiesResolution": "mostAccurateMz",
+    "id": 0
+  },
+  "sequenceMatchingParameters": {
+    "sequenceMatchingType": "indistiguishableAminoAcids",
+    "limitX": 0.25,
+    "enzymaticTagsOnly": false,
+    "maxPtmsPerTagPeptide": 3,
+    "minAminoAcidScore": 30,
+    "minTagLength": 3,
+    "id": 0
+  },
+  "peptideVariantsParameters": {
+    "variantType": "NO_VARIANT",
+    "nVariants": 0,
+    "nAaDeletions": 0,
+    "nAaInsertions": 0,
+    "nAaSubstitutions": 0,
+    "nAaSwap": 0,
+    "aaSubstitutionMatrix": {
+      "name": "No Substitution",
+      "description": "No substitution",
+      "substitutions": {},
+      "reverseMap": {},
+      "id": 0
+    },
+    "fixedVariants": {},
+    "id": 0
+  },
+  "geneParameters": {
+    "autoUpdate": false,
+    "useGeneMapping": false,
+    "id": 0
+  },
+  "psmScoringParameters": {
+    "spectrumMatchingScores": {
+      "8": [
+        1
+      ],
+      "3": [
+        1
+      ],
+      "27": [
+        1
+      ]
+    },
+    "defaultScores": [
+      -1
+    ],
+    "minDecoysInBin": 10,
+    "id": 0
+  },
+  "peptideAssumptionFilter": {
+    "minPepLength": 8,
+    "maxPepLength": 30,
+    "maxMassDeviation": 10.0,
+    "isPpm": true,
+    "unknownModification": true,
+    "minIsotopes": 0,
+    "maxIsotopes": 1,
+    "id": 0
+  },
+  "modificationLocalizationParameters": {
+    "probabilisticScoreCalculation": true,
+    "selectedProbabilisticScore": "PhosphoRS",
+    "dScoreThreshold": 95.0,
+    "probabilisticScoreThreshold": 95.0,
+    "probabilisticScoreNeutralLosses": false,
+    "sequenceMatchingParameters": {
+      "sequenceMatchingType": "aminoAcid",
+      "limitX": 0.25,
+      "enzymaticTagsOnly": false,
+      "maxPtmsPerTagPeptide": 3,
+      "minAminoAcidScore": 30,
+      "minTagLength": 3,
+      "id": 0
+    },
+    "alignNonConfidentModifications": true,
+    "id": 0
+  },
+  "proteinInferenceParameters": {
+    "modificationRefinement": true,
+    "simplifyProteinGroups": true,
+    "simplifyGroupsEvidence": true,
+    "simplifyGroupsConfidence": true,
+    "simplifyGroupsEnzymaticity": true,
+    "simplifyGroupsVariants": true,
+    "confidenceThreshold": 0.05,
+    "id": 0
+  },
+  "idValidationParameters": {
+    "defaultProteinFDR": 1.0,
+    "defaultPeptideFDR": 1.0,
+    "defaultPsmFDR": 1.0,
+    "validationQCPreferences": {
+      "dbSize": false,
+      "firstDecoy": true,
+      "confidenceMargin": 1.0,
+      "id": 0
+    },
+    "id": 0
+  },
+  "fractionParameters": {
+    "proteinConfidenceMwPlots": 95.0,
+    "fractionMolecularWeightRanges": {},
+    "id": 0
+  },
+  "fastaParameters": {
+    "targetDecoy": true,
+    "decoyFlag": "-REVERSED",
+    "decoySuffix": true,
+    "targetDecoyFileNameTag": "_concatenated_target_decoy",
+    "id": 0
+  },
+  "id": 0
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/fastacli_searchgui_tinydb1.fasta	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,24 @@
+>generic|cds.comp107265_c0_seq1|m.36816 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.94 EValue:9.0e-68
+LKSSFESSFSIKSRDVTFGNSMNITMVPPELEFFKDNRHKEKSEMQDLNTRLESYLSVGKDDSDANLKLMQELEEIKNGIKTETNNIKATFEAELGQLKNLLDDIDHDKNQVIVIGDNNDEMYKDLEQRIKNYNDMEMIHLSKIRQLDNLLSNYGLKMNQLQKKIGFLCEEKDRDIESINKLRADIDVAKNDLSNEILLRTDAQNRCQSLEEDIEFTKEVHQRELSNMIALADYDPVSQSMDWWNDEFARCIKEIQDEYEDRLNNIQYDMDSHYNSKIQDVETTILQSSAKSEMLDQCSMLENSNAEIEDQTSELEKKNAMLKEQNDLLNRGIREIQSQFETLITEKQSEMLEIRKHFEQSLADLQAIVDDNLSLQMEIMSYKKLLECEELRVGIYPESNANENQGDQGQRQNEQITEPITETIPKRKKPERKISYQRSSKGPLTISECKSDGSYILIENMDQYDGQNLGGWRLVQNVDGMEEYDYTFSRYYLGPGESVKIWAENAGPKGVNDLVWDDLKCLGIGEKVITSLMNQKGKEKSSYTQKAIYKV
+>generic|cds.comp307584_c0_seq2|m.40556 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 39.47 EValue:1.0e-14
+DDNYDSLQYSFPKSDHQRKTTYQRSAKGPITITRVQPDGSYIEIENTNIAVNEDISGWKMVQCTDDKIYEYIFDDHVLNGGTCVKIWANGLSGKEENDLVWIDRTCLTTGSVVTTTLMDYNGNEKATFTQ
+>generic|cds.comp376950_c0_seq1|m.42080 RecName: Full=60 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 41.38 EValue:1.0e-32
+KELEDINEDNLGRLRRQDEDVSNYEAQNASLRRKCDNLQADKDRDRNNVEKLKGEVTSLRNDLMMETVSRIDSQNKCQTLREELEFLKDIHSQELKELSPTLGKDPFAKSKEWWSSEFSNCIREIQEEYDNRLDSIKTDMDNYYTLKVQEIQTGAAR
+>generic|cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67
+METTKERKEKSTVVTKRQSMGATAHVQPKFIQVNRRSHVVGAGLGGGSMGSMNQSMSLHGGRASLGMAAGVAGGIATKDMGTMKVKREGEKKDMQNLNDRFAGYIAKVRSLQAENEQLRLKLSKKRREFDVEPLKEAYQAEIDEAKNLLLDANKENGELKISITTYEEEIEDLHATARINEDRIDELQDKVNKLIDENSHREAECSMLHKKLDELEKQVAHWRAKYNEVNTQLQATRADLKDETQQRIFLQQKVGNLEEELEFLRSVTDAEIKEYKAMLSKEDDTGTNVSAAWNNEMSNCMKELREEYDQRLADISDEMSARYESQLSQIRQSAHAEPVAAVHTKSEKSTGMVSVQKDMRIKELESQLERMKMEIITITNQLQRSNEDLENEKDLRTTEVNKLHVEMESMIEELQMLMDAKLSLELEIAAYRKLLEGEENRISTGYITENIGGFRSEAGDNLANILEFGSGGGGGGGGGGSGSGSGSGLAGDSASTSTLTGRLTIQRSSKSVISIGEVESEGQYVTLENTSSGRSKTSVNMKGWKLDRLISATSISPEHKIDFLFKDPVVLEGEQSIKIWAKNYQKMAKKGDIIATVDEWGPVNRNSVFSLYDEKDALKANLSTKVVT
+>generic|cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67
+METTKERKEKSTVVTKRQSMGATAHVQPKFIQVNRRSHVVGAGLGGGSMGSMNQSMSLHGGRASLGMAAGVAGGIATKDMGTMKVKREGEKKDMQNLNDRFAGYIAKVRSLQAENEQLRLKLSKKRREFDVEPLKEAYQAEIDEAKNLLLDANKENGELKISITTYEEEIEDLHATARINEDRIDELQDKVNKLIDENSHREAECSMLHKKLDELEKQVAHWRAKYNEVNTQLQATRADLKDETQQRIFLQQKVGNLEEELEFLRSVTDAEIKEYKAMLSKEDDTGTNVSAAWNNEMSNCMKELREEYDQRLADISDEMSARYESQLSQIRQSAHAEPVAAVHTKSEKSTGMVSVQKDMRIKELESQLERMKMEIITITNQLQRSNEDLENEKDLRTTEVNKLHVEMESMIEELQMLMDAKLSLELEIAAYRKLLEGEENRISTGYITENIGGFRSEAGDNLANILEFGSGGGGGGGGGGSGSGSGSGLAGDSGRLTIQRSSKSVISIGEVESEGQYVTLENTSSGRSKTSVNMKGWKLDRLISATSISPEHKIDFLFKDPVVLEGEQSIKIWAKNYQKMAKKGDIIATVDEWGPVNRNSVFSLYDEKDALKANLSTKVVT
+>generic|cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10
+SGLAGDSDTMRASTSTLTGRLTIQRSSKSVISIGEVESEGQYVTLENTSSGRSKTSVNMKGWKLDRLISATSISPEHKIDFLFKDPVVLEGEQSIKIWAKNYQKMAKKGDIIATVDEWGPVNRNSVFSLYDEKDALKANLSTKVVT
+>generic|cds.comp41890_c0_seq1|m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20
+YQSPTPALVKGELQEHSTYRKNNKGPVAISETDRDGSFILLENTSNSHTVDLSGWKIMQNSDNIDISEYEIENLVLKPGGFAKVWANGMGDPNSGDLVWHNKSRLGVGAKVNTVLLNTRGDEKATYNLETTYNL
+>generic|cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91
+MEKQGVETRQTVTTSRQSVNYKPFTQSKNIVINRVSLSPGTAMSTMQRSRSSMSSGLGLGGHLQAGVLGNISHKGVASMKLKREGEKKELQDLNERLANFIEQARFLEAENKALRDALNKSKKDFDPEPLKQMYQIEINEAKKLLDDANNDNGNLKVRINTLEDELEDLRAQLRHSNDVNDQLQNNIDTLNDDIARRIADNEMLKRKVQELEKQLADWKAKYAHVDTQLQGLRIDLQEETCQRLAESTRAQALEEELNFLRSVTDAEIKEYKAMLMKEDNVPQMREYWNNELSKCMREIRDEYDNQLNLLSADLESKYQVQLNEIRLGATKGNAESAQASEENRRLRSQITDKDSHMMDLQSQIDKLKSQVHLLTSELDSTTAELDNEKTLRVSEVQKLNTELEGVIKELQLLMDAKLSLELEIAAYRKLLEVEENRLSIGSMTQMVGGYRGQTEDALANILERSGASFEASSSMGESGTTSITTGRVTMQRSSKGVISIAEVDNTGRYVTLDNTSTTRMKRLQNLKGWKIKREFIRTNSLQELSFEYIINRDTSLDAQQNIRVWAKNFEKDPEIKPDDIISSVADWGQVNRNSIITLYDENGVEKATLTIKVVF
+>generic|cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92
+MEKQGVETRQTVTTSRQSVNYKPFTQSKNIVINRVSLSPGTAMSTMQRSRSSMSSGLGLGGHLQAGVLGNISHKGVASMKLKREGEKKELQDLNERLANFIEQARFLEAENKALRDALNKSKKDFDPEPLKQMYQIEINEAKKLLDDANNDNGNLKVRINTLEDELEDLRAQLRHSNDVNDQLQNNIDTLNDDIARRIADNEMLKRKVQELEKQLADWKAKYAHVDTQLQGLRIDLQEETCQRLAESTRAQALEEELNFLRSVTDAEIKEYKAMLMKEDNVPQMREYWNNELSKCMREIRDEYDNQLNLLSADLESKYQVQLNEIRLGATKGNAESAQASEENRRLRSQITDKDSHMMDLQSQIDKLKSQVHLLTSELDSTTAELDNEKTLRVSEVQKLNTELEGVIKELQLLMDAKLSLELEIAAYRKLLEVEENRLSIGSMTQMVGGYRGQTEDALANILERSGASFEASSSMGESGRVTMQRSSKGVISIAEVDNTGRYVTLDNTSTTRMKRLQNLKGWKIKREFIRTNSLQELSFEYIINRDTSLDAQQNIRVWAKNFEKDPEIKPDDIISSVADWGQVNRNSIITLYDENGVEKATLTIKVVF
+>generic|cds.comp55448_c0_seq1|m.24261 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 96.04 EValue:0.0
+MRRIKKKITLDVRVTELIDQLERQQKELEESRTYHQIDQEQIARQNQQLADLEGEISMLRRSIESLEKEKMRQSNILAKMNDELEKLRMDLNNETINHLDAENRRQTLEEELEFQKDVHAQELKELAALAYRDTTAENREFWRNELAQAIRDIQQEYDAKCDQMRGDIEAYYNLKVQEFRTGATKQNMEVTRNKEENTKLRSNMNEVRNRLADLEARNAQLERTNQDLLRDLEEKDRQNELESCQYKEEITKLRGEMESILKELQDLMDIKLSLELEIAAYRKLLEGEESRVGMKQIVEQVVGARPNEAEVLSSILTRSEGGYEATGDSQISMKMMRGELAAKTTYQRTSKGPVSIKEADSQGQFIALETKKEENITGWKIVRKVDDNMVYSYEIPNVVLKTGTVIKIWSKSHQAQARGDDIVSRENDTWGTGSNVVTILQNEKGEEKANYTQNTVYQ
+>generic|cds.comp55448_c0_seq2|m.24262 RecName: Full=60 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 91.49 EValue:5.0e-87
+MSGGFSYSAKIHPRTGYVSRTSQSPYRSSMGSNAAFTRSYEFNYGATAMPGAYANISSTGVNHVKANREREKQDMRDLNERFANYIEKVRFLEAQNKKLAGELEELKSKWGKETSAIKEMYETELEEARKLIDATNKEKNYLGRESN
+>generic|cds.comp8310_c0_seq2|m.1138 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 22.01 EValue:2.0e-16
+FKDTCIRDKTDMKGLNERLSEFIEVARYNAILAKKLEKTIKRFHSQEIPEDVERIYEATIKKLRKLLVVFENERDNERAKNLKLQTECAKLKESLEDLKAKEIENRDRLISKFKILEDLQSKAIRIEKNIEIVAEENVLKNNKIEKLKKHFENLKSKITSERRNRSTHKESYDEVKEDFGIFKELKNQQLSSVRFPKYKDSIKYLRKQWSNEFSKCIKELQNEYESRVSSVKEELESNYCTKTEEIQNYVLKSNYESDFLKNRNLVAEESMNMLKNKFKEAKKENVLLNHEKEELEIEFNKSKNEYDHLAEEKNNEILNFKEYAEKILIQLTEILEINNHLQFEIEYYKTVITSGETKIDFDFDGLDDECMTSINSELP
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/fastacli_searchgui_tinydb1_concatenated_target_decoy.fasta	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,48 @@
+>generic|cds.comp107265_c0_seq1|m.36816 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.94 EValue:9.0e-68
+LKSSFESSFSIKSRDVTFGNSMNITMVPPELEFFKDNRHKEKSEMQDLNTRLESYLSVGKDDSDANLKLMQELEEIKNGIKTETNNIKATFEAELGQLKNLLDDIDHDKNQVIVIGDNNDEMYKDLEQRIKNYNDMEMIHLSKIRQLDNLLSNYGLKMNQLQKKIGFLCEEKDRDIESINKLRADIDVAKNDLSNEILLRTDAQNRCQSLEEDIEFTKEVHQRELSNMIALADYDPVSQSMDWWNDEFARCIKEIQDEYEDRLNNIQYDMDSHYNSKIQDVETTILQSSAKSEMLDQCSMLENSNAEIEDQTSELEKKNAMLKEQNDLLNRGIREIQSQFETLITEKQSEMLEIRKHFEQSLADLQAIVDDNLSLQMEIMSYKKLLECEELRVGIYPESNANENQGDQGQRQNEQITEPITETIPKRKKPERKISYQRSSKGPLTISECKSDGSYILIENMDQYDGQNLGGWRLVQNVDGMEEYDYTFSRYYLGPGESVKIWAENAGPKGVNDLVWDDLKCLGIGEKVITSLMNQKGKEKSSYTQKAIYKV
+>generic|cds.comp107265_c0_seq1_REVERSED|m.36816 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.94 EValue:9.0e-68-REVERSED
+VKYIAKQTYSSKEKGKQNMLSTIVKEGIGLCKLDDWVLDNVGKPGANEAWIKVSEGPGLYYRSFTYDYEEMGDVNQVLRWGGLNQGDYQDMNEILIYSGDSKCESITLPGKSSRQYSIKREPKKRKPITETIPETIQENQRQGQDGQNENANSEPYIGVRLEECELLKKYSMIEMQLSLNDDVIAQLDALSQEFHKRIELMESQKETILTEFQSQIERIGRNLLDNQEKLMANKKELESTQDEIEANSNELMSCQDLMESKASSQLITTEVDQIKSNYHSDMDYQINNLRDEYEDQIEKICRAFEDNWWDMSQSVPDYDALAIMNSLERQHVEKTFEIDEELSQCRNQADTRLLIENSLDNKAVDIDARLKNISEIDRDKEECLFGIKKQLQNMKLGYNSLLNDLQRIKSLHIMEMDNYNKIRQELDKYMEDNNDGIVIVQNKDHDIDDLLNKLQGLEAEFTAKINNTETKIGNKIEELEQMLKLNADSDDKGVSLYSELRTNLDQMESKEKHRNDKFFELEPPVMTINMSNGFTVDRSKISFSSEFSSKL
+>generic|cds.comp307584_c0_seq2|m.40556 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 39.47 EValue:1.0e-14
+DDNYDSLQYSFPKSDHQRKTTYQRSAKGPITITRVQPDGSYIEIENTNIAVNEDISGWKMVQCTDDKIYEYIFDDHVLNGGTCVKIWANGLSGKEENDLVWIDRTCLTTGSVVTTTLMDYNGNEKATFTQ
+>generic|cds.comp307584_c0_seq2_REVERSED|m.40556 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 39.47 EValue:1.0e-14-REVERSED
+QTFTAKENGNYDMLTTTVVSGTTLCTRDIWVLDNEEKGSLGNAWIKVCTGGNLVHDDFIYEYIKDDTCQVMKWGSIDENVAINTNEIEIYSGDPQVRTITIPGKASRQYTTKRQHDSKPFSYQLSDYNDD
+>generic|cds.comp376950_c0_seq1|m.42080 RecName: Full=60 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 41.38 EValue:1.0e-32
+KELEDINEDNLGRLRRQDEDVSNYEAQNASLRRKCDNLQADKDRDRNNVEKLKGEVTSLRNDLMMETVSRIDSQNKCQTLREELEFLKDIHSQELKELSPTLGKDPFAKSKEWWSSEFSNCIREIQEEYDNRLDSIKTDMDNYYTLKVQEIQTGAAR
+>generic|cds.comp376950_c0_seq1_REVERSED|m.42080 RecName: Full=60 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 41.38 EValue:1.0e-32-REVERSED
+RAAGTQIEQVKLTYYNDMDTKISDLRNDYEEQIERICNSFESSWWEKSKAFPDKGLTPSLEKLEQSHIDKLFELEERLTQCKNQSDIRSVTEMMLDNRLSTVEGKLKEVNNRDRDKDAQLNDCKRRLSANQAEYNSVDEDQRRLRGLNDENIDELEK
+>generic|cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67
+METTKERKEKSTVVTKRQSMGATAHVQPKFIQVNRRSHVVGAGLGGGSMGSMNQSMSLHGGRASLGMAAGVAGGIATKDMGTMKVKREGEKKDMQNLNDRFAGYIAKVRSLQAENEQLRLKLSKKRREFDVEPLKEAYQAEIDEAKNLLLDANKENGELKISITTYEEEIEDLHATARINEDRIDELQDKVNKLIDENSHREAECSMLHKKLDELEKQVAHWRAKYNEVNTQLQATRADLKDETQQRIFLQQKVGNLEEELEFLRSVTDAEIKEYKAMLSKEDDTGTNVSAAWNNEMSNCMKELREEYDQRLADISDEMSARYESQLSQIRQSAHAEPVAAVHTKSEKSTGMVSVQKDMRIKELESQLERMKMEIITITNQLQRSNEDLENEKDLRTTEVNKLHVEMESMIEELQMLMDAKLSLELEIAAYRKLLEGEENRISTGYITENIGGFRSEAGDNLANILEFGSGGGGGGGGGGSGSGSGSGLAGDSASTSTLTGRLTIQRSSKSVISIGEVESEGQYVTLENTSSGRSKTSVNMKGWKLDRLISATSISPEHKIDFLFKDPVVLEGEQSIKIWAKNYQKMAKKGDIIATVDEWGPVNRNSVFSLYDEKDALKANLSTKVVT
+>generic|cds.comp41779_c0_seq1_REVERSED|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67-REVERSED
+TVVKTSLNAKLADKEDYLSFVSNRNVPGWEDVTAIIDGKKAMKQYNKAWIKISQEGELVVPDKFLFDIKHEPSISTASILRDLKWGKMNVSTKSRGSSTNELTVYQGESEVEGISIVSKSSRQITLRGTLTSTSASDGALGSGSGSGSGGGGGGGGGGSGFELINALNDGAESRFGGINETIYGTSIRNEEGELLKRYAAIELELSLKADMLMQLEEIMSEMEVHLKNVETTRLDKENELDENSRQLQNTITIIEMKMRELQSELEKIRMDKQVSVMGTSKESKTHVAAVPEAHASQRIQSLQSEYRASMEDSIDALRQDYEERLEKMCNSMENNWAASVNTGTDDEKSLMAKYEKIEADTVSRLFELEEELNGVKQQLFIRQQTEDKLDARTAQLQTNVENYKARWHAVQKELEDLKKHLMSCEAERHSNEDILKNVKDQLEDIRDENIRATAHLDEIEEEYTTISIKLEGNEKNADLLLNKAEDIEAQYAEKLPEVDFERRKKSLKLRLQENEAQLSRVKAIYGAFRDNLNQMDKKEGERKVKMTGMDKTAIGGAVGAAMGLSARGGHLSMSQNMSGMSGGGLGAGVVHSRRNVQIFKPQVHATAGMSQRKTVVTSKEKREKTTEM
+>generic|cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67
+METTKERKEKSTVVTKRQSMGATAHVQPKFIQVNRRSHVVGAGLGGGSMGSMNQSMSLHGGRASLGMAAGVAGGIATKDMGTMKVKREGEKKDMQNLNDRFAGYIAKVRSLQAENEQLRLKLSKKRREFDVEPLKEAYQAEIDEAKNLLLDANKENGELKISITTYEEEIEDLHATARINEDRIDELQDKVNKLIDENSHREAECSMLHKKLDELEKQVAHWRAKYNEVNTQLQATRADLKDETQQRIFLQQKVGNLEEELEFLRSVTDAEIKEYKAMLSKEDDTGTNVSAAWNNEMSNCMKELREEYDQRLADISDEMSARYESQLSQIRQSAHAEPVAAVHTKSEKSTGMVSVQKDMRIKELESQLERMKMEIITITNQLQRSNEDLENEKDLRTTEVNKLHVEMESMIEELQMLMDAKLSLELEIAAYRKLLEGEENRISTGYITENIGGFRSEAGDNLANILEFGSGGGGGGGGGGSGSGSGSGLAGDSGRLTIQRSSKSVISIGEVESEGQYVTLENTSSGRSKTSVNMKGWKLDRLISATSISPEHKIDFLFKDPVVLEGEQSIKIWAKNYQKMAKKGDIIATVDEWGPVNRNSVFSLYDEKDALKANLSTKVVT
+>generic|cds.comp41779_c0_seq2_REVERSED|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67-REVERSED
+TVVKTSLNAKLADKEDYLSFVSNRNVPGWEDVTAIIDGKKAMKQYNKAWIKISQEGELVVPDKFLFDIKHEPSISTASILRDLKWGKMNVSTKSRGSSTNELTVYQGESEVEGISIVSKSSRQITLRGSDGALGSGSGSGSGGGGGGGGGGSGFELINALNDGAESRFGGINETIYGTSIRNEEGELLKRYAAIELELSLKADMLMQLEEIMSEMEVHLKNVETTRLDKENELDENSRQLQNTITIIEMKMRELQSELEKIRMDKQVSVMGTSKESKTHVAAVPEAHASQRIQSLQSEYRASMEDSIDALRQDYEERLEKMCNSMENNWAASVNTGTDDEKSLMAKYEKIEADTVSRLFELEEELNGVKQQLFIRQQTEDKLDARTAQLQTNVENYKARWHAVQKELEDLKKHLMSCEAERHSNEDILKNVKDQLEDIRDENIRATAHLDEIEEEYTTISIKLEGNEKNADLLLNKAEDIEAQYAEKLPEVDFERRKKSLKLRLQENEAQLSRVKAIYGAFRDNLNQMDKKEGERKVKMTGMDKTAIGGAVGAAMGLSARGGHLSMSQNMSGMSGGGLGAGVVHSRRNVQIFKPQVHATAGMSQRKTVVTSKEKREKTTEM
+>generic|cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10
+SGLAGDSDTMRASTSTLTGRLTIQRSSKSVISIGEVESEGQYVTLENTSSGRSKTSVNMKGWKLDRLISATSISPEHKIDFLFKDPVVLEGEQSIKIWAKNYQKMAKKGDIIATVDEWGPVNRNSVFSLYDEKDALKANLSTKVVT
+>generic|cds.comp41779_c0_seq3_REVERSED|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10-REVERSED
+TVVKTSLNAKLADKEDYLSFVSNRNVPGWEDVTAIIDGKKAMKQYNKAWIKISQEGELVVPDKFLFDIKHEPSISTASILRDLKWGKMNVSTKSRGSSTNELTVYQGESEVEGISIVSKSSRQITLRGTLTSTSARMTDSDGALGS
+>generic|cds.comp41890_c0_seq1|m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20
+YQSPTPALVKGELQEHSTYRKNNKGPVAISETDRDGSFILLENTSNSHTVDLSGWKIMQNSDNIDISEYEIENLVLKPGGFAKVWANGMGDPNSGDLVWHNKSRLGVGAKVNTVLLNTRGDEKATYNLETTYNL
+>generic|cds.comp41890_c0_seq1_REVERSED|m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20-REVERSED
+LNYTTELNYTAKEDGRTNLLVTNVKAGVGLRSKNHWVLDGSNPDGMGNAWVKAFGGPKLVLNEIEYESIDINDSNQMIKWGSLDVTHSNSTNELLIFSGDRDTESIAVPGKNNKRYTSHEQLEGKVLAPTPSQY
+>generic|cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91
+MEKQGVETRQTVTTSRQSVNYKPFTQSKNIVINRVSLSPGTAMSTMQRSRSSMSSGLGLGGHLQAGVLGNISHKGVASMKLKREGEKKELQDLNERLANFIEQARFLEAENKALRDALNKSKKDFDPEPLKQMYQIEINEAKKLLDDANNDNGNLKVRINTLEDELEDLRAQLRHSNDVNDQLQNNIDTLNDDIARRIADNEMLKRKVQELEKQLADWKAKYAHVDTQLQGLRIDLQEETCQRLAESTRAQALEEELNFLRSVTDAEIKEYKAMLMKEDNVPQMREYWNNELSKCMREIRDEYDNQLNLLSADLESKYQVQLNEIRLGATKGNAESAQASEENRRLRSQITDKDSHMMDLQSQIDKLKSQVHLLTSELDSTTAELDNEKTLRVSEVQKLNTELEGVIKELQLLMDAKLSLELEIAAYRKLLEVEENRLSIGSMTQMVGGYRGQTEDALANILERSGASFEASSSMGESGTTSITTGRVTMQRSSKGVISIAEVDNTGRYVTLDNTSTTRMKRLQNLKGWKIKREFIRTNSLQELSFEYIINRDTSLDAQQNIRVWAKNFEKDPEIKPDDIISSVADWGQVNRNSIITLYDENGVEKATLTIKVVF
+>generic|cds.comp52727_c0_seq1_REVERSED|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91-REVERSED
+FVVKITLTAKEVGNEDYLTIISNRNVQGWDAVSSIIDDPKIEPDKEFNKAWVRINQQADLSTDRNIIYEFSLEQLSNTRIFERKIKWGKLNQLRKMRTTSTNDLTVYRGTNDVEAISIVGKSSRQMTVRGTTISTTGSEGMSSSAEFSAGSRELINALADETQGRYGGVMQTMSGISLRNEEVELLKRYAAIELELSLKADMLLQLEKIVGELETNLKQVESVRLTKENDLEATTSDLESTLLHVQSKLKDIQSQLDMMHSDKDTIQSRLRRNEESAQASEANGKTAGLRIENLQVQYKSELDASLLNLQNDYEDRIERMCKSLENNWYERMQPVNDEKMLMAKYEKIEADTVSRLFNLEEELAQARTSEALRQCTEEQLDIRLGQLQTDVHAYKAKWDALQKELEQVKRKLMENDAIRRAIDDNLTDINNQLQDNVDNSHRLQARLDELEDELTNIRVKLNGNDNNADDLLKKAENIEIQYMQKLPEPDFDKKSKNLADRLAKNEAELFRAQEIFNALRENLDQLEKKEGERKLKMSAVGKHSINGLVGAQLHGGLGLGSSMSSRSRQMTSMATGPSLSVRNIVINKSQTFPKYNVSQRSTTVTQRTEVGQKEM
+>generic|cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92
+MEKQGVETRQTVTTSRQSVNYKPFTQSKNIVINRVSLSPGTAMSTMQRSRSSMSSGLGLGGHLQAGVLGNISHKGVASMKLKREGEKKELQDLNERLANFIEQARFLEAENKALRDALNKSKKDFDPEPLKQMYQIEINEAKKLLDDANNDNGNLKVRINTLEDELEDLRAQLRHSNDVNDQLQNNIDTLNDDIARRIADNEMLKRKVQELEKQLADWKAKYAHVDTQLQGLRIDLQEETCQRLAESTRAQALEEELNFLRSVTDAEIKEYKAMLMKEDNVPQMREYWNNELSKCMREIRDEYDNQLNLLSADLESKYQVQLNEIRLGATKGNAESAQASEENRRLRSQITDKDSHMMDLQSQIDKLKSQVHLLTSELDSTTAELDNEKTLRVSEVQKLNTELEGVIKELQLLMDAKLSLELEIAAYRKLLEVEENRLSIGSMTQMVGGYRGQTEDALANILERSGASFEASSSMGESGRVTMQRSSKGVISIAEVDNTGRYVTLDNTSTTRMKRLQNLKGWKIKREFIRTNSLQELSFEYIINRDTSLDAQQNIRVWAKNFEKDPEIKPDDIISSVADWGQVNRNSIITLYDENGVEKATLTIKVVF
+>generic|cds.comp52727_c0_seq2_REVERSED|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92-REVERSED
+FVVKITLTAKEVGNEDYLTIISNRNVQGWDAVSSIIDDPKIEPDKEFNKAWVRINQQADLSTDRNIIYEFSLEQLSNTRIFERKIKWGKLNQLRKMRTTSTNDLTVYRGTNDVEAISIVGKSSRQMTVRGSEGMSSSAEFSAGSRELINALADETQGRYGGVMQTMSGISLRNEEVELLKRYAAIELELSLKADMLLQLEKIVGELETNLKQVESVRLTKENDLEATTSDLESTLLHVQSKLKDIQSQLDMMHSDKDTIQSRLRRNEESAQASEANGKTAGLRIENLQVQYKSELDASLLNLQNDYEDRIERMCKSLENNWYERMQPVNDEKMLMAKYEKIEADTVSRLFNLEEELAQARTSEALRQCTEEQLDIRLGQLQTDVHAYKAKWDALQKELEQVKRKLMENDAIRRAIDDNLTDINNQLQDNVDNSHRLQARLDELEDELTNIRVKLNGNDNNADDLLKKAENIEIQYMQKLPEPDFDKKSKNLADRLAKNEAELFRAQEIFNALRENLDQLEKKEGERKLKMSAVGKHSINGLVGAQLHGGLGLGSSMSSRSRQMTSMATGPSLSVRNIVINKSQTFPKYNVSQRSTTVTQRTEVGQKEM
+>generic|cds.comp55448_c0_seq1|m.24261 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 96.04 EValue:0.0
+MRRIKKKITLDVRVTELIDQLERQQKELEESRTYHQIDQEQIARQNQQLADLEGEISMLRRSIESLEKEKMRQSNILAKMNDELEKLRMDLNNETINHLDAENRRQTLEEELEFQKDVHAQELKELAALAYRDTTAENREFWRNELAQAIRDIQQEYDAKCDQMRGDIEAYYNLKVQEFRTGATKQNMEVTRNKEENTKLRSNMNEVRNRLADLEARNAQLERTNQDLLRDLEEKDRQNELESCQYKEEITKLRGEMESILKELQDLMDIKLSLELEIAAYRKLLEGEESRVGMKQIVEQVVGARPNEAEVLSSILTRSEGGYEATGDSQISMKMMRGELAAKTTYQRTSKGPVSIKEADSQGQFIALETKKEENITGWKIVRKVDDNMVYSYEIPNVVLKTGTVIKIWSKSHQAQARGDDIVSRENDTWGTGSNVVTILQNEKGEEKANYTQNTVYQ
+>generic|cds.comp55448_c0_seq1_REVERSED|m.24261 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 96.04 EValue:0.0-REVERSED
+QYVTNQTYNAKEEGKENQLITVVNSGTGWTDNERSVIDDGRAQAQHSKSWIKIVTGTKLVVNPIEYSYVMNDDVKRVIKWGTINEEKKTELAIFQGQSDAEKISVPGKSTRQYTTKAALEGRMMKMSIQSDGTAEYGGESRTLISSLVEAENPRAGVVQEVIQKMGVRSEEGELLKRYAAIELELSLKIDMLDQLEKLISEMEGRLKTIEEKYQCSELENQRDKEELDRLLDQNTRELQANRAELDALRNRVENMNSRLKTNEEKNRTVEMNQKTAGTRFEQVKLNYYAEIDGRMQDCKADYEQQIDRIAQALENRWFERNEATTDRYALAALEKLEQAHVDKQFELEEELTQRRNEADLHNITENNLDMRLKELEDNMKALINSQRMKEKELSEISRRLMSIEGELDALQQNQRAIQEQDIQHYTRSEELEKQQRELQDILETVRVDLTIKKKIRRM
+>generic|cds.comp55448_c0_seq2|m.24262 RecName: Full=60 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 91.49 EValue:5.0e-87
+MSGGFSYSAKIHPRTGYVSRTSQSPYRSSMGSNAAFTRSYEFNYGATAMPGAYANISSTGVNHVKANREREKQDMRDLNERFANYIEKVRFLEAQNKKLAGELEELKSKWGKETSAIKEMYETELEEARKLIDATNKEKNYLGRESN
+>generic|cds.comp55448_c0_seq2_REVERSED|m.24262 RecName: Full=60 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 91.49 EValue:5.0e-87-REVERSED
+NSERGLYNKEKNTADILKRAEELETEYMEKIASTEKGWKSKLEELEGALKKNQAELFRVKEIYNAFRENLDRMDQKERERNAKVHNVGTSSINAYAGPMATAGYNFEYSRTFAANSGMSSRYPSQSTRSVYGTRPHIKASYSFGGSM
+>generic|cds.comp8310_c0_seq2|m.1138 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 22.01 EValue:2.0e-16
+FKDTCIRDKTDMKGLNERLSEFIEVARYNAILAKKLEKTIKRFHSQEIPEDVERIYEATIKKLRKLLVVFENERDNERAKNLKLQTECAKLKESLEDLKAKEIENRDRLISKFKILEDLQSKAIRIEKNIEIVAEENVLKNNKIEKLKKHFENLKSKITSERRNRSTHKESYDEVKEDFGIFKELKNQQLSSVRFPKYKDSIKYLRKQWSNEFSKCIKELQNEYESRVSSVKEELESNYCTKTEEIQNYVLKSNYESDFLKNRNLVAEESMNMLKNKFKEAKKENVLLNHEKEELEIEFNKSKNEYDHLAEEKNNEILNFKEYAEKILIQLTEILEINNHLQFEIEYYKTVITSGETKIDFDFDGLDDECMTSINSELP
+>generic|cds.comp8310_c0_seq2_REVERSED|m.1138 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 22.01 EValue:2.0e-16-REVERSED
+PLESNISTMCEDDLGDFDFDIKTEGSTIVTKYYEIEFQLHNNIELIETLQILIKEAYEKFNLIENNKEEALHDYENKSKNFEIELEEKEHNLLVNEKKAEKFKNKLMNMSEEAVLNRNKLFDSEYNSKLVYNQIEETKTCYNSELEEKVSSVRSEYENQLEKICKSFENSWQKRLYKISDKYKPFRVSSLQQNKLEKFIGFDEKVEDYSEKHTSRNRRESTIKSKLNEFHKKLKEIKNNKLVNEEAVIEINKEIRIAKSQLDELIKFKSILRDRNEIEKAKLDELSEKLKACETQLKLNKARENDRENEFVVLLKRLKKITAEYIREVDEPIEQSHFRKITKELKKALIANYRAVEIFESLRENLGKMDTKDRICTDKF
Binary file test-data/peptide_shaker_modifications_result1.cpsx has changed
--- a/test-data/peptide_shaker_modifications_result1.output_certificate	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
-
-Project Details
-
-1: PeptideShaker Version: 1.16.31
-2: Date: Thu Oct 11 10:41:54 CEST 2018
-3: Experiment: Galaxy_Experiment_2018101110411539247311
-4: Sample: Sample_2018101110411539247311
-5: Replicate Number: 1
-6: Identification Algorithms: OMSSA, X!Tandem, MS-GF+ and Comet
-
-Database Search Parameters
-
-1: Precursor Tolerance Unit: ppm
-2: Precursor Ion m/z Tolerance: 100.0
-3: Fragment Ion Tolerance Unit: Da
-4: Fragment Ion m/z Tolerance: 0.5
-5: Cleavage: Enzyme
-6: Enzyme: Trypsin
-7: Missed Cleavages: 2
-8: Specificity: Specific
-9: Database: input_database.fasta
-10: Forward Ion: b
-11: Rewind Ion: y
-12: Fixed Modifications: Carbamidomethylation of C
-13: Variable Modifications: Oxidation of M
-14: Refinement Variable Modifications: Acetylation of protein N-term, Pyrolidone from E, Pyrolidone from Q, Pyrolidone from carbamidomethylated C
-15: Refinement Fixed Modifications: 
-
-Input Filters
-
-1: Minimal Peptide Length: 1
-2: Maximal Peptide Length: 30
-3: Precursor m/z Tolerance: 10.0
-4: Precursor m/z Tolerance Unit: Yes
-5: Unrecognized Modifications Discarded: Yes
-
-Validation Summary
-
-1: Proteins: #Validated: 2.0
-2: Proteins: Total Possible TP: 2.0
-3: Proteins: FDR Limit [%]: 0.0
-4: Proteins: FNR Limit [%]: 0.0
-5: Proteins: Confidence Limit [%]: 100.0
-6: Proteins: PEP Limit [%]: 0.0
-7: Proteins: Confidence Accuracy [%]: 0.0
-8: Peptides: #Validated: 16.0
-9: Peptides: Total Possible TP: 16.0
-10: Peptides: FDR Limit [%]: 0.0
-11: Peptides: FNR Limit [%]: 0.0
-12: Peptides: Confidence Limit [%]: 100.0
-13: Peptides: PEP Limit [%]: 0.0
-14: Peptides: Confidence Accuracy [%]: 0.0
-15: PSMs: #Validated PSM: 42.0
-16: PSMs: Total Possible TP: 42.0
-17: PSMs: FDR Limit [%]: 0.0
-18: PSMs: FNR Limit [%]: 0.0
-19: PSMs: Confidence Limit [%]: 100.0
-20: PSMs: PEP Limit [%]: 0.0
-21: PSMs: Confidence Accuracy [%]: 0.0
-
-PTM Scoring Settings
-
-1: Probabilistic Score: PhosphoRS
-2: Accounting for Neutral Losses: No
-3: Threshold: 95.0
-
-Spectrum Counting Parameters
-
-1: Method: NSAF
-2: Validated Matches Only: No
-
-Annotation Settings
-
-1: Intensity Limit: 0.75
-2: Automatic Annotation: Yes
-3: Selected Ions: b, y
-4: Neutral Losses: H2O, NH3, CH4OS
-5: Neutral Losses Sequence Dependence: Yes
-6: Fragment Ion m/z Tolerance: 0.5
--- a/test-data/peptide_shaker_modifications_result1.output_extended_psm	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-	Protein(s)	Sequence	AAs Before	AAs After	Position	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1198, +MSn(1139.0413), 115.6 min		-1.0	1139.04127	2+	2+	2276.0560840995904	0	5.225020941769318	0				100.0	Doubtful
-2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 207,  MSn(785.9179), 35.7 min		-1.0	785.91791	2+	2+	1569.8362356486903	0	-9.522902824571501	0				100.0	Doubtful
-3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SLQAENEQLR	VR; VR	LK; LK	110; 110	NH2-SLQAENEQLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 39,  MSn(594.3056), 25.0 min		-1.0	594.30561	2+	2+	1186.5942144781802	0	2.063410823544894	0				100.0	Doubtful
-4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	EFDVEPLKEAYQAEIDEAK	RR; RR	NL; NL	128; 128	NH2-EFDVEPLKEAYQAEIDEAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 736,  MSn(742.0258), 75.1 min		-1.0	742.02585	3+	3+	2223.0583092202605	0	-1.1628605151025897	0				100.0	Doubtful
-5	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	MEIITITNQLQR	MK; MK	SN; SN	373; 373	NH2-MEIITITNQLQR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 636, +MSn(730.3981), 66.9 min		-1.0	730.39814	2+	2+	1458.7864490053003	0	-3.2324313291878943	0				100.0	Doubtful
-6	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	EIRDEYDNQLNLLSADLESK	MR; MR	YQ; YQ	298; 298	NH2-EIRDEYDNQLNLLSADLESK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 748,  MSn(789.0604), 76.1 min		-1.0	789.06034	3+	3+	2364.14449845571	0	6.2066377342036665	0				100.0	Doubtful
-7	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	YESQLSQIR	AR; AR	QS; QS	323; 323	NH2-YESQLSQIR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 67, +MSn(562.2947), 26.3 min		-1.0	562.29468	2+	2+	1122.5669371011802	0	6.998127983906467	0				100.0	Doubtful
-8	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	EIRDEYDNQLNLLSADLESK	MR; MR	YQ; YQ	298; 298	NH2-EIRDEYDNQLNLLSADLESK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 748, +MSn(789.0604), 76.1 min		-1.0	789.06034	3+	3+	2364.14449845571	0	6.2066377342036665	0				100.0	Doubtful
-9	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 875,  MSn(483.2538), 89.2 min		-1.0	483.25374	3+	3+	1446.7354589782603	0	2.711916908512312	0				100.0	Doubtful
-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 871,  MSn(724.3762), 88.9 min		-1.0	724.37624	2+	2+	1446.7354589782603	0	1.7035983401739305	0				100.0	Doubtful
-11	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	KGDIIATVDEWGPVNR	AK; AK; AK	NS; NS; NS	590; 583; 108	NH2-KGDIIATVDEWGPVNR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 582,  MSn(590.6452), 63.2 min		-1.0	590.64518	3+	3+	1768.91079757128	0	1.643983659206309	0				100.0	Doubtful
-12	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	SVISIGEVESEGQYVTLENTSSGR	SK; SK; SK	SK; SK; SK	511; 504; 29	NH2-SVISIGEVESEGQYVTLENTSSGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 758,  MSn(847.7508), 76.8 min		-1.0	847.75082	3+	3+	2540.224205328391	0	2.5264056584343257	0				100.0	Doubtful
-13	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISITTYEEEIEDLHATAR	LK; LK	IN; IN	161; 161	NH2-ISITTYEEEIEDLHATAR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 752, +MSn(697.6842), 76.3 min		-1.0	697.68418	3+	3+	2090.0167787614505	0	6.6562738302421005	0				100.0	Doubtful
-14	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SHVVGAGLGGGSMGSMNQSMSLHGGR	RR; RR	AS; AS	37; 37	NH2-SHVVGAGLGGGSMGSMNQSMSLHGGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 220,  MSn(824.3852), 36.3 min		-1.0	824.38516	3+	3+	2470.1263804604496	0	2.939629370057349	0				100.0	Doubtful
-15	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 871, +MSn(724.3762), 88.9 min		-1.0	724.37624	2+	2+	1446.7354589782603	0	1.7035983401739305	0				100.0	Doubtful
-16	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 591,  MSn(509.9328), 63.7 min		-1.0	509.93283	3+	3+	1526.7729071161402	0	2.4535863107993414	0				100.0	Doubtful
-17	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 207, +MSn(785.9179), 35.7 min		-1.0	785.91791	2+	2+	1569.8362356486903	0	-9.522902824571501	0				100.0	Doubtful
-18	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 875, +MSn(483.2538), 89.2 min		-1.0	483.25374	3+	3+	1446.7354589782603	0	2.711916908512312	0				100.0	Doubtful
-19	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ASLGMAAGVAGGIATK	GR; GR	DM; DM	63; 63	NH2-ASLGMAAGVAGGIATK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 357,  MSn(687.8723), 46.6 min		-1.0	687.87224	2+	2+	1373.7336851564503	0	-2.731669916283406	0				100.0	Doubtful
-20	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1197,  MSn(759.6966), 115.6 min		-1.0	759.69661	3+	3+	2276.0560840995904	0	5.228649666852938	0				100.0	Doubtful
-21	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	KGDIIATVDEWGPVNR	AK; AK; AK	NS; NS; NS	590; 583; 108	NH2-KGDIIATVDEWGPVNR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 582, +MSn(590.6452), 63.2 min		-1.0	590.64518	3+	3+	1768.91079757128	0	1.643983659206309	0				100.0	Doubtful
-22	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 204, +MSn(524.2825), 35.5 min		-1.0	524.28252	3+	3+	1569.8362356486903	0	-6.678955564950069	0				100.0	Doubtful
-23	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 591, +MSn(509.9328), 63.7 min		-1.0	509.93283	3+	3+	1526.7729071161402	0	2.4535863107993414	0				100.0	Doubtful
-24	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 204,  MSn(524.2825), 35.5 min		-1.0	524.28252	3+	3+	1569.8362356486903	0	-6.678955564950069	0				100.0	Doubtful
-25	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1198,  MSn(1139.0413), 115.6 min		-1.0	1139.04127	2+	2+	2276.0560840995904	0	5.225020941769318	0				100.0	Doubtful
-26	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 72,  MSn(428.2391), 26.6 min		-1.0	428.23909	3+	3+	1281.6928658902905	0	2.0041097707959827	0				100.0	Doubtful
-27	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ASLGMAAGVAGGIATK	GR; GR	DM; DM	63; 63	NH2-ASLGMAAGVAGGIATK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 357, +MSn(687.8723), 46.6 min		-1.0	687.87224	2+	2+	1373.7336851564503	0	-2.731669916283406	0				100.0	Doubtful
-28	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISITTYEEEIEDLHATAR	LK; LK	IN; IN	161; 161	NH2-ISITTYEEEIEDLHATAR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 752,  MSn(697.6842), 76.3 min		-1.0	697.68418	3+	3+	2090.0167787614505	0	6.6562738302421005	0				100.0	Doubtful
-29	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 75,  MSn(641.8547), 26.7 min		-1.0	641.85466	2+	2+	1281.6928658902905	0	1.481004205034201	0				100.0	Doubtful
-30	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	SVISIGEVESEGQYVTLENTSSGR	SK; SK; SK	SK; SK; SK	511; 504; 29	NH2-SVISIGEVESEGQYVTLENTSSGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 758, +MSn(847.7508), 76.8 min		-1.0	847.75082	3+	3+	2540.224205328391	0	2.5264056584343257	0				100.0	Doubtful
-31	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1197, +MSn(759.6966), 115.6 min		-1.0	759.69661	3+	3+	2276.0560840995904	0	5.228649666852938	0				100.0	Doubtful
-32	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 72, +MSn(428.2391), 26.6 min		-1.0	428.23909	3+	3+	1281.6928658902905	0	2.0041097707959827	0				100.0	Doubtful
-33	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SHVVGAGLGGGSMGSMNQSMSLHGGR	RR; RR	AS; AS	37; 37	NH2-SHVVGAGLGGGSMGSMNQSMSLHGGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 220, +MSn(824.3852), 36.3 min		-1.0	824.38516	3+	3+	2470.1263804604496	0	2.939629370057349	0				100.0	Doubtful
-34	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 75, +MSn(641.8547), 26.7 min		-1.0	641.85466	2+	2+	1281.6928658902905	0	1.481004205034201	0				100.0	Doubtful
-35	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	YESQLSQIR	AR; AR	QS; QS	323; 323	NH2-YESQLSQIR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 67,  MSn(562.2947), 26.3 min		-1.0	562.29468	2+	2+	1122.5669371011802	0	6.998127983906467	0				100.0	Doubtful
-36	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	MEIITITNQLQR	MK; MK	SN; SN	373; 373	NH2-MEIITITNQLQR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 636,  MSn(730.3981), 66.9 min		-1.0	730.39814	2+	2+	1458.7864490053003	0	-3.2324313291878943	0				100.0	Doubtful
-37	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	INEDRIDELQDKVNK	AR; AR	LI; LI	179; 179	NH2-INEDRIDELQDKVNK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 81, +MSn(610.3171), 27.0 min		-1.0	610.31708	3+	3+	1827.9326552146706	0	-1.7720894394949223	0				100.0	Doubtful
-38	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	EFDVEPLKEAYQAEIDEAK	RR; RR	NL; NL	128; 128	NH2-EFDVEPLKEAYQAEIDEAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 736, +MSn(742.0258), 75.1 min		-1.0	742.02585	3+	3+	2223.0583092202605	0	-1.1628605151025897	0				100.0	Doubtful
-39	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SLQAENEQLR	VR; VR	LK; LK	110; 110	NH2-SLQAENEQLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 39, +MSn(594.3056), 25.0 min		-1.0	594.30561	2+	2+	1186.5942144781802	0	2.063410823544894	0				100.0	Doubtful
-40	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	INEDRIDELQDKVNK	AR; AR	LI; LI	179; 179	NH2-INEDRIDELQDKVNK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 81,  MSn(610.3171), 27.0 min		-1.0	610.31708	3+	3+	1827.9326552146706	0	-1.7720894394949223	0				100.0	Doubtful
-41	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 588,  MSn(764.3961), 63.5 min		-1.0	764.39611	2+	2+	1526.7729071161402	0	3.113546101111509	0				100.0	Doubtful
-42	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 588, +MSn(764.3961), 63.5 min		-1.0	764.39611	2+	2+	1526.7729071161402	0	3.113546101111509	0				100.0	Doubtful
--- a/test-data/peptide_shaker_modifications_result1.output_hierarchical	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
-	Main Accession	Description	MW [kDa]	Possible Coverage [%]	Coverage [%]	Spectrum Counting NSAF	Confidently Localized Modification Sites	# Confidently Localized Modification Sites	Ambiguously Localized Modification Sites	#Ambiguously Localized Modification Sites	Protein Inference	Secondary Accessions	Protein Group	#Validated Peptides	#Peptides	#Unique	#Validated PSMs	#PSMs	Confidence [%]	Decoy	Validation
-1	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91		69.96963713242043	100.0	3.25	0.0032520325203252032					Related Proteins	cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	1	1	1	2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	#Validated PSMs	#PSMs	Confidence [%]	Decoy	Validation
-1.1	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91; cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	EIRDEYDNQLNLLSADLESK	MR; MR	YQ; YQ				2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-1.1.1	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	EIRDEYDNQLNLLSADLESK	NH2-EIRDEYDNQLNLLSADLESK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 748, +MSn(789.0604), 76.1 min		-1.0	789.06034	3+	3+	2364.14449845571	0	6.2066377342036665	0				100.0	Doubtful
-1.1.2	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	EIRDEYDNQLNLLSADLESK	NH2-EIRDEYDNQLNLLSADLESK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 748,  MSn(789.0604), 76.1 min		-1.0	789.06034	3+	3+	2364.14449845571	0	6.2066377342036665	0				100.0	Doubtful
-2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67		69.88215380565927	92.52	37.58	0.017651472642866785					Related Proteins	cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	15	15	15	40	40	100.0	0	Doubtful
-	Protein(s)	Sequence	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	#Validated PSMs	#PSMs	Confidence [%]	Decoy	Validation
-2.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS				4	4	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.1.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1198, +MSn(1139.0413), 115.6 min		-1.0	1139.04127	2+	2+	2276.0560840995904	0	5.225020941769318	0				100.0	Doubtful
-2.1.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1198,  MSn(1139.0413), 115.6 min		-1.0	1139.04127	2+	2+	2276.0560840995904	0	5.225020941769318	0				100.0	Doubtful
-2.1.3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1197, +MSn(759.6966), 115.6 min		-1.0	759.69661	3+	3+	2276.0560840995904	0	5.228649666852938	0				100.0	Doubtful
-2.1.4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1197,  MSn(759.6966), 115.6 min		-1.0	759.69661	3+	3+	2276.0560840995904	0	5.228649666852938	0				100.0	Doubtful
-2.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS				4	4	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.2.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 207,  MSn(785.9179), 35.7 min		-1.0	785.91791	2+	2+	1569.8362356486903	0	-9.522902824571501	0				100.0	Doubtful
-2.2.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 204, +MSn(524.2825), 35.5 min		-1.0	524.28252	3+	3+	1569.8362356486903	0	-6.678955564950069	0				100.0	Doubtful
-2.2.3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 207, +MSn(785.9179), 35.7 min		-1.0	785.91791	2+	2+	1569.8362356486903	0	-9.522902824571501	0				100.0	Doubtful
-2.2.4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 204,  MSn(524.2825), 35.5 min		-1.0	524.28252	3+	3+	1569.8362356486903	0	-6.678955564950069	0				100.0	Doubtful
-2.3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SLQAENEQLR	VR; VR	LK; LK				2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.3.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SLQAENEQLR	NH2-SLQAENEQLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 39,  MSn(594.3056), 25.0 min		-1.0	594.30561	2+	2+	1186.5942144781802	0	2.063410823544894	0				100.0	Doubtful
-2.3.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SLQAENEQLR	NH2-SLQAENEQLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 39, +MSn(594.3056), 25.0 min		-1.0	594.30561	2+	2+	1186.5942144781802	0	2.063410823544894	0				100.0	Doubtful
-2.4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	EFDVEPLKEAYQAEIDEAK	RR; RR	NL; NL				2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.4.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	EFDVEPLKEAYQAEIDEAK	NH2-EFDVEPLKEAYQAEIDEAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 736,  MSn(742.0258), 75.1 min		-1.0	742.02585	3+	3+	2223.0583092202605	0	-1.1628605151025897	0				100.0	Doubtful
-2.4.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	EFDVEPLKEAYQAEIDEAK	NH2-EFDVEPLKEAYQAEIDEAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 736, +MSn(742.0258), 75.1 min		-1.0	742.02585	3+	3+	2223.0583092202605	0	-1.1628605151025897	0				100.0	Doubtful
-2.5	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	MEIITITNQLQR	MK; MK	SN; SN				2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.5.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	MEIITITNQLQR	NH2-MEIITITNQLQR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 636,  MSn(730.3981), 66.9 min		-1.0	730.39814	2+	2+	1458.7864490053003	0	-3.2324313291878943	0				100.0	Doubtful
-2.5.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	MEIITITNQLQR	NH2-MEIITITNQLQR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 636, +MSn(730.3981), 66.9 min		-1.0	730.39814	2+	2+	1458.7864490053003	0	-3.2324313291878943	0				100.0	Doubtful
-2.6	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	YESQLSQIR	AR; AR	QS; QS				2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.6.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	YESQLSQIR	NH2-YESQLSQIR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 67,  MSn(562.2947), 26.3 min		-1.0	562.29468	2+	2+	1122.5669371011802	0	6.998127983906467	0				100.0	Doubtful
-2.6.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	YESQLSQIR	NH2-YESQLSQIR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 67, +MSn(562.2947), 26.3 min		-1.0	562.29468	2+	2+	1122.5669371011802	0	6.998127983906467	0				100.0	Doubtful
-2.7	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV				4	4	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.7.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 875,  MSn(483.2538), 89.2 min		-1.0	483.25374	3+	3+	1446.7354589782603	0	2.711916908512312	0				100.0	Doubtful
-2.7.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 871, +MSn(724.3762), 88.9 min		-1.0	724.37624	2+	2+	1446.7354589782603	0	1.7035983401739305	0				100.0	Doubtful
-2.7.3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 871,  MSn(724.3762), 88.9 min		-1.0	724.37624	2+	2+	1446.7354589782603	0	1.7035983401739305	0				100.0	Doubtful
-2.7.4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 875, +MSn(483.2538), 89.2 min		-1.0	483.25374	3+	3+	1446.7354589782603	0	2.711916908512312	0				100.0	Doubtful
-2.8	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISITTYEEEIEDLHATAR	LK; LK	IN; IN				2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.8.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISITTYEEEIEDLHATAR	NH2-ISITTYEEEIEDLHATAR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 752, +MSn(697.6842), 76.3 min		-1.0	697.68418	3+	3+	2090.0167787614505	0	6.6562738302421005	0				100.0	Doubtful
-2.8.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISITTYEEEIEDLHATAR	NH2-ISITTYEEEIEDLHATAR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 752,  MSn(697.6842), 76.3 min		-1.0	697.68418	3+	3+	2090.0167787614505	0	6.6562738302421005	0				100.0	Doubtful
-2.9	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SHVVGAGLGGGSMGSMNQSMSLHGGR	RR; RR	AS; AS				2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.9.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SHVVGAGLGGGSMGSMNQSMSLHGGR	NH2-SHVVGAGLGGGSMGSMNQSMSLHGGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 220,  MSn(824.3852), 36.3 min		-1.0	824.38516	3+	3+	2470.1263804604496	0	2.939629370057349	0				100.0	Doubtful
-2.9.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SHVVGAGLGGGSMGSMNQSMSLHGGR	NH2-SHVVGAGLGGGSMGSMNQSMSLHGGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 220, +MSn(824.3852), 36.3 min		-1.0	824.38516	3+	3+	2470.1263804604496	0	2.939629370057349	0				100.0	Doubtful
-2.10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE				4	4	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.10.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 588,  MSn(764.3961), 63.5 min		-1.0	764.39611	2+	2+	1526.7729071161402	0	3.113546101111509	0				100.0	Doubtful
-2.10.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 588, +MSn(764.3961), 63.5 min		-1.0	764.39611	2+	2+	1526.7729071161402	0	3.113546101111509	0				100.0	Doubtful
-2.10.3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 591,  MSn(509.9328), 63.7 min		-1.0	509.93283	3+	3+	1526.7729071161402	0	2.4535863107993414	0				100.0	Doubtful
-2.10.4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 591, +MSn(509.9328), 63.7 min		-1.0	509.93283	3+	3+	1526.7729071161402	0	2.4535863107993414	0				100.0	Doubtful
-2.11	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ASLGMAAGVAGGIATK	GR; GR	DM; DM				2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.11.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ASLGMAAGVAGGIATK	NH2-ASLGMAAGVAGGIATK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 357,  MSn(687.8723), 46.6 min		-1.0	687.87224	2+	2+	1373.7336851564503	0	-2.731669916283406	0				100.0	Doubtful
-2.11.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ASLGMAAGVAGGIATK	NH2-ASLGMAAGVAGGIATK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 357, +MSn(687.8723), 46.6 min		-1.0	687.87224	2+	2+	1373.7336851564503	0	-2.731669916283406	0				100.0	Doubtful
-2.12	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	INEDRIDELQDKVNK	AR; AR	LI; LI				2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.12.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	INEDRIDELQDKVNK	NH2-INEDRIDELQDKVNK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 81, +MSn(610.3171), 27.0 min		-1.0	610.31708	3+	3+	1827.9326552146706	0	-1.7720894394949223	0				100.0	Doubtful
-2.12.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	INEDRIDELQDKVNK	NH2-INEDRIDELQDKVNK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 81,  MSn(610.3171), 27.0 min		-1.0	610.31708	3+	3+	1827.9326552146706	0	-1.7720894394949223	0				100.0	Doubtful
-2.13	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	KGDIIATVDEWGPVNR	AK; AK; AK	NS; NS; NS				2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.13.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	KGDIIATVDEWGPVNR	NH2-KGDIIATVDEWGPVNR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 582,  MSn(590.6452), 63.2 min		-1.0	590.64518	3+	3+	1768.91079757128	0	1.643983659206309	0				100.0	Doubtful
-2.13.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	KGDIIATVDEWGPVNR	NH2-KGDIIATVDEWGPVNR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 582, +MSn(590.6452), 63.2 min		-1.0	590.64518	3+	3+	1768.91079757128	0	1.643983659206309	0				100.0	Doubtful
-2.14	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	SVISIGEVESEGQYVTLENTSSGR	SK; SK; SK	SK; SK; SK				2	2	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.14.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	SVISIGEVESEGQYVTLENTSSGR	NH2-SVISIGEVESEGQYVTLENTSSGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 758, +MSn(847.7508), 76.8 min		-1.0	847.75082	3+	3+	2540.224205328391	0	2.5264056584343257	0				100.0	Doubtful
-2.14.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	SVISIGEVESEGQYVTLENTSSGR	NH2-SVISIGEVESEGQYVTLENTSSGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 758,  MSn(847.7508), 76.8 min		-1.0	847.75082	3+	3+	2540.224205328391	0	2.5264056584343257	0				100.0	Doubtful
-2.15	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID				4	4	100.0	0	Doubtful
-	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-2.15.1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 75, +MSn(641.8547), 26.7 min		-1.0	641.85466	2+	2+	1281.6928658902905	0	1.481004205034201	0				100.0	Doubtful
-2.15.2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 72, +MSn(428.2391), 26.6 min		-1.0	428.23909	3+	3+	1281.6928658902905	0	2.0041097707959827	0				100.0	Doubtful
-2.15.3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 75,  MSn(641.8547), 26.7 min		-1.0	641.85466	2+	2+	1281.6928658902905	0	1.481004205034201	0				100.0	Doubtful
-2.15.4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 72,  MSn(428.2391), 26.6 min		-1.0	428.23909	3+	3+	1281.6928658902905	0	2.0041097707959827	0				100.0	Doubtful
--- a/test-data/peptide_shaker_modifications_result1.output_peptides	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-	Protein(s)	Protein Group(s)	#Validated Protein Group(s)	Unique Database	Sequence	Modified Sequence	Position	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	#Validated PSMs	#PSMs	Confidence [%]	Validation
-1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	SVISIGEVESEGQYVTLENTSSGR	NH2-SVISIGEVESEGQYVTLENTSSGR-COOH	511; 504; 29	SK; SK; SK	SK; SK; SK				2	2	100.0	Doubtful
-2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	YESQLSQIR	NH2-YESQLSQIR-COOH	323; 323	AR; AR	QS; QS				2	2	100.0	Doubtful
-3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	SHVVGAGLGGGSMGSMNQSMSLHGGR	NH2-SHVVGAGLGGGSMGSMNQSMSLHGGR-COOH	37; 37	RR; RR	AS; AS				2	2	100.0	Doubtful
-4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	EFDVEPLKEAYQAEIDEAK	NH2-EFDVEPLKEAYQAEIDEAK-COOH	128; 128	RR; RR	NL; NL				2	2	100.0	Doubtful
-5	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	ISITTYEEEIEDLHATAR	NH2-ISITTYEEEIEDLHATAR-COOH	161; 161	LK; LK	IN; IN				2	2	100.0	Doubtful
-6	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	ISTGYITENIGGFR	NH2-ISTGYITENIGGFR-COOH	442; 442	NR; NR	SE; SE				4	4	100.0	Doubtful
-7	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	ASLGMAAGVAGGIATK	NH2-ASLGMAAGVAGGIATK-COOH	63; 63	GR; GR	DM; DM				2	2	100.0	Doubtful
-8	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	LISATSISPEHK	NH2-LISATSISPEHK-COOH	549; 542; 67	DR; DR; DR	ID; ID; ID				4	4	100.0	Doubtful
-9	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	LHVEMESMIEELQMLMDAK	NH2-LHVEMESMIEELQMLMDAK-COOH	403; 403	NK; NK	LS; LS				4	4	100.0	Doubtful
-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	NLLLDANKENGELK	NH2-NLLLDANKENGELK-COOH	147; 147	AK; AK	IS; IS				4	4	100.0	Doubtful
-11	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	SLQAENEQLR	NH2-SLQAENEQLR-COOH	110; 110	VR; VR	LK; LK				2	2	100.0	Doubtful
-12	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	KGDIIATVDEWGPVNR	NH2-KGDIIATVDEWGPVNR-COOH	590; 583; 108	AK; AK; AK	NS; NS; NS				2	2	100.0	Doubtful
-13	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	MEIITITNQLQR	NH2-MEIITITNQLQR-COOH	373; 373	MK; MK	SN; SN				2	2	100.0	Doubtful
-14	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91; cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92 (Doubtful)	1	1	EIRDEYDNQLNLLSADLESK	NH2-EIRDEYDNQLNLLSADLESK-COOH	298; 298	MR; MR	YQ; YQ				2	2	100.0	Doubtful
-15	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	VGNLEEELEFLR	NH2-VGNLEEELEFLR-COOH	254; 254	QK; QK	SV; SV				4	4	100.0	Doubtful
-16	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	INEDRIDELQDKVNK	NH2-INEDRIDELQDKVNK-COOH	179; 179	AR; AR	LI; LI				2	2	100.0	Doubtful
--- a/test-data/peptide_shaker_modifications_result1.output_peptides_nonvalidated	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-	Protein(s)	Protein Group(s)	#Validated Protein Group(s)	Unique Database	Sequence	Modified Sequence	Position	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	#Validated PSMs	#PSMs	Confidence [%]	Validation
-1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	SVISIGEVESEGQYVTLENTSSGR	NH2-SVISIGEVESEGQYVTLENTSSGR-COOH	511; 504; 29	SK; SK; SK	SK; SK; SK				2	2	100.0	Doubtful
-2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	YESQLSQIR	NH2-YESQLSQIR-COOH	323; 323	AR; AR	QS; QS				2	2	100.0	Doubtful
-3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	SHVVGAGLGGGSMGSMNQSMSLHGGR	NH2-SHVVGAGLGGGSMGSMNQSMSLHGGR-COOH	37; 37	RR; RR	AS; AS				2	2	100.0	Doubtful
-4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	EFDVEPLKEAYQAEIDEAK	NH2-EFDVEPLKEAYQAEIDEAK-COOH	128; 128	RR; RR	NL; NL				2	2	100.0	Doubtful
-5	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	ISITTYEEEIEDLHATAR	NH2-ISITTYEEEIEDLHATAR-COOH	161; 161	LK; LK	IN; IN				2	2	100.0	Doubtful
-6	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	ISTGYITENIGGFR	NH2-ISTGYITENIGGFR-COOH	442; 442	NR; NR	SE; SE				4	4	100.0	Doubtful
-7	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	ASLGMAAGVAGGIATK	NH2-ASLGMAAGVAGGIATK-COOH	63; 63	GR; GR	DM; DM				2	2	100.0	Doubtful
-8	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	LISATSISPEHK	NH2-LISATSISPEHK-COOH	549; 542; 67	DR; DR; DR	ID; ID; ID				4	4	100.0	Doubtful
-9	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	LHVEMESMIEELQMLMDAK	NH2-LHVEMESMIEELQMLMDAK-COOH	403; 403	NK; NK	LS; LS				4	4	100.0	Doubtful
-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	NLLLDANKENGELK	NH2-NLLLDANKENGELK-COOH	147; 147	AK; AK	IS; IS				4	4	100.0	Doubtful
-11	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	SLQAENEQLR	NH2-SLQAENEQLR-COOH	110; 110	VR; VR	LK; LK				2	2	100.0	Doubtful
-12	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	KGDIIATVDEWGPVNR	NH2-KGDIIATVDEWGPVNR-COOH	590; 583; 108	AK; AK; AK	NS; NS; NS				2	2	100.0	Doubtful
-13	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	MEIITITNQLQR	NH2-MEIITITNQLQR-COOH	373; 373	MK; MK	SN; SN				2	2	100.0	Doubtful
-14	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91; cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92 (Doubtful)	1	1	EIRDEYDNQLNLLSADLESK	NH2-EIRDEYDNQLNLLSADLESK-COOH	298; 298	MR; MR	YQ; YQ				2	2	100.0	Doubtful
-15	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	VGNLEEELEFLR	NH2-VGNLEEELEFLR-COOH	254; 254	QK; QK	SV; SV				4	4	100.0	Doubtful
-16	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	INEDRIDELQDKVNK	NH2-INEDRIDELQDKVNK-COOH	179; 179	AR; AR	LI; LI				2	2	100.0	Doubtful
--- a/test-data/peptide_shaker_modifications_result1.output_peptides_phosphorylation	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-	Protein(s)	Protein Group(s)	#Validated Protein Group(s)	Unique Database	Sequence	Modified Sequence	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	Confident Phosphosites	#Confident Phosphosites	Ambiguous Phosphosites	#Ambiguous Phosphosites	#Validated PSMs	#PSMs	Confidence [%]	Validation
-1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	SVISIGEVESEGQYVTLENTSSGR	NH2-SVISIGEVESEGQYVTLENTSSGR-COOH	SK; SK; SK	SK; SK; SK								2	2	100.0	Doubtful
-2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	YESQLSQIR	NH2-YESQLSQIR-COOH	AR; AR	QS; QS								2	2	100.0	Doubtful
-3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	SHVVGAGLGGGSMGSMNQSMSLHGGR	NH2-SHVVGAGLGGGSMGSMNQSMSLHGGR-COOH	RR; RR	AS; AS								2	2	100.0	Doubtful
-4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	EFDVEPLKEAYQAEIDEAK	NH2-EFDVEPLKEAYQAEIDEAK-COOH	RR; RR	NL; NL								2	2	100.0	Doubtful
-5	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	ISITTYEEEIEDLHATAR	NH2-ISITTYEEEIEDLHATAR-COOH	LK; LK	IN; IN								2	2	100.0	Doubtful
-6	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	ISTGYITENIGGFR	NH2-ISTGYITENIGGFR-COOH	NR; NR	SE; SE								4	4	100.0	Doubtful
-7	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	ASLGMAAGVAGGIATK	NH2-ASLGMAAGVAGGIATK-COOH	GR; GR	DM; DM								2	2	100.0	Doubtful
-8	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	LISATSISPEHK	NH2-LISATSISPEHK-COOH	DR; DR; DR	ID; ID; ID								4	4	100.0	Doubtful
-9	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	LHVEMESMIEELQMLMDAK	NH2-LHVEMESMIEELQMLMDAK-COOH	NK; NK	LS; LS								4	4	100.0	Doubtful
-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	NLLLDANKENGELK	NH2-NLLLDANKENGELK-COOH	AK; AK	IS; IS								4	4	100.0	Doubtful
-11	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	SLQAENEQLR	NH2-SLQAENEQLR-COOH	VR; VR	LK; LK								2	2	100.0	Doubtful
-12	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67; cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	KGDIIATVDEWGPVNR	NH2-KGDIIATVDEWGPVNR-COOH	AK; AK; AK	NS; NS; NS								2	2	100.0	Doubtful
-13	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	MEIITITNQLQR	NH2-MEIITITNQLQR-COOH	MK; MK	SN; SN								2	2	100.0	Doubtful
-14	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91; cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92 (Doubtful)	1	1	EIRDEYDNQLNLLSADLESK	NH2-EIRDEYDNQLNLLSADLESK-COOH	MR; MR	YQ; YQ								2	2	100.0	Doubtful
-15	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	VGNLEEELEFLR	NH2-VGNLEEELEFLR-COOH	QK; QK	SV; SV								4	4	100.0	Doubtful
-16	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67; cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67 (Doubtful)	1	1	INEDRIDELQDKVNK	NH2-INEDRIDELQDKVNK-COOH	AR; AR	LI; LI								2	2	100.0	Doubtful
--- a/test-data/peptide_shaker_modifications_result1.output_proteins	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-	Main Accession	Description	Gene Name	Chromosome	MW [kDa]	Possible Coverage [%]	Coverage [%]	Spectrum Counting	Confidently Localized Modification Sites	# Confidently Localized Modification Sites	Ambiguously Localized Modification Sites	#Ambiguously Localized Modification Sites	Protein Inference	Secondary Accessions	Protein Group	#Validated Peptides	#Peptides	#Unique	#Validated Unique	#Unique to Group	#Validated Unique to Group	#Validated PSMs	#PSMs	Confidence [%]	Validation
-1	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91				69.96963713242043	100.0	3.25	4451.587393160344					Related Proteins	cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	1	1	1	1	1	1	2	2	100.0	Doubtful
-2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67				69.88215380565927	92.52	37.58	24162.449974467898					Related Proteins	cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	15	15	15	15	15	15	40	40	100.0	Doubtful
--- a/test-data/peptide_shaker_modifications_result1.output_proteins_nonvalidated	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-	Main Accession	Description	Gene Name	Chromosome	MW [kDa]	Possible Coverage [%]	Coverage [%]	Spectrum Counting	Confidently Localized Modification Sites	# Confidently Localized Modification Sites	Ambiguously Localized Modification Sites	#Ambiguously Localized Modification Sites	Protein Inference	Secondary Accessions	Protein Group	#Validated Peptides	#Peptides	#Unique	#Validated Unique	#Unique to Group	#Validated Unique to Group	#Validated PSMs	#PSMs	Confidence [%]	Validation
-1	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91				69.96963713242043	100.0	3.25	4451.587393160344					Related Proteins	cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	1	1	1	1	1	1	2	2	100.0	Doubtful
-2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67				69.88215380565927	92.52	37.58	24162.449974467898					Related Proteins	cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	15	15	15	15	15	15	40	40	100.0	Doubtful
--- a/test-data/peptide_shaker_modifications_result1.output_proteins_phosphorylation	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-	Main Accession	Description	Gene Name	Chromosome	MW [kDa]	Possible Coverage [%]	Coverage [%]	Spectrum Counting NSAF	Confident Phosphosites	#Confident Phosphosites	Ambiguous Phosphosites	#Ambiguous Phosphosites	Protein Inference	Secondary Accessions	Protein Group	#Validated Peptides	#Peptides	#Unique	#Validated Unique	#Unique to Group	#Validated Unique to Group	#Validated PSMs	#PSMs	Confidence [%]	Validation
-1	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91				69.96963713242043	100.0	3.25	0.0032520325203252032		0		0	Related Proteins	cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	1	1	1	1	1	1	2	2	100.0	Doubtful
-2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67				69.88215380565927	92.52	37.58	0.017651472642866785		0		0	Related Proteins	cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	15	15	15	15	15	15	40	40	100.0	Doubtful
--- a/test-data/peptide_shaker_modifications_result1.output_psm	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-	Protein(s)	Sequence	AAs Before	AAs After	Position	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1198, +MSn(1139.0413), 115.6 min		-1.0	1139.04127	2+	2+	2276.0560840995904	0	5.225020941769318				100.0	Doubtful
-2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 207,  MSn(785.9179), 35.7 min		-1.0	785.91791	2+	2+	1569.8362356486903	0	-9.522902824571501				100.0	Doubtful
-3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SLQAENEQLR	VR; VR	LK; LK	110; 110	NH2-SLQAENEQLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 39,  MSn(594.3056), 25.0 min		-1.0	594.30561	2+	2+	1186.5942144781802	0	2.063410823544894				100.0	Doubtful
-4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	EFDVEPLKEAYQAEIDEAK	RR; RR	NL; NL	128; 128	NH2-EFDVEPLKEAYQAEIDEAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 736,  MSn(742.0258), 75.1 min		-1.0	742.02585	3+	3+	2223.0583092202605	0	-1.1628605151025897				100.0	Doubtful
-5	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	MEIITITNQLQR	MK; MK	SN; SN	373; 373	NH2-MEIITITNQLQR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 636, +MSn(730.3981), 66.9 min		-1.0	730.39814	2+	2+	1458.7864490053003	0	-3.2324313291878943				100.0	Doubtful
-6	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	EIRDEYDNQLNLLSADLESK	MR; MR	YQ; YQ	298; 298	NH2-EIRDEYDNQLNLLSADLESK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 748,  MSn(789.0604), 76.1 min		-1.0	789.06034	3+	3+	2364.14449845571	0	6.2066377342036665				100.0	Doubtful
-7	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	YESQLSQIR	AR; AR	QS; QS	323; 323	NH2-YESQLSQIR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 67, +MSn(562.2947), 26.3 min		-1.0	562.29468	2+	2+	1122.5669371011802	0	6.998127983906467				100.0	Doubtful
-8	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	EIRDEYDNQLNLLSADLESK	MR; MR	YQ; YQ	298; 298	NH2-EIRDEYDNQLNLLSADLESK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 748, +MSn(789.0604), 76.1 min		-1.0	789.06034	3+	3+	2364.14449845571	0	6.2066377342036665				100.0	Doubtful
-9	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 875,  MSn(483.2538), 89.2 min		-1.0	483.25374	3+	3+	1446.7354589782603	0	2.711916908512312				100.0	Doubtful
-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 871,  MSn(724.3762), 88.9 min		-1.0	724.37624	2+	2+	1446.7354589782603	0	1.7035983401739305				100.0	Doubtful
-11	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	KGDIIATVDEWGPVNR	AK; AK; AK	NS; NS; NS	590; 583; 108	NH2-KGDIIATVDEWGPVNR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 582,  MSn(590.6452), 63.2 min		-1.0	590.64518	3+	3+	1768.91079757128	0	1.643983659206309				100.0	Doubtful
-12	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	SVISIGEVESEGQYVTLENTSSGR	SK; SK; SK	SK; SK; SK	511; 504; 29	NH2-SVISIGEVESEGQYVTLENTSSGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 758,  MSn(847.7508), 76.8 min		-1.0	847.75082	3+	3+	2540.224205328391	0	2.5264056584343257				100.0	Doubtful
-13	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISITTYEEEIEDLHATAR	LK; LK	IN; IN	161; 161	NH2-ISITTYEEEIEDLHATAR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 752, +MSn(697.6842), 76.3 min		-1.0	697.68418	3+	3+	2090.0167787614505	0	6.6562738302421005				100.0	Doubtful
-14	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SHVVGAGLGGGSMGSMNQSMSLHGGR	RR; RR	AS; AS	37; 37	NH2-SHVVGAGLGGGSMGSMNQSMSLHGGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 220,  MSn(824.3852), 36.3 min		-1.0	824.38516	3+	3+	2470.1263804604496	0	2.939629370057349				100.0	Doubtful
-15	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 871, +MSn(724.3762), 88.9 min		-1.0	724.37624	2+	2+	1446.7354589782603	0	1.7035983401739305				100.0	Doubtful
-16	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 591,  MSn(509.9328), 63.7 min		-1.0	509.93283	3+	3+	1526.7729071161402	0	2.4535863107993414				100.0	Doubtful
-17	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 207, +MSn(785.9179), 35.7 min		-1.0	785.91791	2+	2+	1569.8362356486903	0	-9.522902824571501				100.0	Doubtful
-18	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 875, +MSn(483.2538), 89.2 min		-1.0	483.25374	3+	3+	1446.7354589782603	0	2.711916908512312				100.0	Doubtful
-19	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ASLGMAAGVAGGIATK	GR; GR	DM; DM	63; 63	NH2-ASLGMAAGVAGGIATK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 357,  MSn(687.8723), 46.6 min		-1.0	687.87224	2+	2+	1373.7336851564503	0	-2.731669916283406				100.0	Doubtful
-20	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1197,  MSn(759.6966), 115.6 min		-1.0	759.69661	3+	3+	2276.0560840995904	0	5.228649666852938				100.0	Doubtful
-21	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	KGDIIATVDEWGPVNR	AK; AK; AK	NS; NS; NS	590; 583; 108	NH2-KGDIIATVDEWGPVNR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 582, +MSn(590.6452), 63.2 min		-1.0	590.64518	3+	3+	1768.91079757128	0	1.643983659206309				100.0	Doubtful
-22	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 204, +MSn(524.2825), 35.5 min		-1.0	524.28252	3+	3+	1569.8362356486903	0	-6.678955564950069				100.0	Doubtful
-23	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 591, +MSn(509.9328), 63.7 min		-1.0	509.93283	3+	3+	1526.7729071161402	0	2.4535863107993414				100.0	Doubtful
-24	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 204,  MSn(524.2825), 35.5 min		-1.0	524.28252	3+	3+	1569.8362356486903	0	-6.678955564950069				100.0	Doubtful
-25	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1198,  MSn(1139.0413), 115.6 min		-1.0	1139.04127	2+	2+	2276.0560840995904	0	5.225020941769318				100.0	Doubtful
-26	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 72,  MSn(428.2391), 26.6 min		-1.0	428.23909	3+	3+	1281.6928658902905	0	2.0041097707959827				100.0	Doubtful
-27	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ASLGMAAGVAGGIATK	GR; GR	DM; DM	63; 63	NH2-ASLGMAAGVAGGIATK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 357, +MSn(687.8723), 46.6 min		-1.0	687.87224	2+	2+	1373.7336851564503	0	-2.731669916283406				100.0	Doubtful
-28	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISITTYEEEIEDLHATAR	LK; LK	IN; IN	161; 161	NH2-ISITTYEEEIEDLHATAR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 752,  MSn(697.6842), 76.3 min		-1.0	697.68418	3+	3+	2090.0167787614505	0	6.6562738302421005				100.0	Doubtful
-29	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 75,  MSn(641.8547), 26.7 min		-1.0	641.85466	2+	2+	1281.6928658902905	0	1.481004205034201				100.0	Doubtful
-30	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	SVISIGEVESEGQYVTLENTSSGR	SK; SK; SK	SK; SK; SK	511; 504; 29	NH2-SVISIGEVESEGQYVTLENTSSGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 758, +MSn(847.7508), 76.8 min		-1.0	847.75082	3+	3+	2540.224205328391	0	2.5264056584343257				100.0	Doubtful
-31	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1197, +MSn(759.6966), 115.6 min		-1.0	759.69661	3+	3+	2276.0560840995904	0	5.228649666852938				100.0	Doubtful
-32	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 72, +MSn(428.2391), 26.6 min		-1.0	428.23909	3+	3+	1281.6928658902905	0	2.0041097707959827				100.0	Doubtful
-33	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SHVVGAGLGGGSMGSMNQSMSLHGGR	RR; RR	AS; AS	37; 37	NH2-SHVVGAGLGGGSMGSMNQSMSLHGGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 220, +MSn(824.3852), 36.3 min		-1.0	824.38516	3+	3+	2470.1263804604496	0	2.939629370057349				100.0	Doubtful
-34	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 75, +MSn(641.8547), 26.7 min		-1.0	641.85466	2+	2+	1281.6928658902905	0	1.481004205034201				100.0	Doubtful
-35	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	YESQLSQIR	AR; AR	QS; QS	323; 323	NH2-YESQLSQIR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 67,  MSn(562.2947), 26.3 min		-1.0	562.29468	2+	2+	1122.5669371011802	0	6.998127983906467				100.0	Doubtful
-36	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	MEIITITNQLQR	MK; MK	SN; SN	373; 373	NH2-MEIITITNQLQR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 636,  MSn(730.3981), 66.9 min		-1.0	730.39814	2+	2+	1458.7864490053003	0	-3.2324313291878943				100.0	Doubtful
-37	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	INEDRIDELQDKVNK	AR; AR	LI; LI	179; 179	NH2-INEDRIDELQDKVNK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 81, +MSn(610.3171), 27.0 min		-1.0	610.31708	3+	3+	1827.9326552146706	0	-1.7720894394949223				100.0	Doubtful
-38	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	EFDVEPLKEAYQAEIDEAK	RR; RR	NL; NL	128; 128	NH2-EFDVEPLKEAYQAEIDEAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 736, +MSn(742.0258), 75.1 min		-1.0	742.02585	3+	3+	2223.0583092202605	0	-1.1628605151025897				100.0	Doubtful
-39	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SLQAENEQLR	VR; VR	LK; LK	110; 110	NH2-SLQAENEQLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 39, +MSn(594.3056), 25.0 min		-1.0	594.30561	2+	2+	1186.5942144781802	0	2.063410823544894				100.0	Doubtful
-40	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	INEDRIDELQDKVNK	AR; AR	LI; LI	179; 179	NH2-INEDRIDELQDKVNK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 81,  MSn(610.3171), 27.0 min		-1.0	610.31708	3+	3+	1827.9326552146706	0	-1.7720894394949223				100.0	Doubtful
-41	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 588,  MSn(764.3961), 63.5 min		-1.0	764.39611	2+	2+	1526.7729071161402	0	3.113546101111509				100.0	Doubtful
-42	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 588, +MSn(764.3961), 63.5 min		-1.0	764.39611	2+	2+	1526.7729071161402	0	3.113546101111509				100.0	Doubtful
--- a/test-data/peptide_shaker_modifications_result1.output_psm_nonvalidated	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-	Protein(s)	Sequence	AAs Before	AAs After	Position	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
-1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1198, +MSn(1139.0413), 115.6 min		-1.0	1139.04127	2+	2+	2276.0560840995904	0	5.225020941769318				100.0	Doubtful
-2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 207,  MSn(785.9179), 35.7 min		-1.0	785.91791	2+	2+	1569.8362356486903	0	-9.522902824571501				100.0	Doubtful
-3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SLQAENEQLR	VR; VR	LK; LK	110; 110	NH2-SLQAENEQLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 39,  MSn(594.3056), 25.0 min		-1.0	594.30561	2+	2+	1186.5942144781802	0	2.063410823544894				100.0	Doubtful
-4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	EFDVEPLKEAYQAEIDEAK	RR; RR	NL; NL	128; 128	NH2-EFDVEPLKEAYQAEIDEAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 736,  MSn(742.0258), 75.1 min		-1.0	742.02585	3+	3+	2223.0583092202605	0	-1.1628605151025897				100.0	Doubtful
-5	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	MEIITITNQLQR	MK; MK	SN; SN	373; 373	NH2-MEIITITNQLQR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 636, +MSn(730.3981), 66.9 min		-1.0	730.39814	2+	2+	1458.7864490053003	0	-3.2324313291878943				100.0	Doubtful
-6	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	EIRDEYDNQLNLLSADLESK	MR; MR	YQ; YQ	298; 298	NH2-EIRDEYDNQLNLLSADLESK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 748,  MSn(789.0604), 76.1 min		-1.0	789.06034	3+	3+	2364.14449845571	0	6.2066377342036665				100.0	Doubtful
-7	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	YESQLSQIR	AR; AR	QS; QS	323; 323	NH2-YESQLSQIR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 67, +MSn(562.2947), 26.3 min		-1.0	562.29468	2+	2+	1122.5669371011802	0	6.998127983906467				100.0	Doubtful
-8	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	EIRDEYDNQLNLLSADLESK	MR; MR	YQ; YQ	298; 298	NH2-EIRDEYDNQLNLLSADLESK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 748, +MSn(789.0604), 76.1 min		-1.0	789.06034	3+	3+	2364.14449845571	0	6.2066377342036665				100.0	Doubtful
-9	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 875,  MSn(483.2538), 89.2 min		-1.0	483.25374	3+	3+	1446.7354589782603	0	2.711916908512312				100.0	Doubtful
-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 871,  MSn(724.3762), 88.9 min		-1.0	724.37624	2+	2+	1446.7354589782603	0	1.7035983401739305				100.0	Doubtful
-11	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	KGDIIATVDEWGPVNR	AK; AK; AK	NS; NS; NS	590; 583; 108	NH2-KGDIIATVDEWGPVNR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 582,  MSn(590.6452), 63.2 min		-1.0	590.64518	3+	3+	1768.91079757128	0	1.643983659206309				100.0	Doubtful
-12	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	SVISIGEVESEGQYVTLENTSSGR	SK; SK; SK	SK; SK; SK	511; 504; 29	NH2-SVISIGEVESEGQYVTLENTSSGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 758,  MSn(847.7508), 76.8 min		-1.0	847.75082	3+	3+	2540.224205328391	0	2.5264056584343257				100.0	Doubtful
-13	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISITTYEEEIEDLHATAR	LK; LK	IN; IN	161; 161	NH2-ISITTYEEEIEDLHATAR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 752, +MSn(697.6842), 76.3 min		-1.0	697.68418	3+	3+	2090.0167787614505	0	6.6562738302421005				100.0	Doubtful
-14	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SHVVGAGLGGGSMGSMNQSMSLHGGR	RR; RR	AS; AS	37; 37	NH2-SHVVGAGLGGGSMGSMNQSMSLHGGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 220,  MSn(824.3852), 36.3 min		-1.0	824.38516	3+	3+	2470.1263804604496	0	2.939629370057349				100.0	Doubtful
-15	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 871, +MSn(724.3762), 88.9 min		-1.0	724.37624	2+	2+	1446.7354589782603	0	1.7035983401739305				100.0	Doubtful
-16	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 591,  MSn(509.9328), 63.7 min		-1.0	509.93283	3+	3+	1526.7729071161402	0	2.4535863107993414				100.0	Doubtful
-17	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 207, +MSn(785.9179), 35.7 min		-1.0	785.91791	2+	2+	1569.8362356486903	0	-9.522902824571501				100.0	Doubtful
-18	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR	QK; QK	SV; SV	254; 254	NH2-VGNLEEELEFLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 875, +MSn(483.2538), 89.2 min		-1.0	483.25374	3+	3+	1446.7354589782603	0	2.711916908512312				100.0	Doubtful
-19	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ASLGMAAGVAGGIATK	GR; GR	DM; DM	63; 63	NH2-ASLGMAAGVAGGIATK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 357,  MSn(687.8723), 46.6 min		-1.0	687.87224	2+	2+	1373.7336851564503	0	-2.731669916283406				100.0	Doubtful
-20	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1197,  MSn(759.6966), 115.6 min		-1.0	759.69661	3+	3+	2276.0560840995904	0	5.228649666852938				100.0	Doubtful
-21	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	KGDIIATVDEWGPVNR	AK; AK; AK	NS; NS; NS	590; 583; 108	NH2-KGDIIATVDEWGPVNR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 582, +MSn(590.6452), 63.2 min		-1.0	590.64518	3+	3+	1768.91079757128	0	1.643983659206309				100.0	Doubtful
-22	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 204, +MSn(524.2825), 35.5 min		-1.0	524.28252	3+	3+	1569.8362356486903	0	-6.678955564950069				100.0	Doubtful
-23	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 591, +MSn(509.9328), 63.7 min		-1.0	509.93283	3+	3+	1526.7729071161402	0	2.4535863107993414				100.0	Doubtful
-24	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK	AK; AK	IS; IS	147; 147	NH2-NLLLDANKENGELK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 204,  MSn(524.2825), 35.5 min		-1.0	524.28252	3+	3+	1569.8362356486903	0	-6.678955564950069				100.0	Doubtful
-25	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1198,  MSn(1139.0413), 115.6 min		-1.0	1139.04127	2+	2+	2276.0560840995904	0	5.225020941769318				100.0	Doubtful
-26	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 72,  MSn(428.2391), 26.6 min		-1.0	428.23909	3+	3+	1281.6928658902905	0	2.0041097707959827				100.0	Doubtful
-27	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ASLGMAAGVAGGIATK	GR; GR	DM; DM	63; 63	NH2-ASLGMAAGVAGGIATK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 357, +MSn(687.8723), 46.6 min		-1.0	687.87224	2+	2+	1373.7336851564503	0	-2.731669916283406				100.0	Doubtful
-28	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISITTYEEEIEDLHATAR	LK; LK	IN; IN	161; 161	NH2-ISITTYEEEIEDLHATAR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 752,  MSn(697.6842), 76.3 min		-1.0	697.68418	3+	3+	2090.0167787614505	0	6.6562738302421005				100.0	Doubtful
-29	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 75,  MSn(641.8547), 26.7 min		-1.0	641.85466	2+	2+	1281.6928658902905	0	1.481004205034201				100.0	Doubtful
-30	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	SVISIGEVESEGQYVTLENTSSGR	SK; SK; SK	SK; SK; SK	511; 504; 29	NH2-SVISIGEVESEGQYVTLENTSSGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 758, +MSn(847.7508), 76.8 min		-1.0	847.75082	3+	3+	2540.224205328391	0	2.5264056584343257				100.0	Doubtful
-31	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK	NK; NK	LS; LS	403; 403	NH2-LHVEMESMIEELQMLMDAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 1197, +MSn(759.6966), 115.6 min		-1.0	759.69661	3+	3+	2276.0560840995904	0	5.228649666852938				100.0	Doubtful
-32	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 72, +MSn(428.2391), 26.6 min		-1.0	428.23909	3+	3+	1281.6928658902905	0	2.0041097707959827				100.0	Doubtful
-33	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SHVVGAGLGGGSMGSMNQSMSLHGGR	RR; RR	AS; AS	37; 37	NH2-SHVVGAGLGGGSMGSMNQSMSLHGGR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 220, +MSn(824.3852), 36.3 min		-1.0	824.38516	3+	3+	2470.1263804604496	0	2.939629370057349				100.0	Doubtful
-34	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK	DR; DR; DR	ID; ID; ID	549; 542; 67	NH2-LISATSISPEHK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 75, +MSn(641.8547), 26.7 min		-1.0	641.85466	2+	2+	1281.6928658902905	0	1.481004205034201				100.0	Doubtful
-35	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	YESQLSQIR	AR; AR	QS; QS	323; 323	NH2-YESQLSQIR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 67,  MSn(562.2947), 26.3 min		-1.0	562.29468	2+	2+	1122.5669371011802	0	6.998127983906467				100.0	Doubtful
-36	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	MEIITITNQLQR	MK; MK	SN; SN	373; 373	NH2-MEIITITNQLQR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 636,  MSn(730.3981), 66.9 min		-1.0	730.39814	2+	2+	1458.7864490053003	0	-3.2324313291878943				100.0	Doubtful
-37	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	INEDRIDELQDKVNK	AR; AR	LI; LI	179; 179	NH2-INEDRIDELQDKVNK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 81, +MSn(610.3171), 27.0 min		-1.0	610.31708	3+	3+	1827.9326552146706	0	-1.7720894394949223				100.0	Doubtful
-38	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	EFDVEPLKEAYQAEIDEAK	RR; RR	NL; NL	128; 128	NH2-EFDVEPLKEAYQAEIDEAK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 736, +MSn(742.0258), 75.1 min		-1.0	742.02585	3+	3+	2223.0583092202605	0	-1.1628605151025897				100.0	Doubtful
-39	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SLQAENEQLR	VR; VR	LK; LK	110; 110	NH2-SLQAENEQLR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 39, +MSn(594.3056), 25.0 min		-1.0	594.30561	2+	2+	1186.5942144781802	0	2.063410823544894				100.0	Doubtful
-40	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	INEDRIDELQDKVNK	AR; AR	LI; LI	179; 179	NH2-INEDRIDELQDKVNK-COOH			searchgui_tinyspectra1.mgf	 Cmpd 81,  MSn(610.3171), 27.0 min		-1.0	610.31708	3+	3+	1827.9326552146706	0	-1.7720894394949223				100.0	Doubtful
-41	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 588,  MSn(764.3961), 63.5 min		-1.0	764.39611	2+	2+	1526.7729071161402	0	3.113546101111509				100.0	Doubtful
-42	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR	NR; NR	SE; SE	442; 442	NH2-ISTGYITENIGGFR-COOH			searchgui_tinyspectra1.mgf	 Cmpd 588, +MSn(764.3961), 63.5 min		-1.0	764.39611	2+	2+	1526.7729071161402	0	3.113546101111509				100.0	Doubtful
--- a/test-data/peptide_shaker_modifications_result1.output_psm_phosphorylation	Thu Feb 20 10:51:14 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-	Protein(s)	Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Localization Confidence	Probabilistic PTM score	D-score	Confident Phosphosites	#Confident Phosphosites	Ambiguous Phosphosites	#Ambiguous Phosphosites	Confidence [%]	Validation
-1	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK			searchgui_tinyspectra1.mgf	 Cmpd 1198, +MSn(1139.0413), 115.6 min		-1.0	1139.04127	2+	2+	2276.0560840995904	0	5.225020941769318								100.0	Doubtful
-2	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK			searchgui_tinyspectra1.mgf	 Cmpd 207,  MSn(785.9179), 35.7 min		-1.0	785.91791	2+	2+	1569.8362356486903	0	-9.522902824571501								100.0	Doubtful
-3	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SLQAENEQLR			searchgui_tinyspectra1.mgf	 Cmpd 39,  MSn(594.3056), 25.0 min		-1.0	594.30561	2+	2+	1186.5942144781802	0	2.063410823544894								100.0	Doubtful
-4	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	EFDVEPLKEAYQAEIDEAK			searchgui_tinyspectra1.mgf	 Cmpd 736,  MSn(742.0258), 75.1 min		-1.0	742.02585	3+	3+	2223.0583092202605	0	-1.1628605151025897								100.0	Doubtful
-5	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	MEIITITNQLQR			searchgui_tinyspectra1.mgf	 Cmpd 636, +MSn(730.3981), 66.9 min		-1.0	730.39814	2+	2+	1458.7864490053003	0	-3.2324313291878943								100.0	Doubtful
-6	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	EIRDEYDNQLNLLSADLESK			searchgui_tinyspectra1.mgf	 Cmpd 748,  MSn(789.0604), 76.1 min		-1.0	789.06034	3+	3+	2364.14449845571	0	6.2066377342036665								100.0	Doubtful
-7	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	YESQLSQIR			searchgui_tinyspectra1.mgf	 Cmpd 67, +MSn(562.2947), 26.3 min		-1.0	562.29468	2+	2+	1122.5669371011802	0	6.998127983906467								100.0	Doubtful
-8	cds.comp52727_c0_seq1|m.18670 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 34.52 EValue:1.0e-91, cds.comp52727_c0_seq2|m.18672 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 35.0 EValue:3.0e-92	EIRDEYDNQLNLLSADLESK			searchgui_tinyspectra1.mgf	 Cmpd 748, +MSn(789.0604), 76.1 min		-1.0	789.06034	3+	3+	2364.14449845571	0	6.2066377342036665								100.0	Doubtful
-9	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR			searchgui_tinyspectra1.mgf	 Cmpd 875,  MSn(483.2538), 89.2 min		-1.0	483.25374	3+	3+	1446.7354589782603	0	2.711916908512312								100.0	Doubtful
-10	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR			searchgui_tinyspectra1.mgf	 Cmpd 871,  MSn(724.3762), 88.9 min		-1.0	724.37624	2+	2+	1446.7354589782603	0	1.7035983401739305								100.0	Doubtful
-11	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	KGDIIATVDEWGPVNR			searchgui_tinyspectra1.mgf	 Cmpd 582,  MSn(590.6452), 63.2 min		-1.0	590.64518	3+	3+	1768.91079757128	0	1.643983659206309								100.0	Doubtful
-12	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	SVISIGEVESEGQYVTLENTSSGR			searchgui_tinyspectra1.mgf	 Cmpd 758,  MSn(847.7508), 76.8 min		-1.0	847.75082	3+	3+	2540.224205328391	0	2.5264056584343257								100.0	Doubtful
-13	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISITTYEEEIEDLHATAR			searchgui_tinyspectra1.mgf	 Cmpd 752, +MSn(697.6842), 76.3 min		-1.0	697.68418	3+	3+	2090.0167787614505	0	6.6562738302421005								100.0	Doubtful
-14	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SHVVGAGLGGGSMGSMNQSMSLHGGR			searchgui_tinyspectra1.mgf	 Cmpd 220,  MSn(824.3852), 36.3 min		-1.0	824.38516	3+	3+	2470.1263804604496	0	2.939629370057349								100.0	Doubtful
-15	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR			searchgui_tinyspectra1.mgf	 Cmpd 871, +MSn(724.3762), 88.9 min		-1.0	724.37624	2+	2+	1446.7354589782603	0	1.7035983401739305								100.0	Doubtful
-16	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR			searchgui_tinyspectra1.mgf	 Cmpd 591,  MSn(509.9328), 63.7 min		-1.0	509.93283	3+	3+	1526.7729071161402	0	2.4535863107993414								100.0	Doubtful
-17	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK			searchgui_tinyspectra1.mgf	 Cmpd 207, +MSn(785.9179), 35.7 min		-1.0	785.91791	2+	2+	1569.8362356486903	0	-9.522902824571501								100.0	Doubtful
-18	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	VGNLEEELEFLR			searchgui_tinyspectra1.mgf	 Cmpd 875, +MSn(483.2538), 89.2 min		-1.0	483.25374	3+	3+	1446.7354589782603	0	2.711916908512312								100.0	Doubtful
-19	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ASLGMAAGVAGGIATK			searchgui_tinyspectra1.mgf	 Cmpd 357,  MSn(687.8723), 46.6 min		-1.0	687.87224	2+	2+	1373.7336851564503	0	-2.731669916283406								100.0	Doubtful
-20	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK			searchgui_tinyspectra1.mgf	 Cmpd 1197,  MSn(759.6966), 115.6 min		-1.0	759.69661	3+	3+	2276.0560840995904	0	5.228649666852938								100.0	Doubtful
-21	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	KGDIIATVDEWGPVNR			searchgui_tinyspectra1.mgf	 Cmpd 582, +MSn(590.6452), 63.2 min		-1.0	590.64518	3+	3+	1768.91079757128	0	1.643983659206309								100.0	Doubtful
-22	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK			searchgui_tinyspectra1.mgf	 Cmpd 204, +MSn(524.2825), 35.5 min		-1.0	524.28252	3+	3+	1569.8362356486903	0	-6.678955564950069								100.0	Doubtful
-23	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR			searchgui_tinyspectra1.mgf	 Cmpd 591, +MSn(509.9328), 63.7 min		-1.0	509.93283	3+	3+	1526.7729071161402	0	2.4535863107993414								100.0	Doubtful
-24	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	NLLLDANKENGELK			searchgui_tinyspectra1.mgf	 Cmpd 204,  MSn(524.2825), 35.5 min		-1.0	524.28252	3+	3+	1569.8362356486903	0	-6.678955564950069								100.0	Doubtful
-25	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK			searchgui_tinyspectra1.mgf	 Cmpd 1198,  MSn(1139.0413), 115.6 min		-1.0	1139.04127	2+	2+	2276.0560840995904	0	5.225020941769318								100.0	Doubtful
-26	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK			searchgui_tinyspectra1.mgf	 Cmpd 72,  MSn(428.2391), 26.6 min		-1.0	428.23909	3+	3+	1281.6928658902905	0	2.0041097707959827								100.0	Doubtful
-27	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ASLGMAAGVAGGIATK			searchgui_tinyspectra1.mgf	 Cmpd 357, +MSn(687.8723), 46.6 min		-1.0	687.87224	2+	2+	1373.7336851564503	0	-2.731669916283406								100.0	Doubtful
-28	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISITTYEEEIEDLHATAR			searchgui_tinyspectra1.mgf	 Cmpd 752,  MSn(697.6842), 76.3 min		-1.0	697.68418	3+	3+	2090.0167787614505	0	6.6562738302421005								100.0	Doubtful
-29	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK			searchgui_tinyspectra1.mgf	 Cmpd 75,  MSn(641.8547), 26.7 min		-1.0	641.85466	2+	2+	1281.6928658902905	0	1.481004205034201								100.0	Doubtful
-30	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	SVISIGEVESEGQYVTLENTSSGR			searchgui_tinyspectra1.mgf	 Cmpd 758, +MSn(847.7508), 76.8 min		-1.0	847.75082	3+	3+	2540.224205328391	0	2.5264056584343257								100.0	Doubtful
-31	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	LHVEMESMIEELQMLMDAK			searchgui_tinyspectra1.mgf	 Cmpd 1197, +MSn(759.6966), 115.6 min		-1.0	759.69661	3+	3+	2276.0560840995904	0	5.228649666852938								100.0	Doubtful
-32	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK			searchgui_tinyspectra1.mgf	 Cmpd 72, +MSn(428.2391), 26.6 min		-1.0	428.23909	3+	3+	1281.6928658902905	0	2.0041097707959827								100.0	Doubtful
-33	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SHVVGAGLGGGSMGSMNQSMSLHGGR			searchgui_tinyspectra1.mgf	 Cmpd 220, +MSn(824.3852), 36.3 min		-1.0	824.38516	3+	3+	2470.1263804604496	0	2.939629370057349								100.0	Doubtful
-34	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67, cds.comp41779_c0_seq3|m.9435 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 31.94 EValue:4.0e-10	LISATSISPEHK			searchgui_tinyspectra1.mgf	 Cmpd 75, +MSn(641.8547), 26.7 min		-1.0	641.85466	2+	2+	1281.6928658902905	0	1.481004205034201								100.0	Doubtful
-35	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	YESQLSQIR			searchgui_tinyspectra1.mgf	 Cmpd 67,  MSn(562.2947), 26.3 min		-1.0	562.29468	2+	2+	1122.5669371011802	0	6.998127983906467								100.0	Doubtful
-36	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	MEIITITNQLQR			searchgui_tinyspectra1.mgf	 Cmpd 636,  MSn(730.3981), 66.9 min		-1.0	730.39814	2+	2+	1458.7864490053003	0	-3.2324313291878943								100.0	Doubtful
-37	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	INEDRIDELQDKVNK			searchgui_tinyspectra1.mgf	 Cmpd 81, +MSn(610.3171), 27.0 min		-1.0	610.31708	3+	3+	1827.9326552146706	0	-1.7720894394949223								100.0	Doubtful
-38	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	EFDVEPLKEAYQAEIDEAK			searchgui_tinyspectra1.mgf	 Cmpd 736, +MSn(742.0258), 75.1 min		-1.0	742.02585	3+	3+	2223.0583092202605	0	-1.1628605151025897								100.0	Doubtful
-39	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	SLQAENEQLR			searchgui_tinyspectra1.mgf	 Cmpd 39, +MSn(594.3056), 25.0 min		-1.0	594.30561	2+	2+	1186.5942144781802	0	2.063410823544894								100.0	Doubtful
-40	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	INEDRIDELQDKVNK			searchgui_tinyspectra1.mgf	 Cmpd 81,  MSn(610.3171), 27.0 min		-1.0	610.31708	3+	3+	1827.9326552146706	0	-1.7720894394949223								100.0	Doubtful
-41	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR			searchgui_tinyspectra1.mgf	 Cmpd 588,  MSn(764.3961), 63.5 min		-1.0	764.39611	2+	2+	1526.7729071161402	0	3.113546101111509								100.0	Doubtful
-42	cds.comp41779_c0_seq1|m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67, cds.comp41779_c0_seq2|m.9432 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.75 EValue:3.0e-67	ISTGYITENIGGFR			searchgui_tinyspectra1.mgf	 Cmpd 588, +MSn(764.3961), 63.5 min		-1.0	764.39611	2+	2+	1526.7729071161402	0	3.113546101111509								100.0	Doubtful
Binary file test-data/peptide_shaker_modifications_result1.zip has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_certificate.txt	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,79 @@
+
+Project Details
+
+1: PeptideShaker Version: 2.0.2
+2: Date: Thu Nov 19 10:47:40 CET 2020
+3: Experiment: Galaxy_Experiment_2020111910471605779259
+4: Sample: Not implemented
+5: Replicate Number: Not implemented
+6: Identification Algorithms: OMSSA, X!Tandem and MS-GF+
+
+Database Search Parameters
+
+1: Precursor Tolerance Unit: ppm
+2: Precursor Ion m/z Tolerance: 10.0
+3: Fragment Ion Tolerance Unit: Da
+4: Fragment Ion m/z Tolerance: 0.5
+5: Cleavage: Enzyme
+6: Enzyme: Trypsin
+7: Missed Cleavages: 2
+8: Specificity: Specific
+9: Database: input_fasta_file.fasta
+10: Forward Ion: 1
+11: Rewind Ion: 4
+12: Fixed Modifications: 
+13: Variable Modifications: 
+14: Refinement Variable Modifications: 
+15: Refinement Fixed Modifications: 
+
+Input Filters
+
+1: Minimal Peptide Length: 8
+2: Maximal Peptide Length: 30
+3: Precursor m/z Tolerance: 10.0
+4: Precursor m/z Tolerance Unit: Yes
+5: Unrecognized Modifications Discarded: Yes
+
+Validation Summary
+
+1: Proteins: #Validated: 4.0
+2: Proteins: Total Possible TP: 4.0
+3: Proteins: FDR Limit [%]: 0.0
+4: Proteins: FNR Limit [%]: 0.0
+5: Proteins: Confidence Limit [%]: 100.0
+6: Proteins: PEP Limit [%]: 100.0
+7: Proteins: Confidence Accuracy [%]: 9.223372036854776E16
+8: Peptides: #Validated: 4.0
+9: Peptides: Total Possible TP: 4.0
+10: Peptides: FDR Limit [%]: 0.0
+11: Peptides: FNR Limit [%]: 0.0
+12: Peptides: Confidence Limit [%]: 100.0
+13: Peptides: PEP Limit [%]: 0.0
+14: Peptides: Confidence Accuracy [%]: 9.223372036854776E16
+15: PSMs: #Validated PSM: 6.0
+16: PSMs: Total Possible TP: 6.0
+17: PSMs: FDR Limit [%]: 0.0
+18: PSMs: 0.0
+19: PSMs: Confidence Limit [%]: 100.0
+20: PSMs: PEP Limit [%]: 0.0
+21: PSMs: Confidence Accuracy [%]: 9.223372036854776E16
+
+PTM Scoring Settings
+
+1: Probabilistic Score: PhosphoRS
+2: Accounting for Neutral Losses: No
+3: Threshold: 95.0
+
+Spectrum Counting Parameters
+
+1: Method: NSAF
+2: Validated Matches Only: Doubtful
+
+Annotation Settings
+
+1: Intensity Limit: 0.75
+2: Automatic Annotation: Yes
+3: Selected Ions: b, y
+4: Neutral Losses: H2O, NH3
+5: Neutral Losses Sequence Dependence: Yes
+6: Fragment Ion m/z Tolerance: 10.0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_extendedpsm.tabular	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,5 @@
+	Protein(s)	Sequence	AAs Before	AAs After	Position	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Validation
+1	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	LDRLISATSISPEHKIDFLFK	WK;WK;WK	DP;DP;DP	545;538;63	NH2-LDRLISATSISPEHKIDFLFK-COOH			searchgui_smallspectra	small.3.3. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=3"	0.6731	810.789428710938	2+, 3+, 4+	3	2429.33184573292	0	6.00693871414815	0				Confident
+2	cds.comp8310_c0_seq2	NLVAEESMNMLKNK	NR	FK	263	NH2-NLVAEESMNMLKNK-COOH			searchgui_smallspectra	small.17.17. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=17"	8.9853	811.408081054688	2+, 3+, 4+	2	1619.80111309327	1	-1.7626881884550694	0				Confident
+3	cds.comp41890_c0_seq1	PGGFAKVWANGMGDPNSGDLVWHNKSR	LK	LG	77	NH2-PGGFAKVWANGMGDPNSGDLVWHNKSR-COOH			searchgui_smallspectra	small.28.28. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=28"	16.3598	725.3583984375	2+, 3+, 4+	4	2896.38272917215	1	6.345261931182815	0				Confident
+4	cds.comp41890_c0_seq1_REVERSED	RYTSHEQLEGK	NK	VL	114	NH2-RYTSHEQLEGK-COOH			searchgui_smallspectra	small.46.46. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=46"	27.6339	674.841369628906	2+, 3+, 4+	2	1346.6578773639	1	5.1562724435666505	0				Confident
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_hierarchical.tabular	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,21 @@
+	Protein Inference	Main Accession	Description	Protein Group	Secondary Accessions	Validated Coverage [%]	Possible Coverage [%]	#Peptides	#Validated Peptides	#Unique Peptides	#PSMs	#Validated PSMs	Confidently Localized Modification Sites	#Confidently Localized Modification Sites	Ambiguously Localized Modification Sites	#Ambiguously Localized Modification Sites	Spectrum Counting NSAF	MW [kDa]	Confidence [%]	Validation	Decoy
+1	Single Protein	cds.comp8310_c0_seq2	m.1138 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 22.01 EValue:2.0e-16	cds.comp8310_c0_seq2		3.69	81.0	1	1	1	1	1					0.003257328990228013	45.26545451338222	100.0	Doubtful	0
+	Protein(s)	Sequence	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	#PSMs	#Validated PSMs	Confidence [%]	Decoy	Validation
+1.1	cds.comp8310_c0_seq2	NLVAEESMNMLKNK	NR	FK				1	1	100.0	0	Confident
+	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
+1.1.1	cds.comp8310_c0_seq2	NLVAEESMNMLKNK	NH2-NLVAEESMNMLKNK-COOH			searchgui_smallspectra	small.17.17. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=17"	8.9853	811.408081054688	2+, 3+, 4+	2	1619.80111309327	1	-1.7626881884550694	0				100.0	Confident
+2	Single Protein	cds.comp41890_c0_seq1	m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20	cds.comp41890_c0_seq1		20.15	91.04	1	1	1	1	1					0.00819672131147541	14.802380493830709	100.0	Doubtful	0
+	Protein(s)	Sequence	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	#PSMs	#Validated PSMs	Confidence [%]	Decoy	Validation
+2.1	cds.comp41890_c0_seq1	PGGFAKVWANGMGDPNSGDLVWHNKSR	LK	LG				1	1	100.0	0	Confident
+	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
+2.1.1	cds.comp41890_c0_seq1	PGGFAKVWANGMGDPNSGDLVWHNKSR	NH2-PGGFAKVWANGMGDPNSGDLVWHNKSR-COOH			searchgui_smallspectra	small.28.28. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=28"	16.3598	725.3583984375	2+, 3+, 4+	4	2896.38272917215	1	6.345261931182815	0				100.0	Confident
+3	Related Proteins	cds.comp41779_c0_seq1	m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	3.34	78.82	1	1	1	1	1					0.00202020202020202	69.88215380565931	100.0	Doubtful	0
+	Protein(s)	Sequence	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	#PSMs	#Validated PSMs	Confidence [%]	Decoy	Validation
+3.1	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	LDRLISATSISPEHKIDFLFK	WK;WK;WK	DP;DP;DP				1	1	100.0	0	Confident
+	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
+3.1.1	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	LDRLISATSISPEHKIDFLFK	NH2-LDRLISATSISPEHKIDFLFK-COOH			searchgui_smallspectra	small.3.3. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=3"	0.6731	810.789428710938	2+, 3+, 4+	3	2429.33184573292	0	6.00693871414815	0				100.0	Confident
+4	Single Protein	cds.comp41890_c0_seq1_REVERSED	m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20-REVERSED	cds.comp41890_c0_seq1_REVERSED		8.21	90.3	1	1	1	1	1					0.008264462809917356	14.802380493830709	100.0	Doubtful	0
+	Protein(s)	Sequence	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	#PSMs	#Validated PSMs	Confidence [%]	Decoy	Validation
+4.1	cds.comp41890_c0_seq1_REVERSED	RYTSHEQLEGK	NK	VL				1	1	100.0	0	Confident
+	Protein(s)	Sequence	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Decoy	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
+4.1.1	cds.comp41890_c0_seq1_REVERSED	RYTSHEQLEGK	NH2-RYTSHEQLEGK-COOH			searchgui_smallspectra	small.46.46. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=46"	27.6339	674.841369628906	2+, 3+, 4+	2	1346.6578773639	1	5.1562724435666505	0				100.0	Confident
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_peptides.tabular	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,5 @@
+	Protein(s)	Protein Group(s)	#Validated Protein Group(s)	Unique Protein Group	Sequence	Modified Sequence	Position	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	#PSMs	#Validated PSMs	Confidence [%]	Validation
+1	cds.comp41890_c0_seq1	cds.comp41890_c0_seq1 (Doubtful)	1	1	PGGFAKVWANGMGDPNSGDLVWHNKSR	NH2-PGGFAKVWANGMGDPNSGDLVWHNKSR-COOH	cds.comp41890_c0_seq1 (78)	LK	LG				1	1	100.0	Confident
+2	cds.comp8310_c0_seq2	cds.comp8310_c0_seq2 (Doubtful)	1	1	NLVAEESMNMLKNK	NH2-NLVAEESMNMLKNK-COOH	cds.comp8310_c0_seq2 (264)	NR	FK				1	1	100.0	Confident
+3	cds.comp41890_c0_seq1_REVERSED	cds.comp41890_c0_seq1_REVERSED (Doubtful)	1	1	RYTSHEQLEGK	NH2-RYTSHEQLEGK-COOH	cds.comp41890_c0_seq1_REVERSED (115)	NK	VL				1	1	100.0	Confident
+4	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3 (Doubtful)	1	1	LDRLISATSISPEHKIDFLFK	NH2-LDRLISATSISPEHKIDFLFK-COOH	cds.comp41779_c0_seq1 (546);cds.comp41779_c0_seq2 (539);cds.comp41779_c0_seq3 (64)	WK;WK;WK	DP;DP;DP				1	1	100.0	Confident
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_peptidesnonvalidated.tabular	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,5 @@
+	Protein(s)	Protein Group(s)	#Validated Protein Group(s)	Unique Protein Group	Sequence	Modified Sequence	Position	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	#PSMs	#Validated PSMs	Confidence [%]	Validation
+1	cds.comp41890_c0_seq1	cds.comp41890_c0_seq1 (Doubtful)	1	1	PGGFAKVWANGMGDPNSGDLVWHNKSR	NH2-PGGFAKVWANGMGDPNSGDLVWHNKSR-COOH	cds.comp41890_c0_seq1 (78)	LK	LG				1	1	100.0	Confident
+2	cds.comp8310_c0_seq2	cds.comp8310_c0_seq2 (Doubtful)	1	1	NLVAEESMNMLKNK	NH2-NLVAEESMNMLKNK-COOH	cds.comp8310_c0_seq2 (264)	NR	FK				1	1	100.0	Confident
+3	cds.comp41890_c0_seq1_REVERSED	cds.comp41890_c0_seq1_REVERSED (Doubtful)	1	1	RYTSHEQLEGK	NH2-RYTSHEQLEGK-COOH	cds.comp41890_c0_seq1_REVERSED (115)	NK	VL				1	1	100.0	Confident
+4	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3 (Doubtful)	1	1	LDRLISATSISPEHKIDFLFK	NH2-LDRLISATSISPEHKIDFLFK-COOH	cds.comp41779_c0_seq1 (546);cds.comp41779_c0_seq2 (539);cds.comp41779_c0_seq3 (64)	WK;WK;WK	DP;DP;DP				1	1	100.0	Confident
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_peptidesphosphorylation.tabular	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,5 @@
+	Protein(s)	Protein Group(s)	#Validated Protein Group(s)	Unique Protein Group	Sequence	Modified Sequence	AAs Before	AAs After	Variable Modifications	Fixed Modifications	Localization Confidence	Confident Phosphosites	#Confident Phosphosites	Ambiguous Phosphosites	#Ambiguous Phosphosites	#PSMs	#Validated PSMs	Confidence [%]	Validation
+1	cds.comp41890_c0_seq1	cds.comp41890_c0_seq1 (Doubtful)	1	1	PGGFAKVWANGMGDPNSGDLVWHNKSR	NH2-PGGFAKVWANGMGDPNSGDLVWHNKSR-COOH	LK	LG								1	1	100.0	Confident
+2	cds.comp8310_c0_seq2	cds.comp8310_c0_seq2 (Doubtful)	1	1	NLVAEESMNMLKNK	NH2-NLVAEESMNMLKNK-COOH	NR	FK								1	1	100.0	Confident
+3	cds.comp41890_c0_seq1_REVERSED	cds.comp41890_c0_seq1_REVERSED (Doubtful)	1	1	RYTSHEQLEGK	NH2-RYTSHEQLEGK-COOH	NK	VL								1	1	100.0	Confident
+4	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3 (Doubtful)	1	1	LDRLISATSISPEHKIDFLFK	NH2-LDRLISATSISPEHKIDFLFK-COOH	WK;WK;WK	DP;DP;DP								1	1	100.0	Confident
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_proteins.tabular	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,5 @@
+	Protein Inference	Main Accession	Description	Protein Group	Secondary Accessions	Chromosome	Gene Name	Taxonomy	Validated Coverage [%]	All Coverage [%]	Possible Coverage [%]	#Peptides	#Validated Peptides	#Unique Peptides	#Validated Unique Peptides	#PSMs	#Validated PSMs	Confidently Localized Modification Sites	#Confidently Localized Modification Sites	Ambiguously Localized Modification Sites	#Ambiguously Localized Modification Sites	Spectrum Counting	MW [kDa]	Confidence [%]	Validation
+1	Single Protein	cds.comp8310_c0_seq2	m.1138 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 22.01 EValue:2.0e-16	cds.comp8310_c0_seq2					3.69	3.69	81.0	1	1	1	1	1	1					12239.035185720222	45.26545451338222	100.0	Doubtful
+2	Single Protein	cds.comp41890_c0_seq1	m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20	cds.comp41890_c0_seq1					20.15	20.15	91.04	1	1	1	1	1	1					30798.227885377935	14.802380493830709	100.0	Doubtful
+3	Related Proteins	cds.comp41779_c0_seq1	m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	cds.comp41779_c0_seq2,cds.comp41779_c0_seq3				3.34	3.34	78.82	1	1	1	1	1	1					7590.674347507289	69.88215380565931	100.0	Doubtful
+4	Single Protein	cds.comp41890_c0_seq1_REVERSED	m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20-REVERSED	cds.comp41890_c0_seq1_REVERSED					8.21	8.21	90.3	1	1	1	1	1	1					31052.758694348	14.802380493830709	100.0	Doubtful
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_proteinsnonvalidated.tabular	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,5 @@
+	Protein Inference	Main Accession	Description	Protein Group	Secondary Accessions	Chromosome	Gene Name	Taxonomy	Validated Coverage [%]	All Coverage [%]	Possible Coverage [%]	#Peptides	#Validated Peptides	#Unique Peptides	#Validated Unique Peptides	#PSMs	#Validated PSMs	Confidently Localized Modification Sites	#Confidently Localized Modification Sites	Ambiguously Localized Modification Sites	#Ambiguously Localized Modification Sites	Spectrum Counting	MW [kDa]	Confidence [%]	Validation
+1	Single Protein	cds.comp8310_c0_seq2	m.1138 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 22.01 EValue:2.0e-16	cds.comp8310_c0_seq2					3.69	3.69	81.0	1	1	1	1	1	1					12239.035185720222	45.26545451338222	100.0	Doubtful
+2	Single Protein	cds.comp41890_c0_seq1	m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20	cds.comp41890_c0_seq1					20.15	20.15	91.04	1	1	1	1	1	1					30798.227885377935	14.802380493830709	100.0	Doubtful
+3	Related Proteins	cds.comp41779_c0_seq1	m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	cds.comp41779_c0_seq2,cds.comp41779_c0_seq3				3.34	3.34	78.82	1	1	1	1	1	1					7590.674347507289	69.88215380565931	100.0	Doubtful
+4	Single Protein	cds.comp41890_c0_seq1_REVERSED	m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20-REVERSED	cds.comp41890_c0_seq1_REVERSED					8.21	8.21	90.3	1	1	1	1	1	1					31052.758694348	14.802380493830709	100.0	Doubtful
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_proteinsphosphorylation.tabular	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,5 @@
+	Protein Inference	Main Accession	Description	Protein Group	Secondary Accessions	Chromosome	Gene Name	Taxonomy	Validated Coverage [%]	All Coverage [%]	Possible Coverage [%]	#Peptides	#Validated Peptides	#Unique Peptides	#Validated Unique Peptides	#PSMs	#Validated PSMs	Confident Phosphosites	#Confident Phosphosites	Ambiguous Phosphosites	#Ambiguous Phosphosites	Spectrum Counting NSAF	MW [kDa]	Confidence [%]	Validation
+1	Single Protein	cds.comp8310_c0_seq2	m.1138 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 22.01 EValue:2.0e-16	cds.comp8310_c0_seq2					3.69	3.69	81.0	1	1	1	1	1	1		0		0	0.003257328990228013	45.26545451338222	100.0	Doubtful
+2	Single Protein	cds.comp41890_c0_seq1	m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20	cds.comp41890_c0_seq1					20.15	20.15	91.04	1	1	1	1	1	1		0		0	0.00819672131147541	14.802380493830709	100.0	Doubtful
+3	Related Proteins	cds.comp41779_c0_seq1	m.9429 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 30.62 EValue:7.0e-67	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	cds.comp41779_c0_seq2,cds.comp41779_c0_seq3				3.34	3.34	78.82	1	1	1	1	1	1		0		0	0.00202020202020202	69.88215380565931	100.0	Doubtful
+4	Single Protein	cds.comp41890_c0_seq1_REVERSED	m.9546 RecName: Full=70 kDa neurofilament protein; 1051067 GO:0005882 GO:0005198 Identity: 38.58 EValue:4.0e-20-REVERSED	cds.comp41890_c0_seq1_REVERSED					8.21	8.21	90.3	1	1	1	1	1	1		0		0	0.008264462809917356	14.802380493830709	100.0	Doubtful
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_psm.tabular	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,5 @@
+	Protein(s)	Sequence	AAs Before	AAs After	Position	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
+1	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	LDRLISATSISPEHKIDFLFK	WK;WK;WK	DP;DP;DP	545;538;63	NH2-LDRLISATSISPEHKIDFLFK-COOH			searchgui_smallspectra	small.3.3. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=3"		0.6731	810.789428710938	2+, 3+, 4+	3	2429.33184573292	0	6.00693871414815				100.0	Confident
+2	cds.comp8310_c0_seq2	NLVAEESMNMLKNK	NR	FK	263	NH2-NLVAEESMNMLKNK-COOH			searchgui_smallspectra	small.17.17. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=17"		8.9853	811.408081054688	2+, 3+, 4+	2	1619.80111309327	1	-1.7626881884550694				100.0	Confident
+3	cds.comp41890_c0_seq1	PGGFAKVWANGMGDPNSGDLVWHNKSR	LK	LG	77	NH2-PGGFAKVWANGMGDPNSGDLVWHNKSR-COOH			searchgui_smallspectra	small.28.28. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=28"		16.3598	725.3583984375	2+, 3+, 4+	4	2896.38272917215	1	6.345261931182815				100.0	Confident
+4	cds.comp41890_c0_seq1_REVERSED	RYTSHEQLEGK	NK	VL	114	NH2-RYTSHEQLEGK-COOH			searchgui_smallspectra	small.46.46. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=46"		27.6339	674.841369628906	2+, 3+, 4+	2	1346.6578773639	1	5.1562724435666505				100.0	Confident
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_psmnonvalidated.tabular	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,5 @@
+	Protein(s)	Sequence	AAs Before	AAs After	Position	Modified Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	Spectrum Scan Number	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Localization Confidence	Probabilistic PTM score	D-score	Confidence [%]	Validation
+1	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	LDRLISATSISPEHKIDFLFK	WK;WK;WK	DP;DP;DP	545;538;63	NH2-LDRLISATSISPEHKIDFLFK-COOH			searchgui_smallspectra	small.3.3. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=3"		0.6731	810.789428710938	2+, 3+, 4+	3	2429.33184573292	0	6.00693871414815				100.0	Confident
+2	cds.comp8310_c0_seq2	NLVAEESMNMLKNK	NR	FK	263	NH2-NLVAEESMNMLKNK-COOH			searchgui_smallspectra	small.17.17. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=17"		8.9853	811.408081054688	2+, 3+, 4+	2	1619.80111309327	1	-1.7626881884550694				100.0	Confident
+3	cds.comp41890_c0_seq1	PGGFAKVWANGMGDPNSGDLVWHNKSR	LK	LG	77	NH2-PGGFAKVWANGMGDPNSGDLVWHNKSR-COOH			searchgui_smallspectra	small.28.28. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=28"		16.3598	725.3583984375	2+, 3+, 4+	4	2896.38272917215	1	6.345261931182815				100.0	Confident
+4	cds.comp41890_c0_seq1_REVERSED	RYTSHEQLEGK	NK	VL	114	NH2-RYTSHEQLEGK-COOH			searchgui_smallspectra	small.46.46. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=46"		27.6339	674.841369628906	2+, 3+, 4+	2	1346.6578773639	1	5.1562724435666505				100.0	Confident
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/peptideshaker_reports_output_psmphosphorylation.tabular	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,5 @@
+	Protein(s)	Sequence	Variable Modifications	Fixed Modifications	Spectrum File	Spectrum Title	RT	m/z	Measured Charge	Identification Charge	Theoretical Mass	Isotope Number	Precursor m/z Error [ppm]	Localization Confidence	Probabilistic PTM score	D-score	Confident Phosphosites	#Confident Phosphosites	Ambiguous Phosphosites	#Ambiguous Phosphosites	Confidence [%]	Validation
+1	cds.comp41779_c0_seq1,cds.comp41779_c0_seq2,cds.comp41779_c0_seq3	LDRLISATSISPEHKIDFLFK			searchgui_smallspectra	small.3.3. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=3"	0.6731	810.789428710938	2+, 3+, 4+	3	2429.33184573292	0	6.00693871414815					0		0	100.0	Confident
+2	cds.comp8310_c0_seq2	NLVAEESMNMLKNK			searchgui_smallspectra	small.17.17. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=17"	8.9853	811.408081054688	2+, 3+, 4+	2	1619.80111309327	1	-1.7626881884550694					0		0	100.0	Confident
+3	cds.comp41890_c0_seq1	PGGFAKVWANGMGDPNSGDLVWHNKSR			searchgui_smallspectra	small.28.28. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=28"	16.3598	725.3583984375	2+, 3+, 4+	4	2896.38272917215	1	6.345261931182815					0		0	100.0	Confident
+4	cds.comp41890_c0_seq1_REVERSED	RYTSHEQLEGK			searchgui_smallspectra	small.46.46. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=46"	27.6339	674.841369628906	2+, 3+, 4+	2	1346.6578773639	1	5.1562724435666505					0		0	100.0	Confident
Binary file test-data/searchgui_smallsearch_default_somesearchengines_modifications.zip has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/searchgui_smallspectra.mgf	Fri Jan 15 14:05:46 2021 +0000
@@ -0,0 +1,25548 @@
+BEGIN IONS
+TITLE=small.3.3. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=3"
+RTINSECONDS=0.6731
+PEPMASS=810.789428710938 183838.71875
+CHARGE=2+ and 3+ and 4+
+231.3888397 26.5451126099
+233.3398285 20.4479541779
+239.3961487 17.9991588593
+240.3084717 44.7395210266
+245.1689453 283.3832702637
+246.1925354 75.7845687866
+247.8092346 23.2885246277
+251.197052 628.9126586914
+252.3562469 41.6676368713
+259.3575439 51.3414955139
+262.2673035 341.8115539551
+264.271759 19.0200614929
+266.2132263 111.3928222656
+272.3408508 27.5777511597
+273.1651001 46.4653587341
+276.2359009 66.1921005249
+277.3269958 36.7716407776
+279.2734375 151.997756958
+280.2745056 30.4819164276
+281.2428894 20.6155757904
+286.1730042 26.2698879242
+290.194519 1193.4537353516
+291.2459717 152.4249267578
+294.2355957 413.9957275391
+295.1256409 17.1910572052
+299.1573792 54.0453262329
+305.8824768 33.266960144
+308.1987305 4068.3127441406
+309.2765503 735.5776367188
+315.3105774 44.0675201416
+316.2329102 87.3488922119
+319.4229736 68.6050643921
+324.0772705 20.8427391052
+326.1818848 118.679145813
+328.2772522 72.1243438721
+330.1789551 24.7702865601
+332.6609497 31.4776382446
+336.117981 115.9179992676
+337.3536072 167.551864624
+338.2251587 16.7139282227
+339.2226562 23.1128787994
+345.9707947 65.1955108643
+347.5861206 54.7535209656
+361.4074097 27.8001232147
+362.967041 113.9151000977
+364.2114868 1090.4406738281
+365.3210449 373.6746826172
+366.1662598 33.3494911194
+368.3313599 158.1134490967
+371.2240601 33.2658576965
+376.3760376 51.6286468506
+377.3157349 24.8427410126
+378.6485596 85.5033416748
+379.335907 483.3477783203
+380.5695496 92.3005218506
+381.4432373 72.2191772461
+382.2927246 203.6508483887
+383.3612061 73.57371521
+384.3339233 14.9419174194
+389.2349854 17.1471920013
+390.1678467 33.9905509949
+391.1951294 23.2546920776
+393.521637 106.212928772
+396.4468384 965.7248535156
+397.2388916 192.6408691406
+399.2964478 958.1125488281
+400.3114929 104.8199768066
+404.0322571 125.9002761841
+405.5090332 30.9564743042
+407.2481079 1247.845703125
+408.3595581 176.9943237305
+410.0739136 224.5745849609
+410.7194824 28.7986297607
+411.328949 789.2263183594
+412.3978882 234.8574066162
+413.2665405 46.364944458
+414.1890564 23.2046947479
+415.0205994 24.1319637299
+418.2841187 20.6340103149
+421.2825317 2117.5646972656
+422.2232056 488.3966064453
+425.3339844 48.7375640869
+435.4447021 25.0716381073
+437.3118896 20.6613788605
+438.2470093 422.4036865234
+439.3153076 2707.2868652344
+440.3630981 323.9175109863
+441.3439331 99.6287307739
+443.0869446 47.2032775879
+444.3865662 33.6075172424
+445.2776794 48.506603241
+448.1124878 23.9672908783
+450.5443726 148.2024230957
+451.4112244 36.645565033
+453.4552612 37.2119216919
+456.281311 3144.0432128906
+457.3900146 385.7980957031
+460.7006226 35.4281997681
+462.2860107 227.8993530273
+463.5103149 67.239074707
+466.0435486 87.3888244629
+466.7320251 42.8654518127
+467.3718567 89.4705352783
+468.9281311 14.3990287781
+475.1655273 42.1833381653
+478.3552551 1133.1893310547
+479.3807068 115.9915161133
+481.4483948 194.3702087402
+483.9247131 110.990737915
+488.4521179 15.0178632736
+489.1303711 36.0995063782
+490.2423096 25.124797821
+492.276825 159.9729614258
+493.4888611 56.5773239136
+497.8511047 626.3063354492
+498.5252991 210.4936523438
+503.8175964 57.4926986694
+506.3258667 113.8145599365
+509.3219299 770.7971801758
+510.339447 485.1967163086
+511.4330444 38.0024986267
+518.7352295 14.7521877289
+520.0784912 104.4239730835
+520.8079834 30.3015861511
+521.4361572 16.4689979553
+522.7137451 80.7207641602
+523.4484863 141.6291809082
+524.6112061 168.6166381836
+530.3173828 24.2731971741
+533.5015869 744.3417358398
+534.4095459 101.6238479614
+535.2956543 62.6140975952
+537.2531128 267.9081420898
+538.3117676 3623.501953125
+539.5024414 780.409362793
+540.3429565 71.2631378174
+546.5721436 132.1098480225
+547.4824219 20.017791748
+548.4649658 53.8895492554
+549.5467529 76.9917449951
+550.1889648 25.6122589111
+551.4522705 315.8386535645
+552.4348755 84.3312683105
+553.4161377 42.0388755798
+555.3275146 2080.6037597656
+556.3774414 395.7056274414
+560.53125 80.0059661865
+561.2780762 62.0829582214
+562.4628906 31.3019866943
+563.3963623 28.8614635468
+564.4743652 72.5963897705
+565.6374512 176.1219787598
+566.3624878 572.9736328125
+567.427002 204.1377105713
+568.3081055 33.9863090515
+569.6410522 50.8092498779
+570.4293213 21.2440738678
+573.7015381 30.9955558777
+574.4881592 48.8401947021
+577.6261597 21.1033687592
+579.4205322 239.4294433594
+580.1251831 79.0758056641
+581.583374 154.376663208
+582.822876 740.8984985352
+583.5733643 197.6631317139
+584.4599609 96.9822006226
+588.8322144 14.0703487396
+590.3931885 17.4698944092
+591.5394897 89.6480636597
+592.3532104 65.5354766846
+593.2128296 19.2309875488
+594.5927734 58.4133758545
+598.2202148 256.4914550781
+599.102478 108.6522979736
+601.2490234 54.6003646851
+602.9388428 75.9570770264
+603.6000366 15.3471183777
+605.8499756 19.9572429657
+606.725769 76.3900985718
+608.4718018 118.7913208008
+609.4298096 1287.1630859375
+610.5844727 500.2302856445
+611.6359863 1096.5510253906
+612.5217285 81.4336242676
+616.8253784 48.4104957581
+617.5114746 165.2579498291
+620.1612549 47.481842041
+622.2841797 84.6927261353
+623.5653076 19.2668457031
+626.4014893 1920.8068847656
+627.4229736 504.528137207
+628.8803101 99.2744750977
+629.5018311 147.1255493164
+634.6193848 28.3859367371
+636.428772 58.6291885376
+637.4752197 72.4094390869
+642.9376221 26.3830337524
+643.9182129 28.4862918854
+645.1906738 86.9816436768
+646.0031738 15.3601675034
+646.6494141 32.4689025879
+647.486084 37.6577224731
+648.7675781 61.1373214722
+649.4367676 39.5415229797
+652.5631714 62.7431221008
+653.5917358 22.6841030121
+654.8780518 17.8058795929
+657.2255859 1435.0633544922
+657.9494629 646.2925415039
+658.6022949 356.1641845703
+659.4171143 24.3250656128
+660.4473267 19.3118515015
+662.6468506 74.7955627441
+663.6334229 240.759475708
+664.6018066 935.5503540039
+666.1173096 25074.34375
+667.043335 905.8096923828
+668.1153564 530.7669067383
+668.9185791 83.2006454468
+669.800293 85.4536437988
+671.3468018 2542.5358886719
+672.1129761 991.1536865234
+673.0773315 158.1834869385
+673.680542 223.1435852051
+674.6119995 47.4519195557
+677.0527344 31.3053607941
+677.9031982 17.5997505188
+680.1403809 91063.953125
+681.2424316 3327.9140625
+682.4611816 955.8640136719
+683.145752 430.5529174805
+683.805603 110.9934616089
+684.5249023 53.1964950562
+685.3143311 211.6732788086
+686.2808838 60.2511825562
+687.1544189 19.7347354889
+688.7557373 495.6057739258
+689.496582 92.5740890503
+691.1252441 942.3581542969
+693.2007446 69.3340148926
+694.8847656 18.1140003204
+695.5004272 23.8210487366
+696.6202393 107.1650009155
+697.6706543 147.3931427002
+698.6581421 273.8184509277
+699.4477539 43.3946113586
+700.4066162 23.2716274261
+701.0174561 22.5773086548
+701.9633179 47.057182312
+702.6865234 17.3155384064
+704.3787842 30.1100769043
+705.3931274 147.6206359863
+709.1761475 16.3475093842
+709.8589478 35.291179657
+713.7779541 1057.0959472656
+714.4870605 1060.2813720703
+715.3703003 310.5333862305
+716.2554932 40.5455169678
+716.9128418 101.8483276367
+719.1200562 124.0970001221
+719.8371582 163.3155822754
+721.3013916 26.0773544312
+722.7105713 23988.4765625
+723.8311768 779.4479370117
+724.6781006 14.4498720169
+725.7584229 62.1438064575
+727.791748 7135.5009765625
+728.5296631 1523.2309570313
+729.6176758 35.4077148438
+730.4957275 34.7730026245
+731.8356934 101.6179656982
+734.5219727 82.3718338013
+736.637085 161140.859375
+737.5936279 2789.8298339844
+738.8492432 151.5733642578
+739.5408936 150.8602905273
+740.3118896 58.36378479
+741.267334 100.5610046387
+742.9796143 55.0474357605
+744.2537842 161.4129638672
+745.1907959 242.2506866455
+746.4665527 162.9120025635
+747.4257812 203.6452331543
+749.435791 89.2260818481
+751.369873 75.2004623413
+752.7237549 503.1640625
+753.7768555 96.6059188843
+754.5184326 151.8783111572
+755.2178955 122.73878479
+756.2554932 373.4186401367
+757.0465088 15.2160921097
+758.0913086 33.2690505981
+758.6966553 36.412147522
+761.7791748 48.6218948364
+763.8660889 546.3641357422
+764.5100098 607.7406005859
+765.5180664 103.2566375732
+767.270874 140.3541259766
+770.0974121 25.7327384949
+771.5898438 66.7124404907
+773.4414062 107.7014160156
+774.4191895 119.274772644
+775.532959 160.6812438965
+776.881958 59.0470314026
+777.9963379 353.029296875
+779.2418213 776.8980712891
+780.3536377 2005.2083740234
+781.4398193 1672.5522460938
+782.5982666 382.8420715332
+783.7319336 102.5453491211
+784.7248535 212.1295166016
+785.6917725 14.4519481659
+786.4874268 243.0849761963
+788.130127 30548.3671875
+789.0872803 1423.8955078125
+790.3933105 298.8743896484
+791.46875 944.6775512695
+793.2030029 12672.783203125
+794.0223389 3846.2927246094
+795.4604492 812.6674194336
+796.5639648 277.1008605957
+797.4293213 69.9047546387
+799.9406738 15.7174253464
+801.760498 13977.41015625
+802.512085 1221.5909423828
+803.7525635 71.7356872559
+808.2219238 181.5165710449
+808.8977051 45.2947769165
+809.635376 66.1748962402
+810.5029297 32.3429489136
+826.616333 93.1441421509
+833.322998 56.4580955505
+844.602417 19.2453670502
+849.5499268 29.0253124237
+850.3370361 17.8137245178
+851.5599365 15.5145120621
+860.3208008 15.2912149429
+866.0522461 32.5864334106
+867.2302246 33.2782478333
+875.7561035 27.7226047516
+878.4932861 18.8566360474
+885.5887451 68.1403961182
+889.2269287 48.9998779297
+900.342041 18.9039840698
+905.5748291 72.223739624
+906.5369873 202.7615509033
+907.6650391 79.3438262939
+909.5999756 16.3366794586
+919.3322754 43.9816093445
+922.4976807 268.938873291
+923.5447998 628.5480957031
+924.5222168 258.0542907715
+936.5809326 326.8483886719
+937.519165 115.2645797729
+938.6473389 24.5949554443
+940.69104 104.998626709
+941.5545654 117.6980209351
+942.5175781 36.8009643555
+945.831543 27.7407970428
+948.8131104 29.4013881683
+949.5762939 63.8767585754
+950.6600342 55.2337417603
+959.6241455 42.2746963501
+961.4061279 72.7052001953
+962.0559082 38.0882263184
+963.5239258 322.6988220215
+964.6530762 54.6324386597
+966.5643311 773.3069458008
+967.5163574 201.9622650146
+971.3824463 18.889333725
+976.5465088 67.1573638916
+977.5025635 193.6903991699
+978.4399414 109.5185546875
+982.0714111 23.8067455292
+983.0528564 43.3236999512
+988.7730713 23.0071315765
+994.5045166 7697.3994140625
+995.6326904 3261.0783691406
+996.7419434 33.6346473694
+1000.326904 15.4214849472
+1003.039307 61.5546875
+1004.755737 14.9942121506
+1005.730957 58.4370880127
+1007.562012 29.4157161713
+1012.358521 60.0939025879
+1015.25354 29.0413246155
+1020.274048 191.5238342285
+1021.671021 50.0032157898
+1022.712891 21.0863952637
+1030.510132 20.6431121826
+1031.584839 79.4829864502
+1032.560181 14.5809488297
+1035.550415 49.9988059998
+1037.572998 1019.3270874023
+1038.541748 516.5769042969
+1039.545044 58.1160850525
+1040.215698 20.1189136505
+1047.344727 186.4731445313
+1048.352295 545.3541870117
+1049.503906 236.9415740967
+1053.700928 118.3977966309
+1054.601562 211.3591766357
+1055.537964 104.7852020264
+1065.565063 12846.40625
+1066.551636 6258.1625976563
+1067.639893 258.2434692383
+1076.561401 112.9554748535
+1077.609009 150.8158111572
+1093.577393 18.080368042
+1094.486084 230.0346374512
+1095.461792 116.3692321777
+1103.295288 14.9643821716
+1105.324463 32.3157653809
+1111.415527 503.1466674805
+1112.530884 203.1586608887
+1119.72522 92.6568450928
+1120.856445 17.7915287018
+1129.497681 20.7700958252
+1130.432861 55.8049697876
+1131.605103 30.6365089417
+1133.4104 43.1951332092
+1134.580933 28.6259403229
+1136.568848 1757.3720703125
+1137.628662 1175.4689941406
+1138.810669 59.0867652893
+1145.268433 25.9226646423
+1146.451416 164.9823608398
+1147.600586 1018.9858398438
+1148.728271 465.2087402344
+1149.660645 17.2699069977
+1152.838501 16.3842735291
+1160.667236 19.2575054169
+1164.612305 30141.419921875
+1165.606689 15020.625
+1166.694824 988.4780273438
+1176.245972 15.0821714401
+1176.878906 48.0896682739
+1177.831909 106.681350708
+1178.658813 118.3881759644
+1181.70813 730.2302246094
+1182.717407 583.7962646484
+1183.670166 68.1266708374
+1186.926025 42.3450241089
+1187.648804 47.0415382385
+1190.641846 71.1261749268
+1193.088501 47.3186149597
+1193.816284 389.6758728027
+1194.760254 301.8780517578
+1203.468506 116.4787521362
+1204.252808 192.6788330078
+1204.856689 196.7853546143
+1205.66394 92.0284576416
+1206.680298 33.5395507813
+1207.556274 186.8846588135
+1208.580811 129.99949646
+1221.639893 13936.70703125
+1222.637451 7773.5795898438
+1223.620361 445.4107666016
+1224.76355 459.197845459
+1225.647217 225.6445770264
+1233.500488 13.9716081619
+1238.442627 67.7517852783
+1239.672852 97.4991149902
+1240.478149 28.1411247253
+1295.560669 45.348449707
+1313.417969 54.28723526
+1314.791138 80.2996520996
+1315.752563 24.9047050476
+1331.231812 56.1589813232
+1331.889404 36.6751556396
+1340.72522 32.7107849121
+1341.665283 95.9443130493
+1342.681396 109.407585144
+1357.497925 22.6255226135
+1358.633545 2128.4487304688
+1359.719482 1186.5307617188
+1360.894531 74.2821807861
+1391.607788 53.3229637146
+1445.401978 44.5359268188
+1454.506104 90.1311187744
+1455.644897 29.2080535889
+1471.871216 61.7497711182
+1472.749756 176.153427124
+1474.244751 21.0107040405
+1560.719849 22.9730949402
+END IONS
+BEGIN IONS
+TITLE=small.4.4. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=4"
+RTINSECONDS=1.3703
+PEPMASS=837.344604492188 92138.6875
+CHARGE=2+ and 3+ and 4+
+236.0470428 11.674492836
+237.2370911 24.4319839478
+238.8240356 10.0194091797
+239.5314026 6.842982769
+243.1286926 89.5862121582
+244.1620178 60.1658477783
+245.2927094 76.3823242188
+246.055603 6.7752561569
+248.1743164 8.281463623
+249.159729 93.5691452026
+251.173645 19.1754722595
+253.0331268 32.1174621582
+254.1699982 169.8381195068
+255.313736 18.6303977966
+259.3881226 18.9583473206
+261.0597839 1137.2961425781
+262.1998901 204.0080871582
+265.3596802 120.7220230103
+266.2433472 18.7728118896
+267.1766357 7.1473813057
+268.0193176 18.0827007294
+269.6264038 23.8366107941
+270.2968445 16.9893531799
+271.2477112 64.0045394897
+272.4410095 7.1234855652
+274.2671204 16.3541793823
+275.1133728 8.6740999222
+276.1939697 209.8804931641
+277.2427979 108.6268768311
+278.3610535 56.0416946411
+279.2623901 77.7086029053
+280.2778625 23.5841674805
+283.8216858 16.36627388
+287.3528442 12.766409874
+289.2285767 32.8178939819
+290.5084229 12.871014595
+293.0753174 1323.1044921875
+294.1734009 185.776550293
+295.1695557 54.9928665161
+296.1512756 49.9856796265
+297.2565308 28.8026981354
+298.2304077 7.4004206657
+299.4487915 35.6190719604
+302.3745728 27.1115283966
+304.2703857 13.734662056
+305.4534912 123.5077362061
+306.2991638 15.6356105804
+307.2305298 27.7859516144
+308.246582 40.5323867798
+309.4025269 34.4849853516
+310.0575562 36.2895393372
+310.7724304 32.5146102905
+311.4908447 7.7898459435
+313.1167297 52.0433197021
+314.4095154 11.0511217117
+319.0099792 285.1572570801
+320.0740967 51.5003128052
+321.1832275 36.8982810974
+322.473053 64.8377380371
+323.4622803 61.9156646729
+324.5572815 15.4029941559
+327.0239868 227.2500152588
+328.0847168 17.8210105896
+329.3269043 19.9512615204
+330.1448975 22.0401191711
+333.3948364 77.1523895264
+334.3500671 35.611125946
+336.2368164 158.5444946289
+337.2844849 905.3094482422
+338.2810669 110.6274871826
+339.4196472 62.8629226685
+340.3964539 43.2247009277
+342.8546143 12.7183275223
+344.0945435 161.0484619141
+345.0306091 148.9456176758
+346.3273926 80.9118423462
+347.3050842 69.132019043
+348.2632446 36.3629188538
+350.3534241 131.0193939209
+351.3339233 68.1993713379
+352.5133362 93.2124710083
+354.2406006 139.9828948975
+355.3235474 295.822052002
+356.3728638 37.2095680237
+359.1204224 55.3215484619
+360.166748 358.2858581543
+361.361084 186.336227417
+362.2149048 91.5818862915
+364.3632202 63.8580856323
+365.3776855 125.7122192383
+366.5672302 114.2596969604
+368.293457 531.0198364258
+369.5579834 262.8978881836
+370.5198364 44.2771453857
+371.5657654 98.7422027588
+372.4158936 30.9964828491
+373.6020508 122.5278549194
+374.2449951 874.8137817383
+375.2364197 262.9887695313
+376.4116211 90.5433807373
+377.5506592 98.3246307373
+378.6894531 96.28099823
+379.3751831 17.1101741791
+380.2141113 44.2540283203
+382.2920227 141.8081054688
+383.339447 77.9510955811
+384.3587036 33.9072418213
+385.8233643 125.520980835
+386.4560547 30.4288463593
+388.1531982 455.7244567871
+389.1348877 396.0142822266
+390.1741333 209.5185394287
+391.2755737 148.6886749268
+392.1088257 317.1459960938
+393.2993774 388.3372497559
+394.352478 205.747253418
+396.1832275 65.7697982788
+396.9332886 34.6484184265
+397.6251831 53.3413467407
+399.3595581 100.9099731445
+400.1062927 160.2998962402
+401.2608643 157.577835083
+401.8713989 59.257938385
+402.477478 51.4522819519
+403.4246521 17.7145214081
+404.1135864 10.5112791061
+405.2370605 53.1611099243
+406.2319336 84.4928512573
+407.256958 830.4774169922
+408.2113647 200.7464904785
+409.0971069 265.1631774902
+410.3171082 262.4772338867
+411.3132629 343.1787109375
+412.7283325 94.352355957
+413.7245483 40.7104644775
+414.758606 25.381696701
+415.375 22.2088050842
+417.4357605 145.3168640137
+418.4146118 98.3430786133
+419.502655 19.8067684174
+421.3876953 110.1320953369
+422.4580994 106.3722839355
+423.4219971 23.3692741394
+425.0960693 62.5672988892
+425.7967529 40.9011268616
+426.914978 87.9933853149
+428.0580444 38.1609306335
+428.8660889 50.3316116333
+429.4773865 13.7266988754
+430.8949585 84.2336349487
+432.6031189 39.8959655762
+434.150238 355.2432250977
+435.2617798 219.7180023193
+436.5344238 22.9885311127
+437.2872314 15.5314655304
+438.0677185 18.9477863312
+439.2168274 132.5976867676
+439.9598389 178.2031555176
+441.2188721 103.357208252
+442.7490845 444.4018554688
+443.5879822 159.5587463379
+444.8009644 32.711025238
+445.440033 28.9003219604
+446.7952271 57.9730529785
+448.1365356 723.560546875
+449.2023926 262.3239440918
+450.4465942 52.8210296631
+451.4334412 69.2786102295
+452.5695801 41.8708953857
+453.2397766 44.7599563599
+455.6598511 136.7279205322
+456.2987976 162.1622924805
+457.1261902 739.9200439453
+458.096405 678.7028808594
+459.15448 152.1927947998
+460.2209473 38.7237854004
+461.3579712 70.0997467041
+462.4385986 98.1963348389
+463.2800598 49.7171401978
+464.755249 60.9224891663
+465.7285156 1014.3831176758
+466.4862671 274.4498901367
+467.5592041 47.1992378235
+468.515625 41.1557235718
+469.9983826 27.4634552002
+470.6873779 36.8853645325
+471.4089355 24.5188560486
+472.7520447 104.0455703735
+474.1663513 168.2548828125
+475.2053833 103.2665557861
+476.5865784 26.2482585907
+477.7703552 101.90650177
+478.7199097 65.8000793457
+479.5280457 85.8319625854
+480.5784607 105.4191055298
+481.5543518 89.734916687
+482.5299377 311.3276062012
+483.6694946 103.6298904419
+484.5292969 84.8410491943
+485.369873 40.1224517822
+486.4568787 73.34765625
+487.3409119 107.5766830444
+488.1389771 97.2968597412
+489.1915588 143.3375244141
+490.1752014 199.162902832
+491.1908264 715.7894287109
+492.3188477 330.0526123047
+493.3050232 67.2009429932
+494.5036316 62.4367027283
+495.8000793 186.3650817871
+496.4387817 549.0392456055
+497.1726074 253.2266693115
+499.3398438 970.1789550781
+500.1505432 755.0233154297
+501.2275391 117.8525924683
+502.4742126 211.9010620117
+503.7984619 100.5491485596
+504.8113403 1174.9788818359
+505.480957 1395.9697265625
+506.3439941 328.4267578125
+507.3206482 252.1489868164
+508.4630127 138.8065795898
+509.7614746 72.7680358887
+510.7012939 42.3541908264
+511.5236206 70.123374939
+513.2436523 1346.9758300781
+514.0870361 1663.2033691406
+515.1623535 160.7535552979
+516.6689453 173.8768920898
+517.3720703 463.9986572266
+518.284668 610.0623779297
+519.3179321 200.9420928955
+520.0294189 9.4572353363
+521.8676147 2782.8955078125
+522.6275635 4827.7202148438
+523.4760742 201.2150878906
+524.4765625 55.8674621582
+525.4700928 164.3866271973
+526.508667 208.975982666
+527.6464844 87.9170150757
+528.6368408 29.9371299744
+530.2821045 358.2635498047
+531.567627 186.8755340576
+532.6282959 48.7910003662
+533.7719727 32.858165741
+534.833374 95.6823196411
+535.6177979 103.8023300171
+536.7054443 33.8778533936
+537.6119995 38.0886878967
+538.4603271 133.0974273682
+539.664917 132.7634277344
+540.4190674 121.1180953979
+541.5889893 202.8785858154
+542.5875244 34.8427429199
+543.5144043 56.6722259521
+544.3886719 63.5019760132
+545.0805664 54.0068817139
+546.2897949 322.161315918
+547.1974487 337.283996582
+548.3173828 607.3493652344
+549.5130615 313.940246582
+550.6958008 101.6580963135
+552.0343628 58.4798240662
+553.2545166 203.8406066895
+553.9660034 290.1359558105
+555.197998 297.8134765625
+556.1175537 199.2077331543
+556.9775391 66.3444213867
+557.993103 183.4493865967
+558.6537476 79.8616256714
+559.5490723 134.6019897461
+560.4127197 155.8657531738
+561.3088379 474.3853759766
+562.1948242 1419.0893554688
+563.0627441 639.7683105469
+564.0853882 824.4055175781
+565.0848389 73.6738586426
+565.9974365 35.7141609192
+567.5172119 150.0247497559
+568.1424561 269.9199829102
+568.9419556 88.9134979248
+569.8327637 634.0413818359
+570.633667 10253.87890625
+571.5289307 1199.0093994141
+572.5219727 91.6469802856
+573.5223389 59.38829422
+574.5158081 18.8202438354
+575.8065796 132.5387878418
+576.6396484 1764.1411132813
+577.5668945 367.0413513184
+579.1551514 26327.587890625
+580.0291748 1596.0234375
+581.1107178 106.740776062
+582.2270508 42.9437561035
+583.4639282 1034.1271972656
+585.1160278 7092.13671875
+586.0936279 868.8062133789
+587.06427 281.3571472168
+588.6384277 83.8189926147
+590.164978 128.0909881592
+591.1735229 129.4310302734
+592.1792603 85.2382049561
+593.7490234 561.0078125
+594.6625977 486.0576782227
+595.7355347 74.7188720703
+596.6938477 111.7182693481
+597.5097046 64.1552429199
+598.5317383 61.1862564087
+599.7727051 103.5171127319
+600.680542 57.5044059753
+601.432251 113.9110183716
+602.4022827 79.3935241699
+603.3300781 476.2410888672
+604.192749 191.2585754395
+604.989502 108.8704910278
+606.3557129 21.7407569885
+607.4881592 116.8115158081
+608.4628906 56.91355896
+609.3034668 172.1380004883
+610.4786377 391.1317749023
+611.5253906 406.1448364258
+612.6014404 159.747833252
+613.6119385 348.9448242188
+614.3483887 155.4898681641
+615.4604492 390.755859375
+616.6488647 418.0578918457
+617.7163086 315.6996765137
+618.5804443 547.8422241211
+619.6577148 273.5285644531
+620.4179688 120.017074585
+621.2293701 103.1691894531
+622.1821899 68.0763397217
+623.3729248 81.7231826782
+624.1856079 53.4587631226
+625.2922363 547.3367919922
+625.9100342 341.9316101074
+626.6427002 637.1557006836
+627.6746826 264.0284118652
+628.6534424 486.171875
+629.5689697 98.5453186035
+630.4876709 172.9638671875
+631.2889404 344.7571105957
+632.2201538 94.6474075317
+633.1702881 415.1751098633
+634.4511108 702.3137207031
+635.347168 1173.7053222656
+636.4645386 310.7824401855
+637.4152832 207.9003143311
+638.651062 87.8205718994
+639.4951172 56.6360969543
+640.6538086 88.420715332
+642.1958008 798.8035888672
+643.5268555 2498.744140625
+644.4471436 1032.7469482422
+645.5129395 354.55078125
+646.3083496 71.0259552002
+646.9647217 43.7963409424
+647.9520264 51.3801078796
+648.9197998 51.5320053101
+650.2106934 190.9301300049
+651.2437744 257.550567627
+652.3688965 595.5944824219
+653.5545654 639.3721923828
+654.6318359 281.4554443359
+655.5993652 35.132648468
+656.4803467 41.6581954956
+657.6872559 18.3199253082
+658.5603027 20.7185192108
+659.7894287 214.765838623
+661.4717407 5608.1435546875
+662.4972534 1926.7977294922
+663.5767822 327.3680114746
+664.9244995 76.8706359863
+666.5112305 29.8177623749
+667.1425781 29.3067398071
+668.4370117 203.1280822754
+669.180542 47.9557609558
+670.4683838 420.4703369141
+671.4990234 530.1536865234
+672.3956909 142.3144683838
+673.5241699 100.2220001221
+674.7296753 80.8135681152
+675.7025146 344.0682983398
+676.6937256 230.7731323242
+677.3444214 150.700668335
+678.1591797 52.1683158875
+680.3564453 730.4459228516
+681.5505371 104.9689941406
+682.4476318 39.165687561
+684.1035156 974.5915527344
+685.0199585 384.178527832
+685.8275757 463.8880615234
+686.913269 277.1526184082
+687.677124 104.3412322998
+688.6828613 245.8121032715
+689.5651855 338.0872192383
+690.4558105 71.9600143433
+691.3323975 66.9170684814
+692.6818237 1937.1865234375
+693.6583252 1261.41796875
+694.4326782 312.5583190918
+695.1248779 151.3139343262
+696.0982056 151.9365539551
+697.2661743 184.7601623535
+698.2852173 892.7103271484
+699.2132568 605.7235107422
+701.1352539 2323.4064941406
+702.0643311 522.8147583008
+703.2536621 89.5025253296
+704.3718262 80.9902267456
+705.888855 267.5035400391
+706.826416 2358.3442382813
+707.746582 1517.6940917969
+708.9850464 267.9591369629
+710.0200195 45.1678581238
+711.1346436 134.5852813721
+713.3911133 200.8955993652
+714.9249878 3341.4582519531
+715.694397 3574.5368652344
+716.6717529 1016.3950195313
+717.8239746 489.6292114258
+718.5615234 63.5163917542
+719.2751465 191.0100708008
+720.1959229 150.9125671387
+721.3192749 141.8112640381
+722.3266602 184.1689605713
+724.2414551 5227.880859375
+725.1872559 1864.365234375
+726.2661133 289.0132446289
+727.2657471 79.7625732422
+727.8688965 500.4628295898
+728.7293701 186.1674957275
+729.8989258 213.3194580078
+730.5644531 105.2612915039
+731.4260254 117.5473861694
+732.6728516 430.0716552734
+733.7271729 155.9545593262
+734.6904297 13.3074102402
+736.6549072 1385.5686035156
+737.5803223 256.763671875
+738.5955811 323.7233276367
+739.7261963 389.7227783203
+740.5129395 716.733215332
+741.3380127 2591.5622558594
+742.3956299 1338.8399658203
+743.3887939 218.1275024414
+744.5351562 58.0849533081
+745.5948486 153.9027404785
+746.8092041 112.7692108154
+747.6867676 168.7411346436
+749.2636719 6006.447265625
+750.3000488 2149.7014160156
+751.2036133 817.173828125
+752.1875 61.2052612305
+753.6950684 233.0844421387
+754.7391357 1354.3393554688
+755.6019287 469.2457885742
+756.4473877 360.3289794922
+757.5563965 8695.9306640625
+758.1896973 8590.55859375
+759.5435791 770.6140136719
+760.6040039 199.348739624
+762.90625 2318.6538085938
+763.7374268 2761.6069335938
+764.6387939 498.3967895508
+765.7918701 281.2254943848
+766.5041504 796.2235717773
+767.5216064 602.4624633789
+768.6662598 187.7277984619
+769.5568848 82.7196121216
+771.7841797 9963.021484375
+772.6872559 4937.1708984375
+773.7513428 37.6447753906
+774.5462646 8.647608757
+775.6883545 242.6649780273
+776.5736084 90.3592376709
+777.5706787 396.4465942383
+778.5534668 203.6179504395
+780.5358887 29161.8984375
+781.1866455 29027.65234375
+781.9752197 80.5770645142
+782.5922852 200.4376220703
+783.6749268 351.3727416992
+784.5915527 1264.4135742188
+785.5114746 703.3171386719
+786.7386475 121.3252944946
+787.6973877 91.8384475708
+788.6901855 169.7214660645
+789.6993408 136.771484375
+790.5893555 48.440372467
+792.0645752 116.4651794434
+793.2580566 956.9361572266
+794.3148193 248.8175201416
+794.9990234 203.9233093262
+796.2938232 136.8676605225
+797.1682129 461.5135498047
+798.2745361 877.3771972656
+799.2904053 725.2556152344
+800.5738525 586.2899780273
+801.588623 623.3751220703
+802.604248 196.9455871582
+803.7585449 135.204574585
+805.3601074 401.5586547852
+806.2414551 949.5241699219
+807.2434082 5152.224609375
+808.1472168 1158.8583984375
+809.3084717 219.8271636963
+810.4134521 330.2843017578
+811.6009521 1082.4542236328
+812.6019287 141.2814178467
+814.149292 812.3765869141
+814.8131104 1429.3436279297
+815.9244385 2557.478515625
+816.6633301 2248.2270507813
+817.5917969 417.6982116699
+818.7894287 699.4391479492
+819.9129639 5346.7333984375
+820.6759033 4229.1513671875
+822.0562744 51.9892807007
+823.2408447 57.1227073669
+823.9320068 42.1681480408
+824.5440674 15.7834634781
+825.4664307 126.8217468262
+826.6386719 335.6843261719
+828.4351807 18181.82421875
+829.1868896 8150.9140625
+830.1409912 27.5697307587
+834.7296143 11.908952713
+838.8575439 28.7319774628
+839.6895752 13.2198343277
+841.5706787 35.2825965881
+842.2977295 24.4552211761
+844.571167 27.5046672821
+845.6932373 21.7517147064
+848.3843994 14.4944658279
+849.5301514 218.3978729248
+850.4177246 138.7101287842
+851.541748 94.7148208618
+852.5621338 151.6160125732
+853.7752686 205.9535522461
+854.5679932 1120.4389648438
+855.5805664 673.0175170898
+856.4356689 291.7922058105
+857.5998535 83.1629180908
+858.5874023 50.828212738
+859.5570068 49.482925415
+860.8331299 38.6793518066
+861.5001221 43.6971321106
+862.4300537 69.1303253174
+863.4107666 38.4063911438
+864.4599609 52.4194145203
+865.2332764 16.031463623
+866.4492188 223.2379150391
+867.5246582 283.7769470215
+868.6799316 130.7934265137
+869.5556641 851.9085693359
+870.5651855 458.9756774902
+871.6490479 137.9569396973
+872.5787354 1717.44921875
+873.5556641 940.7432861328
+874.616333 130.1719512939
+875.5523682 35.7431526184
+876.7507324 28.6468448639
+877.6955566 59.206035614
+878.5447998 308.6582641602
+879.5963135 156.7026062012
+880.5695801 462.4429016113
+881.5583496 174.0260162354
+882.6531982 81.8543930054
+884.739502 77.7333984375
+885.5749512 52.3392868042
+886.7971191 9.2114171982
+887.7070312 22.5346469879
+888.5089111 26.0216426849
+889.708374 9.9863891602
+893.9205322 59.2270774841
+894.6191406 674.2620239258
+895.5556641 870.2760620117
+896.7352295 621.8679199219
+897.5732422 9027.0810546875
+898.5804443 4698.8872070313
+899.5953369 881.3656616211
+900.456665 35.6156806946
+902.5738525 63.9346733093
+904.7333984 31.3139457703
+905.6000977 17.4315624237
+906.8599854 21.9940452576
+908.0957031 26.3277664185
+908.7939453 20.6311664581
+909.5673828 34.0299224854
+910.717041 49.8972320557
+911.6297607 19.3836612701
+912.6279297 251.8092041016
+914.5233154 3410.05859375
+915.6119385 1501.3334960938
+916.7420654 466.6040649414
+917.6539307 12.8311405182
+919.8060303 8.9908676147
+922.6606445 63.9649391174
+923.6312256 23.1870479584
+924.2399902 29.1662464142
+928.3977051 32.0182609558
+930.4349365 38.0815849304
+932.8503418 16.3697338104
+934.9244385 42.7874183655
+936.5351562 34.3668632507
+937.5682373 129.8341369629
+938.34729 26.0525970459
+940.1966553 39.9045066833
+941.791626 6.8035521507
+944.612915 22.0841903687
+946.6054688 85.717086792
+947.6641846 46.0199279785
+948.5654297 8.3414096832
+950.1437988 7.6938762665
+950.8265381 14.4758529663
+951.7409668 76.0122451782
+952.5233154 80.9901199341
+953.5889893 68.7542495728
+954.5537109 216.4315490723
+955.8648682 122.3260650635
+956.7589111 33.8776168823
+957.8508301 6.8681845665
+958.7320557 28.349237442
+959.394043 35.7570762634
+960.8206787 28.7694072723
+962.4735107 40.6176643372
+963.8497314 86.009513855
+964.7004395 72.5894393921
+965.765625 42.726890564
+966.4840088 101.3954315186
+967.5158691 87.6552200317
+968.6252441 61.347984314
+969.3267822 85.5519790649
+970.4909668 420.9681091309
+971.6135254 153.2489013672
+972.6137695 35.8831176758
+973.621582 21.6410655975
+974.6295166 26.8040466309
+976.3892822 230.5861968994
+977.4683838 56.1215744019
+978.5091553 137.3486328125
+979.6207275 116.117401123
+980.6013184 163.1990356445
+981.592041 257.5178833008
+982.5552979 162.1234741211
+983.9394531 240.162902832
+984.5744629 348.619934082
+985.5406494 297.0536499023
+986.7945557 22.794511795
+987.6193848 7.3558893204
+989.3166504 25.697517395
+990.5264893 115.8449554443
+991.7270508 228.6361083984
+992.5869141 112.7910919189
+993.5842285 74.3422698975
+994.4295654 281.4517822266
+995.5213623 783.5517578125
+996.5192871 1101.1879882813
+997.6184082 683.6632080078
+998.6564941 50.8090591431
+999.6955566 58.6752891541
+1000.832275 169.2238769531
+1001.715088 143.0623626709
+1002.571167 22.158531189
+1004.38208 27.0950698853
+1006.891357 64.8260345459
+1007.815918 403.1741943359
+1008.624756 691.3218994141
+1009.577393 493.777130127
+1010.549438 108.8687515259
+1011.851807 434.1778259277
+1012.584229 3396.3771972656
+1013.546021 1744.1704101563
+1014.586182 385.9807739258
+1015.441284 24.6584568024
+1016.832886 11.552069664
+1019.398315 45.1097564697
+1020.591675 59.5389175415
+1022.637207 64.6519012451
+1023.575806 40.6301841736
+1024.621216 155.1838989258
+1025.60437 1360.216796875
+1026.690674 1064.1765136719
+1027.648071 238.7037963867
+1029.562378 561.3745117188
+1030.638428 399.7758483887
+1031.614502 129.9078826904
+1032.622681 22.4390258789
+1035.508789 91.6347732544
+1036.508423 71.3831710815
+1037.602783 108.2873916626
+1038.511475 67.7889862061
+1039.829224 19.8882446289
+1040.622925 6.7018060684
+1042.716797 170.5807647705
+1043.804199 123.8736724854
+1044.643677 35.344127655
+1045.873413 10.3093566895
+1046.575439 18.1733036041
+1048.036865 32.6835899353
+1048.848755 7.2246055603
+1049.747803 15.1084051132
+1051.547363 28.5781097412
+1052.668213 15.1935129166
+1053.63623 27.6791381836
+1054.609497 40.5094146729
+1055.853882 32.3382797241
+1056.506226 83.7782592773
+1057.498291 12.1320428848
+1058.759766 27.4294643402
+1061.289673 17.3841362
+1062.875854 71.540145874
+1063.762695 28.5336380005
+1064.704956 26.370262146
+1065.778931 101.7127380371
+1066.806274 19.6336021423
+1067.78772 16.4057655334
+1069.949219 18.9632339478
+1071.484863 7.3702502251
+1072.787109 97.0339279175
+1073.566772 183.8768157959
+1074.577637 150.2060241699
+1075.487427 40.5710906982
+1076.145508 7.595870018
+1077.762939 25.1656265259
+1079.104004 14.1113357544
+1079.852783 69.5667800903
+1080.944092 28.2669143677
+1082.584595 66.8153076172
+1083.655396 53.7500228882
+1084.640625 35.2748794556
+1086.570923 25.2686500549
+1088.489868 40.8937835693
+1089.808228 42.9169044495
+1090.449463 62.8082275391
+1091.535522 324.2067871094
+1092.754517 134.3222503662
+1093.908813 36.6389350891
+1094.854736 24.9198188782
+1095.56543 61.1891059875
+1096.633423 104.8517913818
+1097.723267 58.0544433594
+1098.653931 110.5161514282
+1102.709961 22.5268535614
+1103.670166 54.4600982666
+1104.516846 13.2755041122
+1105.761108 115.074256897
+1106.727539 97.1168289185
+1107.751587 128.6865539551
+1108.698853 515.9241333008
+1109.585571 406.9495849609
+1110.70813 202.466506958
+1111.768921 70.5705566406
+1112.86438 36.1059150696
+1113.679932 24.5014343262
+1114.804688 120.6643066406
+1115.681641 115.9820480347
+1116.707275 36.4766998291
+1117.559204 146.3291778564
+1118.638428 129.848449707
+1119.609009 90.9982147217
+1120.657104 52.6105537415
+1121.659424 105.7351074219
+1122.598633 320.4702758789
+1123.611328 472.7312316895
+1124.740845 225.0846099854
+1126.652222 2611.4887695313
+1127.651489 1609.0675048828
+1128.635254 280.634185791
+1129.698975 38.2404441833
+1130.512817 60.1134033203
+1132.742065 43.237121582
+1134.460815 922.5911865234
+1135.55835 475.010925293
+1136.641357 196.207611084
+1137.607544 183.3688354492
+1138.591064 126.7679672241
+1139.705811 989.5005493164
+1140.680542 490.2827148438
+1141.606079 99.1197814941
+1142.848633 15.7752780914
+1145.628662 13.1413965225
+1147.659546 45.0996551514
+1148.735596 31.3202781677
+1149.727173 34.8799934387
+1151.010376 189.1660308838
+1151.636963 1451.6595458984
+1152.612549 1514.4367675781
+1153.680298 351.2818603516
+1154.705688 36.4371376038
+1155.532471 39.8456039429
+1156.872681 106.9518432617
+1157.871704 17.5792293549
+1160.576904 34.3220100403
+1162.168213 23.7710762024
+1163.698242 11.3262519836
+1164.401245 23.5990715027
+1165.499023 7.7321643829
+1166.519897 15.1189851761
+1168.646973 2329.3693847656
+1169.713501 1410.4479980469
+1170.773315 338.9896240234
+1171.60083 26.7068805695
+1172.512939 31.7540416718
+1174.65918 7.4122319221
+1175.591431 35.6620674133
+1176.508667 11.4711999893
+1179.481323 20.1274833679
+1180.645386 54.0479660034
+1181.704102 35.2088012695
+1182.761475 9.3848266602
+1183.420044 8.3773794174
+1185.858154 20.7690544128
+1186.473389 7.7085666656
+1187.429077 32.8563766479
+1188.112915 7.5633349419
+1189.310059 28.2725315094
+1192.707886 27.7656517029
+1194.821289 37.2947235107
+1196.942017 36.8797302246
+1197.798828 22.7549591064
+1198.875244 25.8578796387
+1199.578125 25.9880123138
+1202.686523 19.7787704468
+1203.561646 52.2649993896
+1204.82959 31.8692512512
+1205.758423 64.750579834
+1206.710205 35.2253303528
+1207.698486 10.2577581406
+1210.221924 19.1804542542
+1215.592285 12.5003986359
+1217.414062 20.1601219177
+1220.149414 63.7884750366
+1220.881958 29.9698638916
+1221.587524 41.4211959839
+1222.47168 45.7813034058
+1223.352783 24.4811172485
+1224.744873 17.8117141724
+1225.951172 39.9351882935
+1226.815674 44.6337127686
+1228.140869 16.1922855377
+1229.017578 55.5092353821
+1230.05127 11.851442337
+1231.636719 27.204082489
+1232.986938 68.5114746094
+1233.744141 35.7578926086
+1234.931396 89.9302215576
+1235.804688 57.4863204956
+1236.692627 19.3941230774
+1237.700562 27.4574241638
+1239.605103 137.4520111084
+1240.893188 81.7504119873
+1242.164795 12.344540596
+1243.422119 35.6145210266
+1244.276855 21.5566368103
+1244.918945 13.9145975113
+1245.841675 83.2223739624
+1246.669678 19.3539466858
+1247.685059 67.2961425781
+1248.795044 71.7302856445
+1249.624756 35.7895011902
+1250.788818 214.9468231201
+1251.718506 121.5248336792
+1252.822021 129.5129241943
+1253.851074 65.7452926636
+1254.719116 19.1721725464
+1255.570679 37.4716796875
+1256.325562 7.3702001572
+1257.498169 36.4778366089
+1258.182983 11.8671970367
+1259.4552 13.7222900391
+1260.736694 25.36627388
+1262.792847 39.0951843262
+1263.869263 16.7261943817
+1264.798828 100.8982391357
+1265.741455 56.4527015686
+1266.787842 41.3028144836
+1267.820923 54.4122047424
+1268.708862 247.4255981445
+1269.61731 146.3617095947
+1270.836914 29.0108089447
+1271.719604 37.1399154663
+1272.896362 13.6383333206
+1278.159668 48.6368942261
+1279.079834 49.496547699
+1279.921021 25.2134037018
+1280.781128 49.6874008179
+1282.199829 43.6427459717
+1282.833618 79.438911438
+1283.854492 68.5719604492
+1284.893677 31.9907741547
+1285.871826 81.1821594238
+1287.066162 7.4750671387
+1288.93811 83.455581665
+1289.761597 67.0391235352
+1290.704956 36.7969474792
+1294.68396 21.4086952209
+1296.631592 7.0310912132
+1301.202515 12.4852752686
+1304.856812 12.3729124069
+1319.814819 8.875658989
+1325.8302 20.4783935547
+1333.485718 6.8761630058
+1335.628174 25.728017807
+1336.510986 7.5198740959
+1340.80249 8.808385849
+1342.84021 25.4575328827
+1343.824585 26.0568351746
+1350.84021 38.4287490845
+1351.700684 65.1051712036
+1352.52478 72.6745300293
+1353.834351 50.0818977356
+1356.956177 10.0827951431
+1358.728638 8.9141273499
+1359.44104 8.00578022
+1360.05188 12.0330877304
+1361.183838 23.6463432312
+1361.868774 9.7961301804
+1366.814941 54.5744018555
+1367.531372 84.9366378784
+1368.717773 51.3196716309
+1369.667358 39.6682815552
+1370.647339 10.1870880127
+1373.104492 11.6564674377
+1375.510132 13.4724168777
+1377.272827 115.3148651123
+1378.531372 136.4645843506
+1379.716187 28.2072563171
+1381.111572 23.9314727783
+1383.700928 70.3256225586
+1384.839233 77.4209899902
+1385.727295 58.6769065857
+1386.78186 70.6528778076
+1387.820557 26.5705337524
+1393.660034 25.775302887
+1394.801392 654.2457275391
+1395.689453 490.8484802246
+1396.850098 143.8908996582
+1400.990234 39.8424835205
+1401.932495 113.6206588745
+1402.861084 94.820098877
+1403.752319 19.4872436523
+1408.901123 13.6194524765
+1411.777954 273.1516418457
+1412.68335 221.6411132813
+1413.575928 62.1894721985
+1414.229736 11.3710193634
+1423.708862 28.5078468323
+1425.879517 7.1645541191
+1427.928833 30.9660625458
+1429.161255 46.1796073914
+1429.867188 26.3573036194
+1430.536743 57.5432472229
+1431.757202 28.8415699005
+1432.946167 9.5951442719
+1433.717407 28.8256072998
+1441.106567 12.2691698074
+1443.471924 11.1646499634
+1448.550903 15.0716266632
+1455.628662 13.6845378876
+1456.615356 24.8668289185
+1457.623169 41.7448616028
+1464.612427 37.4316368103
+1479.55481 32.1321411133
+1480.505981 8.1345567703
+1481.711304 14.6553506851
+1483.181396 22.4341125488
+1491.848633 7.5002293587
+1496.867188 10.5179128647
+1497.517822 11.922621727
+1498.83606 17.8925590515
+1499.788452 53.1670913696
+1500.852295 8.6881227493
+1501.663696 22.2764091492
+1507.830322 67.9920196533
+1508.835693 66.9730834961
+1509.752808 48.4877319336
+1510.550415 22.8524246216
+1515.920166 75.4519729614
+1516.781006 44.3020591736
+1517.820312 23.9229393005
+1524.918823 27.2278900146
+1525.764404 48.8977470398
+1526.589355 75.8411178589
+1528.501099 17.4489765167
+1531.810181 10.4181127548
+1537.028198 13.3813648224
+1542.412354 24.9924468994
+1543.313965 40.2752609253
+1544.475342 10.0144805908
+1545.129639 10.2799701691
+1552.8302 31.3034229279
+1553.843872 7.5738277435
+1560.307373 12.0992088318
+1560.964966 16.5731735229
+1561.773438 9.549498558
+1570.682007 12.5293321609
+1573.995239 7.2590603828
+1574.866333 11.8045864105
+1586.261597 8.6314306259
+1596.844727 39.1613426208
+1613.67395 13.4121723175
+1614.821777 14.1965904236
+1627.803833 30.4858436584
+1636.43335 19.6446170807
+END IONS
+BEGIN IONS
+TITLE=small.5.5. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=5"
+RTINSECONDS=2.0955
+PEPMASS=725.362060546875 28425.76953125
+CHARGE=2+ and 3+ and 4+
+203.2223358 3.2895767689
+204.1048889 4.3997268677
+206.3293762 2.395285368
+208.1667328 15.651676178
+209.1727142 85.8293228149
+210.1542969 17.2485103607
+212.2367401 16.2440738678
+213.3870544 2.3607599735
+219.406662 9.9216136932
+220.1046753 4.1462965012
+225.4133911 71.4528656006
+226.1344604 172.0490722656
+227.0746765 28.4267578125
+231.2210541 4.0259900093
+233.2097168 193.8138885498
+234.2697601 31.9454479218
+235.4304047 13.801202774
+236.2982635 5.5706315041
+237.0807037 10.8778705597
+238.1117706 12.4124393463
+239.4109802 10.5430259705
+243.1365814 153.1291351318
+244.0636597 26.7724285126
+245.2340698 31.7882995605
+246.2893829 8.3636608124
+247.2152405 36.5217704773
+248.0832367 4.7580280304
+249.2339478 23.0303916931
+250.1774902 6.7792859077
+253.265213 10.46007061
+254.2390747 42.8281135559
+255.3105469 15.939868927
+256.3863831 5.1261343956
+259.1722412 3.3231797218
+261.1860657 513.6575927734
+262.1581421 41.6991500854
+263.0791626 8.16310215
+265.1118164 287.8414001465
+266.1417236 25.5027103424
+270.9357605 14.5328416824
+272.4580383 3.545804739
+273.2572327 2.4543862343
+274.177887 4.4220924377
+275.1226501 38.2185020447
+275.919281 22.3561935425
+277.1783752 24.2325286865
+278.1083679 15.8431863785
+279.2503662 12.3820533752
+281.1726074 3.0000641346
+288.3496094 6.5890798569
+291.220459 2.6370284557
+292.3880615 31.8320808411
+293.1127319 365.5881347656
+294.2113342 35.8196182251
+295.9394836 12.5877113342
+297.8471375 9.8808403015
+301.4432678 4.0239114761
+304.3666992 5.1515374184
+305.8812561 4.0697908401
+307.5169373 4.8950061798
+309.6662598 4.8449349403
+312.0831909 6.4315977097
+313.3450928 13.6447963715
+318.9215088 70.3515472412
+319.8234863 7.2599010468
+320.4825439 3.9674613476
+321.5346375 7.5433492661
+322.1915283 9.8704166412
+323.5204468 14.001543045
+324.4305115 5.8921451569
+325.9207153 14.0355453491
+326.793396 39.3537445068
+327.8539429 7.344836235
+332.8143921 8.4461460114
+333.4861755 6.847890377
+334.3880615 8.4667644501
+336.1194458 34.8413314819
+337.2601318 79.3527374268
+338.3674316 7.2038874626
+339.49823 4.0178871155
+340.5353394 20.9308567047
+341.3644714 4.4552483559
+343.2556152 14.9391212463
+345.2715454 21.6731014252
+346.1997681 16.5431594849
+347.267395 45.626789093
+348.322876 8.0207328796
+349.5740662 4.2590532303
+350.4091187 16.8369979858
+351.6081238 11.5558338165
+353.0505066 14.60460186
+354.2191772 31.094537735
+355.1635132 14.7722244263
+356.2504272 11.9759607315
+358.2650757 5.8435401917
+361.2991638 30.2754707336
+362.2001343 13.469959259
+363.0565491 6.6452279091
+364.3415222 8.4919338226
+365.3405151 23.3571090698
+366.2188721 6.1070280075
+366.9523926 19.3519382477
+368.3378906 104.6649932861
+369.7649536 64.0874786377
+371.2197571 18.5786552429
+372.2810059 33.9940223694
+373.497406 39.7526855469
+374.225708 318.7651062012
+375.4101562 73.6953430176
+376.4161377 42.5437889099
+377.2834778 30.9348716736
+378.2005615 11.1389198303
+379.2800903 29.4549598694
+380.4445496 5.4793953896
+382.2792969 38.9296455383
+383.4614563 48.5844306946
+384.265625 17.3429489136
+386.0291138 18.3678035736
+388.2202148 16.5827789307
+389.4500427 83.6949768066
+390.4295654 31.9519004822
+391.447113 37.5600128174
+392.3786926 58.1203308105
+393.2162781 94.1324081421
+394.302124 30.3766803741
+395.401001 21.5878372192
+396.6657715 16.0512695313
+397.45755 10.406291008
+399.448822 23.1864891052
+400.4742432 43.588634491
+401.7530212 60.4261856079
+402.5756836 6.0458226204
+405.0984802 10.9495487213
+406.1220093 8.8787193298
+407.210083 185.0190124512
+408.369873 55.5285606384
+409.552124 48.2960281372
+410.6238403 50.7237930298
+411.4349365 60.9506835938
+412.7710876 18.1636123657
+414.789978 11.0655622482
+415.5269775 3.299200058
+416.3322144 10.2380285263
+417.4904785 29.8607196808
+418.5545349 20.3533782959
+419.5889282 7.677523613
+421.6931763 17.0676956177
+422.4698486 10.8261556625
+423.5837097 12.9051876068
+424.4425049 24.0692996979
+425.2136841 11.0151433945
+426.2171631 30.4401683807
+427.6118164 28.0196437836
+428.7302246 13.4879169464
+429.9064636 22.4904003143
+431.2860107 27.0190486908
+432.2165527 12.0968608856
+434.0757141 92.0216751099
+434.8779297 53.674495697
+436.0922241 40.9210853577
+436.7426758 14.2434034348
+437.3886719 11.0225696564
+440.0500183 88.099937439
+441.0610046 18.7951774597
+442.5675354 68.0093994141
+443.6147461 11.727394104
+444.4689331 5.8972234726
+447.0748596 10.3990001678
+448.2295532 170.067779541
+448.8881226 66.1743392944
+449.6216736 45.7901153564
+450.4595642 45.5229301453
+451.9079895 83.2754592896
+453.1135254 56.9761161804
+454.2077942 12.149263382
+455.458313 37.6582260132
+457.0723572 222.3046569824
+458.0469055 282.5311584473
+459.0926514 88.8685760498
+460.3232422 37.2614517212
+461.7785645 35.9568252563
+462.5576782 13.5670022964
+464.4858093 150.3719177246
+465.6398315 252.7124176025
+466.477356 56.3646888733
+467.4725342 30.1777591705
+468.5949707 16.7615871429
+469.7359314 33.7412796021
+470.4370117 4.3469548225
+472.8803101 527.7646484375
+473.5596619 323.8363342285
+474.5928955 36.1221809387
+475.3982849 16.0757274628
+476.4170227 26.337064743
+477.4004517 19.3637733459
+478.0896301 26.3417663574
+479.4597168 42.7617340088
+480.5446167 11.6229686737
+481.6083984 108.9158248901
+482.5813293 254.3085174561
+483.4679871 60.3481864929
+485.4677429 49.5671539307
+486.7721252 22.5208244324
+487.4850159 97.6620483398
+488.5535278 41.3887710571
+489.3152161 12.7960824966
+490.2409973 23.8190040588
+491.1304626 291.0089111328
+492.0798035 99.9268188477
+493.0922852 57.8009490967
+493.7756653 3.698684454
+495.574707 60.8294715881
+496.6130371 203.7390899658
+497.5451355 18.340719223
+498.4215698 38.4185447693
+499.6888123 367.8327026367
+500.4429321 118.7464904785
+501.3295288 53.3456115723
+502.3791809 33.8824195862
+503.4401245 8.8359365463
+504.8322144 449.3333740234
+505.4557495 632.931640625
+506.4873962 92.3178634644
+507.3365173 52.7885284424
+508.5111084 55.2500152588
+509.5296326 24.1042938232
+510.3100586 7.3475341797
+511.0791931 8.5721645355
+512.8448486 135.278717041
+513.7503662 592.6029052734
+514.6199951 194.9898681641
+515.6306152 11.1628389359
+517.3092041 96.2742156982
+518.5273438 144.2393341064
+519.4616699 23.9270820618
+521.0514526 80.1745986938
+522.2316284 2163.2612304688
+523.0570679 760.9892578125
+524.1025391 4.1924171448
+525.333313 18.747926712
+526.6282959 44.4454956055
+527.6767578 41.6196403503
+528.47229 4.819088459
+529.5983276 49.5406455994
+530.3934937 135.6396789551
+531.5463867 67.4936981201
+532.4119873 27.6585483551
+533.2629395 6.5185742378
+533.9888916 20.816986084
+535.1816406 104.6601409912
+536.3266602 52.7735481262
+537.9759521 27.1636791229
+538.6394043 27.8656864166
+539.5695801 34.373249054
+540.5438232 49.5808296204
+541.3884277 27.4214191437
+542.1257935 25.4531211853
+543.0587769 7.8283305168
+543.7039795 20.7701320648
+544.637146 68.2464523315
+545.5423584 24.9676437378
+546.65979 65.6074066162
+548.1386719 126.2409057617
+548.9165039 64.3036422729
+549.6471558 109.2632522583
+550.4767456 61.9127883911
+551.47229 5.5047054291
+552.4212646 41.1519622803
+553.3188477 78.3942718506
+554.3953857 79.8061294556
+555.6526489 84.128692627
+556.6376343 78.8818359375
+557.7565918 65.3908462524
+558.6210938 45.4364814758
+559.597168 21.1034622192
+560.6315918 94.7495269775
+561.8297729 314.5339355469
+562.5731201 206.6662597656
+563.7597656 93.9166107178
+564.5344238 40.8964881897
+565.5651855 9.3330717087
+566.4866943 32.3171920776
+567.4069214 15.3943395615
+568.1290283 29.7542705536
+569.529541 148.1502532959
+570.5112305 2282.7492675781
+571.1274414 1215.6142578125
+572.237793 131.269744873
+573.2067871 83.298538208
+574.2832031 42.1691398621
+576.5317383 62.6496353149
+577.2026978 114.1473999023
+578.9855957 8601.798828125
+579.625 5379.7265625
+580.7505493 281.673034668
+582.140625 113.3301239014
+583.2403564 65.3008804321
+584.352478 98.2056503296
+585.7288818 235.8008728027
+586.5505371 185.0032348633
+587.6641846 35.2462921143
+588.9338379 221.3504943848
+589.5955811 312.0114440918
+590.6671143 32.272567749
+591.5262451 12.1184139252
+592.5903931 34.4705047607
+593.5028076 53.5884284973
+594.6715698 723.5184326172
+595.5858154 238.5706787109
+596.5714111 35.1543045044
+597.6859131 57.8257980347
+598.532959 18.5216770172
+599.4350586 44.0499992371
+600.7558594 10.7526321411
+601.5186768 9.5937099457
+602.8730469 766.5577392578
+603.5785522 626.5713500977
+604.7442627 55.1920318604
+605.8012695 17.9384632111
+606.4802246 41.7095947266
+607.515625 61.4222869873
+608.510437 16.6643295288
+609.5050049 19.8346481323
+610.6171875 183.422088623
+612.1282959 1263.9387207031
+612.9994507 254.2734680176
+614.4041748 116.3750457764
+615.4986572 81.5858688354
+616.3275146 98.9294281006
+617.631958 35.6208534241
+618.373291 47.4884757996
+619.2055664 47.9584884644
+620.1192627 128.8116760254
+620.9272461 88.3046112061
+621.6928711 52.8145599365
+622.8891602 12.5977249146
+624.6231689 183.8578796387
+625.3701782 67.3085098267
+626.3873291 123.0042800903
+627.3343506 82.6721343994
+628.289917 295.528503418
+629.1592407 461.2296142578
+630.2255249 101.3682632446
+631.1791992 26.2249565125
+632.1130371 17.5945110321
+632.7338867 25.9581832886
+633.6071777 149.5586090088
+634.7247314 239.3659515381
+635.626709 144.9315032959
+636.9481201 915.4807128906
+637.6142578 577.6604003906
+638.3554688 304.4273681641
+639.1132812 161.0322265625
+640.4033813 155.4077301025
+641.197998 104.8372268677
+642.3022461 478.6246337891
+643.2818604 545.4055786133
+644.3009033 292.5731811523
+645.7052002 3466.1794433594
+646.5264893 618.2992553711
+648.0721436 156.9598693848
+649.1013184 193.7243652344
+650.871582 750.3520507813
+651.6240845 1001.6807250977
+652.5732422 147.1874847412
+653.4971924 130.5738983154
+654.4951782 96.5357208252
+655.4282227 6.9807152748
+656.7661133 17.3824176788
+657.6014404 4.4976329803
+659.7510986 2635.8918457031
+660.6470947 940.1961669922
+661.4918213 1076.9602050781
+662.5474243 358.1528015137
+663.4711914 115.1418304443
+664.6759644 40.8944244385
+665.546814 5.0464105606
+666.6818848 10.6483478546
+668.477417 8017.9926757813
+669.0914917 6949.5
+670.3765869 128.342590332
+671.4923096 73.3193969727
+672.4691162 99.35572052
+673.5467529 35.5407485962
+674.4263306 7.9379162788
+675.4348145 8.0592327118
+676.2543945 11.0084609985
+676.9135742 87.8851089478
+677.7501221 144.6033477783
+678.6294556 53.1202354431
+679.6621094 37.4105148315
+681.1802979 237.8958740234
+682.145752 182.5900115967
+682.975769 30.8087272644
+683.9611816 19.2752761841
+685.8029175 381.0306396484
+686.6947632 241.048248291
+687.5308838 99.4137573242
+688.5925293 45.0015602112
+689.9587402 34.5255966187
+690.8377686 23.0034370422
+691.5080566 20.6997051239
+692.3220215 14.9674015045
+693.6640625 229.2821960449
+695.0817871 1193.0089111328
+696.0567627 238.0101928711
+697.442749 31.6293087006
+698.8143311 369.9872741699
+699.5938721 251.6420593262
+700.5814209 24.0024318695
+701.791626 96.72605896
+702.4388428 334.5027770996
+703.2498779 208.668762207
+704.2849121 762.6162719727
+705.192749 80.6373062134
+707.2701416 1647.1518554688
+707.9945068 1997.6231689453
+708.6335449 1437.9635009766
+710.1090088 52.5122489929
+711.2047119 32.1885871887
+712.2712402 21.7305278778
+713.2633057 24.7491416931
+714.0853271 14.2521724701
+716.5946045 7499.1166992188
+717.4992676 644.4080810547
+718.4321289 10.1861696243
+720.2585449 8.624830246
+722.1107178 7.0763731003
+723.4467773 2.3201003075
+724.4688721 8.1101989746
+729.5639648 7.8283185959
+730.512085 18.4044189453
+731.5070801 16.7333431244
+732.4499512 3.1967945099
+733.3721924 7.6377100945
+736.7127686 2.8375382423
+738.102417 14.2467517853
+738.8327637 41.711856842
+739.6296387 34.2147789001
+741.4724121 99.8891983032
+742.5670166 38.068813324
+743.5275879 25.1741027832
+744.7331543 3.599396944
+745.857666 5.9446849823
+746.5107422 77.7711486816
+747.506958 37.1863059998
+748.4915771 13.3636703491
+749.4747314 16.8850536346
+750.43396 21.6308517456
+751.5002441 2.6850318909
+752.472168 9.0640296936
+753.5368652 17.1797428131
+754.4263916 6.2585830688
+755.5621338 10.2264814377
+756.557251 18.1354408264
+757.4713135 28.5564117432
+758.5009766 17.1504993439
+759.4400635 16.1993141174
+760.5319824 109.2849578857
+761.5543213 44.2301559448
+762.7191162 3.928986311
+763.5393066 13.813041687
+764.5748291 29.8974914551
+765.3806152 9.8550233841
+766.4998779 235.3342132568
+767.5262451 124.8035430908
+768.5067139 13.5315628052
+769.7454834 23.3056545258
+770.8060303 20.4112453461
+771.5252686 86.8696289063
+772.3928223 146.7253723145
+773.5258789 46.9127349854
+774.4694824 10.8118400574
+775.4621582 10.4084434509
+776.458374 6.5563364029
+778.6533203 5.1979494095
+780.5876465 9.2581710815
+781.6546631 56.6590385437
+782.5135498 42.0098762512
+783.6311035 77.6989898682
+784.4898682 190.8927612305
+785.571167 60.6339797974
+786.5882568 33.1207733154
+787.5837402 21.1330604553
+788.4908447 643.9122314453
+789.508667 231.6197814941
+790.5054932 50.9635162354
+791.43396 5.3060412407
+792.6690674 27.4970283508
+793.6942139 7.5389451981
+795.6724854 6.341032505
+798.4945068 7.3536291122
+799.368042 22.5952587128
+800.5788574 90.70652771
+801.517334 75.8894042969
+802.512207 41.9222259521
+803.5067139 12.6181325912
+805.5062256 79.5056838989
+806.4832764 64.9751358032
+807.3726807 15.288608551
+808.7232666 6.4354119301
+809.4755859 26.70570755
+810.6412354 35.8727340698
+811.496582 14.3830032349
+812.3031006 12.2417106628
+814.4240723 26.1590576172
+815.4755859 3.8085951805
+816.4987793 2.6646389961
+817.5438232 60.3392982483
+818.4385986 24.652961731
+819.6608887 18.7914180756
+820.3793945 2.460860014
+821.5759277 25.5982112885
+823.6390381 11.8447952271
+824.5706787 9.6685943604
+826.6175537 44.3730926514
+827.7041016 49.0851554871
+828.5195312 12.4537391663
+829.6505127 4.3184957504
+830.7634277 4.69298172
+831.6151123 8.2190465927
+832.7028809 7.8361120224
+833.4034424 2.984331131
+834.0428467 4.8664774895
+835.9316406 3.4361109734
+836.6503906 4.831319809
+837.5926514 18.0214920044
+838.5249023 4.1975688934
+841.1291504 4.2134113312
+841.8361816 7.4342899323
+842.8132324 10.3987779617
+844.6751709 6.9708819389
+846.723877 4.3656859398
+848.2108154 17.3645095825
+849.6334229 25.7493534088
+850.5682373 22.764919281
+851.9705811 6.6760673523
+852.7600098 18.5777187347
+854.5822754 240.865447998
+855.5969238 111.9499435425
+856.7102051 34.0688552856
+857.5356445 7.1046357155
+858.6750488 23.4908275604
+859.6516113 4.3264636993
+860.579834 12.6230964661
+861.5629883 20.2485313416
+862.5843506 4.2438359261
+863.4938965 16.4218139648
+864.5015869 6.4533061981
+865.5047607 5.0366129875
+866.5458984 45.7531738281
+867.5328369 31.6798553467
+868.6018066 70.601020813
+869.565918 96.7077484131
+870.6000977 52.5423965454
+871.4528809 9.3162250519
+872.5894775 338.5338745117
+873.614502 163.659286499
+874.5384521 38.3965530396
+876.6082764 6.0536389351
+877.6130371 11.1201753616
+878.5963135 43.569393158
+879.4576416 69.8181610107
+880.6508789 62.6524543762
+881.5344238 41.6463279724
+882.6489258 15.9432258606
+883.5581055 12.3984127045
+884.7807617 83.8666152954
+885.6053467 112.43775177
+886.4888916 67.0280075073
+887.6716309 19.7127819061
+890.6638184 8.5336112976
+891.685791 6.2929792404
+892.4492188 13.5097484589
+893.4681396 11.8554601669
+894.4794922 93.1761703491
+895.5667725 180.0723266602
+897.550415 2320.0556640625
+898.5588379 1089.9521484375
+899.5748291 255.7858886719
+900.6166992 11.9913358688
+902.5095215 901.2221679688
+903.524292 413.6104736328
+904.5682373 71.2742004395
+906.6450195 17.5994281769
+908.4945068 14.6417608261
+909.5262451 16.7658023834
+910.586792 74.2918930054
+911.5164795 47.7366867065
+912.5435791 54.1995582581
+913.5181885 39.4619903564
+914.6390381 629.9025268555
+915.6558838 343.3939208984
+916.5992432 70.8824615479
+917.6595459 17.941570282
+918.6021729 6.1816511154
+919.4694824 3.9110369682
+922.6916504 8.0475721359
+927.4821777 384.8932189941
+928.5955811 208.7233123779
+929.5837402 24.1330947876
+930.6627197 18.9099788666
+936.345459 3.8934059143
+937.6755371 6.6409745216
+938.7436523 9.8414134979
+944.5627441 965.3086547852
+945.5758057 492.0810852051
+946.630127 128.0583343506
+947.6391602 14.2824935913
+948.7159424 4.5287590027
+949.4677734 4.0720243454
+950.3752441 4.4784603119
+951.5275879 8.2402553558
+952.8063965 8.6502695084
+954.1992188 4.4503288269
+959.5767822 2.3261268139
+961.9421387 4.3195738792
+962.6755371 19.8167686462
+963.7176514 20.4441833496
+964.723877 13.9779920578
+966.0129395 3.1640424728
+967.1177979 9.2203903198
+970.7473145 30.8430919647
+973.7219238 10.9929018021
+974.5895996 6.3510150909
+976.2105713 6.2600092888
+976.9150391 5.1217088699
+979.4580078 8.7104988098
+980.6640625 34.3446159363
+981.7105713 13.3357715607
+982.7873535 24.0082244873
+983.7207031 36.5179100037
+984.7062988 8.8387393951
+986.034668 3.6260740757
+989.4724121 10.6947689056
+990.4371338 10.3306980133
+991.5311279 19.8824310303
+992.5935059 32.7746505737
+993.3685303 10.0204334259
+993.9713135 7.6806530952
+997.4077148 18.3143901825
+998.4564209 6.1125254631
+999.5769043 20.4027385712
+1000.812744 11.9360466003
+1001.812988 12.180929184
+1002.743408 12.3205699921
+1004.907715 3.3851137161
+1006.201538 3.020714283
+1007.313477 16.7058601379
+1008.563721 228.9627685547
+1009.705688 131.5221710205
+1010.813721 28.7389907837
+1012.026001 3.8186547756
+1012.731445 8.9002227783
+1013.595581 3.843783617
+1014.811157 9.7075042725
+1015.895264 35.2646484375
+1016.775024 7.4313673973
+1017.66626 10.9898605347
+1019.745117 14.0810394287
+1020.716064 19.4449386597
+1021.683838 5.511680603
+1022.481689 6.8668260574
+1023.430298 18.3544101715
+1024.881714 67.9883804321
+1025.627808 192.1526489258
+1026.622314 179.174621582
+1027.69519 109.8197937012
+1028.817261 8.1416788101
+1031.126343 18.7547473907
+1031.946289 4.240295887
+1033.464233 4.3273649216
+1034.702148 3.4309873581
+1035.559937 26.5534515381
+1036.796509 31.8317394257
+1037.647949 7.808177948
+1040.678345 36.7661743164
+1041.643921 16.0979137421
+1042.705444 28.3739566803
+1043.684082 14.6694774628
+1044.763794 9.8569040298
+1046.752319 3.5531167984
+1047.599854 20.4844856262
+1048.754517 10.7975873947
+1049.44397 3.7819881439
+1050.624634 6.4806728363
+1052.494873 3.559949398
+1053.795532 3.6357812881
+1054.741089 5.7217407227
+1057.485962 6.8790235519
+1058.472412 30.9564208984
+1059.471069 29.0829048157
+1060.551392 15.8535022736
+1061.513184 20.4996948242
+1064.340698 6.3904933929
+1065.546753 7.6997094154
+1066.599854 12.5680398941
+1068.8125 3.7390971184
+1075.876587 3.0828313828
+1077.628052 11.1224393845
+1079.743774 11.8002071381
+1080.758789 9.9466533661
+1081.56604 5.4209647179
+1082.472168 5.873998642
+1091.616211 4.6338591576
+1092.668335 3.5975465775
+1094.720947 12.9781484604
+1095.791016 11.0155534744
+1096.751831 37.9692192078
+1097.879883 15.3160228729
+1098.683228 15.0284290314
+1101.62207 4.3958005905
+1103.907104 7.0005130768
+1104.628662 5.5966267586
+1105.71228 4.4062047005
+1106.554688 4.1784973145
+1107.435181 3.1827571392
+1110.482056 9.7616462708
+1111.678223 7.6481704712
+1114.769043 33.5323104858
+1115.701416 12.5681200027
+1117.739502 8.0601615906
+1118.72583 6.0299487114
+1119.501831 5.1952047348
+1120.3927 17.1659564972
+1121.023682 4.4813566208
+1121.663574 10.2339582443
+1122.689941 53.1042289734
+1123.82666 64.2339782715
+1124.786133 5.7227673531
+1128.631104 7.2026596069
+1129.703247 5.4984235764
+1132.679932 16.3941669464
+1135.498291 4.5618286133
+1136.56665 9.752784729
+1137.652344 36.2416954041
+1138.662109 39.4292449951
+1139.668213 224.9141693115
+1140.710571 136.5254821777
+1141.672852 28.9252662659
+1142.750122 32.2960586548
+1143.670654 7.8355236053
+1144.55835 6.5078220367
+1146.64624 7.6620335579
+1147.805542 13.5995607376
+1148.695068 54.2501678467
+1149.560303 7.1358480453
+1150.74707 21.5308990479
+1151.803223 2.8366513252
+1153.829102 18.9912128448
+1154.686646 11.8196277618
+1155.634399 19.6992530823
+1156.818604 25.0867061615
+1157.678955 13.0385131836
+1158.541992 14.2558889389
+1159.329712 10.1694164276
+1160.582397 27.1115341187
+1161.878296 10.9147567749
+1162.636841 6.0373940468
+1163.641479 4.9340252876
+1165.732056 9.6617393494
+1166.81897 19.6032352448
+1167.864624 2.7445170879
+1168.827637 11.5604457855
+1170.555054 68.0669555664
+1171.514648 72.14112854
+1172.625 45.5704116821
+1174.205566 2.6979689598
+1176.838501 2.6826882362
+1177.835327 25.2609558105
+1178.706909 7.2881932259
+1179.792725 7.6155304909
+1184.731079 6.716542244
+1187.113281 41.7679252625
+1187.846924 92.6517333984
+1188.660156 54.2909049988
+1189.638184 25.0931777954
+1190.741577 4.8931183815
+1191.462646 3.2843072414
+1199.321289 5.9966564178
+1203.738647 13.8702840805
+1204.773071 4.8491616249
+1205.656494 17.2390861511
+1206.512695 5.0547661781
+1217.908569 2.9220831394
+1219.581787 3.1542890072
+1221.253296 13.7683029175
+1222.815918 8.9186916351
+1225.647827 6.3516545296
+1226.559937 7.1921901703
+1233.646729 6.7545289993
+1235.048584 9.582660675
+1236.728882 2.9418818951
+1240.690552 2.4850969315
+1243.875122 7.6575975418
+1248.64563 2.5192816257
+1251.595947 10.7351455688
+1252.530762 20.0056877136
+1254.701172 2.3009881973
+1255.670288 4.5946149826
+1256.982788 14.5996837616
+1262.877808 10.6527013779
+1263.665405 13.722281456
+1264.934692 5.8638687134
+1268.559692 24.7905788422
+1269.699951 6.2985887527
+1271.920166 2.8140614033
+1272.689453 4.5530848503
+1273.648682 5.8153767586
+1274.825562 10.6028652191
+1276.87439 5.6234798431
+1278.896484 3.2936444283
+1279.859741 32.0994186401
+1280.495239 18.3689632416
+1281.349731 21.8807220459
+1283.686401 8.1766853333
+1284.599854 23.2858867645
+1285.588989 7.6380548477
+1290.755615 7.7551202774
+1292.500366 25.1836433411
+1293.40686 3.762398243
+1294.716187 3.0201010704
+1296.938721 4.5805311203
+1297.717529 8.786737442
+1300.526245 13.6598510742
+1301.811646 28.4377498627
+1302.695068 13.3642520905
+1303.929077 3.3344898224
+1318.848022 22.3920516968
+1319.883301 5.4163799286
+1320.950806 5.4454526901
+1335.700317 8.6924533844
+1337.320068 4.7187652588
+1389.451904 3.5260493755
+1391.644287 5.4059224129
+1411.14917 10.5628442764
+1412.570435 2.5001363754
+END IONS
+BEGIN IONS
+TITLE=small.6.6. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=6"
+RTINSECONDS=2.9172
+PEPMASS=558.868957519531 19672.935546875
+CHARGE=2+ and 3+ and 4+
+164.0915833 3.5348036289
+166.0663605 3.3618609905
+169.0476074 2.0182995796
+170.192688 3.5212185383
+176.3005524 2.8414690495
+177.3272095 5.5772895813
+181.0541382 9.3712005615
+182.0669403 5.5042338371
+183.1375732 2.3837344646
+184.2468109 5.2454571724
+185.1240692 2.1750051975
+194.1914368 9.8786525726
+195.2203064 6.756775856
+197.0622559 405.6940917969
+198.1858215 59.8911628723
+199.2655487 2.3871109486
+200.2717896 2.5803127289
+202.0783539 82.2456207275
+203.1532593 9.6864318848
+204.267868 2.7814850807
+205.3189697 3.0322511196
+207.0372772 2.2526986599
+208.1079559 8.177901268
+209.1459351 22.8896045685
+210.2644958 3.9635055065
+211.3031769 2.9134614468
+213.1012421 2.5427601337
+214.9152832 6.3793325424
+217.2577209 4.5290789604
+219.2839813 5.9607481956
+220.148468 8.2981510162
+223.3982239 4.999268055
+225.0407104 210.3574371338
+226.1455994 102.3298873901
+227.0484314 14.6521072388
+230.3487854 11.7349376678
+233.2455902 43.5075416565
+235.3565674 2.9109213352
+236.2193298 15.6830911636
+237.3457184 11.9551753998
+239.3879089 3.909637928
+240.2835541 5.3270449638
+242.3619995 20.5568599701
+243.20224 34.42760849
+244.2711792 22.0515327454
+245.2751007 44.1839752197
+246.4205627 12.7450866699
+247.5384369 7.0316476822
+248.4306183 15.8328313828
+249.2260437 25.9059257507
+250.1430054 3.8041226864
+250.9987335 5.2331094742
+253.4071045 37.2173461914
+254.2741699 50.4271087646
+255.2240753 3.8949036598
+256.290802 2.2379863262
+258.0975342 2.4504306316
+259.0504456 12.6414461136
+261.035675 92.2171630859
+262.1087036 9.1421356201
+263.2423401 5.7271590233
+264.6056519 24.8507061005
+265.2615967 148.1675109863
+266.2516479 19.32264328
+267.1724854 6.0996451378
+268.0929871 3.3139111996
+268.8475037 1.9316315651
+270.3046875 3.8989171982
+271.4787292 1.9061357975
+272.230957 2.2295265198
+273.3059387 5.1939344406
+276.0748291 190.8001098633
+277.0640259 29.9572315216
+278.0775452 2.5494551659
+279.2510681 5.6793718338
+280.3856506 3.4670128822
+281.20401 5.7108931541
+282.1592712 3.3360521793
+283.2643738 10.0550918579
+284.194458 2.9374938011
+287.4707642 1.8196011782
+288.1779175 4.0777721405
+289.2759399 16.650346756
+290.8642578 6.6016945839
+293.1392822 1130.0285644531
+294.1504517 188.8330383301
+295.2119751 18.6558361053
+296.5380554 9.865190506
+297.3364868 11.5029459
+298.3179626 3.7083842754
+299.0767517 3.8763825893
+301.3322144 5.3844108582
+302.3718262 6.4411263466
+304.4779053 5.6651678085
+305.2474976 17.9212093353
+306.2759399 8.8370046616
+306.9276123 1.9099036455
+308.305481 8.4082098007
+309.3010254 16.7550849915
+310.1890259 7.6315164566
+311.2944946 11.2761459351
+313.0155334 19.16929245
+313.9752197 10.4097633362
+315.0413208 4.3421430588
+316.4676208 4.8317098618
+317.3953552 3.7070150375
+318.3870239 11.5302143097
+319.2282715 34.2550315857
+320.1008301 15.1035633087
+321.1412354 4.5175256729
+321.9794922 7.8609161377
+323.0246887 7.3697271347
+324.1800537 19.016992569
+326.7214355 22.976732254
+327.3347473 18.0655994415
+329.6687317 3.6383934021
+330.3106689 13.9948387146
+331.491394 7.4639725685
+333.3336792 22.3632564545
+334.2273254 16.592338562
+336.0973816 49.1850128174
+337.2431641 103.6378936768
+338.5630188 39.7118148804
+339.3789978 10.9458017349
+342.364502 4.5573563576
+343.2409668 14.2529821396
+344.2041626 32.1883277893
+345.0605164 19.8450012207
+346.6239929 14.3913478851
+348.2406006 5.5856313705
+349.2258301 2.2996652126
+350.3445435 25.0641956329
+351.5065918 15.4855976105
+352.2386475 7.3964238167
+353.4341431 5.0316691399
+354.3285522 15.3372707367
+355.2843628 23.7202148438
+356.1218262 23.5261096954
+357.2488098 4.288289547
+358.5123291 11.5430583954
+360.0774841 203.0119476318
+361.0184937 35.9613075256
+362.1856384 40.5846633911
+363.2275085 16.0306472778
+364.2073364 14.411901474
+365.1541138 56.4916877747
+366.1579285 6.0456342697
+368.2415161 27.3119106293
+369.4150391 20.962474823
+370.2700195 31.3040313721
+371.3109131 13.1046705246
+372.291687 12.1523237228
+373.3552551 22.9338188171
+374.2852478 57.5654945374
+375.2540894 16.9346981049
+376.3862915 4.7920274734
+377.2775879 38.742980957
+378.5621033 45.5642166138
+379.4741821 26.3668556213
+380.7927551 29.4725952148
+381.6899414 39.7164115906
+382.9561157 21.7231998444
+383.8363037 25.8001804352
+384.6227417 3.0681545734
+385.2808838 10.2453460693
+386.4941406 218.6498565674
+387.5064392 107.3523712158
+388.1467896 279.4195556641
+389.2098389 108.9607162476
+390.3737183 63.1287002563
+391.2527771 50.4909591675
+392.4204407 74.904510498
+393.334259 50.3636665344
+394.7147217 32.510925293
+396.7002563 8.2720565796
+398.0350647 7.505320549
+399.6194153 32.9901504517
+401.5168457 140.1266479492
+402.4463196 47.5692520142
+403.1030273 25.4508934021
+404.7215881 13.5025615692
+405.690155 11.1127853394
+407.0707092 203.5926513672
+408.1773071 54.9526634216
+409.34198 83.6743927002
+410.1398315 46.8258399963
+411.4290466 16.7616786957
+412.7766724 36.4276428223
+413.8987122 31.6609134674
+414.9226074 32.6147460938
+415.9427185 5.5298447609
+416.7707825 4.9983048439
+418.0304871 144.0555267334
+419.078125 29.8221321106
+420.1263123 26.0457077026
+420.7504272 8.4980077744
+421.45224 15.3619499207
+422.6722107 31.5971298218
+423.5826721 573.4541625977
+424.9578552 156.4827728271
+426.0113525 30.802532196
+427.3485413 39.3423233032
+428.5387573 34.7717094421
+429.7717285 88.2772140503
+430.8949585 210.1639251709
+431.6848145 33.8019828796
+432.7155762 7.4711518288
+433.8850708 57.8276786804
+434.5623779 150.3715820313
+435.3956299 50.584777832
+436.0715637 14.1775865555
+437.1441956 21.6976509094
+438.171875 36.8803710938
+439.3726196 54.2350654602
+440.3492432 196.2758789063
+441.329834 7.7098312378
+442.5148621 21.5967903137
+443.5415955 23.6166114807
+444.3895569 17.9549465179
+446.1550598 343.6354980469
+446.8680725 48.9994506836
+448.1750183 74.4576873779
+449.2141113 106.5934295654
+450.1702576 70.8626327515
+451.0813904 19.7976264954
+451.7861328 13.9027242661
+452.793396 3.5650465488
+453.8869934 24.3095397949
+454.6749573 2.274821043
+456.5098572 273.8744812012
+457.9388428 2811.4248046875
+458.7143555 1412.2209472656
+461.254364 27.0149459839
+462.5482788 1239.6108398438
+464.1139526 43.2857093811
+465.7849121 203.9908905029
+466.4810791 115.8545761108
+467.7728882 208.5537567139
+468.7381897 33.5794677734
+469.90448 35.8693771362
+471.8571472 2553.5974121094
+473.07547 267.3699035645
+474.06604 45.5793075562
+475.1283569 29.6994972229
+475.9845886 11.4616451263
+477.3649597 752.2935791016
+478.4225159 1164.0258789063
+480.2574768 29.3295669556
+481.2781677 10.1879348755
+482.1118164 37.3420600891
+483.311615 306.9888305664
+483.9941101 10056.3759765625
+485.581543 77.1065139771
+486.6482849 96.6045379639
+487.4841309 53.7889556885
+488.2252808 33.2064056396
+489.1019897 63.6667633057
+490.5456238 99.6491394043
+491.4597168 114.8784790039
+492.1227417 69.5436706543
+492.9968262 72.2200622559
+494.0577087 50.6536521912
+494.8110046 29.7506351471
+495.7909851 59.3120346069
+496.6724243 48.4149017334
+497.6998596 64.9737014771
+498.6619873 54.0719261169
+499.4111328 123.8215637207
+500.0253906 406.0976257324
+501.194519 106.6458892822
+502.2204285 69.2408599854
+503.5624695 349.2758789063
+505.1471558 531.5177612305
+505.8077698 2581.3522949219
+508.4309082 127.5273590088
+509.3004761 158.2302246094
+510.0323792 126.6946029663
+511.1558533 18.1052875519
+512.7584229 134.587310791
+513.6810303 495.1959228516
+514.9962158 1905.66796875
+516.5379639 140.48387146
+517.3295288 137.8459472656
+518.4533691 118.9902877808
+519.7386475 45.5227050781
+520.9862671 4666.4399414063
+522.151062 3928.1215820313
+523.1372681 526.6373291016
+524.6427002 117.2860412598
+525.5672607 70.8545074463
+526.5078125 72.4060287476
+527.5140381 38.3837356567
+528.5968628 96.5801391602
+529.5255127 33.5853691101
+530.3640137 73.3788528442
+531.3831787 90.7112503052
+532.1082764 70.1924667358
+533.177002 42.5686149597
+533.9154053 25.6732902527
+534.6928711 18.7457008362
+535.5661621 70.6043243408
+536.9699707 210.77394104
+537.7402954 812.2247314453
+539.1455078 97.0896148682
+540.300293 302.6539306641
+541.2452393 332.8392333984
+542.6640625 84.2754058838
+543.6088867 426.7408447266
+544.4168701 106.7718963623
+545.1481934 84.6912307739
+546.6633301 625.1140136719
+547.2983398 705.5941162109
+548.7150879 246.6022949219
+549.5515137 853.2268066406
+550.3867188 157.9157867432
+550.9994507 39.1319465637
+552.4233398 119.0635147095
+553.2162476 34.0990829468
+553.8544922 1.7565613985
+556.8787842 1.8749351501
+558.3487549 4.2522306442
+559.4901123 4.9153900146
+560.385376 6.6938371658
+561.3157959 4.8794498444
+561.9796753 31.5077342987
+562.5812378 2.0133497715
+563.8563232 57.3547515869
+564.7900391 14.8950195313
+565.9247437 22.7981491089
+567.2998657 7.7998085022
+568.7585449 56.6560058594
+570.3345947 854.5440063477
+571.1005249 624.5450439453
+572.116272 25.7092895508
+573.8097534 3.1151981354
+575.0326538 28.1588401794
+576.3071289 83.6859512329
+577.0333862 55.8803024292
+579.1727905 16020.6806640625
+580.1008301 1700.0092773438
+581.0939941 30.3877658844
+581.9359131 5.8222603798
+583.3438721 112.5404510498
+584.9006348 516.5043334961
+585.6650391 346.6287841797
+586.9105225 193.4495849609
+587.5656738 84.6703262329
+588.911499 14.0241060257
+590.0183105 8.9839067459
+590.7332764 3.5519073009
+591.6984863 14.2249851227
+592.4530029 20.2331142426
+594.3267212 126.1385040283
+595.1920166 106.1290130615
+596.2296143 6.1016497612
+597.5023193 2.2678234577
+600.1394043 15.6450910568
+601.1635132 12.0837974548
+602.8342285 46.6058883667
+603.6705933 33.0901489258
+604.7474976 18.6556167603
+605.5331421 6.6849837303
+607.479248 30.0621376038
+608.6853027 9.9014549255
+609.782959 39.019908905
+610.7625732 51.2561416626
+612.2420654 245.3861694336
+613.0874023 77.7538223267
+613.7940674 24.6539916992
+614.8049316 27.3540401459
+615.5732422 7.3348937035
+616.6755371 23.3414745331
+617.637085 20.3619709015
+618.4312744 33.701965332
+619.3814697 17.3146820068
+620.6029663 51.1515426636
+621.3549805 25.913980484
+622.2695312 19.2989845276
+623.0223389 10.3706378937
+624.5197144 24.4896373749
+626.1670532 838.6154174805
+627.1896973 106.2523040771
+628.307373 31.2496147156
+629.5870361 21.956413269
+630.5048218 10.3038768768
+631.3427734 41.2454185486
+632.0584717 10.5183238983
+633.1079102 52.499584198
+634.8076782 3042.3310546875
+635.6937866 1219.7822265625
+636.6520386 88.276512146
+637.677124 55.5542144775
+638.7525024 15.0770044327
+640.0990601 278.7211914063
+640.9946289 38.4055137634
+642.2231445 101.6802215576
+643.6682129 12470.73828125
+644.6212158 2196.50390625
+646.1746826 86.358291626
+647.0848999 32.2140426636
+648.7150879 160.0250549316
+649.689209 93.1280517578
+650.866333 183.3731689453
+651.5865479 197.088760376
+652.4605713 54.8435134888
+653.4039307 47.8135490417
+654.4251709 13.458108902
+655.2633057 17.9792098999
+656.4562988 4.8228683472
+659.427002 175.8851623535
+660.1479492 209.286529541
+661.5263672 124.7048568726
+662.6120605 45.3811569214
+663.6984863 20.1737518311
+665.4866943 21.3956356049
+666.5501709 4.1285529137
+668.3138428 65.7130813599
+669.1854248 84.6991424561
+670.4708252 15.5043735504
+671.5941162 17.5146541595
+673.0645752 2.1767446995
+673.90271 5.8137440681
+674.7835693 8.3806037903
+676.340332 26.3370780945
+676.9620361 37.3857460022
+677.7139893 10.8854179382
+678.755249 12.2942333221
+679.4648438 2.7381744385
+680.3741455 46.3177680969
+681.4342041 11.4611568451
+682.4609375 6.6780881882
+683.1923828 6.7639961243
+684.3845215 42.8708953857
+685.4406738 64.2482299805
+686.1922607 24.6867523193
+688.2510986 26.8770103455
+689.4350586 13.8247852325
+690.2487793 34.5501022339
+691.0836182 22.4408931732
+692.4014893 99.9659576416
+693.1096191 197.9883270264
+694.1893311 18.372959137
+695.2851562 14.209482193
+695.994751 6.7143425941
+697.7095947 189.0809173584
+698.647583 375.9860229492
+699.6171875 74.0063095093
+701.2111816 154.8401794434
+702.0906982 35.352481842
+703.0682373 5.7743401527
+704.8659668 51.7401351929
+706.7539062 1648.908203125
+707.7060547 720.0314331055
+708.5739746 86.5936660767
+709.5286865 7.8366160393
+711.2976074 10.4019641876
+713.5943604 23.0601119995
+715.2025146 899.3250732422
+716.3659668 1642.9354248047
+717.2019043 825.1864624023
+718.1204834 47.9972572327
+719.4790039 4.6224966049
+721.7005615 155.6304931641
+722.7548828 59.5567893982
+725.2423096 9029.74609375
+726.15271 1703.6512451172
+727.0432129 5.1883244514
+728.3641357 6.3956747055
+730.1663818 259.6595153809
+731.1212158 120.0881958008
+732.0751953 22.5737075806
+733.197876 23.5100231171
+734.1226807 7.707218647
+736.6929932 14.3183269501
+737.7156982 32.9755516052
+738.6619873 26.5410518646
+739.703125 22.8459281921
+740.7589111 90.8700561523
+741.7076416 74.5764007568
+742.5228271 66.5070266724
+743.2808838 18.3219127655
+745.4249268 9.2200622559
+746.5548096 19.5036087036
+747.3118896 14.1834526062
+749.2246094 666.1969604492
+750.1602783 228.1489868164
+750.9645996 37.6038284302
+751.5772705 20.2712116241
+752.2261963 3.6172356606
+754.1968994 234.1582489014
+755.142334 143.3099060059
+756.0473633 22.877910614
+757.7260742 1795.0732421875
+758.5966797 456.1517333984
+759.6318359 24.6443977356
+760.5001221 3.5614490509
+762.9471436 983.8092651367
+763.6733398 795.8908691406
+764.5220947 36.8097114563
+765.3319092 6.5102767944
+766.5240479 35.4867477417
+767.5186768 36.1652259827
+768.4023438 5.314414978
+769.4133301 6.4423851967
+770.1657715 11.3089923859
+771.7352295 3034.9233398438
+772.6859131 562.0955810547
+773.623291 5.993616581
+775.1658936 4.2437038422
+776.0246582 2.3385415077
+776.8613281 3.6515843868
+777.9222412 32.6360397339
+778.5725098 29.6023406982
+779.5771484 2.5110089779
+780.7932129 578.1494750977
+781.552124 275.2264099121
+782.3513184 71.9457626343
+783.5189209 13.9677658081
+784.5390625 18.2706413269
+785.6503906 3.9594435692
+786.7713623 157.9382629395
+787.4134521 107.8897857666
+788.1525879 19.5500392914
+789.2279053 8.0844945908
+790.4504395 6.4641246796
+791.7683105 2.8030605316
+792.7386475 2.0292582512
+796.4549561 3.0594744682
+799.6951904 6.9638233185
+800.7087402 9.7705011368
+802.4440918 4.2397184372
+804.5162354 6.9757304192
+807.5201416 18.7295646667
+808.5341797 26.1312637329
+809.6459961 3.7008135319
+810.4138184 5.7217140198
+811.5535889 2.6127924919
+812.4899902 6.759888649
+813.6258545 3.3532376289
+817.5275879 5.4904899597
+818.6708984 6.9432382584
+820.4135742 9.6728334427
+825.4869385 37.7960510254
+826.5872803 7.1757354736
+827.7263184 10.7979660034
+828.8513184 86.4673690796
+829.682251 25.4685878754
+830.4841309 2.3375923634
+831.6582031 4.0735244751
+832.4559326 1.9348989725
+833.1306152 2.5236265659
+833.7445068 4.4818983078
+834.612915 3.1543445587
+835.6204834 3.3849134445
+838.3286133 3.9648962021
+839.2016602 4.9696044922
+842.1378174 3.046818018
+843.3947754 9.6742229462
+844.4737549 14.6968746185
+851.8000488 2.3880870342
+854.7044678 5.6834349632
+856.3791504 7.9902849197
+861.5908203 8.2031240463
+867.3481445 7.3439760208
+869.4506836 5.0802249908
+870.5019531 7.6555118561
+872.710083 60.0313301086
+873.6079102 24.3418159485
+874.4744873 12.6519641876
+877.6612549 4.8456263542
+878.8170166 3.0408940315
+879.8902588 2.1845319271
+883.5878906 3.85206604
+884.5297852 1.8093254566
+890.6514893 4.3572616577
+892.0150146 4.0726041794
+893.4719238 2.9924852848
+894.5926514 75.8082962036
+895.6984863 68.507774353
+897.5089111 102.6705932617
+898.7285156 51.0114326477
+899.7027588 8.6863288879
+900.9335938 6.2002706528
+901.5698242 3.3409383297
+902.4958496 7.3287167549
+904.75 3.3474192619
+905.4437256 1.7686505318
+909.7340088 1.9101711512
+910.4500732 6.5833587646
+912.6188965 2.2390346527
+913.4997559 7.2191972733
+915.0048828 12.4242935181
+916.1242676 11.9189319611
+922.3486328 7.0060887337
+923.3171387 9.8500509262
+927.6888428 10.516292572
+928.5806885 2.5110902786
+936.3930664 3.2306301594
+937.2479248 1.8024754524
+943.9813232 2.5681324005
+944.7749023 7.4884328842
+945.6717529 5.0731072426
+946.5670166 3.7833328247
+947.3695068 5.354906559
+950.5794678 4.3390512466
+954.0219727 2.7521870136
+955.5930176 4.3214817047
+956.9658203 9.5454759598
+958.7653809 3.0169248581
+961.8530273 5.6912045479
+966.1525879 4.2206740379
+971.6394043 2.4637556076
+974.7302246 5.4602355957
+975.7435303 3.3939595222
+976.6549072 1.9064166546
+979.0002441 9.4086551666
+980.6345215 4.97529459
+983.5113525 6.518032074
+988.4957275 2.7213258743
+991.9338379 14.969127655
+993.7443848 5.6055865288
+995.5914307 6.2182979584
+996.644165 30.7481861115
+997.6726074 4.5376739502
+1004.737061 4.4700894356
+1005.567993 5.4333076477
+1006.671753 8.7706212997
+1007.797485 6.8568973541
+1008.689331 18.296585083
+1009.67749 19.9875564575
+1010.727051 5.8125686646
+1011.991211 4.5751161575
+1012.65979 5.775624752
+1013.650635 7.8552317619
+1014.744751 5.2582292557
+1024.366577 3.8733165264
+1025.444092 9.1122398376
+1026.980347 2.2971343994
+1029.544678 9.9529724121
+1031.262817 4.2821741104
+1038.677246 7.3856759071
+1040.286133 4.5226225853
+1047.109009 8.9411706924
+1059.40918 5.3490476608
+1074.657349 2.6071248055
+1080.608032 1.9322676659
+1103.75769 3.3874542713
+1118.533936 2.0444898605
+1121.916748 1.9533756971
+1123.119263 6.1836748123
+END IONS
+BEGIN IONS
+TITLE=small.7.7. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=7"
+RTINSECONDS=3.7154
+PEPMASS=812.325317382813 82131.2578125
+CHARGE=2+ and 3+ and 4+
+229.3088379 14.3856878281
+232.9441528 18.4128875732
+234.3715973 10.8249397278
+235.5655823 10.9690876007
+240.1221619 20.1715049744
+241.3598938 17.9614009857
+242.2323761 9.6494455338
+245.1063843 215.5762023926
+246.4242554 59.32264328
+247.3267822 21.9709510803
+248.1737061 11.2146692276
+249.3274536 6.140212059
+251.2514496 584.9664306641
+252.3909454 158.9906616211
+253.1527405 22.9210319519
+255.3454285 7.3882374763
+259.4010315 6.6763620377
+260.3333435 6.4397678375
+261.4773254 11.7641239166
+262.2754517 206.950881958
+263.3434753 81.6005706787
+264.394165 9.5803394318
+266.2050781 68.9099731445
+267.4349976 50.7710571289
+268.3837585 7.9204792976
+271.5309143 7.0854382515
+273.0581665 86.8314208984
+274.2181396 34.1257858276
+276.236908 69.8919525146
+277.1915588 56.7263641357
+279.2202759 42.7193450928
+280.3398743 55.9654197693
+281.2830811 43.6080780029
+285.1346741 8.6417922974
+287.4381409 3.6517744064
+288.494751 22.2548866272
+289.3352051 19.278881073
+290.296875 963.0534667969
+291.2973328 330.4046020508
+292.2933044 29.6296405792
+293.2451477 7.0889396667
+294.3006592 357.4717712402
+295.1932678 38.9038696289
+299.349884 15.0369062424
+304.5855103 4.8035554886
+308.2908325 3243.98828125
+309.2996521 1173.7131347656
+310.2668152 131.3547515869
+312.3512573 6.785507679
+315.8693237 5.094066143
+316.5067749 43.8077850342
+317.5233154 5.4816026688
+319.281189 16.9069919586
+320.5780029 8.0100727081
+321.3377686 10.9517593384
+322.4086304 33.701171875
+326.2204895 81.1259155273
+327.3588867 10.2204666138
+328.2489014 29.5877323151
+329.2919922 23.0505981445
+332.3661804 36.5825653076
+333.3515625 17.3138694763
+334.4212646 8.6167192459
+335.4191589 19.6341094971
+336.7452393 54.0560417175
+337.3738403 161.8092803955
+338.411499 55.2853240967
+340.3600769 13.0452232361
+344.4950562 5.277569294
+346.2816162 56.3492660522
+346.9496765 4.8669762611
+347.6090698 6.9485030174
+348.6027527 12.4552459717
+349.4094849 29.2429561615
+350.3426514 5.3138189316
+351.708374 3.8884410858
+353.6841431 16.6017570496
+354.45755 6.9983730316
+355.5880737 8.6844825745
+357.1500854 12.7172870636
+361.4457092 7.1002373695
+362.0725098 33.2376708984
+363.6350403 117.5520172119
+364.3895874 686.7008056641
+365.3615112 377.9350280762
+366.4046021 156.3414459229
+367.4735413 13.9374008179
+368.3934937 40.1609191895
+369.3882751 47.8204574585
+370.5764771 10.3337211609
+372.3763123 4.1794672012
+373.4257812 12.9835300446
+376.3471069 112.5390014648
+377.4212646 44.5151367188
+378.3093872 9.7456283569
+379.3407288 376.1136169434
+380.3743286 135.7255249023
+381.3146362 143.6838531494
+382.3097534 261.748046875
+383.3870544 127.6309967041
+384.1105957 7.1410560608
+385.3952637 8.5347042084
+386.0262451 4.0489993095
+387.3601074 15.8561439514
+389.2869873 28.2312679291
+391.755249 6.783097744
+394.2230225 12.3843107224
+396.3266296 888.762878418
+397.3964844 239.1486663818
+399.2991028 827.6529541016
+400.3718262 332.5725708008
+401.3614502 127.4105758667
+402.4089355 29.2360439301
+403.4430542 15.2416791916
+404.3095703 108.5652236938
+405.4543762 58.2729568481
+407.3255005 714.9843139648
+408.3902588 344.215057373
+409.3553467 82.3771057129
+410.5297852 70.6587142944
+411.3022461 425.8749694824
+412.416748 159.9415435791
+413.3922729 67.6947784424
+414.3312683 26.3759307861
+415.2901001 7.9227190018
+417.3569336 8.1894922256
+419.219696 4.8571596146
+421.3166504 1193.4736328125
+422.3685303 684.0749511719
+423.4216309 284.7506103516
+424.472229 33.1164054871
+425.3646851 47.9502334595
+427.2715759 12.1801643372
+430.7252808 14.8575935364
+431.5266113 14.1661748886
+433.3411865 46.5610122681
+434.3421631 11.0813274384
+435.3061829 28.7245903015
+436.3588867 66.7229766846
+437.7537231 41.7015838623
+438.374054 380.2021789551
+439.3859253 2082.8293457031
+440.335968 1009.0875244141
+441.3984375 320.0412902832
+442.4693604 81.0666046143
+443.3910522 4.5794672966
+445.1543579 41.9222717285
+446.3943176 34.9629554749
+447.4162292 11.0375356674
+448.4785767 11.0729484558
+449.3108215 27.2838573456
+450.5697937 100.532875061
+451.5625305 40.5000724792
+452.5576172 43.7055625916
+453.4807129 9.2510957718
+454.6243286 18.1704540253
+456.3535156 2426.1164550781
+457.4145508 1151.4504394531
+458.3328552 445.7864074707
+459.2693481 48.9923858643
+460.3555908 25.1338558197
+461.7185669 23.3783569336
+462.3374023 150.3728942871
+463.4056396 88.4623947144
+464.549408 31.2197666168
+465.8166504 7.1764822006
+467.2169495 74.0548477173
+468.1729736 33.86170578
+469.1307373 21.4714317322
+472.5112 3.8454647064
+474.9568481 53.1365585327
+475.6579895 74.864151001
+476.8153076 15.860918045
+478.4007263 595.7675170898
+479.4131775 283.7810668945
+480.500061 71.5285797119
+481.5239258 135.9685516357
+482.5682983 54.4968566895
+484.2035217 150.5303955078
+485.2190552 8.3281955719
+488.6817322 12.315407753
+489.6148376 29.5120162964
+490.5909424 81.6064682007
+492.3676758 93.2842254639
+493.2595215 104.4496307373
+494.427063 42.7745094299
+495.5687256 31.6786346436
+496.4116821 36.1931610107
+498.181488 260.7868652344
+498.9159546 134.1940612793
+499.8699646 23.7176780701
+502.6916809 14.9380674362
+504.3153381 23.7894287109
+506.3658142 23.3911743164
+507.2232361 11.9414520264
+508.520752 11.4299697876
+509.5027771 598.634765625
+510.425415 487.8846130371
+511.3971558 172.534072876
+512.4346313 84.7220916748
+513.354248 7.072555542
+514.7991943 3.6218435764
+516.9168701 18.9376411438
+518.7016602 3.8733203411
+520.3008423 115.5675811768
+521.4469604 70.1449584961
+522.6704102 28.2996902466
+523.3517456 84.7687149048
+524.5916748 111.6909713745
+525.4490356 23.8989124298
+526.4706421 18.8279819489
+527.5712891 40.4149551392
+530.5239258 9.1348733902
+532.3739014 6.2772674561
+533.6774902 672.8753051758
+534.4344482 187.111328125
+535.1253052 66.4285812378
+535.8638916 27.521654129
+536.7322998 39.7899627686
+537.8081055 328.2258911133
+538.4700928 1854.4224853516
+539.4822998 1418.0900878906
+540.4481812 354.178314209
+541.3963623 86.9363021851
+543.479187 4.2452630997
+544.7365723 34.9468193054
+545.4876709 4.3300685883
+546.7141113 52.2442092896
+547.5229492 61.2551002502
+548.4559937 18.10272789
+549.4333496 40.1794128418
+550.6318359 12.1206331253
+551.4468994 169.6523895264
+552.430542 124.9117584229
+553.638855 13.2792282104
+555.4044189 1527.3386230469
+556.4987183 1022.8139038086
+557.4570312 282.8444213867
+558.5319214 90.6339569092
+560.9694824 174.1727600098
+561.909729 28.9292488098
+564.8051147 6.8179945946
+565.6849365 45.6607208252
+566.5101318 477.3131713867
+567.4328613 195.1825561523
+568.645752 69.8829879761
+569.5701904 57.0420532227
+570.7818604 26.6240959167
+571.7025146 20.8968811035
+572.8806152 4.9363126755
+574.3102417 58.1345291138
+575.092041 36.0706062317
+575.7287598 10.4847364426
+580.081665 262.1007995605
+581.371582 60.094543457
+582.6365967 134.0967712402
+583.5439453 337.8355712891
+584.4909668 126.7489624023
+585.4527588 12.814781189
+589.4954834 12.8674240112
+590.7811279 28.0289421082
+591.4771729 128.2265014648
+592.4335327 77.7863769531
+593.6032715 29.3698997498
+594.6885376 5.0470356941
+595.3729858 15.2017965317
+596.3292847 30.9832191467
+597.1785889 5.8864793777
+598.0214233 14.8294887543
+599.541687 9.6065702438
+602.0061035 69.2080688477
+603.2266846 132.5911712646
+604.1835938 48.408744812
+605.1043701 29.4079933167
+608.1567383 71.3530426025
+609.4604492 1141.7554931641
+610.4691162 716.3861083984
+611.4676514 461.9136657715
+612.2985229 682.4768676758
+613.7973633 5.4033651352
+615.4802246 36.5249176025
+616.1230469 23.8881702423
+617.5411987 215.8469543457
+618.4561768 25.7703285217
+619.635376 25.4521121979
+620.6794434 50.9816665649
+621.5096436 25.688703537
+622.5245361 28.2958068848
+623.361084 5.83117342
+624.3374634 11.5281181335
+626.4753418 1062.5107421875
+627.4658203 934.3598632813
+628.5679321 379.5268249512
+629.6196289 228.1339263916
+630.5732422 17.9357204437
+631.5014648 26.1108722687
+632.4611816 11.9818248749
+633.6747437 6.1435413361
+635.6500244 11.6125192642
+636.5578003 84.9417724609
+637.5057373 77.5613861084
+638.385376 32.7311096191
+639.5357056 26.8978786469
+640.2401733 5.5421123505
+641.9758301 10.5197105408
+645.9901123 46.6932067871
+646.8265381 43.4959487915
+647.5864868 50.1310806274
+648.4523926 9.0284891129
+649.300415 46.7473220825
+650.0855713 34.4863548279
+651.371582 24.962272644
+653.0257568 39.8252487183
+653.6572266 20.3588600159
+654.6988525 24.6345882416
+655.4475098 21.3971672058
+657.3172607 330.0301818848
+657.9912109 488.2235717773
+658.7588501 880.5532226563
+660.5063477 19.4478473663
+661.9250488 8.6528110504
+663.1737061 124.9163818359
+664.4345703 576.8998413086
+666.4001465 15130.947265625
+667.2310181 8104.7397460938
+669.1190186 119.5310745239
+670.3326416 69.8015060425
+671.4581299 875.0130004883
+672.2138062 1606.2169189453
+673.0935059 120.961227417
+673.881958 117.3762969971
+674.800293 104.4984283447
+675.5306396 21.3146362305
+677.0568848 35.6042785645
+677.8765869 6.4376730919
+679.9812012 11365.0771484375
+680.8208008 78526.1484375
+683.7365112 609.8461303711
+684.6896362 113.7117233276
+685.3226929 97.975189209
+686.2211304 63.767124176
+687.0080566 59.2957305908
+687.9810791 73.4530944824
+688.9508667 380.7074584961
+689.710083 261.3037414551
+690.9487305 73.8957977295
+691.5510254 657.9766845703
+692.4375 232.0610046387
+693.6876221 13.1992883682
+695.2843628 20.2540931702
+696.4967041 73.4470214844
+697.5595703 137.6629180908
+698.5250854 136.0482025146
+699.5362549 76.0861663818
+700.4089355 52.5007247925
+701.2398682 12.1755523682
+702.0299683 23.4352817535
+703.350708 36.1186218262
+704.5759277 7.3220067024
+706.1948853 83.6831817627
+707.3637695 31.0598239899
+708.6640625 9.4702482224
+709.9571533 65.558380127
+710.8161011 15.9812994003
+711.5703125 11.8165454865
+712.5672607 12.5439510345
+713.8419189 215.6290283203
+714.5333862 664.4802246094
+715.2235107 703.762512207
+716.260376 94.9022445679
+717.5854492 31.9140663147
+718.8505249 44.9431304932
+719.8707275 139.8743591309
+720.7817993 24.2273139954
+721.3939209 3.9896667004
+723.0113525 15305.1708984375
+723.7387695 8154.314453125
+726.0671387 50.3348312378
+726.7736816 12.7765073776
+728.3372803 6158.556640625
+729.262207 1719.8084716797
+730.8673096 6.9125304222
+731.902832 23.7839336395
+732.7071533 22.6478939056
+734.1243896 17.9626502991
+735.0875244 13.353723526
+736.9963379 121374.0390625
+737.6507568 43712.765625
+738.5576172 1658.5382080078
+739.677124 274.523651123
+740.685791 198.0122680664
+742.0510254 114.1053543091
+743.1468506 88.5540390015
+744 56.5507202148
+744.7562256 77.858757019
+746.1463623 114.5268096924
+747.3345947 155.4345703125
+748.0059814 59.0349349976
+748.6298828 58.1442756653
+749.4272461 7.0918054581
+750.1907959 10.5531578064
+751.2318115 30.6087932587
+752.309082 47.355255127
+753.2598877 219.0691680908
+754.2061768 38.8047714233
+755.4241943 52.7295837402
+756.3905029 289.0425720215
+757.2414551 104.4209289551
+758.2938232 6.410487175
+760.1583252 13.7997913361
+761.2333984 25.956785202
+762.0982666 39.0572280884
+764.4012451 702.9428100586
+765.208252 433.2894897461
+766.3483887 105.865524292
+767.3590088 127.0728607178
+768.4328613 175.074508667
+769.2004395 22.5076541901
+769.802124 17.899559021
+771.7664795 77.5267944336
+772.5338135 47.3214225769
+773.5581055 60.9799499512
+774.574707 73.8939285278
+775.5606689 94.3480987549
+776.6766357 45.2233390808
+777.6228027 67.2902526855
+778.5576172 124.6903533936
+780.3216553 1757.6478271484
+781.4591064 1120.6102294922
+782.4382324 258.2164916992
+783.4901123 368.8939208984
+784.2116699 11.6231575012
+784.8131104 186.8308868408
+785.5020752 94.9756317139
+786.1188965 96.1039276123
+787.2391357 158.3681030273
+788.6907959 29529.50390625
+789.6639404 3098.3342285156
+791.4519043 632.4825439453
+792.6630859 583.8704833984
+793.8083496 9811.4287109375
+794.5303955 3694.916015625
+795.2403564 1880.0924072266
+796.4790039 590.9729003906
+797.378418 261.3332519531
+798.3293457 40.2386474609
+799.0809326 14.7178535461
+800.2923584 8.9583091736
+802.473877 35932.7109375
+803.6273193 499.5719604492
+804.6260986 26.5463752747
+805.4771729 21.7672176361
+806.5405273 57.3370361328
+807.348877 7.2025485039
+808.5018311 68.5490341187
+809.5831299 44.3222351074
+810.2564697 11.5062675476
+811.835083 8.2669429779
+813.2561035 24.4639701843
+816.3701172 27.5468978882
+820.6137695 9.8167257309
+821.6427002 9.803606987
+822.7039795 13.1701030731
+824.0648193 10.4334955215
+825.40979 13.5335216522
+826.5655518 19.9914779663
+827.5675049 33.6868362427
+830.5185547 10.5036725998
+831.8803711 3.9363334179
+834.3214111 19.6539726257
+837.5498047 6.6994533539
+842.4373779 3.6418213844
+847.8397217 11.3926935196
+849.7938232 20.5784225464
+850.6763916 17.0652999878
+851.4603271 45.1866607666
+853.2420654 7.5354967117
+865.6904297 6.8430595398
+866.5031738 4.1859989166
+870.8031006 9.8234634399
+874.4558105 6.9555644989
+875.3287354 6.7164592743
+877.5379639 4.0508995056
+878.4501953 8.2914552689
+879.526123 10.049238205
+882.3433838 4.4965353012
+884.9873047 19.2994022369
+888.5158691 8.7092266083
+889.5330811 16.2859992981
+890.4399414 10.9125099182
+892.5169678 5.0197029114
+896.4403076 9.4371547699
+897.5340576 14.434176445
+901.5661621 11.7525262833
+902.5354004 18.3077907562
+903.3835449 5.2769317627
+904.803833 27.7795162201
+905.6121826 92.4746246338
+906.602417 64.569984436
+907.5338135 86.5014724731
+908.6422119 74.0537643433
+909.5762939 33.5964317322
+910.5506592 4.8803801537
+912.0100098 21.6416625977
+915.4744873 18.8042526245
+916.6066895 17.0205192566
+919.5960693 19.4402809143
+923.4730225 277.1318359375
+924.5402832 387.169708252
+925.5301514 103.5779495239
+926.3156738 46.7041168213
+926.9796143 8.9660024643
+927.8094482 6.3698868752
+932.6679688 16.8634204865
+933.4891357 17.5292167664
+935.2952881 16.801366806
+936.572876 89.5956115723
+937.5153809 121.261932373
+938.5648193 30.5064239502
+939.3586426 4.1748075485
+940.4909668 107.8193588257
+941.5338135 263.6012268066
+942.7172852 95.8050689697
+943.7147217 15.3406639099
+945.4416504 11.6451177597
+946.2125244 5.2852449417
+947.4954834 19.6116123199
+948.7320557 13.3714637756
+949.5476074 41.2988967896
+951.0089111 62.2684783936
+952.0150146 11.4186697006
+954.9213867 8.5157260895
+959.3551025 10.8729991913
+960.5838623 23.6327209473
+961.5141602 22.755115509
+962.8137207 36.0289535522
+963.5163574 63.6739387512
+964.5718994 138.7565460205
+965.5053711 57.2652130127
+966.5758057 277.827911377
+967.5823975 393.662689209
+968.532959 194.6931152344
+969.604126 26.2713832855
+975.2452393 6.582962513
+976.5689697 38.2502212524
+977.5881348 196.309753418
+978.6247559 121.3022460938
+979.6004639 91.8414154053
+980.5699463 15.8918304443
+981.6939697 10.7614440918
+984.7711182 4.7619447708
+994.5187988 2898.8488769531
+995.5637207 4622.5595703125
+996.5325928 1862.7060546875
+997.5635986 340.4818115234
+998.7290039 13.0067605972
+1001.660278 20.5465526581
+1002.451904 4.4431276321
+1003.678345 11.7048931122
+1006.42041 32.0403289795
+1007.635864 8.5378866196
+1008.308472 14.1360998154
+1011.648682 20.805316925
+1012.830322 31.5351085663
+1014.080078 37.2400436401
+1014.808228 4.4751625061
+1015.763672 5.2790956497
+1020.574951 39.6785202026
+1021.796997 51.8816986084
+1022.652222 30.0241394043
+1023.520508 14.3814573288
+1024.619751 3.678456068
+1027.391357 6.8199367523
+1031.554565 4.2451615334
+1032.469482 51.0909881592
+1033.524292 11.9887924194
+1035.828979 8.9312000275
+1037.613281 376.2578430176
+1038.561401 637.5505371094
+1039.579346 403.4534912109
+1040.545776 72.8382873535
+1041.503662 4.1495447159
+1044.342896 3.8708472252
+1045.435913 5.3655719757
+1047.811157 48.9883270264
+1048.532104 218.2144775391
+1049.5625 298.6904296875
+1050.604736 124.8500518799
+1051.606201 23.8122196198
+1052.772827 4.7654366493
+1054.442505 120.3361968994
+1055.507324 199.9820251465
+1056.653809 180.51902771
+1057.58374 42.6689414978
+1060.854736 5.0333280563
+1063.62915 4.406006813
+1065.54126 4840.3657226563
+1066.55957 9240.0078125
+1067.594971 3983.8073730469
+1068.549316 612.0311279297
+1069.686401 75.8310623169
+1071.983032 4.9386839867
+1076.638306 9.1784849167
+1077.685303 60.5254821777
+1078.604248 26.5250835419
+1079.710693 4.4940214157
+1080.945801 15.1598100662
+1082.591797 7.327290535
+1083.324463 8.0220623016
+1084.750244 18.5168609619
+1088.328369 12.2594165802
+1089.601196 13.5239601135
+1093.007812 11.0602760315
+1094.455078 77.670539856
+1095.567017 218.3290710449
+1096.610596 83.0179977417
+1097.463135 4.183775425
+1103.415649 7.938849926
+1105.426392 47.4665565491
+1106.63501 11.8073120117
+1107.709595 15.5197696686
+1109.451172 13.002199173
+1111.594971 137.7743530273
+1112.583984 593.3867797852
+1113.60022 305.3062133789
+1114.56604 52.6320838928
+1115.620361 6.2127132416
+1116.706665 11.7359638214
+1117.731201 7.8819670677
+1118.437378 8.9648017883
+1119.808716 8.1078462601
+1120.606079 52.1534957886
+1121.843506 22.1243591309
+1122.959717 13.3759078979
+1123.712891 9.6610794067
+1124.612915 8.7971200943
+1125.315552 17.1235084534
+1130.688477 11.1134300232
+1131.75769 23.5756912231
+1132.689087 8.2366685867
+1133.55481 23.4898643494
+1136.680298 551.3506469727
+1137.641724 1212.8388671875
+1138.700806 622.7668457031
+1139.621582 142.580078125
+1140.647705 11.9630775452
+1142.853638 7.7947692871
+1144.711304 18.9944858551
+1146.638672 115.9348678589
+1147.588501 399.3131103516
+1148.636963 542.8921508789
+1149.612793 275.445526123
+1150.632812 63.6915283203
+1151.564941 22.4911289215
+1158.70459 9.4833087921
+1161.519531 11.6895484924
+1164.641602 9702.484375
+1165.627319 23468.70703125
+1166.623047 9439.65234375
+1167.595825 1891.9932861328
+1168.700562 175.6145477295
+1175.491089 12.9072380066
+1176.602539 16.9713668823
+1177.595947 52.5731620789
+1178.798828 73.46043396
+1179.956787 32.8719673157
+1181.411133 182.0014648438
+1182.653442 495.4499206543
+1183.707031 250.8783874512
+1184.713135 66.931854248
+1185.554932 7.9824085236
+1187.619019 9.7366504669
+1190.026855 3.7410693169
+1190.973999 7.6354403496
+1193.661499 138.6184844971
+1194.696777 268.5103149414
+1195.647339 118.2934265137
+1196.79248 49.3836288452
+1198.334595 5.1639637947
+1204.552368 214.9435424805
+1205.677002 205.2689666748
+1206.689331 139.2805175781
+1207.649048 67.7999191284
+1208.609497 168.1697235107
+1209.494019 102.687789917
+1210.898438 14.9823980331
+1214.429199 4.8926987648
+1215.656738 12.5470619202
+1216.355103 5.2166185379
+1217.368896 4.4762148857
+1219.454712 5.2921233177
+1221.681274 3467.3383789063
+1222.631958 8968.0947265625
+1223.671509 4443.685546875
+1224.69873 1121.2336425781
+1225.655884 411.1737670898
+1226.74939 150.9758453369
+1227.705322 50.7127227783
+1228.731445 9.7354927063
+1232.795166 5.0368099213
+1233.863525 26.4554481506
+1234.862915 10.8936872482
+1236.404785 4.7328939438
+1238.63562 59.2390365601
+1239.682739 215.0997161865
+1240.750977 104.2761230469
+1241.597412 39.6672859192
+1242.755737 7.5481963158
+1248.838867 9.0985078812
+1250.844849 4.282119751
+1260.812866 4.3633904457
+1284.608032 8.3555936813
+1289.741455 8.9586086273
+1290.481812 4.1919074059
+1291.875732 20.7358932495
+1292.670288 5.4765200615
+1296.654053 5.2676177025
+1297.870361 6.7823228836
+1299.248291 4.4502639771
+1307.720825 3.6508932114
+1308.485229 12.5053157806
+1311.759766 7.5212259293
+1314.807007 37.2606430054
+1315.865112 24.8128643036
+1316.674194 21.551612854
+1319.36499 7.0519280434
+1322.698364 7.6883912086
+1323.58728 5.0934200287
+1324.74353 7.1738791466
+1325.735107 6.0900435448
+1327.049316 11.5949707031
+1331.731079 32.0365943909
+1332.350342 9.6206178665
+1332.982178 3.6134910583
+1341.122803 19.6064376831
+1341.807373 51.4600868225
+1342.565186 67.2008972168
+1343.691162 37.3585777283
+1344.523071 7.8849415779
+1358.590576 432.8783569336
+1359.658081 1743.0137939453
+1360.661499 1169.0935058594
+1361.703491 287.4526672363
+1362.701538 24.4146137238
+1377.106567 22.7089881897
+1377.847778 6.7129282951
+1382.450562 5.7603211403
+1386.849365 5.6298398972
+1440.073975 4.9276566505
+1441.044312 11.2886066437
+1451.099976 13.324672699
+1455.709717 50.8328018188
+1456.658325 26.6222381592
+1457.953613 5.726483345
+1464.116821 4.1901712418
+1471.787842 26.3306846619
+1472.688477 50.0935897827
+1473.737549 23.5272541046
+1474.762695 23.8398780823
+1476.522583 5.3158278465
+1561.786255 6.1626138687
+1602.394287 6.2060446739
+END IONS
+BEGIN IONS
+TITLE=small.10.10. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=10"
+RTINSECONDS=4.8722
+PEPMASS=810.752807617188 143063.15625
+CHARGE=2+ and 3+ and 4+
+245.1394196 284.6989746094
+248.3082733 42.4518203735
+251.2314911 1233.4030761719
+252.2799683 66.8050003052
+255.5180359 22.6556358337
+258.2014771 29.6491584778
+261.2151184 19.0533237457
+262.2809753 203.1249847412
+263.1795044 56.9387702942
+266.2212219 85.5717773438
+267.3426514 70.1521530151
+271.1799316 50.6432571411
+272.2947388 39.2479705811
+273.137146 126.3830413818
+276.2264404 137.62109375
+277.0471497 36.0339126587
+279.2883301 94.3616409302
+280.2841492 125.1066894531
+281.9247131 14.5840234756
+283.2687988 20.7515563965
+288.3006592 21.3628940582
+290.2101746 1976.8122558594
+291.2844543 313.3685302734
+294.3092041 690.5358276367
+295.2360229 65.8018188477
+302.0720215 37.7117538452
+304.2505798 40.37865448
+308.2103577 5551.2260742188
+309.2738953 775.6813964844
+311.1755676 31.4003734589
+316.2625732 112.6178894043
+319.1717834 64.3236312866
+322.3184814 54.5817298889
+325.2868347 48.1213531494
+326.0434265 40.8174057007
+327.2044678 46.3092346191
+328.247467 72.5520248413
+332.5545959 86.9627914429
+333.2948914 18.6435966492
+335.3655396 43.0028190613
+336.4112244 92.8349990845
+337.387146 172.5569610596
+338.310791 59.9194602966
+344.4801636 35.740196228
+346.397522 43.100605011
+347.3735962 89.1299285889
+348.3859863 17.2396736145
+349.9295654 34.627368927
+354.2188416 21.2698612213
+357.2232666 35.6000900269
+361.2047119 23.717622757
+362.2846375 185.4093475342
+363.2329712 186.2828369141
+364.3109131 1644.7680664063
+365.2294617 561.0863037109
+366.473999 36.5452651978
+368.2971802 218.5213775635
+371.2684937 29.7880516052
+373.1581421 37.8671531677
+375.3102417 39.056438446
+376.3757324 163.9338684082
+377.4404907 23.9308853149
+378.7321472 40.3047981262
+379.4481812 635.0841674805
+380.3375244 87.6192855835
+381.2039795 93.932220459
+382.3220215 462.6524963379
+383.3065796 34.3155632019
+389.6114502 33.274269104
+390.3733826 32.826625824
+393.527771 65.576713562
+396.2686768 1707.5988769531
+397.2935791 229.9060668945
+399.3123779 1298.1732177734
+400.3986206 177.7984008789
+403.2058716 100.8422546387
+404.3436279 280.575958252
+405.0788269 46.5237159729
+407.2888794 1350.6015625
+408.3076782 100.8719329834
+409.4454346 88.0271377563
+410.604187 122.3875427246
+411.3446045 549.2440185547
+412.2154541 209.0156402588
+413.1968384 54.1949615479
+414.2217407 72.3564987183
+417.4928589 70.2554321289
+418.4970093 21.1452941895
+421.2658386 3181.1689453125
+422.3944702 708.9558105469
+423.6254578 82.2581329346
+425.15625 44.3301696777
+426.2351074 81.6000518799
+427.1980591 85.6636962891
+432.3077087 26.5464992523
+433.416626 23.5384178162
+435.3737488 72.0944976807
+436.5839233 37.0432510376
+437.6120911 22.9059581757
+438.3969116 805.5407104492
+439.2522583 4011.2700195313
+440.3321533 375.2045593262
+441.6707153 35.8441429138
+443.2708435 20.7013645172
+444.4847412 41.7572250366
+445.4204102 44.9444656372
+446.4708252 35.2198295593
+447.495636 48.1704330444
+448.5216064 19.2213764191
+449.4215088 64.8516235352
+450.3971863 225.4092407227
+451.6123657 48.9762878418
+452.3696899 21.0283603668
+453.2236328 62.087638855
+454.3272705 20.9752254486
+456.3454285 4775.1235351563
+457.3286133 822.8993530273
+459.2564087 15.5917577744
+460.266571 73.1311569214
+461.5625916 67.605758667
+462.4309998 157.0903167725
+463.45755 39.8691673279
+465.1106567 152.7350921631
+465.7792664 27.8030796051
+466.6705017 53.9551696777
+467.4637756 106.7079315186
+468.3336792 72.3583984375
+474.7158203 373.3548583984
+475.5582886 82.1961135864
+478.3854675 1248.4783935547
+479.4254761 346.8952941895
+481.372406 357.435546875
+482.3302612 97.6089248657
+483.7457275 113.047958374
+484.449707 74.2451095581
+489.4152527 175.889251709
+490.1299744 150.4850769043
+491.3862 57.9314880371
+492.3760376 134.5573272705
+493.2825623 100.5337142944
+494.6910095 37.3240432739
+495.4503784 52.4346923828
+496.2857361 28.9100017548
+497.8638 713.2927856445
+498.575531 40.4831542969
+500.6852417 16.5122184753
+503.2203674 46.6294937134
+504.0097961 22.7049026489
+506.3582764 35.6112213135
+507.459259 36.1009979248
+508.3122864 18.8653011322
+509.342865 1568.5637207031
+510.3616028 617.4024658203
+511.1317444 98.6922149658
+516.6352539 65.0054626465
+519.6968994 60.1351165771
+520.3977051 213.6688690186
+521.4650879 47.6237831116
+522.1981201 47.1593322754
+523.5651855 143.4233551025
+524.6538696 109.6097335815
+525.6002197 41.6487960815
+526.7093506 13.7246255875
+533.3710938 942.1639404297
+534.0125732 549.8847045898
+534.6811523 38.6673660278
+535.5567627 59.5438232422
+536.3708496 89.7028503418
+537.6906128 681.3442382813
+538.3892822 4203.8793945313
+539.3394775 935.2603149414
+543.9702148 39.7734680176
+546.6623535 227.3123474121
+548.425354 59.4785041809
+549.4584961 84.9387741089
+550.7786865 94.8033905029
+551.5828857 276.4785766602
+552.4018555 205.8280944824
+555.392334 3067.4470214844
+556.3291016 493.4783325195
+557.4689941 20.3198757172
+560.6138916 233.1234130859
+565.7646484 367.2391357422
+566.4200439 889.5467529297
+567.3178711 135.9354095459
+569.4432983 95.6499786377
+570.5704346 42.7965164185
+574.1644287 30.0871620178
+579.3687744 345.2883605957
+579.9749756 82.5786056519
+580.819458 38.3100852966
+581.5024414 237.6717071533
+582.777832 543.3342285156
+583.4703979 276.6513061523
+584.4973145 80.50806427
+585.925415 59.4505996704
+588.2408447 35.389705658
+589.5257568 18.1502170563
+591.2625732 331.5966491699
+592.503418 59.1588478088
+597.8203125 137.1706542969
+598.7723999 16.7369651794
+599.3742676 22.4422264099
+602.725769 95.8972167969
+606.6671143 106.0674133301
+608.6118774 360.0557250977
+609.3997803 2733.4367675781
+610.3937988 675.630859375
+611.6275635 895.7000732422
+612.6886597 13.8733844757
+614.3601074 52.5027999878
+615.2677612 74.994644165
+616.015564 33.1454429626
+617.1934814 404.9283447266
+618.0853882 60.5754318237
+619.3450928 59.462688446
+621.7971191 37.6293258667
+624.2329102 14.7151203156
+626.3985596 2785.8266601563
+627.4934082 608.2689208984
+629.1072998 402.8923339844
+634.4346313 56.8305854797
+636.4544678 301.5046081543
+637.2865601 46.8066558838
+638.5869751 20.2757034302
+639.5031128 89.9983444214
+641.1453857 18.4111156464
+645.9604492 81.0648498535
+646.8022461 126.7622833252
+647.4551392 33.5542602539
+650.1854858 39.3869628906
+651.3320923 150.3484802246
+652.3275146 146.1483459473
+653.3007812 65.1553649902
+655.8405151 54.0238571167
+657.3768311 1654.0682373047
+658.0802002 1460.4541015625
+659.310791 57.4287757874
+662.6762695 257.5032958984
+663.4091187 280.8700561523
+664.4251709 912.2115478516
+666.1314697 36045.5390625
+667.0306396 512.2154541016
+667.8734741 271.5126342773
+668.6590576 214.965133667
+669.4214478 38.9210357666
+670.8985596 784.2347412109
+671.6212769 4211.7172851563
+673.3101807 140.8163452148
+674.0167236 90.9569854736
+674.788208 64.365852356
+675.8665771 14.0491304398
+677.3222046 22.6020545959
+680.0996094 130990.8046875
+680.9498901 1657.4591064453
+681.5870361 2359.0732421875
+682.6173096 1324.0673828125
+683.4908447 639.5003051758
+684.4215698 200.6343688965
+685.4904785 197.3059387207
+686.9747314 127.2867736816
+688.4691772 661.1643676758
+689.1030884 521.2592773438
+689.8380127 19.935174942
+691.0565186 945.9149169922
+691.6603394 566.7094726563
+692.4263916 61.3898887634
+694.1888428 20.9775924683
+695.8575439 218.9412231445
+696.5939941 118.1283416748
+697.5653076 464.7814331055
+698.5301514 81.9707489014
+699.619873 137.0110778809
+700.5581055 62.528842926
+703.6970215 15.5225086212
+705.6157227 69.6099243164
+706.5490723 115.2038574219
+709.1524048 147.5120849609
+709.939209 28.5082397461
+712.1938477 19.4351959229
+713.8409424 1673.8601074219
+714.6514893 1527.6359863281
+715.4987793 24.0362796783
+716.6650391 53.4368362427
+717.4835815 85.7366256714
+718.9463501 89.6906204224
+719.5603027 180.1572570801
+720.614624 63.9865646362
+722.6853027 37005.03125
+723.6998291 694.4979858398
+724.6868896 72.7668914795
+725.5640869 46.7593765259
+726.3769531 51.3605232239
+727.4632568 4318.1708984375
+728.0841064 9915.6328125
+729.1685791 187.0908508301
+730.0948486 76.9297637939
+731.5279541 86.1679840088
+733.958374 26.8843669891
+736.6203613 241979.125
+737.7032471 2398.8237304688
+739.0169678 418.7709350586
+739.8562012 226.6001586914
+740.6096191 174.6234741211
+742.496582 143.3220214844
+743.253418 125.2015380859
+744.3569336 161.6215209961
+745.6889648 494.0455322266
+746.5169678 235.5749206543
+747.559082 64.9252700806
+748.6276855 29.2882862091
+749.4162598 40.84034729
+750.6635742 44.2921981812
+751.763916 188.7755737305
+752.6409912 524.9245605469
+753.6468506 133.4366455078
+754.420166 64.6495819092
+755.7209473 179.544708252
+756.4677734 229.2599182129
+757.7496338 86.5359191895
+758.5041504 91.0629501343
+760.2908936 99.3457794189
+762.2668457 28.725851059
+764.1224365 1668.6513671875
+765.3791504 238.0758514404
+766.736084 236.7465209961
+767.5236816 96.4785461426
+768.4367676 54.377696991
+769.5706787 28.5366954803
+770.7503662 57.8535423279
+771.5444336 112.446762085
+772.4707031 56.6094512939
+773.2618408 99.7479095459
+773.894043 43.2806549072
+774.5743408 192.6602783203
+775.5411377 178.583404541
+776.4951172 52.2285423279
+777.4398193 114.6384124756
+778.1352539 346.1015625
+778.9197998 332.161315918
+779.5247803 585.8370361328
+780.364624 3624.40625
+781.5091553 1839.8920898438
+782.5505371 414.6451721191
+783.5533447 145.4705810547
+784.7230225 231.0695495605
+785.47229 43.8859558105
+786.7189941 414.7884521484
+788.1676025 42623.31640625
+789.1818848 606.8309936523
+790.3583984 524.899230957
+791.487915 1036.7709960938
+792.8380127 6356.783203125
+793.6031494 18221.943359375
+794.7269287 430.0809936523
+795.4533691 1526.6514892578
+796.3822021 583.5837402344
+797.1087646 34.7150497437
+798.0465088 22.375995636
+800.3968506 149.0120391846
+801.8566895 19677.126953125
+803.1020508 31.860414505
+807.0157471 24.7531147003
+808.574707 240.289932251
+809.4901123 43.3048782349
+815.3839111 28.4450683594
+816.5856934 33.6584472656
+822.1021729 56.5722007751
+825.5715332 43.971988678
+826.6103516 65.9892349243
+827.4504395 91.0475082397
+830.2683105 21.3627376556
+831.5496826 21.9249763489
+832.3563232 64.9951248169
+837.7155762 14.4716901779
+848.6483154 19.575220108
+849.8223877 27.9985523224
+850.5994873 37.504447937
+852.7593994 30.9015464783
+856.2299805 28.1179904938
+860.6452637 41.4538078308
+862.5994873 22.3556213379
+865.5512695 55.223361969
+871.4031982 19.8759536743
+877.5506592 17.2504577637
+878.2156982 15.5556344986
+880.5915527 32.4509963989
+887.3665771 28.0369091034
+897.6218262 17.2614135742
+898.4123535 23.043258667
+903.3526611 19.6545734406
+905.2825928 170.8438873291
+906.6478271 315.3779296875
+907.4173584 48.8775177002
+908.5941162 76.2338485718
+909.6473389 62.4302062988
+914.2089844 17.9062232971
+916.7912598 50.5264053345
+919.5189209 24.9277458191
+921.5726318 61.8691062927
+922.5482178 349.2091064453
+923.4995117 697.9327392578
+924.5454102 249.820022583
+925.6560059 43.2084350586
+930.4908447 33.5648231506
+933.9084473 19.3122901917
+935.4682617 42.0169868469
+936.5661621 258.4467468262
+937.5791016 60.2928924561
+940.5267334 570.443359375
+941.6485596 45.7806968689
+942.43396 21.8424549103
+943.3153076 34.2492713928
+946.3927002 36.4975814819
+947.4251709 22.8760356903
+948.5654297 28.0778522491
+949.6281738 45.2442016602
+950.6988525 21.0965709686
+951.473999 21.8990478516
+954.7800293 21.299407959
+960.5223389 69.1580734253
+961.5170898 14.7434539795
+963.4796143 293.8962402344
+964.9122314 84.5962905884
+966.5159912 936.8961181641
+967.512085 482.5959777832
+968.2053223 17.688999176
+976.6099854 233.4042663574
+977.5611572 360.1365356445
+978.4023438 234.2582397461
+979.6789551 58.2175102234
+982.5979004 36.1136856079
+992.9320068 33.4769096375
+994.4940186 11299.88671875
+995.4996338 4289.7504882813
+996.5460205 44.1930961609
+1001.441284 27.3361225128
+1003.577759 16.4476776123
+1004.570312 35.1914901733
+1010.415771 14.8351669312
+1011.586182 178.1042175293
+1012.779175 87.8624038696
+1013.897949 25.9332103729
+1014.633057 32.4270973206
+1016.539673 23.0230236053
+1020.250854 203.2170715332
+1021.799072 39.1585350037
+1030.460449 42.5731086731
+1031.505493 35.4641571045
+1035.923462 27.7847709656
+1037.565186 1663.2237548828
+1038.632446 621.3145141602
+1039.702393 35.4239273071
+1047.497192 179.2035827637
+1048.585205 485.7577209473
+1049.494385 190.7748718262
+1052.71875 55.3864593506
+1054.59021 344.4676513672
+1055.526489 165.1055297852
+1060.364502 127.0189666748
+1065.548584 19214.689453125
+1066.570801 8418.666015625
+1067.602051 166.625579834
+1076.412109 187.8021697998
+1082.716675 39.6046295166
+1086.701416 37.051235199
+1087.67395 18.1978302002
+1091.605347 22.447473526
+1093.191772 64.1846847534
+1094.502686 359.4071044922
+1095.499634 128.0087738037
+1101.50708 13.8586769104
+1109.843994 35.324760437
+1111.59082 925.7506713867
+1112.576904 432.1899414063
+1118.754517 105.0490112305
+1119.57373 74.6742172241
+1120.567871 47.893447876
+1121.615723 26.9903507233
+1126.578979 17.393245697
+1129.639526 17.5680198669
+1130.531372 125.7420806885
+1131.589966 36.4838447571
+1132.596191 24.3043994904
+1133.518188 32.4276885986
+1136.614746 2410.8623046875
+1137.712891 1357.2679443359
+1146.706055 486.1387329102
+1147.567139 833.2135009766
+1148.610962 591.1974487305
+1149.936646 26.9933280945
+1158.476074 37.5914611816
+1161.601685 70.0615768433
+1162.692993 42.0460472107
+1164.571411 45610.2734375
+1165.615234 23047.08984375
+1166.762085 347.1279907227
+1176.800415 72.3746109009
+1177.690674 119.5540008545
+1178.60791 40.8522491455
+1180.216919 124.5269622803
+1181.652832 1546.4555664063
+1182.763062 754.5692749023
+1186.479004 22.4303150177
+1187.384766 19.4288520813
+1193.514771 661.3705444336
+1194.691895 269.7149047852
+1203.546753 190.2001190186
+1204.55542 401.1044311523
+1205.722412 162.606048584
+1207.009766 97.2328033447
+1207.890625 263.6955566406
+1208.791504 140.1145019531
+1209.445435 24.5622558594
+1219.898438 50.6364517212
+1221.612183 19693.09375
+1222.658569 11122.5107421875
+1223.532104 242.7489624023
+1224.565063 981.9937133789
+1225.644043 322.4097290039
+1232.947266 51.2852020264
+1235.495728 17.9613723755
+1238.760498 147.6725921631
+1239.701416 119.9069442749
+1247.606323 27.5775146484
+1249.679443 47.8521614075
+1251.421631 35.6857223511
+1288.056519 21.8693523407
+1290.431274 24.2286834717
+1296.908447 28.4689121246
+1303.77002 15.1870727539
+1313.278442 47.5230827332
+1314.896851 37.8506202698
+1315.761963 67.2678756714
+1323.505615 18.8367156982
+1325.25293 68.4219818115
+1330.75 42.2762641907
+1341.278687 71.3929748535
+1341.904053 41.5933532715
+1342.934326 36.5371246338
+1346.479004 18.3649196625
+1352.793091 36.7709083557
+1358.677124 2922.046875
+1359.638306 2058.5422363281
+1363.859253 20.1850452423
+1375.868164 20.2954292297
+1376.813599 46.6119384766
+1380.633545 75.0601959229
+1454.723389 91.0262832642
+1465.944336 34.6386680603
+1472.519897 26.5185604095
+1580.488525 16.1352519989
+END IONS
+BEGIN IONS
+TITLE=small.11.11. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=11"
+RTINSECONDS=5.5742
+PEPMASS=837.960815429688 64164.046875
+CHARGE=2+ and 3+ and 4+
+235.080307 20.4611568451
+238.2873688 14.1618051529
+243.1362762 131.6605682373
+244.1500092 86.787940979
+245.2293854 47.2262916565
+246.1951752 16.6393013
+247.0889587 13.810461998
+249.2666626 20.356836319
+253.2858887 34.7790107727
+254.2596436 101.0667266846
+255.3069916 23.7751274109
+258.1806335 21.3762111664
+261.1473083 1016.0319824219
+262.0653381 242.9214477539
+262.9623413 76.6020202637
+265.1948547 76.6067733765
+265.9802551 19.4370765686
+266.9035339 25.6059646606
+269.9256592 23.1700935364
+271.2305908 66.6677856445
+272.3075256 41.6221809387
+274.1481934 11.4700279236
+275.1784058 33.3807754517
+276.0491943 100.74193573
+277.1643677 83.3375549316
+278.2950134 59.1805801392
+279.1644287 48.9984359741
+280.1945801 26.5148162842
+280.973053 13.6741847992
+282.1199951 12.3580417633
+286.0703735 16.2214431763
+288.0204163 11.7474851608
+291.0898743 19.1327819824
+293.1907349 1695.4127197266
+294.0787048 202.1626586914
+295.3693237 57.0827903748
+298.4668579 42.6826705933
+301.4416504 75.9045562744
+305.187439 34.7624206543
+308.4642029 30.3651180267
+309.885437 21.9184360504
+311.3805542 22.3627319336
+312.9403992 20.9878025055
+313.7747498 9.5889730453
+318.2104492 121.5788803101
+319.1714172 224.0795288086
+320.3105469 95.3815841675
+321.147583 15.1171064377
+322.2082214 45.4805374146
+323.2212524 45.5481796265
+324.2807617 10.7323942184
+326.8922424 512.4155883789
+328.0011902 14.74147892
+328.9649658 24.5932617188
+330.5189514 18.1907539368
+332.290863 22.4924163818
+333.2414246 39.5045318604
+334.43927 53.7261886597
+335.6414185 52.2620506287
+336.2580872 125.8102111816
+337.236084 931.1083374023
+338.3751831 237.4599304199
+339.2724915 45.8729515076
+340.1906433 60.1818962097
+341.3605347 25.1773986816
+342.2909546 13.1013908386
+343.4873962 68.7134857178
+344.4853821 109.0447387695
+345.3545532 97.3794403076
+346.2615356 40.322517395
+347.2833557 73.8990783691
+348.4090881 21.3110275269
+349.401947 49.7990913391
+350.3320312 153.9300842285
+351.3665466 51.5960884094
+352.4569702 37.8058319092
+353.277771 23.8338031769
+354.2632446 162.5839996338
+355.2855835 153.7758178711
+356.3917236 48.538684845
+357.5371704 20.6641025543
+358.575531 16.5855579376
+359.7413025 167.9105834961
+361.0075684 167.6996917725
+362.2240601 225.0473937988
+363.1977234 47.9541740417
+364.5680542 105.5380249023
+365.5745239 84.1561737061
+366.3380127 49.6786308289
+368.348999 459.2149658203
+369.3842163 101.0290222168
+370.3049011 151.1608428955
+371.0113525 86.3854980469
+372.2000122 162.4035186768
+373.2670898 83.5149765015
+374.2166443 699.8825683594
+375.2470703 234.0020904541
+376.2249756 184.4135284424
+377.5455627 173.0788574219
+378.6521301 54.3320655823
+379.3604736 103.1341629028
+380.6401367 16.2491493225
+381.7985229 43.728679657
+382.4307251 272.9102478027
+383.3463745 46.1630249023
+384.1139832 18.964389801
+386.4056091 55.8229598999
+387.5379028 49.663444519
+388.144928 470.1734008789
+389.2292175 392.9291687012
+390.2267761 251.2566833496
+391.6116638 159.9266967773
+392.5960999 90.0634307861
+393.2743835 283.7603759766
+394.2706299 156.5781555176
+395.3936768 54.2085151672
+396.369812 22.4062080383
+396.9699707 25.9357032776
+399.5450439 172.7358703613
+400.3517456 102.2705612183
+401.4108276 120.7656326294
+402.2425537 72.2452926636
+404.104248 32.1935768127
+405.2398376 33.0330276489
+406.4613647 29.2588348389
+407.2879639 827.3084716797
+408.3500977 230.0223846436
+409.2599487 92.1160125732
+410.2678833 306.4061889648
+411.2731323 310.2847595215
+412.2750854 81.9423446655
+414.2730713 11.257932663
+414.9387512 34.160736084
+415.9397583 36.3081817627
+417.2913513 234.7777252197
+418.4163818 124.747833252
+419.1976929 52.5139808655
+420.5193481 13.1877279282
+421.5700073 176.8736114502
+422.4703979 94.3576049805
+423.071167 12.2892255783
+424.48349 36.7751693726
+425.6558838 237.6365203857
+426.8596802 69.5521469116
+427.4851074 37.2242202759
+428.1781006 19.8055896759
+431.2003174 53.8112564087
+432.4938354 12.4892120361
+433.1072693 41.7561798096
+434.2141418 242.0296936035
+435.2250671 296.1139831543
+436.1415405 95.6708374023
+437.0783386 77.0254974365
+438.1472168 42.341506958
+439.5863647 119.2947387695
+440.6585693 116.8953933716
+441.5025635 17.8757534027
+442.789856 392.3649291992
+443.5690918 49.3938179016
+447.0612183 185.4889221191
+448.2463074 633.7375488281
+449.2192993 275.8385009766
+450.1008606 39.3036499023
+451.7895508 185.7956085205
+452.7221375 96.8564300537
+454.3856812 11.9410705566
+455.7682495 89.5259933472
+456.8127747 421.5856323242
+457.6758728 705.9210205078
+458.6018066 286.2333984375
+459.4483643 110.7658920288
+460.3082275 13.7710056305
+461.4779053 78.5865402222
+462.4763184 92.5641937256
+463.3534546 24.5975570679
+464.3666687 73.2178344727
+465.7108154 1014.8236083984
+466.4589539 385.2479858398
+467.4131165 49.7614936829
+468.8500977 154.9401702881
+470.0485535 61.5995635986
+470.6702271 21.9184150696
+472.2514343 41.1791915894
+473.0923462 115.4519348145
+474.0640564 138.6432647705
+475.3536377 107.2206726074
+477.7693176 78.1422958374
+478.5410156 59.1950645447
+479.4797058 123.0708618164
+480.473114 172.6287536621
+482.1988831 378.9873352051
+483.2797852 235.5968933105
+483.9988708 138.1881408691
+484.9375916 36.0310821533
+487.2191772 201.4413452148
+488.3847656 134.6314239502
+489.1125488 48.4773101807
+490.0737305 71.5323791504
+491.1184387 793.38671875
+492.3465576 358.3780822754
+493.3042908 51.516292572
+494.4028015 28.2565364838
+495.8086243 130.1374511719
+496.4431152 434.246673584
+497.4497681 336.5180053711
+499.3286133 648.7738647461
+500.1576233 647.8829956055
+501.2926025 318.011505127
+502.4923401 105.2209320068
+503.3656921 92.2512817383
+504.7703552 784.1301879883
+505.4446716 1587.5279541016
+506.4685059 384.6751098633
+507.4746399 242.0028076172
+508.4562073 95.8420562744
+509.2442322 67.1816101074
+510.3811035 133.4591064453
+511.5737915 45.7668952942
+513.2044678 1337.0402832031
+514.0435791 1895.9436035156
+515.222168 129.8115997314
+516.3399048 192.9356689453
+517.2193604 398.7516174316
+518.2995605 642.3336181641
+519.2559814 85.1087036133
+520.1791992 63.268863678
+522.199585 6300.4365234375
+523.1036377 1896.1097412109
+524.4044189 162.0145263672
+525.5748291 79.1476974487
+526.4481201 167.4069976807
+527.1134033 101.6087036133
+527.9328613 68.263885498
+528.5772705 43.0160903931
+530.2474365 373.4559020996
+531.3495483 235.7944641113
+532.4083252 92.789100647
+533.4639282 30.3389453888
+534.6804199 109.3957366943
+535.7229614 80.6364974976
+536.6942139 49.5165100098
+538.2676392 186.8412780762
+539.2904053 147.2146911621
+540.1450195 78.3383483887
+541.1824951 135.3117980957
+542.0753174 103.7956237793
+543.0773315 23.7706775665
+544.4436035 50.1938972473
+545.7646484 151.956451416
+546.7599487 409.2102966309
+547.8266602 325.911315918
+548.5369873 357.3607177734
+549.4172363 303.9267578125
+550.6604004 99.1825637817
+552.557373 75.0169448853
+553.5228271 208.7649536133
+554.6335449 353.4040527344
+555.612854 230.3452148438
+556.5560303 204.0779571533
+557.8930054 285.1590576172
+559.2094116 199.3106994629
+560.1229858 75.8145370483
+561.2994995 312.3200683594
+562.1428833 1569.9462890625
+563.1867676 536.4893188477
+564.0812378 569.485168457
+565.1677246 185.4836273193
+566.4404297 74.2714996338
+567.7236938 366.9312133789
+568.7259521 328.1994934082
+570.3845825 6160.4692382813
+571.1677856 4819.134765625
+572.0751953 506.9779663086
+573.3635254 155.9016571045
+574.0144653 10.4053783417
+575.3207397 32.6493644714
+576.6868896 1811.7867431641
+577.9182129 426.6397705078
+579.1638184 28718.04296875
+580.0914307 3027.8959960938
+581.1075439 14.0279550552
+582.0024414 68.7770462036
+583.362915 756.6477050781
+585.1303101 7440.072265625
+586.1971436 903.7702636719
+587.0339355 193.0417480469
+587.9832153 14.8987836838
+589.6708984 52.1575317383
+590.5675049 68.3834686279
+591.2445068 49.3836288452
+592.4641113 113.4524383545
+593.7407227 586.7462768555
+594.4277954 452.9980773926
+595.3322144 150.081741333
+596.1586304 115.4951934814
+598.1350098 139.0565795898
+598.9150391 83.8533096313
+599.7622681 41.6186294556
+600.5636597 123.9438247681
+601.5213623 83.4605102539
+602.4765625 154.1381072998
+603.3599854 165.0717163086
+604.100769 131.0145874023
+605.0383301 121.8305511475
+605.6442871 76.5267333984
+606.4902344 44.3941421509
+607.6422729 156.8583679199
+608.5716553 127.421081543
+609.6792603 198.916595459
+610.5266113 542.6345214844
+611.4083862 231.6222991943
+612.7072144 162.8228759766
+613.6308594 152.2044372559
+614.3391113 153.0486602783
+615.5270996 138.7911071777
+616.4640503 254.9325866699
+617.6490479 222.1833953857
+618.6778564 396.8500061035
+619.4133301 282.0720825195
+620.6004639 174.1196594238
+621.5759277 81.4338302612
+622.6147461 20.7183666229
+623.682373 61.5548858643
+625.2279053 621.6819458008
+625.9300537 138.2563171387
+626.5544434 616.8028564453
+627.6557617 150.4205322266
+628.5738525 351.4027404785
+629.4381104 232.1070556641
+630.4279785 161.6108551025
+631.4170532 305.5660095215
+632.4699097 197.5187530518
+633.6380615 459.2713928223
+634.8780518 595.774230957
+635.5626221 597.3558959961
+636.605896 247.898651123
+637.4882202 255.7401275635
+638.6462402 161.782623291
+639.4925537 81.4606628418
+640.2958374 19.6267814636
+641.3214111 120.3507385254
+642.5619507 800.8399658203
+643.652832 2115.1672363281
+644.5518799 1152.2901611328
+645.4727173 275.7450561523
+646.0917969 101.7297668457
+646.8392334 75.8592376709
+647.6851807 64.4508514404
+648.5684814 171.6495361328
+649.5446167 85.6325836182
+650.8114014 167.8116760254
+651.4699097 204.6354827881
+652.5166626 461.4912414551
+653.4837646 742.5372924805
+654.4075928 303.923828125
+655.4990234 96.649230957
+656.3446045 52.0008277893
+657.130127 38.2286071777
+658.2653809 61.5365715027
+659.3824463 118.9717483521
+660.1400146 61.1977081299
+661.4899902 6136.8662109375
+662.5214233 2248.9887695313
+663.4786987 216.2456970215
+664.6026611 122.7922897339
+665.6032715 12.8974380493
+667.2919922 91.860168457
+668.387146 166.5277252197
+669.6220703 167.8753814697
+670.5706787 452.0289001465
+671.5078125 653.5163574219
+672.3244019 174.4465026855
+673.081604 40.7173843384
+673.7095947 13.8339519501
+675.1584473 50.9957809448
+676.234436 51.3821105957
+677.1605835 235.7737884521
+678.2666016 24.8440132141
+680.3531494 737.6217041016
+681.4291382 364.9322814941
+682.5578613 40.0503387451
+684.2703857 601.2164916992
+685.1740112 490.5524902344
+686.3136597 363.0995483398
+686.916748 86.7907180786
+687.6710815 204.1608276367
+688.7155151 315.3919067383
+689.6147461 337.6745605469
+690.684082 108.0604324341
+692.6674805 1294.9899902344
+693.7033691 1208.7939453125
+694.3729248 278.5581054688
+695.156311 226.4866943359
+696.3920898 28.40832901
+697.3181152 138.4703369141
+698.21521 982.0496826172
+699.0122681 461.4498901367
+700.3729858 163.4699707031
+701.2634277 3045.3137207031
+702.1896973 627.4205932617
+703.0733032 35.572052002
+704.4356689 177.5032348633
+706.277832 1061.7095947266
+707.2179565 2600.5444335938
+708.0919189 748.4030761719
+709.0979004 160.8525238037
+710.6793823 80.0295028687
+711.6295776 17.9293823242
+712.7337646 91.7962799072
+713.5762939 143.924621582
+715.1779175 4549.5219726563
+716.2885742 1483.3903808594
+717.1092529 545.5149536133
+718.1119385 290.1475219727
+719.5470581 218.395904541
+720.418457 83.6647491455
+721.5143433 62.0447463989
+722.7059326 82.7348709106
+724.2226562 4808.314453125
+725.1442871 2617.548828125
+726.3151245 279.2814941406
+727.5635986 397.3040771484
+728.4169922 391.8484191895
+729.5405273 168.3638153076
+730.3353271 145.0794372559
+731.4580688 158.5365447998
+732.2277832 79.2503356934
+732.8299561 151.8398132324
+733.6142578 329.8102416992
+734.5012207 29.3791160583
+735.3411865 58.3684692383
+736.645752 772.1545410156
+737.6219482 317.5562744141
+738.5620117 503.3115539551
+739.6816406 370.7585449219
+740.6313477 1236.4566650391
+741.4818115 1857.9539794922
+742.3797607 1860.9750976563
+743.5491943 290.7281799316
+744.5925293 86.2605438232
+745.6522217 112.4799041748
+746.4984131 166.2559814453
+747.6931152 207.9456176758
+748.9775391 3073.0249023438
+749.7200928 3358.4597167969
+750.7119141 1752.3645019531
+751.4537354 595.1060180664
+752.1669922 110.0788345337
+754.0823975 303.7764282227
+754.7565918 828.7330322266
+755.5637207 433.4774780273
+756.5963135 410.4045715332
+757.5548096 8629.345703125
+758.217041 9841.91796875
+759.3989258 1229.8394775391
+760.8510742 151.8611297607
+761.5562744 9.4927997589
+763.1806641 3548.2685546875
+764.1480713 2250.7668457031
+765.2404785 263.5182189941
+766.4328613 727.6069335938
+767.4418945 632.5373535156
+768.4477539 253.8720245361
+769.6099854 133.5065917969
+771.7921143 10002.294921875
+772.6918945 4902.0961914063
+773.6361084 535.0727539063
+774.6256104 22.1277084351
+775.513916 12.8315439224
+776.7095947 222.3793640137
+777.522583 332.1251525879
+778.3916016 180.3015289307
+780.7575684 49891.08203125
+781.6862793 10766.0498046875
+782.6383057 257.3099365234
+783.6832275 432.0217285156
+784.6643066 1124.0142822266
+785.5148926 521.8695678711
+786.4475098 174.65625
+787.4462891 91.1889801025
+788.4390869 146.1461791992
+789.7745361 295.5791320801
+790.8894043 179.9405822754
+791.7290039 19.8906707764
+793.0305176 1123.3726806641
+793.8280029 647.7662963867
+795.0517578 237.3089294434
+796.2752686 184.7540283203
+796.9086914 208.797454834
+797.831543 830.8966064453
+798.7421875 1081.7872314453
+799.5366211 343.5715026855
+800.6173096 401.6650390625
+801.5943604 622.2191162109
+802.5623779 234.208984375
+803.6768799 104.3946609497
+804.592041 40.2665214539
+805.8378906 745.953125
+807.1708984 5229.154296875
+808.2536621 1572.2811279297
+809.4101562 131.473236084
+810.6951904 642.5942382813
+811.675293 711.9315185547
+812.5710449 156.7010345459
+813.9165039 407.1276245117
+814.8121338 1754.24609375
+815.9659424 2294.3676757813
+816.7296143 2508.6105957031
+817.6739502 412.0252380371
+819.8254395 5909.2861328125
+820.72229 4232.384765625
+821.6693115 424.5835266113
+823.6152344 99.4644165039
+824.4603271 52.237159729
+825.5279541 133.9217529297
+826.6184082 166.4311676025
+828.6843262 33652.671875
+829.7663574 4266.9028320313
+831.0620117 27.7933273315
+833.5319824 37.4823570251
+839.9642334 34.1058654785
+840.8688965 15.9437503815
+843.2004395 10.17436409
+844.421875 16.313117981
+845.5330811 36.1317253113
+849.5272217 157.9719848633
+850.4151611 137.8459777832
+851.4553223 74.0407333374
+852.6461182 115.6498031616
+853.9541016 110.0329589844
+854.5805664 1124.7464599609
+855.607666 592.1402587891
+856.6480713 258.8413391113
+857.5083008 63.3213768005
+858.432373 85.5095214844
+859.4862061 11.7474479675
+860.3273926 25.0597610474
+861.8968506 59.9284896851
+862.6744385 45.2285499573
+863.7205811 60.4533996582
+864.4838867 13.5484666824
+865.4595947 61.0672721863
+866.5257568 276.5509033203
+867.7099609 100.7011413574
+869.4973145 627.0695800781
+870.5878906 523.5400390625
+871.9176025 227.4902648926
+872.602417 1737.6622314453
+873.5450439 844.5983886719
+874.5408936 346.520111084
+876.6982422 45.3389587402
+877.9197998 68.8277816772
+878.9014893 213.7205963135
+879.6505127 66.8443527222
+880.5472412 361.7546386719
+881.5878906 268.9125061035
+882.4488525 17.6050300598
+884.8216553 22.5698242188
+886.6260986 41.051738739
+889.65979 23.054271698
+892.585083 37.0374069214
+893.5531006 15.8333463669
+894.5109863 517.2113647461
+895.4615479 695.2521972656
+897.5574951 8331.64453125
+898.612915 4900.8828125
+899.5959473 1237.4479980469
+900.6004639 245.4320373535
+902.5950928 18.0141029358
+903.6236572 81.9788894653
+904.6220703 37.5435638428
+906.5239258 31.980890274
+907.4139404 12.4138202667
+908.7564697 18.898223877
+910.2791748 21.1942138672
+912.4954834 200.8879394531
+913.7833252 248.134552002
+914.5947266 3151.3676757813
+915.6186523 1818.7390136719
+916.6450195 511.6827392578
+917.5817871 73.3417663574
+918.6865234 33.9680595398
+922.4207764 17.2050056458
+926.2060547 32.1932258606
+927.8289795 28.2055797577
+928.8879395 25.2503433228
+929.7779541 76.5619354248
+932.7288818 16.8557281494
+934.706543 23.6233959198
+935.6912842 72.2274169922
+936.7474365 43.0981216431
+937.751709 70.0542449951
+938.5926514 28.25440979
+940.8952637 29.4618988037
+941.706665 24.2508125305
+942.3660889 11.7893896103
+944.4801025 16.8231983185
+946.6126709 10.5835103989
+947.4530029 31.4319629669
+950.305542 54.8343467712
+951.4304199 28.7502765656
+952.385376 55.3991966248
+953.7911377 69.2555618286
+954.633667 190.0833740234
+955.763916 74.6182174683
+956.6029053 66.1974105835
+957.9179688 16.0204048157
+958.604248 27.2635269165
+959.5628662 26.0528736115
+960.819458 15.0772094727
+961.5759277 27.1974639893
+962.5493164 32.3856735229
+963.6295166 46.180557251
+964.6600342 34.6569976807
+965.5440674 56.9416923523
+966.5015869 106.4021682739
+967.6870117 61.5433387756
+968.4831543 11.9547863007
+969.5640869 112.6577453613
+970.5478516 346.039642334
+971.4847412 254.7913360596
+972.3693848 34.6542701721
+974.5280762 34.4063835144
+975.402832 115.2671127319
+976.4498291 129.3799438477
+977.597168 126.6210174561
+978.5500488 182.5245819092
+979.5233154 91.7827758789
+980.6914062 258.7691345215
+981.7598877 90.7075195313
+982.7724609 140.3182067871
+983.7205811 301.6718139648
+984.552124 447.9212646484
+985.7191162 238.5075378418
+986.5263672 105.6698532104
+989.3740234 34.4510688782
+990.5883789 25.4820766449
+991.6115723 174.7287902832
+992.7058105 231.5398101807
+993.6624756 161.9772338867
+994.4666748 457.7215881348
+995.5385742 775.7048339844
+996.557373 1277.3269042969
+997.6135254 579.4716796875
+998.6578369 106.5261459351
+999.826416 31.3349189758
+1000.968262 44.7482681274
+1001.671509 43.2540206909
+1002.713501 64.7235412598
+1005.614502 21.0080757141
+1007.434937 239.2017211914
+1008.549683 734.200012207
+1009.550659 544.1692504883
+1010.630127 285.5134887695
+1011.605347 181.6623077393
+1012.588501 2928.6281738281
+1013.624023 1703.8985595703
+1014.593018 587.6149902344
+1015.338257 77.7603759766
+1017.935059 12.6622810364
+1019.187134 58.5196228027
+1019.797974 10.153459549
+1020.971436 17.5498428345
+1021.660034 39.59400177
+1022.652344 53.1306724548
+1023.876831 44.984752655
+1024.682495 143.9405212402
+1025.665405 1331.6845703125
+1026.653931 897.4615478516
+1027.639893 352.8893127441
+1028.544067 62.4644966125
+1029.506836 374.280090332
+1030.579346 280.615234375
+1031.589478 92.7071456909
+1033.430542 26.999704361
+1035.902344 50.504989624
+1036.711548 36.6216163635
+1037.812744 41.3324165344
+1039.002563 20.741065979
+1039.914307 15.4010400772
+1042.610718 69.6049575806
+1043.671631 70.4809799194
+1044.598633 31.3178253174
+1046.397095 16.5817699432
+1050.099854 63.411895752
+1050.801636 12.7275180817
+1052.963501 27.4101333618
+1054.639893 14.3241233826
+1055.809448 31.0966320038
+1056.456909 55.848487854
+1057.488647 50.870552063
+1060.320923 40.0651779175
+1062.611572 50.5665512085
+1064.154907 58.3378257751
+1065.760742 33.5212059021
+1067.668701 44.5391769409
+1069.582397 13.3933601379
+1072.865723 27.9328536987
+1073.743164 93.9025878906
+1074.498413 113.2021789551
+1075.378906 63.9626426697
+1076.33374 32.9620895386
+1077.660889 28.9230175018
+1078.591064 24.7285003662
+1079.557617 14.4751558304
+1080.933105 45.9355163574
+1081.608521 47.8326950073
+1082.77356 30.5460166931
+1083.799072 29.6363792419
+1084.613403 57.1916885376
+1085.660278 10.591258049
+1087.490845 14.1474514008
+1088.695068 42.6977767944
+1090.511963 73.0620346069
+1091.461548 394.1169433594
+1092.58606 272.7137145996
+1093.579712 38.4121246338
+1094.829712 25.8718414307
+1095.588501 45.1515617371
+1096.718994 141.8626403809
+1097.725586 78.7715301514
+1100.737427 15.3210353851
+1102.69397 13.934513092
+1105.667236 142.2282409668
+1106.663574 194.1977539063
+1107.690674 84.2431488037
+1108.620728 472.4582214355
+1109.637939 418.279296875
+1110.635254 204.4852600098
+1111.831299 108.0656661987
+1113.769165 49.5645637512
+1114.715942 27.1782646179
+1115.788818 114.6785888672
+1117.556641 195.7536010742
+1118.516846 60.6950836182
+1119.443359 38.7136535645
+1120.626587 100.8155517578
+1121.901733 80.9379882813
+1122.647583 312.4465637207
+1123.698242 243.4366455078
+1124.651489 303.6423034668
+1125.909424 117.6719970703
+1126.640137 2733.0915527344
+1127.663696 1502.6739501953
+1128.718628 383.1026916504
+1129.762451 73.6482925415
+1130.525391 45.5038375854
+1131.661133 20.5343379974
+1132.598877 82.8311462402
+1134.579712 931.9252929688
+1135.591187 491.8600463867
+1136.570435 128.5144958496
+1137.593384 164.4426574707
+1138.853394 156.3935394287
+1139.729736 786.8692626953
+1140.680664 693.8607177734
+1141.852173 208.4616851807
+1142.838867 106.1469192505
+1144.538208 33.5626678467
+1147.572632 16.0642185211
+1148.546753 74.6188201904
+1149.779541 116.3074874878
+1151.592773 1675.7348632813
+1152.633789 1375.5660400391
+1153.73584 579.4848022461
+1154.852661 31.9228248596
+1155.706787 45.4468841553
+1156.6875 181.8604125977
+1157.912354 36.336555481
+1158.753784 30.1427669525
+1159.567261 29.335811615
+1163.639404 34.8527793884
+1164.891846 22.3917980194
+1166.180054 51.2120552063
+1168.704102 2662.6909179688
+1169.686157 1603.1297607422
+1170.67334 501.1463623047
+1171.794556 185.9966888428
+1179.239014 30.9255504608
+1181.541382 43.3822631836
+1182.50708 10.3455505371
+1184.932495 13.4373016357
+1186.78418 65.1033935547
+1187.691284 37.7524757385
+1188.705933 16.5007724762
+1194.879883 13.089679718
+1195.573242 12.9431009293
+1196.507446 12.4181089401
+1197.701782 31.1917552948
+1200.812744 9.0426330566
+1201.842163 47.6632194519
+1203.677002 18.283908844
+1206.828735 17.8216362
+1216.596802 57.9122161865
+1217.790039 83.0454864502
+1219.44104 90.0467529297
+1220.116821 32.9919891357
+1220.768188 36.6878662109
+1221.833252 61.1272087097
+1222.927002 30.2340545654
+1223.970337 75.2334213257
+1224.771973 10.5475988388
+1225.62854 34.2498855591
+1226.580322 31.912109375
+1228.572632 12.0798826218
+1229.59729 19.9713802338
+1231.613647 39.2340812683
+1233.721558 80.2348098755
+1234.724609 78.954826355
+1235.481934 36.2201728821
+1236.569702 115.6145477295
+1237.607422 56.0892791748
+1239.057251 86.285774231
+1239.896729 97.1366119385
+1240.9021 75.7192077637
+1241.741333 13.6600732803
+1242.650879 9.6740350723
+1243.821045 13.024889946
+1245.217041 111.8689880371
+1245.960571 50.3350563049
+1246.609741 144.9656829834
+1247.840576 174.6468505859
+1248.766968 87.2952575684
+1249.690186 46.2419929504
+1250.482178 75.0209197998
+1251.832153 134.5547485352
+1252.780884 39.5953826904
+1254.376099 65.4804534912
+1255.855469 16.8793945313
+1258.887085 65.4986419678
+1260.570557 12.5626382828
+1262.296753 23.4373569489
+1264.690674 100.3137969971
+1265.614014 97.9021911621
+1266.716187 76.5296020508
+1268.115479 45.1036949158
+1268.757446 261.3921508789
+1269.938843 82.0529098511
+1270.718018 107.7473144531
+1271.813232 54.815410614
+1272.881348 52.4192123413
+1273.689087 14.4627542496
+1275.586182 12.0417919159
+1276.328003 26.1028957367
+1277.336914 19.3179149628
+1278.631226 74.1203536987
+1280.692749 48.1344413757
+1282.822388 128.4505462646
+1283.904907 64.1357040405
+1286.428955 18.7167472839
+1288.617432 58.1967773438
+1290.030762 43.168800354
+1291.119995 29.6658840179
+1299.833618 53.0313682556
+1300.90686 17.6614513397
+1301.793091 34.2259216309
+1302.94873 37.0504455566
+1303.600952 9.7529478073
+1306.508667 14.5906381607
+1308.008423 28.1142997742
+1309.512451 11.8810119629
+1311.241577 10.7030448914
+1311.864014 13.7348327637
+1314.55188 16.356174469
+1320.785889 10.8981790543
+1326.709351 9.6266746521
+1334.772827 30.2373085022
+1335.832153 30.0970478058
+1341.674194 45.6094589233
+1342.553101 25.1683273315
+1343.794067 37.2468566895
+1344.883911 29.1423873901
+1345.670288 11.7839479446
+1347.681396 14.4198675156
+1349.872925 22.5996513367
+1351.485596 12.1252059937
+1352.7771 99.5856781006
+1353.704834 17.3340682983
+1359.672607 20.4460716248
+1360.723633 64.1262969971
+1361.376953 25.8889446259
+1366.904785 41.223815918
+1367.778687 77.6898498535
+1368.922974 55.0612449646
+1369.834717 72.1364440918
+1370.760498 50.0718765259
+1377.157471 15.8248958588
+1377.80896 83.0654907227
+1378.755005 47.9657058716
+1379.882568 25.4716682434
+1380.590576 10.9019937515
+1382.986572 8.8544168472
+1383.8396 63.1503715515
+1384.946411 48.9868850708
+1385.717529 20.6709690094
+1386.860229 28.1281242371
+1387.730713 37.8333282471
+1388.92627 42.2456550598
+1394.691528 452.5118408203
+1395.697144 534.6213378906
+1396.715576 172.6520996094
+1401.83374 88.9473495483
+1403.038208 67.9969177246
+1403.913452 35.7112998962
+1411.767822 252.164276123
+1412.77478 188.6477050781
+1413.875854 60.6187858582
+1414.599243 58.6824188232
+1423.705566 49.1666679382
+1425.957153 24.2718410492
+1428.558838 40.2140350342
+1431.838257 29.4994392395
+1437.629272 14.1444892883
+1438.848022 22.5888633728
+1443.872314 11.092959404
+1472.836548 10.6993246078
+1480.393677 64.3618927002
+1490.566528 13.2111597061
+1492.196899 13.6485757828
+1499.00708 18.7272186279
+1501.243286 18.2069683075
+1507.578857 44.4613876343
+1508.526367 71.0097503662
+1509.239014 34.6627082825
+1514.810425 16.3155155182
+1516.476929 90.2472305298
+1517.452148 45.4994659424
+1518.17981 28.0078735352
+1519.369751 21.3821487427
+1524.965454 44.0886764526
+1525.808716 54.0252571106
+1527.086792 38.0201568604
+1528.016968 16.7865753174
+1528.999023 25.1667118073
+1542.0271 9.352016449
+1544.047363 12.7300138474
+1552.220947 12.4150257111
+1559.840332 15.2464056015
+1561.914307 9.7890262604
+1573.646851 15.5173368454
+1636.426758 28.0548171997
+END IONS
+BEGIN IONS
+TITLE=small.12.12. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=12"
+RTINSECONDS=6.2882
+PEPMASS=644.057067871094 22444.970703125
+CHARGE=2+ and 3+ and 4+
+180.9316864 2.7321231365
+182.1486664 4.4491052628
+194.3770752 5.5914921761
+195.093811 14.9054956436
+196.2235718 7.3130683899
+198.1627808 18.7939910889
+199.0546417 3.2973976135
+208.169693 67.5422058105
+209.0615234 41.6812095642
+210.1458588 3.9443287849
+211.3332367 2.7537386417
+212.0360107 38.8772277832
+215.3336945 3.5764520168
+226.1507111 239.9350738525
+227.1614532 30.2981681824
+233.2016907 241.8552703857
+234.1638794 21.519285202
+236.1486206 13.5936765671
+237.2493896 66.5368423462
+238.2839966 2.8648123741
+243.2290649 13.3691425323
+244.2244263 45.2174453735
+245.1900482 50.6859664917
+246.4301147 3.3582389355
+247.2379456 5.4831438065
+249.0123901 33.2340240479
+250.5966187 9.4191951752
+253.1025696 6.069070816
+254.2196045 62.3698196411
+255.3873138 9.5324640274
+259.2435608 5.0633301735
+261.048584 460.0473632813
+262.0727539 52.9763870239
+263.1293945 13.3369960785
+267.4653015 6.0975809097
+268.2833862 2.8982717991
+269.967865 6.9479970932
+271.2014465 13.8680782318
+273.2430725 6.2970767021
+275.1035156 7.5071296692
+276.0337219 5.0617809296
+277.2099609 30.2007598877
+278.3667603 14.0665054321
+279.5754395 13.91655159
+285.119812 3.3972513676
+286.3303223 5.2635059357
+287.7506409 10.5219650269
+292.2506104 14.7875747681
+294.1221619 6.0958414078
+295.2962036 10.339263916
+296.378479 4.7677659988
+297.3744507 16.0912132263
+298.5356445 3.5481333733
+299.2592468 3.1027781963
+301.3111572 5.2532310486
+309.3147583 2.7795069218
+310.0643616 5.2421383858
+312.0606079 2.6394937038
+314.3414001 4.2077417374
+315.3566895 5.5301585197
+317.3688354 2.6741600037
+318.6324158 33.1999206543
+319.2817688 58.2341766357
+320.2545776 55.0263175964
+322.149353 17.9323196411
+323.3922119 16.4194602966
+324.586731 8.9650669098
+326.8218994 68.294090271
+327.7018738 18.9293498993
+328.6158447 2.6480343342
+330.7291565 6.7943477631
+333.1950684 3.9417715073
+334.3170776 4.6957712173
+336.1410217 149.749786377
+337.2318726 300.0365600586
+338.1936951 79.0392227173
+339.3437195 11.0383834839
+340.2939453 10.05215168
+341.2016296 25.0852661133
+342.4013062 3.1831307411
+343.6528015 3.1435303688
+345.207489 17.9102268219
+346.1099243 14.2530975342
+347.3551636 14.9539022446
+349.1233215 8.816734314
+350.4066162 4.5466718674
+351.3423462 28.6656074524
+352.5441284 14.6670780182
+354.1119385 74.2554473877
+355.3171692 29.3210010529
+356.4124146 29.6890392303
+357.2294922 26.8743629456
+358.567749 9.6145248413
+360.2039185 13.6474399567
+362.1663818 20.5744247437
+363.0270691 4.5787415504
+365.447113 32.0721893311
+366.3222656 5.1223888397
+367.2844543 11.7373142242
+368.234375 51.0523452759
+369.1470947 17.1198616028
+369.9811707 62.2490653992
+372.2693787 51.2675628662
+373.3930054 32.818611145
+374.1584473 356.5549316406
+375.0549011 91.0023727417
+376.2169189 20.5549201965
+377.2385254 19.8925056458
+378.6578979 40.8844490051
+379.3486328 10.0450620651
+381.3633118 10.7990989685
+382.2738037 152.0701599121
+382.9847412 144.0938415527
+384.1417236 45.3122215271
+385.1065063 7.5536184311
+385.7904663 6.4774575233
+386.6498413 6.211584568
+387.491333 13.0850601196
+389.4573059 21.4866409302
+390.2973328 16.7041778564
+391.4329224 459.5446166992
+392.3779297 77.7977294922
+393.4254761 64.1636276245
+394.3486938 22.2929210663
+395.5099487 4.8561344147
+396.7797241 6.0767307281
+398.5244141 2.8812601566
+399.5455017 43.3701934814
+400.487915 108.1351242065
+401.6033325 109.1118621826
+402.5203857 8.5788984299
+404.9559326 24.6479053497
+405.9609375 21.2687664032
+407.119751 13.7590608597
+408.3223572 44.588722229
+409.0939636 33.1226119995
+410.1413269 54.6048049927
+411.3722534 59.4366455078
+412.2963867 8.5942325592
+414.0954285 55.9775428772
+414.8581543 25.521320343
+416.3884583 11.9628276825
+417.6541443 32.4900817871
+418.4353027 41.0537796021
+419.355957 10.0331163406
+420.3835449 14.5656814575
+422.5573425 34.4454421997
+424.2407532 8.828877449
+425.3579407 30.993139267
+426.4552307 21.7002506256
+427.275238 20.7896842957
+428.3657227 28.7232646942
+430.7881165 40.8666534424
+431.7308655 20.4475021362
+432.9108887 22.6412944794
+434.1593323 90.6950912476
+434.9286194 17.5058097839
+435.5402832 24.5019016266
+436.3350525 11.9280090332
+437.620697 20.8998680115
+439.6031189 66.895690918
+440.57547 13.5556688309
+441.2452698 18.8502216339
+441.8744812 7.3098087311
+442.5769653 46.3120803833
+443.1821289 48.1823997498
+444.5148315 16.3305282593
+445.2993164 12.4979991913
+447.9909668 306.2897644043
+449.0837097 190.2554626465
+449.9792786 43.3252868652
+450.783844 15.6518135071
+451.574707 53.430431366
+452.4829102 29.7427577972
+453.691803 30.263420105
+454.8495178 16.2012023926
+456.1869812 30.3992805481
+456.9747314 189.4828033447
+458.0882874 991.6677246094
+458.9941711 124.893737793
+460.0167542 25.8848419189
+461.1118164 24.7740058899
+461.8257751 9.1155109406
+462.4542236 20.9383735657
+463.3946838 18.7287044525
+464.6132812 24.9196090698
+465.5950012 84.1880493164
+466.566803 86.9655075073
+467.307373 49.905834198
+468.4253845 68.2285919189
+469.458252 33.430770874
+470.2672424 11.59907341
+471.1665955 29.9440078735
+473.3256836 29.2964324951
+474.0068665 47.3159675598
+475.0320435 46.6543502808
+475.9197693 15.5672864914
+477.1541748 12.8868274689
+478.357666 42.5753517151
+479.3749695 51.3792724609
+480.0917053 30.2317237854
+481.506897 89.9902801514
+482.2454529 70.6469268799
+483.0351257 115.1758117676
+484.2219238 21.4832515717
+485.3937378 59.8264770508
+486.5540466 39.1996307373
+487.7688599 84.1169509888
+488.9925537 22.8759384155
+490.1383667 384.3270263672
+491.1659851 226.3394165039
+492.1327515 120.6896743774
+493.0811768 36.9001121521
+495.2980347 143.4798583984
+496.23349 257.0324401855
+497.3444824 55.1437835693
+498.6382751 86.2233428955
+499.5865784 306.9479370117
+500.5856323 92.1484451294
+501.684845 30.3966331482
+502.3837585 23.6353149414
+503.8027954 299.318359375
+504.408783 334.0458984375
+505.1794434 839.3698120117
+506.2532654 160.7642364502
+507.4252319 276.9333190918
+508.1745911 123.4912490845
+509.4530029 20.5175170898
+510.3686523 17.5862922668
+511.1482544 40.8199615479
+512.6483154 445.1214599609
+513.4121094 590.9846191406
+514.0339355 649.1555175781
+514.8950195 35.6901626587
+515.8790283 8.1852359772
+516.4871216 3.9988200665
+517.1617432 19.3560829163
+518.2150269 19.2258701324
+519.2880859 9.4385681152
+520.8377075 89.9454879761
+521.7821045 1840.9547119141
+522.5959473 1736.6970214844
+523.5968018 146.3143157959
+525.0881348 63.3997192383
+525.8345947 52.9782333374
+527.2293701 7.9730706215
+528.329834 18.093460083
+529.3712158 26.150434494
+530.5070801 808.4943847656
+531.4274902 249.7616577148
+532.2628174 33.2176933289
+533.6802979 111.3340911865
+534.6020508 129.4794921875
+535.3898926 4.4997925758
+538.1763306 238.868927002
+539.2119751 197.4331054688
+539.9653931 45.7619094849
+540.7785645 8.343375206
+541.6993408 16.7076892853
+543.0076904 34.3648796082
+543.8031616 45.2397689819
+545.387085 35.4705429077
+546.7252197 1770.9770507813
+547.6954956 546.0881347656
+548.600708 217.738494873
+549.5119629 59.5799713135
+550.6422119 12.6206855774
+552.0544434 180.3804779053
+552.9077148 37.0547790527
+553.6174316 52.5895767212
+554.821167 272.6784362793
+555.6507568 922.1131591797
+556.6572876 192.502532959
+557.404541 104.7335586548
+558.2175293 54.7742881775
+559.0458984 23.9027957916
+560.706665 1037.7890625
+561.7578125 441.6755371094
+562.553894 249.7336730957
+564.1246338 2850.3071289063
+565.0952759 314.4833984375
+566.3638306 28.7945919037
+567.5580444 12.146440506
+569.5411377 1379.7862548828
+570.6424561 2501.3920898438
+571.4712524 265.1559143066
+572.4887085 15.2859106064
+573.72229 27.9881458282
+574.7775879 13.748840332
+575.810791 37.9051780701
+576.5874023 30.9473762512
+578.1875 4101.9541015625
+579.1608276 16032.783203125
+580.0356445 1384.7381591797
+580.9772339 24.0113601685
+582.0255127 35.1526603699
+583.354248 76.1574249268
+584.361084 76.5701141357
+585.1647339 32.4710006714
+587.1113281 10070.7021484375
+587.9788818 1121.9506835938
+589.1459961 18.7204608917
+590.5667725 168.4584350586
+591.4966431 51.614490509
+592.5369873 35.9736328125
+593.6425781 11.8668870926
+594.5391846 23.170009613
+595.2792969 47.8227539063
+596.0786743 41.8162307739
+597.2351074 77.5631027222
+598.5634766 44.6009750366
+599.4116821 88.5748138428
+600.2705078 110.6154251099
+601.5968018 42.3386001587
+602.7858887 81.0046844482
+603.7615967 139.1200256348
+604.4605713 211.433303833
+605.1026611 191.9940185547
+606.0161133 39.1300010681
+607.3669434 154.4914550781
+608.5112305 143.1777496338
+609.4098511 139.7079772949
+610.539917 99.2500762939
+612.0894775 311.995300293
+613.645874 850.8399658203
+614.5374756 151.431427002
+615.5741577 39.7565994263
+617.5941772 586.6872558594
+618.4938354 138.44090271
+619.9125366 39.9580841064
+620.8267822 239.9593048096
+621.7241211 68.1101837158
+622.4466553 224.6963806152
+623.098877 129.5597229004
+624.5294189 44.6098937988
+625.8624268 4151.572265625
+626.4971924 3370.6130371094
+627.1349487 1341.2340087891
+628.2131348 67.5226974487
+629.387207 50.307094574
+630.2918701 4.8682098389
+631.6253662 28.1202201843
+632.5141602 26.9761447906
+634.7259521 23714.06640625
+635.5874634 6091.359375
+636.5823975 26.3036937714
+637.2260742 10.1931228638
+638.1291504 3.9403057098
+643.8925781 4.1525182724
+645.5606079 4.3334522247
+646.7030029 8.2877731323
+650.4956055 3.8504433632
+652.4014893 111.7864608765
+653.3638916 74.0378952026
+654.3536987 33.3043746948
+655.2998657 8.4627418518
+661.4196777 733.7817382813
+662.4813843 308.6095275879
+663.5610352 65.4835281372
+665.7418213 3.8165459633
+667.335144 3.3780968189
+668.3660889 2.9024951458
+669.2206421 5.618516922
+670.5020142 29.0412254333
+671.4596558 38.8329582214
+672.5336304 19.4888916016
+673.5067139 13.9128360748
+677.269165 10.6824131012
+678.4134521 4.5092873573
+680.6710205 5.4196090698
+683.666626 2.8802001476
+686.5192871 13.8691492081
+687.3601074 20.9523391724
+688.3685303 12.4786596298
+689.6800537 7.5240597725
+693.3946533 6.2889580727
+695.0380859 2.705671072
+696.5152588 4.3984675407
+698.543335 7.6689562798
+701.6882324 5.4699554443
+703.0075684 9.8339347839
+703.7928467 23.6633453369
+704.5314941 79.6143341064
+705.4793701 22.0591659546
+706.3990479 14.1187095642
+707.9509277 3.3874099255
+709.7772217 3.7323794365
+710.6296387 12.4518060684
+712.6231689 16.5084323883
+713.4156494 15.1048069
+714.5357666 7.3555879593
+715.4589844 4.5361013412
+718.4320068 6.6590719223
+719.5848389 6.1519742012
+721.5257568 198.3324584961
+722.612915 98.8014526367
+723.6943359 22.4041004181
+725.3485107 7.3386802673
+727.5634766 16.5754623413
+728.3560791 10.5448246002
+729.4742432 80.9807891846
+730.5228271 36.9902267456
+731.4472656 44.0030937195
+736.6912842 24.34167099
+737.5756836 6.0009560585
+738.368042 44.2672386169
+739.5054932 590.2017822266
+740.4914551 180.2241973877
+741.4962158 94.0661315918
+742.6800537 42.7133331299
+743.6092529 4.137219429
+745.5606689 3.9086191654
+746.5600586 101.5346984863
+747.5534668 108.1893005371
+748.50354 16.8748283386
+749.4324951 22.6895217896
+750.4686279 10.0156478882
+753.5975342 5.9185166359
+754.4042969 6.1355161667
+756.5985107 25.6078033447
+757.6281738 16.4877643585
+758.6402588 8.0840911865
+759.6912842 20.3679885864
+760.4328613 6.8954811096
+761.8041992 15.3011398315
+763.5567627 145.3769073486
+764.5003662 277.1601867676
+765.4425049 150.1942596436
+766.5308838 151.8623657227
+767.5002441 108.7658920288
+768.5388184 31.8917865753
+769.6849365 3.0798318386
+770.6768799 11.2231445313
+771.4993896 4.0370063782
+772.3377686 6.5532450676
+773.5341797 4.0851535797
+774.4793701 7.5186419487
+775.8217773 7.6494951248
+776.7526855 9.7936973572
+781.4885254 1071.8193359375
+782.529541 443.4246826172
+783.6312256 86.8857192993
+784.5310059 107.0975265503
+785.5539551 86.9956436157
+786.7385254 14.3539772034
+788.4501953 5.7791895866
+789.7329102 10.83705616
+791.7459717 6.6846499443
+792.8415527 9.2527723312
+793.8463135 11.6818580627
+794.7189941 9.5637931824
+798.2290039 14.943069458
+799.9208984 13.3455181122
+800.5539551 63.1063537598
+801.5593262 74.5083770752
+802.5643311 10.5371694565
+803.3308105 6.9557242393
+804.0462646 10.8251419067
+807.423584 3.6035392284
+809.3699951 3.4956512451
+810.7611084 6.0472950935
+812.4468994 13.0439739227
+814.0489502 9.5543422699
+815.1558838 3.6795153618
+816.4581299 8.1466264725
+817.5203857 75.1077880859
+818.5196533 28.4497623444
+819.8862305 7.5552196503
+823.3674316 2.7806019783
+826.3890381 6.4886698723
+827.4611816 58.4688568115
+828.34729 33.1776046753
+829.5091553 4.2150816917
+831.9182129 10.3030157089
+832.861084 4.6933846474
+833.5106201 2.7378191948
+834.6166992 14.96525383
+835.8647461 18.2775192261
+836.6966553 5.7970480919
+837.6923828 9.9853687286
+840.225708 12.4858875275
+841.5195312 15.5851554871
+843.0352783 11.833650589
+843.6699219 8.5161943436
+847.47229 2.7415952682
+848.6055908 9.4274349213
+849.6499023 16.2534828186
+850.4510498 5.7302937508
+851.6431885 13.0882415771
+852.6967773 11.0326690674
+853.9462891 31.1753044128
+854.6864014 119.976776123
+855.7144775 85.4532623291
+856.6779785 6.1250095367
+859.6123047 30.5971603394
+860.6499023 34.3041381836
+861.6505127 25.9959449768
+862.5889893 32.7271232605
+863.3623047 3.1125807762
+866.5412598 11.4631309509
+867.6796875 23.8479290009
+868.9603271 13.1998577118
+869.713501 50.4411048889
+870.6345215 37.8444442749
+872.5496826 220.4295654297
+873.6151123 66.5549087524
+874.6442871 24.1323680878
+875.6925049 5.7077870369
+877.5692139 66.7107925415
+878.4719238 12.7508087158
+879.4538574 21.1814956665
+880.5689697 28.2819671631
+881.6660156 2.8154916763
+882.5961914 8.1207790375
+883.8027344 14.9232463837
+884.6313477 30.4362831116
+885.5246582 2.6201381683
+886.7132568 3.5306901932
+888.4078369 2.9677505493
+890.6561279 3.0556845665
+894.618042 77.4380111694
+895.5965576 58.1973381042
+897.5625 1395.6567382813
+898.5910645 710.0053710938
+899.5435791 130.2755889893
+900.7731934 7.0621242523
+906.7424316 14.799030304
+907.5062256 3.5184342861
+909.4602051 3.524320364
+910.5336914 3.696536541
+912.5579834 43.8256034851
+914.5695801 272.5423278809
+915.6784668 150.2283935547
+916.5881348 32.3432540894
+917.5875244 23.6133384705
+922.6802979 7.3599476814
+923.6385498 2.6673407555
+927.6096191 3.7606005669
+930.5316162 15.7109146118
+931.5439453 5.5870475769
+932.7965088 4.1791143417
+937.7906494 9.4625463486
+938.7155762 7.275970459
+939.6256104 5.9795231819
+941.4752197 11.2414398193
+942.6611328 3.4149127007
+945.8482666 11.3440408707
+946.7871094 6.0670003891
+947.6318359 2.6411159039
+948.6883545 3.7233996391
+949.5692139 3.710272789
+950.6866455 3.1137435436
+952.661377 4.9838328362
+954.7460938 3.5172176361
+957.5543213 4.2267351151
+962.5153809 9.9156751633
+963.9471436 12.1495904922
+965.123291 6.1023411751
+965.8924561 4.1956577301
+966.7037354 3.2843663692
+967.5787354 3.2986733913
+968.4949951 5.4188981056
+969.6638184 5.9110307693
+972.6522217 8.7360305786
+973.5574951 14.2721290588
+974.7860107 23.8622779846
+978.5733643 12.1999511719
+979.7021484 14.8492298126
+980.5258789 27.0889453888
+981.6618652 30.2943649292
+982.5257568 5.5011124611
+983.470459 4.0160541534
+984.9134521 3.8227212429
+989.654541 121.5956802368
+990.6467285 97.098739624
+991.6971436 39.7421722412
+992.6600342 6.0034275055
+994.0799561 4.7409353256
+995.0616455 5.7455801964
+996.6719971 30.5205745697
+997.6867676 21.2786922455
+998.670166 10.8011207581
+999.7849121 7.6848678589
+1000.726562 27.7628822327
+1001.843994 6.4291763306
+1006.583374 81.0968399048
+1007.64978 88.1449356079
+1008.60437 97.9692153931
+1012.595703 7.5049676895
+1015.948608 4.5034966469
+1019.824585 18.5100288391
+1024.473633 88.1961669922
+1025.543091 111.1471252441
+1026.697632 107.2091064453
+1027.743164 21.8291931152
+1032.635742 8.9710035324
+1033.577026 4.9572281837
+1034.556885 2.8065142632
+1036.546143 16.075094223
+1037.5979 6.1832098961
+1038.662231 19.856842041
+1042.820312 8.4809265137
+1044.515991 10.1280441284
+1060.804932 4.3261318207
+1066.899536 12.589263916
+1074.182129 4.5913853645
+1074.797974 13.6711072922
+1078.202515 2.613727808
+1087.439209 3.3858468533
+1092.588135 5.2774586678
+1093.905762 11.6390123367
+1095.57666 3.2550158501
+1096.679932 16.1560878754
+1102.713623 39.779045105
+1103.718506 19.1425704956
+1104.690918 7.1191082001
+1105.646729 3.126137495
+1106.869385 2.6674501896
+1110.443359 4.6378335953
+1111.780518 4.7853732109
+1112.594971 6.0093326569
+1119.734253 25.6194248199
+1120.780151 39.3889465332
+1121.54187 23.258605957
+1122.914551 10.1845350266
+1123.69165 6.1741075516
+1137.677856 15.7320241928
+1138.697754 9.0910177231
+1150.515869 8.8002729416
+1154.918579 6.5434494019
+1155.743408 19.5458984375
+1171.771484 2.6660404205
+1227.278564 7.3093996048
+1262.692139 4.1463479996
+1263.962524 5.2001662254
+END IONS
+BEGIN IONS
+TITLE=small.13.13. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=13"
+RTINSECONDS=7.0329
+PEPMASS=725.233520507813 26085.55859375
+CHARGE=2+ and 3+ and 4+
+203.0242004 3.8033001423
+204.0121307 3.011790514
+207.0278931 5.1912212372
+208.2489929 13.6811275482
+209.1431885 38.9053230286
+210.2136078 8.0013132095
+211.2441406 5.2651362419
+212.1984558 8.7715187073
+220.1380157 8.0958242416
+222.4425049 14.9550914764
+225.17453 50.0632209778
+226.1602173 153.1790466309
+227.1502533 7.2747840881
+230.1007996 4.2522301674
+233.1793823 259.5785522461
+234.3175659 22.9688453674
+236.164093 9.3202447891
+237.1561737 21.4759368896
+238.2241669 3.3240442276
+243.1826019 191.7974243164
+244.216156 57.6154022217
+245.2892761 47.3431243896
+246.1689301 4.5677814484
+247.1067657 33.3984985352
+249.0083923 24.8018455505
+251.2786865 4.6961236
+252.4565887 10.0306653976
+253.4325256 10.8875312805
+254.2467957 62.5291213989
+255.1221313 9.9045829773
+256.2007141 4.9646987915
+261.0517883 438.6125488281
+262.1587524 60.5151062012
+263.1605225 7.4361124039
+265.1925049 296.1456604004
+266.1177368 46.0140686035
+271.0420532 7.2714796066
+272.3616333 7.5155491829
+275.0702515 18.3312187195
+276.1054993 8.2529020309
+277.2366943 29.6245174408
+278.2493286 5.932012558
+279.1721802 8.0663890839
+281.3954163 3.6787490845
+287.348175 8.6776351929
+290.0259705 3.6506276131
+293.1334229 464.4449768066
+294.2239075 79.5352630615
+295.4997559 7.3922629356
+296.2427063 3.296851635
+297.5353699 4.330283165
+298.135498 3.6085164547
+299.3024902 13.9843358994
+300.244751 2.6935486794
+301.2263794 5.864379406
+303.2200317 3.2534701824
+304.3797302 2.7246286869
+306.3240662 27.8930397034
+307.1185303 6.1762142181
+311.2504883 5.2494235039
+312.0527344 6.180390358
+312.7041016 3.674377203
+313.326416 5.8825531006
+317.4978638 7.0400328636
+318.2572021 23.5560283661
+319.1998291 14.1612663269
+320.0923462 7.226123333
+321.2432861 4.4496297836
+322.4452515 3.1870946884
+324.3748474 8.975771904
+326.9700012 154.4662475586
+327.8965454 14.54712677
+329.5568848 8.2682352066
+334.8043213 20.2179832458
+336.2999878 59.490814209
+337.2226257 92.3679656982
+338.2568359 12.4666700363
+339.6054077 8.477230072
+340.43573 3.4991159439
+342.086853 11.405213356
+343.4690857 4.9139127731
+344.1928711 9.2246646881
+344.843811 4.8864269257
+345.9118042 17.914308548
+346.7286072 4.9594144821
+347.3397217 20.8785057068
+348.2045898 4.4200496674
+349.3649902 8.7656164169
+350.2998657 7.4754714966
+351.4318848 13.0757465363
+352.9507446 19.472026825
+354.1866455 22.1555404663
+355.3212891 37.9831314087
+356.2786255 16.1291694641
+358.0897217 10.0875034332
+360.9151306 21.0198879242
+362.135498 10.8218250275
+363.2168579 10.7031316757
+364.2694092 7.4128780365
+365.2862854 26.3471851349
+366.2602844 21.0422878265
+368.3875732 96.2546844482
+369.3423462 18.5076789856
+370.116394 25.4189243317
+371.157074 27.1444950104
+372.3150024 46.552570343
+374.1690369 205.7810668945
+375.1543274 51.8268051147
+376.1338501 13.084280014
+377.5853271 18.1521625519
+378.3457336 32.2841415405
+379.3133545 7.8876309395
+380.4851074 14.2284269333
+382.2781372 50.8932380676
+383.3098145 40.178062439
+384.3711243 43.0736656189
+388.2539673 2.6744511127
+389.1731567 14.5534658432
+390.1825867 46.3149032593
+391.1829529 51.7428779602
+392.3589478 52.8540763855
+393.2235718 73.0271835327
+394.4243774 36.5950241089
+395.4888611 11.3326311111
+396.7701416 35.9085998535
+399.5236511 27.6363582611
+401.2174072 31.9231815338
+401.836731 2.6801991463
+403.3245239 3.7081627846
+403.9451904 6.2935366631
+406.023407 8.9459705353
+407.2094116 188.1855621338
+408.2226868 37.2108535767
+409.1479797 49.3285140991
+410.3182983 29.7448310852
+411.2555847 71.6781921387
+412.058075 11.2211952209
+413.8193665 18.5276412964
+415.602417 20.9268226624
+417.3486938 30.604970932
+418.3666992 19.2762889862
+419.2067261 15.0858669281
+420.510376 16.1049575806
+422.6159058 20.1311950684
+424.2369385 22.2829322815
+425.2719116 29.0866394043
+426.0503235 61.4212341309
+427.8452454 25.7295417786
+428.9180603 3.8963067532
+430.8308716 11.936000824
+431.5186157 20.5504932404
+432.3486938 4.5734615326
+433.5678101 56.4489898682
+434.5927124 63.9661598206
+435.5805054 26.7070732117
+436.4885864 3.2058312893
+437.2507324 3.5761651993
+438.286377 4.0781211853
+439.5993042 77.3704528809
+440.3314819 13.9058361053
+441.1672058 18.56067276
+442.6791992 60.9856719971
+443.7150269 82.6508331299
+445.3976746 12.4944353104
+447.6426086 61.3593139648
+448.5614319 174.8419494629
+449.541626 40.014629364
+450.443634 22.7476577759
+451.638092 44.0134391785
+452.5063477 54.2238006592
+453.4805603 47.4215698242
+454.3940125 3.7819857597
+455.1358032 32.8083763123
+455.9292908 27.0852069855
+457.0266418 147.5778045654
+457.9988708 327.2693481445
+459.0835571 81.1796035767
+460.2140198 19.4161319733
+461.417511 11.6121730804
+462.2652283 37.3550605774
+463.6514587 33.7271347046
+464.7912598 181.4808197021
+465.6898499 297.5249938965
+466.4960632 49.429359436
+467.407135 36.6900787354
+469.1856384 28.6522865295
+469.9582214 31.5141124725
+470.6773682 11.5809259415
+473.0349121 671.6306762695
+474.0407715 54.5964431763
+474.7377319 17.4391746521
+475.6073914 34.0695075989
+476.3956604 8.7619857788
+477.8100891 16.2905330658
+478.7371521 21.5623188019
+479.3978577 39.3774452209
+480.3502502 12.1112384796
+481.7640076 77.8789215088
+482.4736938 119.5617599487
+483.3598633 43.3215675354
+484.0378418 27.3371887207
+484.8349609 21.3378276825
+485.6769104 19.7033882141
+486.5184021 18.4083747864
+487.5270691 37.0880393982
+488.4422913 48.954826355
+489.181366 10.4368095398
+490.73526 223.236328125
+491.6048584 115.2482223511
+492.4112854 37.9192962646
+493.0669861 50.1958503723
+494.4227905 6.1081748009
+495.7404785 50.6678962708
+496.616272 213.7729187012
+497.6378784 30.3539295197
+499.4781494 252.9410247803
+500.6448059 70.7043228149
+501.5845032 31.0268268585
+502.4807129 19.9083938599
+504.0170898 44.3855285645
+505.1412354 786.2022705078
+506.0032043 70.3169021606
+506.6657104 68.4758911133
+507.5314026 18.7475681305
+508.5847473 34.2126083374
+509.7046814 32.5090103149
+511.3651733 19.9605064392
+512.5913086 69.9069442749
+513.6525879 548.9836425781
+514.5700073 163.6123809814
+515.3428345 5.2150783539
+516.1033936 6.7959165573
+517.3883057 96.1948623657
+518.2944946 138.6365203857
+519.2962646 14.0376586914
+520.0106812 15.4256420135
+521.2576904 158.0196228027
+522.2852173 1826.5061035156
+523.0938721 383.7913208008
+524.0220947 3.7948725224
+524.6715088 4.5153613091
+525.3756104 37.5173301697
+526.6900635 35.6597595215
+527.5128784 27.9393825531
+528.5109253 16.6688308716
+529.65979 71.0510177612
+530.4510498 79.156791687
+531.5459595 78.2369995117
+532.6046143 45.2460861206
+535.2788086 117.2274703979
+536.3706055 27.1741104126
+537.3232422 9.4836111069
+538.2398682 47.2308502197
+539.3526611 44.2896270752
+540.5148926 31.8008403778
+541.7935181 18.4211540222
+542.6140137 19.227104187
+543.6932373 8.5380439758
+544.3774414 19.1412982941
+545.3713379 2.8421041965
+546.4874878 30.8056964874
+547.7036133 106.3494567871
+548.5980225 136.6813354492
+549.6710205 95.9569015503
+550.7161865 12.1488189697
+551.793457 25.4214897156
+552.8841553 80.1967010498
+553.6794434 84.9897918701
+554.5828247 19.2516803741
+555.4301758 24.1709899902
+556.1347656 90.8626556396
+557.8562012 161.2138977051
+558.5380249 23.9130687714
+560.1665039 23.8370571136
+561.2657471 134.5535736084
+561.9140015 362.6506958008
+562.671936 167.746307373
+563.5136719 15.1546955109
+564.1693726 62.2732429504
+565.3083496 22.2517776489
+567.8262939 35.1076126099
+568.8618164 46.4619178772
+570.3835449 2225.9736328125
+570.991272 1314.8560791016
+571.5943604 349.4674377441
+572.3016357 64.8832550049
+572.9736328 84.2917861938
+574.0424194 33.377494812
+574.7835693 77.8770446777
+575.6533813 21.6290073395
+576.5919189 36.8569564819
+577.3104248 76.5798339844
+578.9760742 7778.6669921875
+579.6066895 4642.708984375
+580.7636108 189.4904785156
+581.626709 84.6012420654
+582.3546143 46.2720298767
+583.0350342 16.8756980896
+584.1148071 45.2645187378
+585.6494751 243.3052368164
+586.6228027 194.055267334
+587.6838379 15.4831018448
+589.0506592 523.5836791992
+590.164917 68.1995544434
+591.4017334 32.3864479065
+592.3337402 30.3973407745
+593.8001709 124.9881591797
+594.4366455 308.6832580566
+595.1154785 490.3604125977
+596.0043945 28.1224937439
+597.1367798 30.3668766022
+597.894104 12.7883300781
+598.7460327 21.0272521973
+599.7664795 25.332950592
+600.5460205 17.116689682
+601.5056152 17.9242172241
+603.1080322 1136.1829833984
+603.9465332 155.5695495605
+604.5887451 66.18699646
+605.1901245 14.5093584061
+606.2911987 26.7577285767
+607.2568359 54.9740600586
+607.8571167 6.0935053825
+608.6784058 33.5520401001
+609.5878906 4.9936261177
+610.5927124 131.5289154053
+612.1135254 1207.3947753906
+613.0349121 141.7766265869
+614.4824219 88.823387146
+615.4763184 148.2724456787
+616.6867676 60.9462394714
+617.7289429 34.877155304
+618.6816406 50.9875869751
+619.7681885 112.9527282715
+620.5565186 78.1323928833
+621.5511475 59.5321350098
+622.7017822 13.2999544144
+623.6185303 32.5571899414
+624.4621582 125.0251998901
+625.2058105 101.0032196045
+625.9640503 56.1214675903
+626.5975952 88.7853851318
+627.802002 178.8465576172
+628.7597656 454.1819458008
+629.7103882 144.8583679199
+630.7241211 14.2950029373
+631.4625244 31.780418396
+632.5960693 40.922958374
+633.6704102 145.5079956055
+634.5595703 155.4920959473
+635.3934937 195.5783538818
+637.1447144 1312.6442871094
+638.1798096 393.7490234375
+638.9163818 170.142791748
+639.6990967 57.2432937622
+641.0595093 143.4631347656
+642.2679443 298.1146850586
+643.2883301 598.8483886719
+644.3308105 175.6738891602
+645.6757812 3234.5473632813
+646.5269775 448.2659912109
+647.3774414 52.8198471069
+647.9863281 98.8680038452
+648.8607178 113.9929351807
+649.7310791 102.164855957
+651.1484375 1267.9912109375
+652.1158447 504.3758850098
+653.4420776 131.5056762695
+654.4424438 92.6509017944
+655.5194092 26.3651580811
+656.2987061 20.4199638367
+657.3499756 15.1343698502
+659.3814697 963.9918212891
+660.2067871 2022.0083007813
+661.4472656 1157.0638427734
+662.5275879 384.5605163574
+663.5328979 69.9813156128
+664.7155151 25.7128429413
+665.6469116 30.7857570648
+668.4835205 7375.4375
+669.0932007 6056.1977539063
+670.4221191 103.9535827637
+671.4282837 153.4497528076
+672.5003662 48.3316497803
+673.2370605 41.7155456543
+675.9740601 49.546546936
+677.2186279 119.2610015869
+678.0955811 45.8338661194
+679.3496094 30.2777900696
+680.3289795 34.9737052917
+681.0377808 153.0941925049
+681.6779785 243.2358551025
+682.473877 68.2334289551
+683.8920898 13.6209316254
+685.7226562 350.2008666992
+686.5718384 269.283203125
+687.4523926 35.2645339966
+688.9040527 20.3417739868
+689.7750244 43.6508598328
+690.708374 49.3383750916
+691.3771973 8.7949066162
+692.6713867 19.4946708679
+693.7980347 232.5199584961
+695.1547852 976.1514282227
+696.0549316 206.2803039551
+697.1241455 30.8778152466
+698.5162354 133.4726104736
+699.2600098 449.0479736328
+700.0753174 65.3620223999
+700.7738037 19.5924301147
+702.2775879 388.6531982422
+703.1568604 192.2944641113
+704.2312012 821.7712402344
+705.1602783 109.6486434937
+707.2766113 1790.6618652344
+708.175293 2662.4907226563
+709.0484619 305.4172668457
+710.1832275 20.5442523956
+711.2974854 53.3902282715
+712.6048584 42.8800430298
+713.6608887 56.0971450806
+714.6193848 64.8779449463
+716.4370117 4820.919921875
+717.15979 2574.837890625
+718.2404785 11.0867891312
+723.0638428 2.6355886459
+723.9969482 12.0721492767
+728.27771 8.4504518509
+730.5812988 21.9019241333
+732.5501709 14.9548215866
+734.5849609 3.5173828602
+736.4929199 18.3257389069
+737.4173584 13.2902965546
+738.4390869 48.8332901001
+739.3009033 59.6359519958
+741.4354248 100.1631774902
+742.5456543 37.1945533752
+743.6217041 10.2994184494
+746.4000244 61.493724823
+747.498291 40.6099090576
+748.8875732 10.4623975754
+749.6583252 7.4366059303
+750.5675049 6.5413589478
+751.4500732 9.6403770447
+753.526001 12.3858499527
+754.4669189 19.2732715607
+755.5708008 19.8665618896
+756.4796143 32.2063713074
+757.3972168 26.3006591797
+758.6081543 18.1567955017
+760.0633545 103.1517181396
+760.7960205 24.9467849731
+761.5402832 29.8532772064
+762.6689453 9.3531646729
+763.4208984 10.0699176788
+764.4859619 10.8748216629
+765.770752 21.4779167175
+766.4492188 154.5047454834
+767.5539551 75.6376342773
+768.3148193 19.398645401
+769.5075684 5.8751401901
+771.3846436 117.1562347412
+772.3991699 153.4208984375
+773.4265137 19.8827552795
+774.5025635 16.8994789124
+775.4931641 29.0847740173
+776.5731201 16.8601589203
+777.4284668 4.1094179153
+779.4234619 2.6071403027
+781.3682861 51.1075744629
+782.7137451 22.9040298462
+783.572998 46.8112564087
+784.5032959 225.0680541992
+785.5446777 94.8827972412
+786.3304443 15.0820388794
+788.4127197 629.069152832
+789.5551758 254.5565338135
+790.5307617 18.991897583
+791.4439697 9.6018733978
+793.2070312 14.0688562393
+795.3781738 9.8290472031
+796.9802246 12.9452610016
+799.5126953 3.6593489647
+800.6296387 57.7826309204
+801.7409668 74.9333343506
+802.7067871 3.4916276932
+803.6584473 6.2069816589
+805.5546875 58.4352798462
+806.4881592 28.0716972351
+809.1223145 8.0059804916
+810.703125 13.0258150101
+813.3671875 11.9574480057
+814.6345215 27.1190299988
+816.7167969 2.7643923759
+817.5797119 44.0839805603
+818.6700439 57.7720489502
+822.5626221 7.168902874
+823.4016113 15.7103719711
+826.5650635 52.4255485535
+827.5755615 51.6723480225
+828.6939697 22.9570121765
+829.4532471 18.4362163544
+830.5327148 2.9864809513
+832.5355225 3.8544566631
+834.7980957 10.9520177841
+836.7619629 5.7053995132
+837.6644287 18.0388851166
+838.4307861 2.8401908875
+840.0089111 4.2416186333
+843.6425781 3.2354319096
+844.4398193 4.4089713097
+845.3010254 2.9681816101
+849.5759277 23.2798271179
+850.4084473 23.0684051514
+851.6140137 21.9233150482
+853.1502686 5.3874206543
+854.5483398 169.572845459
+855.4927979 52.4520339966
+856.5667725 34.7874908447
+858.6416016 7.1419506073
+859.654541 22.7344894409
+860.4997559 13.0433425903
+861.5561523 19.0353927612
+862.5554199 5.4415454865
+863.5368652 23.0909500122
+866.6334229 32.4065704346
+867.5043945 57.0037384033
+868.6392822 30.7803344727
+869.5943604 110.2104415894
+870.5550537 60.9831962585
+871.399292 14.2319469452
+872.5471191 331.8606872559
+873.5384521 165.5092163086
+874.6760254 34.948425293
+875.4998779 2.7864890099
+877.6585693 14.4038419724
+878.5987549 51.6522941589
+879.5197754 51.8537139893
+880.4940186 48.4994049072
+881.6778564 33.2910461426
+882.7227783 3.4243512154
+884.625 68.5768585205
+885.541626 90.35546875
+886.5684814 43.7379493713
+887.8404541 12.6713342667
+889.5587158 14.819275856
+890.8555908 2.9582910538
+892.0198975 11.0481586456
+892.8527832 6.9146704674
+893.8126221 15.8314199448
+894.5684814 89.9415206909
+895.5389404 200.1750183105
+896.6046143 100.5629272461
+897.6018066 1947.9735107422
+898.5930176 1002.7623291016
+899.6337891 227.532409668
+900.6568604 18.1429195404
+902.5551758 830.994140625
+903.6044922 469.8508300781
+904.5695801 98.2538299561
+905.8135986 4.4106769562
+906.7344971 9.4985227585
+908.1871338 19.5082511902
+909.369751 18.3516750336
+910.3707275 54.9393577576
+911.5720215 52.7610435486
+912.5976562 36.7160263062
+913.7259521 43.6066169739
+914.6676025 560.627746582
+915.5678711 348.5810852051
+916.5721436 75.2807693481
+917.6730957 8.9329023361
+918.6591797 9.1686086655
+919.3942871 4.6612758636
+922.6428223 5.8380050659
+923.3519287 3.5160965919
+925.4852295 4.8319253922
+927.479126 356.8430175781
+928.4570312 221.7256164551
+929.6304932 96.5275878906
+930.640625 10.4789600372
+931.5715332 6.0659255981
+934.6099854 5.7129926682
+935.4245605 6.4187507629
+936.4736328 3.0323491096
+937.6531982 9.980093956
+943.4504395 4.745932579
+944.5148926 831.380065918
+945.5648193 463.4821166992
+946.5201416 96.61277771
+947.6633301 11.5937519073
+950.1099854 3.5168659687
+951.322876 12.6024093628
+954.166748 5.9481883049
+962.4989014 29.4869804382
+963.6660156 11.207318306
+964.7202148 7.2585840225
+966.5797119 25.3176631927
+968.2821045 6.765499115
+970.6403809 10.3704748154
+971.770874 11.7055959702
+972.6051025 3.4107706547
+974.8035889 11.478055954
+978.5668945 5.0895500183
+980.8410645 20.5675315857
+981.9232178 5.6222791672
+982.7425537 30.1661548615
+983.5646973 20.7148799896
+984.6625977 6.1021327972
+985.8071289 7.8504428864
+986.9082031 4.4021544456
+989.479126 6.4262022972
+990.6467285 23.6499156952
+991.6573486 28.1772117615
+992.8355713 10.4500703812
+995.4172363 4.0593571663
+996.8227539 8.7607746124
+997.6478271 17.5782241821
+998.6070557 25.2121162415
+999.7681885 12.1055793762
+1000.594604 13.2856235504
+1001.754761 2.9530038834
+1002.645386 7.6609325409
+1003.744141 6.5758142471
+1004.659424 14.5222864151
+1006.085083 4.6537041664
+1007.664307 29.0319595337
+1008.624268 143.5038146973
+1009.583618 128.6760406494
+1010.594482 13.0676088333
+1013.674072 2.6593093872
+1014.593628 11.8377389908
+1015.761353 26.4897346497
+1016.388916 11.9978370667
+1017.042236 3.4702394009
+1021.055542 10.2357797623
+1021.764771 14.1059350967
+1022.512207 16.8497276306
+1023.588867 22.6002235413
+1024.717285 19.9012241364
+1025.669922 249.4480285645
+1026.796875 124.1211929321
+1027.692871 74.2547607422
+1028.675781 25.3076210022
+1029.750122 9.2235383987
+1031.34729 3.6705191135
+1032.018555 8.7172737122
+1035.729126 39.7945251465
+1036.590332 22.2772102356
+1037.467163 19.4497394562
+1040.563721 26.493730545
+1041.714844 17.9880485535
+1042.681152 43.5018806458
+1043.549927 12.3865585327
+1044.536133 6.2236204147
+1049.976196 6.4438171387
+1052.55188 8.3536491394
+1053.419067 3.5140585899
+1057.807739 5.008099556
+1058.69519 22.6328392029
+1059.833984 28.3806190491
+1060.755371 28.3683624268
+1066.786133 2.6690404415
+1068.745483 2.9454138279
+1076.824219 8.3867321014
+1078.859497 3.6789050102
+1080.114502 8.1722555161
+1080.84436 5.0387239456
+1086.682129 7.212003231
+1089.824585 13.5422697067
+1091.589478 16.8173980713
+1093.542114 5.5292081833
+1094.831543 5.4149298668
+1095.996094 16.3230438232
+1096.790894 12.1009340286
+1098.156982 29.739938736
+1098.870117 17.333322525
+1102.621582 5.7324018478
+1105.068115 5.458439827
+1105.675659 9.4631290436
+1106.735352 2.9517605305
+1108.650513 4.4988279343
+1109.779907 3.0591459274
+1111.849121 22.7499732971
+1112.789551 17.3363342285
+1114.711914 31.0274181366
+1115.674316 7.2732467651
+1116.489746 10.2760009766
+1119.812134 9.297208786
+1120.667236 22.6877422333
+1121.647461 8.2426204681
+1122.260376 9.1969671249
+1122.911133 37.1695365906
+1123.73291 20.6957378387
+1124.85083 6.5848574638
+1128.726807 3.224480629
+1130.390625 9.0508832932
+1132.188599 5.4516367912
+1133.062256 5.2729759216
+1135.60083 8.1287946701
+1137.901367 29.3616333008
+1138.992798 70.4250793457
+1139.755737 167.1938781738
+1140.736816 164.529800415
+1141.871338 21.6761703491
+1142.473511 5.9514436722
+1143.559204 11.5788516998
+1144.760986 10.1442632675
+1146.343506 4.1952567101
+1147.643433 3.2109568119
+1148.61853 57.7015457153
+1149.60376 23.7028942108
+1150.410278 5.5757918358
+1151.155151 3.8882672787
+1153.007568 11.9177093506
+1153.82251 7.1598982811
+1154.689453 12.5512943268
+1155.626709 15.0760059357
+1156.67749 19.0305213928
+1157.771118 6.5158929825
+1160.040283 17.7220287323
+1160.862061 11.7822666168
+1161.870483 11.2253894806
+1165.603516 27.8268756866
+1166.65332 38.4849777222
+1167.783447 12.5386447906
+1169.58728 11.1831483841
+1170.538696 91.4822921753
+1171.580322 69.1724853516
+1172.739136 48.2981567383
+1173.950073 2.9202783108
+1177.569946 34.3546867371
+1178.787842 6.1403632164
+1179.701294 2.6240899563
+1185.366333 3.7198057175
+1187.449829 75.3970413208
+1188.530029 88.8903961182
+1189.636475 30.0827770233
+1190.642578 5.1105241776
+1197.540649 10.6436681747
+1200.988281 3.5423045158
+1203.328369 27.2383422852
+1204.650024 15.7571792603
+1205.595459 17.9409542084
+1208.788208 4.1844573021
+1212.772827 3.0159070492
+1215.488037 6.0197305679
+1216.595093 4.9007658958
+1223.703735 5.8811440468
+1224.558594 4.7044672966
+1231.778809 3.6224856377
+1234.36438 12.8701992035
+1235.028076 2.7304382324
+1236.650635 7.1611161232
+1243.923096 3.883654356
+1244.853149 5.0160937309
+1252.500488 10.4556684494
+1254.687622 2.9157919884
+1256.824829 4.6201715469
+1258.656128 5.403008461
+1262.45166 5.3664865494
+1265.081177 2.8683743477
+1265.833496 4.9511871338
+1267.616455 11.2662811279
+1269.793823 21.9188480377
+1272.921631 5.3031320572
+1273.803467 21.4630641937
+1275.904663 5.7892127037
+1276.920532 13.3238658905
+1279.807495 45.3776817322
+1280.580444 16.9487895966
+1281.640503 20.2506790161
+1283.87085 9.1845121384
+1284.734985 19.7964115143
+1285.536377 7.8204183578
+1290.668335 13.5582904816
+1291.769165 18.8780899048
+1292.702881 3.6429953575
+1296.984497 12.3089170456
+1300.749878 22.533115387
+1301.796387 12.493437767
+1302.790405 3.8431427479
+1303.735107 7.5504570007
+1304.67334 5.4229469299
+1312.452515 11.4921808243
+1317.668457 5.2741894722
+1318.726196 4.6936535835
+1319.966675 6.9091649055
+1335.970459 4.6887741089
+1337.313354 12.920923233
+1389.930786 3.6759328842
+1409.735474 2.7684845924
+END IONS
+BEGIN IONS
+TITLE=small.14.14. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=14"
+RTINSECONDS=7.8013
+PEPMASS=559.192749023438 14270.2412109375
+CHARGE=2+ and 3+ and 4+
+167.1001587 8.7610998154
+168.1212921 3.4117739201
+169.0323181 7.8864984512
+170.0105743 1.8347855806
+172.1047974 1.8402044773
+174.4888 2.1790838242
+175.9590759 1.9472339153
+177.9249878 2.4383864403
+179.2511139 6.0239686966
+180.2272644 2.2820620537
+181.1833649 4.422003746
+182.254776 4.8253917694
+183.0056152 6.492855072
+184.1999207 2.4802844524
+189.444046 5.6830153465
+194.1883698 5.1668429375
+195.2404785 5.1965303421
+197.1685181 465.3946533203
+198.0766602 50.5030899048
+199.0972595 8.8255567551
+202.1395569 73.0071258545
+202.9823914 7.7142367363
+205.1781921 3.5771429539
+207.2476196 4.150739193
+208.09198 4.2681417465
+209.146637 50.3932647705
+210.3829041 13.1335601807
+211.1415863 16.725227356
+212.3097229 3.7020530701
+215.0200043 1.8343081474
+216.049408 1.8394782543
+217.2531891 1.9035950899
+219.5612183 1.8052462339
+221.9443359 2.4049386978
+223.2527771 2.0638656616
+225.0231781 255.5518798828
+226.1737976 126.3038787842
+227.1875 41.4007797241
+230.2427368 4.9600844383
+230.9574585 8.0228967667
+233.2592163 37.6457176208
+235.0097351 4.1057066917
+236.3021088 3.1132221222
+237.1194 5.2374968529
+238.3131256 2.0549521446
+239.1697998 2.2998027802
+240.138092 3.7128145695
+242.2776184 47.0475463867
+243.2001038 73.8859100342
+244.2336731 47.3918228149
+245.2720947 39.2234191895
+246.1796265 12.0426979065
+247.2307281 5.1127915382
+248.3127594 7.2587776184
+249.3395691 23.4954032898
+251.2219543 5.3376092911
+253.3562012 19.4477310181
+254.2835388 26.8544311523
+255.2356567 19.3924102783
+256.0984497 6.5803422928
+258.0751648 3.0678057671
+259.1159363 2.1190752983
+260.1010132 47.7806015015
+261.1803589 98.5082244873
+262.1872559 21.2355690002
+263.2780762 3.7452821732
+265.1701965 197.5430755615
+266.113678 33.4826583862
+267.3521729 3.2889943123
+268.3976746 3.2002315521
+269.8652344 8.2671737671
+271.2447205 10.6628189087
+272.1976318 3.5833723545
+273.1856384 1.7076326609
+274.0253296 5.4498944283
+275.1269226 11.979847908
+276.0722046 147.4252624512
+277.1383972 44.0633773804
+278.2262878 4.2507376671
+280.2498779 2.0333151817
+281.6414185 5.1775274277
+282.2414551 3.24913311
+283.3740845 4.6648626328
+287.120575 11.4048147202
+288.1420593 5.75349617
+289.8151855 5.6578645706
+290.8488464 6.5212030411
+292.0922852 17.2725524902
+293.1711731 1262.5582275391
+294.1694946 187.5455780029
+295.272522 32.2769966125
+296.3025513 8.6641435623
+297.2488708 5.9327516556
+300.1699219 7.5546917915
+301.1278076 2.5311872959
+302.2410278 3.616338253
+303.4226074 1.9711754322
+304.232666 9.5224781036
+305.1847229 9.7497119904
+306.2243042 13.4449090958
+307.6253052 6.315911293
+308.5046387 6.9365005493
+309.2052612 9.4283037186
+310.1444397 14.5042629242
+311.5825195 3.6656599045
+312.4268799 7.0794391632
+313.2221375 6.534201622
+314.1185303 5.6239333153
+315.2888794 6.8301391602
+316.3181763 4.107152462
+318.3146362 16.6770420074
+319.4169922 20.7863540649
+320.3224487 9.1615333557
+320.9716492 2.0827291012
+321.8898315 3.3910982609
+322.4941711 3.751049757
+323.658783 16.2152404785
+324.6266174 2.5279583931
+325.2293701 2.1332569122
+326.8766479 16.6067218781
+327.4829102 3.0472736359
+328.2935181 8.8236722946
+329.3103027 1.9804810286
+330.3891296 14.3058462143
+331.8868408 2.872604847
+333.0064697 27.415927887
+333.7266235 11.7001743317
+336.1260986 49.798248291
+337.2041626 85.8037796021
+338.3431091 20.4490890503
+339.1031189 14.6517858505
+340.5699463 17.7723808289
+341.2094116 4.3401975632
+342.3883057 9.361656189
+343.193573 8.6855964661
+344.2389526 17.7992591858
+345.1636658 10.7228469849
+346.5163574 3.3036837578
+347.5308228 12.2124977112
+348.5905151 20.2206249237
+349.5108032 9.6603164673
+350.2145996 4.3770184517
+351.7151794 4.6618099213
+353.2259521 19.8245792389
+354.302124 31.1221580505
+355.353302 20.053030014
+356.4876099 18.6266345978
+357.5335388 6.978603363
+358.4605103 15.4238948822
+360.100647 219.2453765869
+361.2749634 43.5636291504
+362.3436279 41.1339035034
+363.3606262 3.9061262608
+364.4270935 26.1023387909
+365.4345703 7.2069301605
+366.3709412 10.539100647
+367.6650391 10.2481546402
+368.5967407 29.354183197
+370.3220215 55.0111045837
+371.3896484 9.3263463974
+372.1684265 27.2331161499
+373.3576965 10.0016441345
+374.3452148 96.2111206055
+375.4775391 33.1606674194
+376.5891113 9.02531147
+377.3665161 29.9252681732
+378.7602539 92.1753082275
+379.7012024 6.9967756271
+380.5315552 18.8899497986
+381.5843201 10.5167369843
+382.3469543 52.0776748657
+383.0749207 11.1905698776
+384.0302429 24.4408969879
+384.9581299 2.402923584
+386.4866943 228.245010376
+388.0505676 500.7126464844
+389.1566772 165.5519104004
+390.3588257 40.8943786621
+391.433136 43.9343566895
+392.3305969 57.9958763123
+393.057251 72.5010910034
+393.8682251 26.7979221344
+395.1703491 17.716217041
+396.6179199 26.5077419281
+397.4552002 11.2350120544
+398.7402344 7.1898708344
+399.8959961 14.6357860565
+401.348999 140.8654785156
+402.1166077 86.2808074951
+403.0554199 38.4056854248
+405.1783447 20.7801361084
+406.401947 12.9803352356
+407.2839355 163.5893859863
+408.3814392 89.6623077393
+409.5598145 95.5846939087
+410.3832397 45.0894012451
+411.40979 39.3125648499
+412.3963318 3.1530849934
+413.5368042 18.0524177551
+414.3547974 14.6211843491
+415.3688049 10.404838562
+416.2858276 28.1455154419
+417.3591003 52.8308563232
+418.2310486 106.5016021729
+419.1820374 32.3811645508
+420.1037292 15.6240873337
+421.4916687 14.8320589066
+422.3158264 3.4597601891
+423.5874939 594.2438354492
+424.5550537 42.4464836121
+425.2276611 95.7681808472
+426.0021362 26.8688220978
+427.4762573 31.7238788605
+428.3450928 52.5410881042
+429.2395935 82.0731201172
+430.6792908 216.2695770264
+431.6350098 103.9732055664
+432.3513489 16.3364143372
+433.7591858 61.56615448
+434.4178162 116.108757019
+435.7980957 18.3427429199
+437.0457764 53.8953590393
+437.7557068 16.5557823181
+438.4623108 18.5345001221
+440.0805359 223.6201171875
+440.9912109 44.2699775696
+442.3573608 34.8249359131
+443.0160217 33.5330810547
+444.1820984 10.2198648453
+445.6217957 102.707069397
+446.423584 410.1184387207
+448.0163269 110.2882919312
+449.2719116 115.8809356689
+450.0394592 91.2405395508
+450.9084167 59.1004867554
+451.9386597 56.3995437622
+453.0500488 6.722817421
+454.4859924 15.8551368713
+455.4958801 5.4725112915
+456.2052612 93.4314422607
+456.9448242 261.3056335449
+457.9189148 3009.3156738281
+458.5475464 1942.5201416016
+459.5397949 103.7168197632
+460.5587769 25.0856361389
+462.5160828 1600.9050292969
+464.0802307 19.5182590485
+465.3780823 127.0449829102
+466.0610352 190.0927276611
+466.7791443 32.2564125061
+467.7626343 112.2240142822
+468.51297 109.6119537354
+469.3175659 35.6922645569
+470.2468567 29.3400096893
+471.3283691 202.323638916
+472.0748901 2681.2631835938
+474.3652344 63.4515266418
+475.4024963 27.4836883545
+476.502533 42.9881820679
+477.2351074 532.6861572266
+478.199585 1477.2976074219
+479.440094 155.8608398438
+480.6155701 14.9883899689
+481.6624451 17.0120849609
+484.0137939 12677.11328125
+485.7116699 86.7911300659
+486.8935242 102.4104919434
+488.1416016 55.8599090576
+489.123291 107.1149139404
+490.3386841 56.5352478027
+491.3132324 112.0263214111
+492.3345947 93.919960022
+493.5555115 66.6169128418
+494.3978577 68.1862487793
+495.4116821 56.4453659058
+496.3761292 55.7971305847
+497.1150208 62.5039100647
+498.239502 92.1621398926
+499.3691101 231.6832580566
+500.2023315 260.2162780762
+501.1881714 91.5787124634
+502.2958679 54.1054611206
+503.5560303 246.4276428223
+504.8469849 226.5738220215
+505.6896362 3310.8845214844
+507.176178 133.4582824707
+508.0290222 20.5718784332
+509.0930176 258.5065002441
+509.8653564 193.938583374
+510.6979675 34.7944145203
+511.375 16.9781970978
+512.8091431 177.2244110107
+513.6635132 472.2293395996
+514.3799438 95.4526367188
+515.0914307 2226.5942382813
+516.2840576 95.6350479126
+517.1375732 153.6499328613
+518.3216553 81.3222198486
+519.2692871 54.7527770996
+520.9805908 5453.0317382813
+522.1334229 4413.3857421875
+523.190918 768.3643798828
+524.1888428 78.1102600098
+524.9025879 92.7445907593
+525.8188477 69.0976409912
+526.6669922 57.1115188599
+527.6225586 52.6896591187
+528.6671753 36.1066055298
+529.7084961 100.5230102539
+530.421814 46.1283416748
+531.2422485 87.1913375854
+532.1855469 75.0003204346
+533.3933105 55.9774627686
+534.3311768 29.7747707367
+535.2225342 46.0847091675
+536.1947632 18.8828277588
+537.1520386 173.2655029297
+537.7668457 1003.8654174805
+538.9818115 66.9046401978
+539.7176514 62.0890350342
+540.5513916 321.6105041504
+541.4622803 304.2775878906
+542.5524902 88.0379333496
+543.5686035 379.330291748
+544.4248657 143.4768676758
+545.1254883 165.5414123535
+546.3797607 234.1900939941
+547.1311035 1473.7933349609
+548.3592529 73.4605102539
+549.3199463 179.5966033936
+550.0747681 397.9975891113
+550.7544556 197.5759735107
+551.6983643 15.2159729004
+552.6287842 529.8451538086
+553.6069946 18.4108924866
+555.6851196 2.1296751499
+557.3924561 2.9509954453
+558.0754395 6.4187927246
+559.6254883 2.5597536564
+561.3132324 9.8789587021
+562.3232422 42.333732605
+564.1075439 84.8212738037
+565.3966064 29.7188262939
+566.1700439 8.7628173828
+568.3022461 43.3946495056
+569.2960815 89.0820007324
+570.3929443 960.4057617188
+571.144104 700.8555297852
+572.1057129 54.804107666
+572.9057007 10.998799324
+573.5684814 3.4751567841
+574.2722168 6.5881996155
+575.0187378 7.2468943596
+576.5126343 202.3400878906
+578.0485229 289.0924682617
+579.2006836 17880.552734375
+580.1253662 2266.1220703125
+581.1620483 66.1735229492
+582.1732178 17.3867893219
+583.4775391 107.2815856934
+585.1716309 776.198059082
+586.0169678 189.2510375977
+587.1437988 166.1689147949
+587.9656982 63.2946357727
+588.9246826 15.9600849152
+589.5913696 8.4618244171
+590.4827881 13.6790161133
+591.3233643 14.2291088104
+594.6367188 165.3252563477
+595.4874878 34.8174819946
+596.440918 9.1296291351
+597.574646 2.5291147232
+598.8013916 7.3283834457
+600.4122925 3.3459105492
+601.2340088 2.4120662212
+601.9992065 8.3998346329
+603.1420898 45.8791732788
+603.9457397 20.5995140076
+605.0507812 16.8744697571
+607.2261353 20.3093147278
+608.079834 4.5113940239
+609.1224365 19.4092178345
+610.1824951 28.1873130798
+611.9581909 184.3230133057
+612.5917358 135.6497802734
+613.3225098 83.1756896973
+614.2883301 45.432849884
+615.0913086 11.8648748398
+616.3096313 7.0942931175
+617.2038574 35.8178443909
+618.2462769 45.1559295654
+619.4577637 24.2416820526
+620.517334 62.9725189209
+621.7142944 29.0027923584
+622.8185425 14.1011648178
+623.5453491 2.3283700943
+624.6065674 27.2436065674
+625.9259033 543.71875
+626.6860962 366.8602905273
+627.5695801 57.0625610352
+629.1792603 13.9692134857
+629.9691772 12.8532972336
+631.1224976 42.1306991577
+632.4311523 24.25689888
+633.5343018 50.7945671082
+634.7880859 3233.3979492188
+635.7130127 1497.3989257813
+637.4100952 87.6100463867
+638.211792 48.096244812
+639.9049072 183.3826293945
+640.600708 125.8337249756
+641.6885986 43.4454345703
+642.6070557 133.1469116211
+643.7319946 13883.78125
+644.6737671 2103.7551269531
+645.7122803 204.0641021729
+646.6748047 59.1182022095
+647.6126709 36.9822616577
+648.8166504 205.579864502
+649.6013184 100.6754302979
+650.840271 301.9886474609
+651.4476318 130.8884277344
+652.3140869 126.0705184937
+653.5023193 60.0146980286
+654.473877 18.9341220856
+655.8510742 2.7122793198
+656.9421387 17.4164352417
+659.6965332 317.7396850586
+660.6270752 76.0451965332
+661.6116943 91.3965911865
+662.5183105 20.4035415649
+663.5002441 12.0796957016
+664.3977051 17.4583320618
+665.6206055 25.3785591125
+667.519043 18.4125423431
+668.7624512 186.4372558594
+669.7431641 33.1874694824
+670.9437256 7.0671405792
+671.6397705 15.1790943146
+672.6601562 5.1004772186
+673.8743896 8.7112455368
+675.7930908 10.5791845322
+676.550415 30.8319301605
+677.8884277 18.1567230225
+680.5072021 64.3466033936
+681.5612793 18.3305301666
+682.6931152 22.5969047546
+684.1070557 50.6896820068
+685.1951904 41.0648803711
+685.9813232 41.2250022888
+687.3190918 7.6429433823
+688.9047852 27.8644599915
+690.2740479 47.187461853
+691.1939697 22.1427726746
+692.5670166 174.9862213135
+693.5870361 118.9523849487
+694.8619385 16.8161354065
+695.6384277 13.8532485962
+696.4821777 7.2004070282
+697.7159424 191.2324829102
+698.5960693 352.3136291504
+699.4196777 69.8581695557
+700.0892334 16.7061443329
+701.192749 112.2739868164
+702.1000977 50.3104286194
+703.0831299 2.5858182907
+704.2312012 9.9385929108
+705.309082 29.038356781
+706.7209473 1586.2794189453
+707.6231689 1082.0833740234
+708.7407227 104.4624099731
+709.8886719 24.9147529602
+711.1503906 15.8237304688
+713.1328125 7.684296608
+715.2435303 1013.0201416016
+716.3259277 1705.1169433594
+717.0119629 818.0627441406
+717.6501465 475.6168823242
+718.6905518 5.5372943878
+719.4382324 2.0934371948
+721.4835205 94.4223098755
+722.2851562 114.223815918
+723.3251953 16.8700771332
+725.2526855 9234.9892578125
+726.1708984 2239.9372558594
+727.1090088 40.453502655
+728.2385254 14.9789943695
+729.0026855 2.6285636425
+730.2088623 413.3716430664
+731.2193604 111.6862869263
+732.151123 8.7285394669
+733.1561279 21.2809925079
+734.0374756 11.0366973877
+735.4892578 18.0387897491
+736.2598877 3.0722351074
+737.1491699 4.6359181404
+738.1291504 40.7380065918
+740.0700684 49.1055297852
+741.293335 140.8564147949
+742.3492432 154.9946136475
+743.3662109 27.5466880798
+744.6678467 12.0699338913
+745.4060059 11.9921073914
+746.6075439 24.4629554749
+747.6398926 4.1347351074
+748.9517822 366.516784668
+749.7322998 514.0095825195
+750.5307617 101.7275848389
+751.760498 15.4381980896
+753.6688232 39.3962745667
+754.3131104 209.7660369873
+755.0640869 176.2179107666
+756.3361816 15.4124832153
+757.5509033 1029.2415771484
+758.1962891 1226.8646240234
+759.0567627 154.4479522705
+760.4464111 10.9511032104
+763.1707764 1661.5668945313
+764.1578369 340.3140563965
+765.1330566 35.4848136902
+766.4134521 33.8129768372
+767.5166016 17.1592311859
+768.4421387 5.3685312271
+769.5792236 5.4487223625
+771.7241211 3468.6376953125
+772.6506348 1019.4379882813
+773.5855713 35.4807014465
+774.2929688 7.5380482674
+775.3930664 4.5455489159
+777.0186768 3.0282897949
+778.2677002 63.786075592
+779.0090332 9.5999164581
+780.7857666 728.8516845703
+781.6572266 199.5958862305
+782.7158203 53.400604248
+783.6774902 5.0467677116
+784.8037109 20.5857658386
+786.8101807 277.4996032715
+787.6766357 142.028717041
+788.6644287 13.2075996399
+790.394043 5.179913044
+792.3840332 1.7241517305
+793.9138184 3.4012439251
+796.9938965 4.1793627739
+800.6466064 2.3367619514
+802.0616455 20.9547672272
+806.3463135 11.8058986664
+807.420166 16.2843589783
+808.4820557 24.04753685
+809.4226074 3.1934716702
+812.239502 8.5973348618
+814.5751953 4.4714097977
+819.7438965 28.6761379242
+820.3980713 3.3852407932
+821.3731689 6.0385203362
+822.3480225 3.9632451534
+823.4169922 3.6526303291
+825.4400635 33.486782074
+826.5939941 33.6710128784
+827.5169678 3.7979211807
+828.6949463 112.9016876221
+829.7701416 39.2033920288
+830.3724365 2.1795432568
+833.4876709 3.3675878048
+834.692627 7.871535778
+836.8045654 2.2133882046
+837.8673096 7.8551073074
+838.5251465 5.2967915535
+839.5635986 8.7861585617
+840.5097656 2.9664859772
+843.7073975 2.6951873302
+844.604126 4.5886397362
+845.4049072 9.6378545761
+847.6026611 6.1160936356
+851.6026611 2.5139200687
+852.5218506 2.8165183067
+854.510498 4.3297367096
+855.5845947 36.3520545959
+856.2337646 3.1301603317
+856.9179688 4.6319169998
+857.5506592 2.7005004883
+858.5474854 1.694106102
+860.1229248 2.1311159134
+861.4389648 3.836758852
+862.3760986 9.4222764969
+864.8988037 3.5290505886
+867.0758057 3.1287858486
+867.8548584 5.8302078247
+868.5106201 4.9316644669
+869.895752 2.9295184612
+872.581665 40.8595504761
+873.619873 34.4182815552
+874.628418 2.5447843075
+875.4188232 4.2769699097
+876.177002 1.7428902388
+878.6287842 8.4647274017
+879.3913574 4.3977050781
+880.3504639 7.2603178024
+885.7467041 3.308275938
+890.6029053 5.7332792282
+892.0130615 3.4296689034
+893.0841064 1.9323884249
+894.5588379 95.9567565918
+895.5688477 78.5623321533
+896.5963135 24.5499248505
+897.5701904 93.5477218628
+898.5584717 42.9029541016
+899.5979004 16.7026767731
+900.6568604 2.3460872173
+902.6431885 5.4106125832
+903.5247803 3.4268751144
+904.65625 2.5293312073
+912.5759277 1.8966937065
+914.5767822 9.455242157
+915.6873779 20.6870536804
+916.6820068 14.8906612396
+923.4945068 7.2889103889
+927.4614258 4.3790669441
+935.3526611 3.4008853436
+944.5252686 16.5723991394
+945.4840088 5.8803215027
+950.6040039 6.5979576111
+951.5262451 2.0163202286
+954.81604 3.0928235054
+961.482666 2.9422397614
+963.5999756 1.8711640835
+964.6588135 2.00791502
+970.6395264 3.6084094048
+978.5321045 3.8008003235
+982.0308838 6.5688519478
+982.7191162 3.7358953953
+985.7736816 2.0047769547
+988.4713135 27.3415431976
+990.7159424 4.9680075645
+995.7568359 13.7819786072
+996.6324463 32.6548233032
+997.5788574 20.047744751
+998.6584473 12.0089302063
+1001.494751 5.8497624397
+1006.237915 4.8741598129
+1007.478516 7.8775920868
+1008.673096 61.9427185059
+1009.812134 30.9645557404
+1010.695557 7.7094287872
+1011.917236 2.6257259846
+1013.555542 3.4525702
+1014.765259 4.9205012321
+1020.752075 2.7886514664
+1024.72644 4.0226101875
+1025.701782 17.3198547363
+1028.12793 10.4075508118
+1029.752441 18.39103508
+1030.585938 13.2005567551
+1035.496094 5.948800087
+1036.511841 8.4722671509
+1045.318726 2.8533096313
+1066.679932 5.3224635124
+1075.551758 3.7692728043
+1080.770508 2.2578382492
+1083.742798 1.834556818
+1109.673096 7.2890739441
+1114.403198 1.8609261513
+1115.650391 4.6032471657
+1116.742432 3.9246730804
+1117.914917 6.4217677116
+1119.890259 11.892824173
+1120.708252 4.0637412071
+1122.41333 7.4891819954
+1129.459351 4.5338625908
+END IONS
+BEGIN IONS
+TITLE=small.17.17. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=17"
+RTINSECONDS=8.9853
+PEPMASS=811.408081054688 134546.09375
+CHARGE=2+ and 3+ and 4+
+233.657486 21.034620285
+234.3984375 35.729888916
+240.1624603 19.0836277008
+245.1964569 482.0357971191
+246.1947632 123.3067398071
+249.2602692 28.5789451599
+251.1315002 1151.1984863281
+252.2302856 121.7301025391
+258.1200256 49.2314987183
+262.1856995 634.5372314453
+263.355957 101.0979003906
+264.3340759 39.8337898254
+266.1054382 130.6595306396
+272.3566895 24.7587585449
+273.2478943 62.8178253174
+274.4401855 26.2395553589
+276.1852417 191.8794555664
+278.2269287 27.0546779633
+279.3287354 56.4724006653
+280.2789001 66.2948455811
+281.1644897 24.2583408356
+284.2731934 32.5184249878
+288.1378784 71.5191802979
+290.2622375 2146.5512695313
+291.1677856 439.0139465332
+292.4537354 42.137134552
+294.2337646 749.4276733398
+295.2936096 113.0896987915
+298.1878357 16.631067276
+304.4138794 17.6475296021
+305.2418213 24.09608078
+308.2207947 7984.2915039063
+309.1904907 930.4067993164
+310.1277466 79.3596725464
+312.060791 17.1078891754
+316.3231201 91.0601959229
+317.3112183 54.3957519531
+319.2260437 172.4788208008
+321.0670166 14.8409233093
+324.9370117 42.4758796692
+326.4171753 121.1776199341
+327.7126465 25.0296897888
+328.3137817 163.6243286133
+329.4075317 34.5218811035
+330.1224365 15.333817482
+332.3682861 167.9099273682
+333.4913025 17.4408359528
+336.2314453 116.680267334
+337.2248535 294.287902832
+338.1499023 33.5668258667
+343.3057861 47.4706459045
+346.2094116 150.1937408447
+347.5306091 62.9971199036
+354.4020996 75.5938796997
+357.2443237 23.1448764801
+361.9581299 83.5969772339
+363.0363159 192.1536102295
+364.305603 1491.8266601563
+365.3406372 739.1412963867
+366.2104797 77.0015869141
+367.4523926 37.2535629272
+368.3085022 90.3407440186
+369.4586182 29.2925281525
+373.5275574 18.3366622925
+375.4191589 28.102853775
+376.4020081 256.4440612793
+377.276062 22.7567768097
+378.4486694 17.1403999329
+379.3122864 873.0114746094
+380.3574829 213.2438964844
+381.4330444 387.3059082031
+382.3109741 556.6161499023
+383.1713562 113.8210830688
+390.3455811 34.0103683472
+391.6321411 34.2032699585
+393.2515564 18.6028823853
+396.2834167 1661.7915039063
+397.2581482 466.1548156738
+399.2869263 1655.8626708984
+400.2425232 336.7098999023
+401.3444214 67.1256332397
+402.4268188 42.4183654785
+403.5513306 38.6507720947
+404.2810669 209.6047363281
+405.380188 95.5175857544
+407.2802734 1892.4030761719
+408.3818054 349.1798095703
+409.5331726 51.669708252
+410.3913574 221.8386077881
+411.3369141 971.2428588867
+412.3960876 117.243309021
+413.3413696 49.3329620361
+414.7424622 40.0582427979
+417.1147461 43.1832237244
+421.3283081 3831.0913085938
+422.432312 908.2437133789
+423.3170776 152.3527679443
+424.4497681 17.7145729065
+425.2259216 57.6165618896
+431.2753906 17.4622020721
+434.5153198 37.7439193726
+435.3708191 34.1451148987
+436.4109802 96.6742706299
+438.2709961 781.010925293
+439.2838745 4533.3579101563
+440.2674255 1335.5247802734
+441.2492676 186.874130249
+443.1779785 32.2013549805
+445.1222534 64.7171859741
+446.4866333 46.9978675842
+449.3093262 57.0955162048
+450.4211426 191.1042633057
+451.4588623 69.1669311523
+452.9581909 41.6747398376
+456.3041992 6133.5288085938
+457.3892517 1371.3745117188
+458.4146729 245.1696014404
+459.2530212 15.2079296112
+460.6742554 43.1732215881
+462.274231 600.4240112305
+463.4284363 84.4952774048
+464.5247803 88.9765014648
+465.4506836 87.3778915405
+467.0053101 94.9245986938
+468.0420532 50.5216903687
+468.7488403 20.3839302063
+470.2483215 26.2162036896
+475.3540039 256.6150817871
+476.0631104 26.2877445221
+478.4171143 1388.7995605469
+479.3774414 279.1903076172
+480.055481 52.4064407349
+481.4444885 282.6118774414
+482.5949402 150.2026977539
+483.8778992 209.4872741699
+484.6845093 151.3205108643
+486.1443481 28.5015773773
+488.8809814 75.4472732544
+489.7269592 46.8260955811
+491.8023987 84.1546478271
+492.606842 83.1920547485
+493.4670105 153.970413208
+494.4196472 62.0304145813
+495.4507751 53.5194091797
+498.0039978 520.9243164063
+499.0489807 20.7255783081
+502.4242249 60.5018005371
+503.152771 38.1243400574
+504.1756287 73.3741912842
+506.5671997 57.5236434937
+509.2964478 1661.9724121094
+510.4802551 979.8706054688
+511.4915771 108.2858505249
+512.5760498 82.7123184204
+515.8499756 18.0486392975
+517.5255127 70.2691726685
+518.2445068 37.1288414001
+519.4769287 292.7291564941
+520.4835205 271.2145690918
+521.4088135 207.7767486572
+522.4085693 86.1661758423
+523.5213623 218.1794128418
+524.3308105 52.588508606
+525.1923218 135.0456390381
+526.8988647 17.4613933563
+530.3598633 26.2228279114
+532.4124146 29.0077705383
+533.4273682 1987.2802734375
+534.5232544 85.4607849121
+535.4605713 61.8787574768
+536.6442871 72.5742797852
+537.62323 754.4024658203
+538.4038696 4968.4819335938
+539.4076538 1793.3688964844
+540.4884033 229.8487243652
+543.9053955 15.3374595642
+546.522583 40.3790855408
+547.8478394 53.2189102173
+549.1854248 54.5330085754
+550.3922119 45.5523681641
+551.2680664 395.9949645996
+552.3900757 243.1641235352
+553.6679077 65.976776123
+555.3623047 4127.4345703125
+556.4208374 788.2623901367
+557.4523926 190.517578125
+560.5039673 139.8045654297
+561.1459961 38.1971740723
+564.5700684 57.7579460144
+565.3214722 171.4311065674
+566.3950195 1152.9709472656
+567.4376221 343.2678527832
+568.4160767 42.8184127808
+569.1121826 97.469833374
+571.2780762 50.5979270935
+574.1516113 150.4158325195
+575.1990967 23.3216781616
+579.5616455 330.5465393066
+580.9976196 108.5510025024
+581.9106445 214.8598632813
+582.5808105 110.7909011841
+583.4223633 876.2792358398
+584.7110596 152.4208374023
+585.6785889 40.8156890869
+586.5623779 29.7470397949
+589.1262207 22.9963207245
+591.5088501 89.7921447754
+592.6157227 47.1669616699
+593.5534668 41.5117988586
+597.5639038 67.6578445435
+599.3920898 59.5087623596
+603.1558838 623.0264282227
+606.8929443 103.6448059082
+607.994751 121.4803848267
+609.3769531 3053.4311523438
+610.5383301 842.1489868164
+611.6276245 1832.9521484375
+612.3634033 191.358795166
+615.0200195 73.3968963623
+616.0672607 73.2361450195
+617.2542725 531.4467163086
+618.1550293 95.2548065186
+619.4040527 54.6762237549
+620.2086792 178.7072906494
+621.7705688 216.2647094727
+626.4368896 3275.1401367188
+627.4455566 881.9036254883
+628.4051514 267.2052612305
+629.0056152 300.3411254883
+629.7250977 144.1815948486
+630.7536621 110.6173171997
+636.5558472 115.0403137207
+637.3167725 49.7573013306
+639.6573486 55.0753631592
+646.5405884 105.7650680542
+647.5298462 82.5942840576
+648.7774658 20.0189857483
+649.5905762 115.2651748657
+651.4935913 107.6259002686
+652.8161011 123.0139465332
+653.6479492 16.5643997192
+654.6230469 154.1991882324
+655.5534668 20.4986095428
+657.3123779 1329.9306640625
+658.1345215 1771.6826171875
+659.2657471 154.684677124
+660.4222412 17.9595813751
+661.5222168 57.3707962036
+662.3796387 98.4258804321
+663.4206543 351.6423339844
+664.4188232 1156.5434570313
+665.984375 22805.70703125
+666.661499 20706.4921875
+667.6833496 486.8301696777
+668.8566284 513.1101074219
+669.9645386 145.7708740234
+671.3613892 4510.1728515625
+672.197998 1893.8215332031
+673.1495361 301.4897766113
+674.6210938 142.9382781982
+678.6280518 39.1384963989
+679.9772339 96674.0390625
+680.6366577 71187.6015625
+681.6411133 2129.7697753906
+682.6107788 2892.7536621094
+683.6082764 497.711730957
+684.7510986 259.6857299805
+686.0112305 83.7878952026
+687.1424561 74.1028366089
+688.7116089 1504.7054443359
+689.6696777 421.6065979004
+691.2644043 1333.8198242188
+692.0299072 330.1861572266
+692.7315674 54.0560112
+693.5769043 75.9451217651
+695.6838379 156.2579956055
+696.6517334 117.4484100342
+697.5389404 350.2690429688
+698.4990234 246.1941375732
+699.5731812 107.5876235962
+700.4234619 22.8070583344
+702.0570068 51.0049285889
+703.6151733 53.4343795776
+705.3373413 56.7819709778
+706.4171143 122.4814605713
+707.1273193 60.3886299133
+709.2460327 67.8317947388
+710.1149292 28.5803184509
+711.1668701 71.8754425049
+713.8338623 1991.9104003906
+714.6066895 1309.0769042969
+715.4559937 542.5504760742
+716.213501 32.7716064453
+717.8936768 16.4615421295
+719.5395508 248.9719238281
+720.3720703 103.0766983032
+722.4645996 20275.8828125
+723.1524658 23439.234375
+724.0671387 357.9943847656
+725.019043 101.2986907959
+725.6894531 35.2941246033
+727.7901611 10649.919921875
+728.6557617 5388.3603515625
+729.7071533 215.9030303955
+730.3265381 34.2232704163
+731.3074951 135.3536682129
+732.3720703 33.3464050293
+732.987915 16.1004276276
+733.7803955 21.6439762115
+734.9915771 69.3596801758
+736.4835205 170135.3125
+737.0974121 151691.265625
+738.0822754 3112.7514648438
+739.0810547 566.6031494141
+739.8570557 172.4057006836
+740.5065918 83.2548980713
+741.2988281 281.7244567871
+742.1606445 72.4880828857
+743.2053223 518.8681640625
+744.173584 299.2551574707
+745.4432373 186.7157440186
+746.6011963 236.3984069824
+747.7290039 292.8607177734
+748.916748 121.3833770752
+749.5635986 88.2637176514
+750.699585 87.6100234985
+751.6602783 99.2418670654
+752.6297607 274.1575622559
+753.5603027 132.5799560547
+755.8375244 199.1951141357
+756.6206055 585.8828125
+758.4553223 63.9770507813
+761.5563965 18.9918346405
+764.2197266 1917.5408935547
+765.460083 220.3241271973
+766.3508301 86.8204421997
+767.2531738 342.788482666
+768.8299561 16.5914039612
+769.4603271 14.9141626358
+770.7513428 77.0645828247
+772.0290527 176.1327056885
+773.3897705 67.5186920166
+774.2319336 116.4609069824
+775.4293213 137.3853912354
+776.3111572 17.456533432
+777.4030762 220.6672210693
+778.3638916 546.4509277344
+779.4732666 635.9532470703
+780.4202881 4405.4697265625
+781.5422363 1252.0474853516
+782.5982666 428.6284179688
+783.6599121 239.0260772705
+784.9134521 290.9489135742
+785.6503906 146.1641540527
+786.7357178 510.1904907227
+788.2283936 49983.65625
+789.0621338 8761.1806640625
+790.4224854 658.5196533203
+791.4710693 951.3367919922
+793.2720947 19518.947265625
+794.1202393 10539.6259765625
+795.3529053 1787.1202392578
+796.3813477 850.2642822266
+797.4742432 147.5139160156
+798.625 62.3043518066
+799.8897705 16.2389125824
+801.5334473 11339.3837890625
+802.1574707 39780.609375
+804.2789307 266.8708496094
+805.3455811 25.4059429169
+806.1275635 46.422996521
+807.4379883 18.4263916016
+808.447876 171.8469085693
+809.4385986 44.2042541504
+810.9440918 27.8333625793
+814.6407471 75.5393295288
+822.4937744 150.1913604736
+823.2026367 97.9945831299
+825.5750732 111.0832595825
+826.5192871 28.2358398438
+833.3464355 20.4506130219
+847.6977539 34.2995567322
+850.4473877 88.9432220459
+851.4567871 120.219329834
+852.4544678 16.3650932312
+865.0592041 17.7712211609
+873.4093018 44.3315391541
+878.6541748 43.3839416504
+880.7069092 25.3107719421
+881.9805908 64.8052520752
+888.4711914 21.3929386139
+889.751709 28.4337272644
+895.057251 17.5248699188
+895.7403564 18.2852954865
+905.4345703 157.1474304199
+906.4832764 439.8403930664
+907.5007324 125.1432571411
+908.5317383 145.5811920166
+909.7531738 43.8014411926
+915.3787842 62.4690551758
+916.6882324 37.3198776245
+918.2941895 31.0283584595
+919.6959229 15.1299085617
+922.4624023 213.8275756836
+923.4146729 652.6683349609
+924.4952393 412.6434020996
+925.6998291 182.4895172119
+930.3201904 30.613368988
+931.3930664 34.7913208008
+932.7623291 46.6862335205
+933.6553955 74.374420166
+934.3474121 15.2255296707
+935.7635498 114.8657836914
+936.4906006 354.0551147461
+937.5426025 95.8457870483
+940.4345703 355.3433227539
+941.4794922 169.686340332
+942.87146 36.8619003296
+944.6362305 22.8950233459
+945.439209 23.1218013763
+946.4205322 18.1497116089
+949.7969971 69.1132507324
+950.9675293 172.0714111328
+952.5974121 26.2508811951
+953.2784424 30.1952075958
+960.4787598 61.3122329712
+961.4100342 34.8447113037
+963.5289307 330.275970459
+964.605835 106.8234100342
+965.9387207 87.4664154053
+966.5692139 965.8572387695
+967.5755615 557.0543823242
+968.6237793 133.4228515625
+976.6036377 223.2945556641
+977.458252 309.1518859863
+978.4104004 169.3585510254
+979.3303223 34.4505844116
+982.5604248 68.1007919312
+983.5437012 53.6859855652
+988.6724854 74.4029312134
+993.9486084 738.7349853516
+994.5614014 10638.3115234375
+995.5125732 5543.8359375
+996.5778809 1212.8862304688
+998.744873 32.0325126648
+1005.761597 70.158203125
+1008.473877 65.1328582764
+1011.672363 89.9598007202
+1012.379761 83.0239334106
+1013.63501 65.6407318115
+1020.533203 193.9725952148
+1021.544312 152.569229126
+1022.195435 21.3058795929
+1023.124756 16.06108284
+1023.794434 37.7094841003
+1031.341919 214.3898925781
+1032.192993 40.9384155273
+1037.558228 1894.4562988281
+1038.607056 812.0749511719
+1039.680664 211.8983154297
+1047.795044 306.8094482422
+1048.5625 554.5687866211
+1049.470459 476.419708252
+1050.588989 39.5217781067
+1054.393188 656.1770019531
+1055.505737 244.9479370117
+1056.691895 29.6011219025
+1060.37085 18.1597957611
+1065.537354 20354.37109375
+1066.575806 12333.080078125
+1067.600464 2926.2258300781
+1068.717896 56.7172012329
+1076.619751 46.7180557251
+1077.818604 167.7760772705
+1082.826416 20.3683681488
+1083.711182 25.4812240601
+1084.628906 24.281873703
+1087.846313 19.8498878479
+1093.745483 34.774143219
+1094.497803 457.9795532227
+1095.646729 272.7144470215
+1096.457275 76.0170135498
+1105.700806 30.2770347595
+1111.440552 1490.7398681641
+1112.592896 455.1455688477
+1113.659424 233.7637939453
+1118.539062 21.865480423
+1119.567261 87.1615905762
+1120.828003 71.4053192139
+1121.580566 64.5859375
+1122.533813 29.5997276306
+1130.62915 71.0110321045
+1131.782349 14.6651687622
+1136.631348 3028.3525390625
+1137.658447 1724.6795654297
+1138.750732 400.8413085938
+1140.969849 28.0783920288
+1146.75769 394.1213684082
+1147.607056 1321.7829589844
+1148.535889 631.1029052734
+1149.726074 157.456817627
+1151.015015 66.9136505127
+1152.479126 23.5758476257
+1157.800659 38.1874923706
+1158.890991 15.4540243149
+1162.084839 27.3933944702
+1162.858521 19.7178401947
+1164.609375 48090.015625
+1165.605347 31257.208984375
+1166.618164 7794.5244140625
+1167.694336 426.7032470703
+1175.992188 23.4617538452
+1176.847656 51.1971244812
+1177.779785 82.1391296387
+1178.690552 99.2500457764
+1181.665894 1457.2935791016
+1182.653564 680.0609741211
+1183.723755 260.6453552246
+1186.243286 46.290512085
+1188.749878 43.9026870728
+1189.786377 16.460735321
+1191.950928 38.6733474731
+1193.71875 1045.8488769531
+1194.802002 345.1910095215
+1195.759399 106.0116424561
+1203.812134 200.1997680664
+1204.711182 459.1037597656
+1205.784546 130.9689483643
+1206.727295 154.8235626221
+1207.639526 214.4237823486
+1208.706299 224.3599243164
+1209.721924 43.7336349487
+1215.64563 29.6607646942
+1221.628174 19413.8203125
+1222.639282 13220.50390625
+1223.628906 4114.896484375
+1224.627808 791.0480957031
+1225.650757 370.1882629395
+1226.804077 89.8984222412
+1227.705811 48.1973457336
+1229.763672 19.5101776123
+1233.84314 15.8623657227
+1238.744263 143.3963317871
+1239.787842 323.2591247559
+1240.646606 56.8424453735
+1241.886475 31.8790626526
+1247.614014 73.9500045776
+1252.874268 37.7801780701
+1264.604858 15.3902330399
+1289.62207 18.2045669556
+1312.450073 26.8553123474
+1314.198608 106.9572143555
+1314.827148 72.1949005127
+1315.756592 24.317861557
+1317.028564 35.1092758179
+1330.78418 116.653503418
+1331.815552 37.9319801331
+1335.825439 37.2486839294
+1340.426025 71.449256897
+1341.671875 256.0535888672
+1342.717896 208.3547210693
+1343.504028 107.6193466187
+1354.026611 106.3845062256
+1358.693359 3174.6596679688
+1359.729858 1962.7896728516
+1360.811523 1049.5814208984
+1375.84021 18.9700183868
+1376.86499 15.4527359009
+1377.753296 39.8598442078
+1380.894287 52.1542243958
+1408.553101 32.8279533386
+1444.696899 61.808391571
+1455.070679 29.9821853638
+1455.677856 69.1508331299
+1466.163452 93.311920166
+1471.091919 23.4534626007
+1471.910156 100.6586074829
+1473.773682 20.1093177795
+1474.546997 28.7003917694
+END IONS
+BEGIN IONS
+TITLE=small.18.18. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=18"
+RTINSECONDS=9.6865
+PEPMASS=837.355712890625 74066.390625
+CHARGE=2+ and 3+ and 4+
+236.2718964 29.844499588
+238.1178284 12.2003898621
+240.1158295 19.0414829254
+243.3022614 80.0620574951
+244.2770081 48.2231292725
+247.0606689 16.9810256958
+248.0917206 17.4322242737
+249.2273102 91.5215911865
+250.0349121 60.7713508606
+253.1667328 12.9405584335
+254.1072693 92.9319000244
+255.1472168 36.7906951904
+259.591217 22.9890155792
+261.1009827 809.0518798828
+262.1133728 102.3733673096
+265.1440735 91.9229736328
+266.3757935 26.5050525665
+269.1659241 11.5492124557
+269.8720703 58.2666435242
+271.3904114 33.9776573181
+273.3335876 25.5438365936
+276.0705261 204.6475524902
+277.1737061 106.3326873779
+278.2088318 132.3189086914
+279.2016907 39.681678772
+280.252533 22.3982906342
+281.2042236 18.4583396912
+284.5170288 13.2220859528
+286.0688782 15.7239999771
+287.7350464 22.8515510559
+291.3152466 41.1778450012
+293.1485291 1191.6514892578
+294.2407532 262.598815918
+295.2507324 43.391254425
+300.2927551 17.7914295197
+301.9858704 38.5841217041
+303.3178711 18.6022090912
+303.9428711 23.6349697113
+305.6226807 38.3779029846
+310.167511 13.7336215973
+313.1446533 16.6174678802
+318.2391052 28.0687618256
+319.1500549 290.1633300781
+322.3884277 44.0815238953
+323.3864746 18.4986038208
+324.2926331 16.3579444885
+325.4439087 35.9953041077
+326.8378906 476.0451660156
+327.5701904 11.2935323715
+329.157959 11.5659580231
+330.3631592 50.9055404663
+333.3275757 71.85131073
+334.2358398 39.0410766602
+335.8422546 68.7091522217
+337.1625366 856.0272216797
+338.3222046 108.1828842163
+340.2612 22.9873466492
+341.2619934 42.2932281494
+342.1437988 19.4852542877
+344.010498 198.212600708
+344.7355957 42.8656387329
+346.0446777 96.9560775757
+347.2744751 35.647567749
+348.5626831 41.7761535645
+349.3743896 43.05418396
+350.7895508 111.9107971191
+351.585083 9.8348064423
+353.1201172 11.1005210876
+354.2176208 56.2201423645
+355.2352295 159.1478424072
+356.51297 31.677986145
+358.2669373 9.5428686142
+360.1904297 264.2364501953
+361.2620239 95.3620452881
+362.2037659 253.0790710449
+363.2604065 31.8419799805
+365.4031677 143.6586303711
+366.3423462 54.6837158203
+368.3231812 510.0852050781
+369.1154785 64.6999740601
+369.9199829 102.0095367432
+371.10495 37.9382553101
+372.0383911 53.8219909668
+373.3430176 105.6226501465
+374.2476807 777.4774169922
+375.3393555 203.4279327393
+376.321228 98.2542037964
+377.3635864 38.0745239258
+378.1105347 37.3507499695
+379.335022 73.2928619385
+380.4755554 39.6516838074
+381.6808777 17.1618804932
+382.5726318 73.1080474854
+383.5964966 20.3345756531
+384.2885742 113.0840454102
+387.3338623 76.1023025513
+387.9868164 345.2571105957
+389.1806335 309.2556762695
+390.2228394 274.5050048828
+391.5031433 206.5927124023
+392.3895264 131.4867248535
+393.3057251 369.8800354004
+394.2520752 86.2726898193
+395.1898193 20.0850143433
+397.1900024 39.3518295288
+399.3904724 138.8368225098
+400.5061035 125.4394607544
+401.395813 205.6106567383
+402.4445801 21.9463653564
+403.234375 20.9696464539
+405.6201782 10.6114635468
+406.2288818 60.7009658813
+407.1899109 683.2775268555
+408.4251099 260.7669067383
+409.40979 166.6754302979
+410.1979675 182.4422454834
+410.8074951 34.8573760986
+411.4577332 233.0988464355
+412.425354 96.5052566528
+413.2224121 13.5358390808
+413.8957825 28.3049106598
+414.499939 14.2627696991
+417.4023743 213.5104675293
+418.5022888 38.2546386719
+419.3935547 75.4351348877
+421.1571655 175.6635284424
+422.4588013 54.3279647827
+423.4248657 18.0349006653
+424.390686 23.3399276733
+425.5838013 93.3621673584
+426.4711304 86.9246139526
+427.3831787 31.80194664
+428.5261536 30.639913559
+429.6360779 11.8714752197
+430.734436 36.8009490967
+432.2662964 45.8507003784
+433.0621948 28.395860672
+434.4834595 354.5797424316
+435.5056458 152.4200744629
+436.1963806 12.3777322769
+437.0415649 32.5026245117
+437.6870422 28.8411560059
+439.4181824 118.9037246704
+440.3685913 125.920715332
+441.0975952 93.2299957275
+442.3847046 104.4440765381
+443.0407715 240.4791717529
+444.5512085 76.2446136475
+445.3253174 29.2958450317
+447.1433105 38.4024963379
+448.206665 325.2991333008
+448.9520264 438.2815246582
+449.722168 36.9128036499
+450.5609131 31.7955780029
+451.4255981 40.6428375244
+452.4500122 67.5725402832
+453.4060669 37.663433075
+454.6344604 9.0713357925
+455.8182983 137.7831878662
+457.0371704 579.7803955078
+458.183197 454.0553894043
+459.4722595 141.8383789063
+461.3323975 45.4578399658
+462.4187012 40.899974823
+464.1901855 45.6668891907
+465.3548279 310.1105957031
+466.1812134 732.1062011719
+467.0020752 108.9547958374
+467.7721558 32.358669281
+469.5107117 44.4273834229
+470.5664978 10.7546129227
+471.3008423 11.2467508316
+472.5965576 98.6553268433
+473.5354614 188.6532897949
+474.6478271 38.1524581909
+475.3479309 101.5904006958
+476.6786499 10.0703716278
+478.502655 68.8686676025
+479.4650269 106.4493408203
+480.6191406 33.4438095093
+481.3041382 50.6521186829
+482.3764038 195.5422515869
+483.065033 201.1046600342
+483.8244629 37.3016777039
+484.4529114 35.1188926697
+485.4924927 11.4119501114
+486.3896179 35.8019485474
+487.3239746 90.150062561
+488.163208 156.2962341309
+489.2615356 62.9512214661
+490.8392639 570.0275878906
+491.5837097 301.1547546387
+492.5436401 72.244934082
+493.4602966 24.4150066376
+494.2848511 32.7851104736
+495.5398865 105.1014480591
+496.4248657 329.7171325684
+497.3152161 105.3835906982
+499.2310486 636.6173706055
+500.0713806 592.3384399414
+501.3595581 197.6768951416
+502.5621033 89.9002151489
+503.4951782 195.812210083
+505.1794434 1839.7810058594
+506.3877258 486.3170166016
+507.449707 345.7847900391
+508.5751953 95.1140670776
+509.3730469 27.0528926849
+510.2604675 61.0366821289
+512.2754517 45.4993209839
+513.3077393 1084.8792724609
+514.0760498 1247.2260742188
+515.3018188 123.7916030884
+516.1934814 102.8468322754
+517.1595459 489.1845092773
+518.1811523 426.970703125
+518.9980469 201.5403747559
+520.9099121 42.6691970825
+522.1733398 4871.77734375
+523.0483398 1303.3299560547
+524.4979248 55.7878723145
+525.6830444 111.7941894531
+526.647644 184.102355957
+527.626709 71.8205566406
+528.3901367 20.9039459229
+528.9966431 22.5354652405
+529.8737793 67.4856033325
+530.5477295 136.4573516846
+531.671875 113.609954834
+532.6044922 18.0843009949
+533.6972656 73.384552002
+534.6948242 43.1100082397
+535.534668 42.728931427
+537.3018799 100.1979064941
+537.9711914 78.0782394409
+538.9777832 87.6816864014
+539.6872559 115.0220031738
+540.4775391 54.5453300476
+541.8243408 101.7853927612
+542.4650879 12.5947809219
+543.309082 18.0425434113
+544.9620361 46.5499191284
+546.2145386 211.5832061768
+547.5549316 255.846786499
+548.5533447 491.1693115234
+549.5045166 160.8098907471
+550.4429321 86.6621704102
+551.4221191 61.4447937012
+552.3236084 23.3298034668
+553.2625732 221.0576324463
+554.0042114 86.3127822876
+555.2804565 395.3472900391
+556.5751953 184.8583526611
+558.0717163 239.421005249
+559.1988525 120.3254699707
+560.0511475 89.533782959
+561.2171021 328.0465087891
+562.107605 1265.423828125
+562.9877319 427.4011535645
+564.1293335 722.4576416016
+565.2811279 89.7808532715
+566.5644531 20.3689479828
+567.7745361 185.0300598145
+568.404541 332.8342590332
+569.2277832 365.1736450195
+570.6402588 8115.0395507813
+571.5795898 844.5873413086
+572.9525146 197.4269104004
+573.9577637 49.5294113159
+576.3499756 1160.3049316406
+577.130127 952.77734375
+579.1309814 20245.40625
+580.0466309 2049.8935546875
+581.0095215 82.0278320313
+582.3520508 43.8386878967
+583.4144287 868.2310791016
+584.9459229 4313.8530273438
+585.7834473 2350.2878417969
+587.1390381 99.7521133423
+588.4268799 79.0899810791
+589.7226562 54.7356109619
+591.0032349 142.7162017822
+592.3722534 93.1039810181
+593.6872559 417.5975341797
+594.5966797 509.9311523438
+595.5446777 110.580657959
+596.5688477 105.388458252
+597.4210205 57.8196182251
+598.3808594 48.65102005
+599.1506348 79.1016845703
+600.0615234 164.4687957764
+600.7952881 12.5879640579
+601.4375 108.1913146973
+602.3355713 125.9747085571
+603.4032593 225.8638000488
+604.3356323 53.8992233276
+605.4411011 71.5200653076
+606.7396851 32.8899765015
+607.6627197 143.3111877441
+608.4896851 79.5580673218
+609.7453613 186.1730194092
+610.6027832 439.1493530273
+611.7375488 179.6136474609
+612.7166748 132.1437683105
+613.6469116 435.0659790039
+614.6755371 153.136505127
+615.4448853 162.3984069824
+616.3933105 153.7245635986
+617.4127197 341.5513305664
+618.4820557 334.9299926758
+619.5170898 259.9049682617
+620.4453125 176.6667785645
+621.0653076 36.2406806946
+622.1964111 57.5085144043
+624.0661011 64.9144897461
+624.9224854 181.2752075195
+625.7288818 728.7174072266
+626.4951172 452.0546264648
+627.291626 192.4958648682
+628.6112061 226.5099334717
+629.5517578 164.3313446045
+630.675415 166.6478881836
+631.4086914 144.0151367188
+632.5571899 211.4729156494
+633.8330688 406.8621826172
+634.8391113 525.1283569336
+635.6561279 487.4301757813
+636.6981812 148.3825683594
+637.8206787 290.729095459
+639.2469482 115.5559692383
+640.1877441 52.7318267822
+642.3989258 539.7731323242
+643.5186768 1463.0501708984
+644.3769531 841.0140380859
+645.5115967 379.3388061523
+646.3649902 64.1281051636
+647.3859253 61.4778747559
+648.5543213 85.1014328003
+649.4633789 16.0008888245
+651.104126 506.1950683594
+652.352417 607.4973144531
+653.4697876 366.2603759766
+654.3989258 194.5976715088
+655.6998291 55.7292709351
+656.7581787 46.5948028564
+659.2287598 118.2485122681
+660.1274414 224.2956848145
+661.4478149 4701.716796875
+662.5605469 1740.5786132813
+663.6647949 252.7115325928
+664.3929443 39.1870651245
+665.9630737 22.3341751099
+667.4254761 16.7612438202
+668.3344727 119.1636199951
+669.2177734 149.0758209229
+670.5357056 305.2578735352
+671.3128662 508.790435791
+672.276123 108.1339416504
+673.4140625 121.4544143677
+674.6999512 77.6358413696
+675.8221436 167.7250061035
+676.9082642 193.5356445313
+677.8370972 44.7841186523
+678.4746094 17.3416938782
+679.3179932 85.4127502441
+680.4386597 698.3773193359
+681.361084 104.0577697754
+682.6512451 10.0335741043
+683.862915 155.2095336914
+684.7787476 563.5499267578
+685.7938843 316.1590576172
+686.8167725 157.5776062012
+687.604248 164.5221252441
+688.6375732 125.2918319702
+689.5800171 176.0907897949
+690.1977539 26.24883461
+691.3164673 143.7057952881
+692.7327881 1580.0205078125
+693.6154785 1071.3460693359
+694.7529907 389.9258422852
+696.0795288 47.2559661865
+697.3690796 150.2786407471
+698.2354736 1094.1260986328
+699.1085815 466.1015625
+700.0250244 162.7369232178
+701.0459595 1290.4438476563
+701.6512451 1286.1759033203
+702.4367676 30.5090427399
+703.8137207 46.9429550171
+704.5749512 65.1625900269
+705.6646729 264.6449584961
+706.7695923 2171.2490234375
+707.6920166 975.9144287109
+708.4133301 225.8866424561
+709.4243164 258.9015197754
+710.342041 36.0889892578
+711.7162476 45.8963699341
+713.5887451 104.2358398438
+715.1907959 3867.2797851563
+716.0474243 956.3993530273
+716.7969971 617.6451416016
+717.7178955 315.4231262207
+718.6715698 122.3614044189
+719.5297852 10.8194313049
+721.262207 131.2966156006
+722.0736084 11.6890134811
+723.3909912 402.354309082
+724.2635498 4596.1298828125
+725.2169189 1445.4539794922
+726.105896 379.4481811523
+727.215332 92.9734802246
+728.1417236 420.3523864746
+728.9898682 18.6878471375
+729.718811 30.0038738251
+730.6848145 52.0544967651
+731.526001 111.4016418457
+732.8111572 315.7774047852
+733.993042 198.82371521
+734.9885254 94.1466064453
+736.6478271 1122.4873046875
+737.6722412 159.313949585
+738.6184082 288.1391601563
+739.5212402 256.8486022949
+740.7700195 1268.2626953125
+741.6890869 1787.9350585938
+742.5635986 773.8876953125
+743.5477295 113.8386306763
+744.5294189 128.5017547607
+745.6741943 113.4929504395
+746.5969238 321.3975830078
+747.6184082 102.6170806885
+749.2664795 4609.90234375
+750.255127 2016.115234375
+751.147583 928.1804199219
+752.373291 246.809463501
+754.0167236 278.0737915039
+754.9404297 1104.3807373047
+756.3953857 370.0131225586
+757.5372314 6564.2744140625
+758.2185059 7793.6103515625
+759.5787354 383.0884399414
+760.5953369 135.1048431396
+762.3552246 447.1600952148
+763.3299561 3357.904296875
+764.1763916 1326.5812988281
+765.2333984 178.6069946289
+766.4710693 929.5071411133
+767.5506592 493.097442627
+768.5166016 106.1693496704
+769.3242188 41.3933258057
+770.6815186 271.487121582
+771.78125 8484.974609375
+772.6942139 3923.8432617188
+773.5279541 37.7192230225
+774.230835 106.2456512451
+775.1676025 141.0444946289
+776.2009277 84.9340820313
+777.3348389 237.5124359131
+778.1090088 263.1180114746
+780.8071289 43032.3359375
+781.6398926 4339.2612304688
+782.7841797 194.5426025391
+783.7020264 456.4227600098
+784.5931396 1187.4385986328
+785.4521484 418.0994873047
+786.3579102 83.990814209
+787.2651367 142.3093719482
+788.1549072 74.2520446777
+788.925293 68.9769058228
+789.5568848 141.9165649414
+790.3143311 39.5522918701
+791.5928955 74.2042694092
+792.7946777 604.8695068359
+793.6923828 540.5794677734
+794.696167 102.8253479004
+795.4353027 96.3111724854
+796.0910645 85.751663208
+797.4404297 295.2766418457
+798.3706055 591.1217041016
+799.1884766 507.252746582
+800.6501465 323.9183349609
+801.6013184 558.7944946289
+802.7822266 333.1960754395
+803.7595215 62.9433898926
+804.4985352 44.5033302307
+805.80896 855.0415649414
+806.9481201 2324.7133789063
+807.7009277 2709.1650390625
+808.5935059 206.3898468018
+809.5614014 219.53125
+810.5751953 340.3869628906
+811.5551758 458.008026123
+812.3891602 75.5059432983
+814.3082275 1550.0427246094
+815.232666 859.8978881836
+816.2564697 3238.4895019531
+817.2679443 1001.981628418
+818.6494141 460.5420227051
+819.895874 5310.7866210938
+820.6484375 3157.9689941406
+821.7244873 55.2862281799
+823.0037842 108.7420959473
+824.3903809 32.9632873535
+825.5179443 112.5624923706
+826.5328369 173.7366333008
+828.4411621 15670.162109375
+829.1685791 7320.5434570313
+830.4770508 55.1421775818
+839.496582 11.8975820541
+846.6772461 55.549621582
+849.6268311 167.33934021
+850.6065674 225.6868743896
+851.7446289 76.3171615601
+852.7034912 52.5424194336
+854.5001221 1019.7821655273
+855.5162354 521.3040161133
+856.642334 235.4949035645
+857.6083984 82.783782959
+858.6234131 75.4510421753
+859.8149414 37.145324707
+861.8303223 25.6988315582
+862.4976807 18.478553772
+864.2487793 28.711648941
+865.4782715 27.6246185303
+866.5404053 215.4906463623
+867.538208 175.5877075195
+868.6375732 97.8424987793
+869.5646973 492.7747802734
+870.4799805 299.7067565918
+871.5594482 177.6205444336
+872.56604 1399.0610351563
+873.6065674 647.4381713867
+874.6936035 113.8843231201
+875.7545166 29.7149772644
+877.4353027 110.8436203003
+878.5966797 217.9917907715
+879.4488525 125.0518264771
+880.5491943 353.7813720703
+881.6950684 109.7707595825
+882.3604736 25.667924881
+884.7996826 42.2771568298
+885.6394043 70.3697128296
+888.9454346 22.4967460632
+890.6312256 37.8076934814
+892.3085938 28.1092891693
+893.0007324 25.4260959625
+894.5629883 483.8666381836
+895.498291 833.2153320313
+896.9835205 781.1098632813
+897.5933838 6096.0986328125
+898.6416016 3558.6987304688
+899.6047363 604.8835449219
+900.3093262 21.5734195709
+904.2965088 40.4206542969
+904.9853516 11.063120842
+906.3498535 35.2481002808
+908.6265869 25.4843292236
+909.3215332 30.4785842896
+910.5633545 56.6456184387
+911.7709961 26.2531681061
+912.6030273 164.5181274414
+913.5953369 147.3943328857
+914.6270752 2564.0693359375
+915.6003418 1256.5971679688
+916.4786377 411.9416809082
+919.6126709 12.4631242752
+921.3343506 29.1678333282
+922.5457764 39.2976760864
+923.6204834 67.1864776611
+924.626709 11.409075737
+925.6326904 22.940372467
+927.3875732 20.340341568
+928.6601562 16.1000671387
+930.5008545 18.9165096283
+931.5714111 16.6054077148
+934.7486572 11.7619543076
+936.7858887 23.0322399139
+937.9898682 57.3331413269
+939.2474365 25.1279029846
+940.5689697 63.7909698486
+945.6125488 33.1621513367
+948.4285889 11.7299871445
+949.5837402 22.7756729126
+950.3615723 32.1725540161
+951.6713867 14.6774291992
+952.439209 18.7663478851
+953.769043 60.6879844666
+954.5560303 275.8958435059
+955.5998535 96.0468139648
+958.3687744 53.5924339294
+960.4675293 28.1041927338
+962.3909912 40.9008827209
+963.6539307 83.9302139282
+964.7052002 103.9713134766
+965.763916 12.7273674011
+966.694458 62.8852996826
+967.6657715 81.0020370483
+968.7473145 46.4509277344
+970.0858154 117.2567596436
+970.7796631 77.8864517212
+971.4626465 98.1221847534
+972.539917 44.3318939209
+974.1506348 43.6999816895
+975.7420654 37.7746086121
+976.5869141 108.3802185059
+977.6418457 122.8809661865
+978.3771973 62.2173233032
+979.5805664 143.0700683594
+980.7301025 266.2639770508
+981.6425781 102.6556930542
+982.6710205 219.2796325684
+983.5955811 76.2628555298
+984.6004639 531.7445678711
+985.7113037 183.4302062988
+986.6022949 53.0298233032
+989.59021 72.2709579468
+990.4941406 81.4175415039
+991.5394287 131.9371337891
+992.7626953 175.5633239746
+994.307251 242.1868743896
+995.4838867 714.8005371094
+996.5559082 749.7062988281
+997.5734863 440.3960571289
+998.6654053 99.9776535034
+999.9400635 11.6441030502
+1000.925659 85.4804611206
+1001.728638 52.0479698181
+1002.719604 54.0394821167
+1003.566284 36.3827514648
+1004.57251 12.5848903656
+1006.584229 49.5884437561
+1007.594727 236.2487182617
+1008.572998 755.3187866211
+1009.536987 562.8953857422
+1010.566895 141.4766845703
+1011.709229 192.54246521
+1012.555542 2541.2800292969
+1013.545288 1607.6604003906
+1014.613037 306.6474609375
+1015.616211 28.7792816162
+1016.739258 21.564163208
+1018.623535 26.5297031403
+1019.812622 103.4672546387
+1020.742676 44.9020004272
+1021.553467 70.1602020264
+1023.60437 15.4339885712
+1024.597534 117.5609588623
+1025.674438 1130.4693603516
+1026.58667 844.173828125
+1027.538696 158.2943115234
+1028.501221 69.8864746094
+1029.636108 511.7894287109
+1030.567017 230.0841217041
+1031.550415 72.8845367432
+1032.433594 13.1003894806
+1034.51123 8.786605835
+1035.548462 46.4672584534
+1036.641846 68.7190475464
+1037.750244 32.7356033325
+1038.881104 55.458732605
+1039.674438 49.3864631653
+1040.871948 10.4513301849
+1041.491333 13.9912061691
+1042.912476 168.9854431152
+1043.748047 67.2663726807
+1044.5354 24.5308895111
+1049.540894 13.2387809753
+1050.449341 14.835723877
+1051.394165 32.65026474
+1053.660645 23.2745456696
+1054.556763 96.1619491577
+1055.179321 9.0646286011
+1056.539795 72.7463760376
+1063.786133 15.070098877
+1064.51001 19.4334697723
+1065.37915 36.7090339661
+1066.295654 42.2990379333
+1067.798218 27.2189369202
+1069.610718 40.7539367676
+1071.249634 9.5605697632
+1072.522095 23.9552955627
+1073.552124 109.2853775024
+1074.546265 150.4561157227
+1075.593994 50.3947868347
+1076.837036 50.4579277039
+1078.766846 34.7755317688
+1079.563843 55.3763237
+1080.518799 84.293762207
+1081.497681 33.9938850403
+1082.814941 113.003364563
+1083.588135 43.0173568726
+1089.090454 12.1045789719
+1089.733032 32.0374298096
+1090.574463 133.5476226807
+1091.522339 264.2956848145
+1092.650024 102.0171966553
+1093.692871 92.0662002563
+1094.811157 31.1840457916
+1095.707642 13.4711666107
+1096.835327 101.9851989746
+1097.712646 17.8899478912
+1098.637451 24.2449493408
+1099.774292 10.460978508
+1102.377563 15.0172739029
+1105.039673 40.0500411987
+1105.820679 98.3910446167
+1106.782837 62.254699707
+1108.077759 141.1681213379
+1108.69812 150.1262054443
+1109.719604 521.0003051758
+1110.703857 172.5585784912
+1111.770508 100.9943313599
+1112.763672 93.2119674683
+1113.750977 23.0279121399
+1114.715698 110.8604431152
+1115.787109 52.7666091919
+1116.536743 20.2002601624
+1117.515747 109.4083709717
+1118.509399 148.692489624
+1119.845703 95.8138580322
+1120.628662 127.498550415
+1121.671387 107.3072509766
+1122.704346 247.0163574219
+1123.651611 285.8163757324
+1124.765259 80.1287612915
+1126.666626 2216.6381835938
+1127.669922 1096.326171875
+1128.698975 173.1409606934
+1129.438354 10.9981174469
+1130.559204 178.5886688232
+1132.525269 37.8433914185
+1133.754883 170.639251709
+1134.603027 780.4788818359
+1135.62146 694.5319824219
+1136.700562 168.6316680908
+1137.765869 116.7300186157
+1138.920288 185.4471893311
+1139.794678 741.4305419922
+1140.75708 412.5114746094
+1141.752686 192.0640869141
+1143.935303 13.2874526978
+1147.293823 9.4037704468
+1148.421509 16.2905845642
+1149.99646 29.3204193115
+1150.930298 75.1613693237
+1151.650024 1374.9171142578
+1152.622559 890.8651123047
+1153.750244 292.0231628418
+1154.582031 80.8639144897
+1155.542847 21.6400089264
+1156.796265 140.6803283691
+1157.81311 14.0905017853
+1163.734497 10.969786644
+1165.574463 41.6607666016
+1168.606445 2024.8997802734
+1169.667725 1090.8931884766
+1170.699463 376.592956543
+1171.669312 9.4259967804
+1177.353882 100.1304626465
+1178.144409 14.3859605789
+1179.627075 22.6205234528
+1180.945435 26.6863021851
+1181.773804 34.5162773132
+1182.759033 18.1835460663
+1186.896118 39.9613342285
+1188.196411 19.2555122375
+1190.556763 20.5016040802
+1192.826416 26.3144397736
+1194.379883 41.3338127136
+1195.709961 17.8395576477
+1197.071777 18.9805717468
+1197.982422 26.9584083557
+1199.679688 53.8844871521
+1203.578003 29.6941509247
+1205.271729 28.6945228577
+1206.639282 10.8568468094
+1208.134155 52.5829200745
+1210.723145 11.7204589844
+1212.870972 10.9861516953
+1215.734375 8.802485466
+1217.587891 23.5249862671
+1218.552246 18.2512817383
+1219.500244 31.0547599792
+1221.233398 132.1218566895
+1222.696777 84.7620239258
+1223.725098 45.4131469727
+1224.973755 11.0244464874
+1226.848022 23.164024353
+1227.896484 21.8825874329
+1230.235107 51.7027816772
+1231.593018 43.1110649109
+1233.694946 43.0078010559
+1234.487793 15.2175941467
+1235.526855 145.9280090332
+1236.666016 51.675819397
+1237.4729 43.8235435486
+1239.680908 55.1231803894
+1240.886353 51.6702041626
+1245.248291 33.0680160522
+1245.924194 94.6188659668
+1246.77417 21.291721344
+1247.565552 33.2638626099
+1248.815796 85.8769683838
+1250.712891 65.4018478394
+1252.003418 52.0862426758
+1252.788208 66.4909744263
+1253.699341 31.3341083527
+1254.804688 35.3615570068
+1255.781372 37.1227340698
+1259.034668 29.8694915771
+1261.391235 12.7664690018
+1262.866577 42.3989028931
+1264.661255 69.3076858521
+1265.823364 106.8835754395
+1266.902832 45.8782196045
+1268.684448 189.2554626465
+1269.746094 124.0904083252
+1271.733032 101.1607208252
+1272.757324 17.1761665344
+1278.425537 24.1021022797
+1279.626953 27.1851997375
+1280.30481 103.0968856812
+1281.668335 47.0578536987
+1282.726807 122.1954650879
+1283.837769 86.2430725098
+1286.044678 31.7239875793
+1287.065796 31.1838760376
+1288.599121 17.644367218
+1289.629639 39.016166687
+1290.372437 30.710773468
+1291.08667 12.1627836227
+1296.644287 31.4281082153
+1300.47168 24.7139358521
+1301.670532 9.737862587
+1305.112915 12.9192466736
+1309.635498 12.2256889343
+1310.576294 23.7547225952
+1315.538086 16.2616710663
+1323.903442 27.1266326904
+1324.861694 28.7236022949
+1325.916016 24.7589759827
+1332.753662 14.4404449463
+1335.42395 23.5590019226
+1342.719727 13.4790067673
+1343.568359 9.096493721
+1344.530273 18.3397846222
+1350.85144 9.5596828461
+1352.999146 9.3777303696
+1353.949341 35.2859191895
+1357.923218 9.940987587
+1358.790405 9.1011476517
+1360.098633 10.1563482285
+1363.897095 9.4426784515
+1366.731689 63.2148590088
+1367.830688 44.0698547363
+1368.775024 77.7484893799
+1369.513428 27.5562038422
+1372.112305 9.5855093002
+1377.601685 62.3180046082
+1378.793091 64.5609359741
+1379.743652 34.5267486572
+1383.254028 23.8915863037
+1384.067993 32.576877594
+1384.886719 62.4747581482
+1385.831665 96.6253814697
+1386.817383 49.09608078
+1388.130493 13.9942626953
+1394.657227 543.6655273438
+1395.655151 311.9897460938
+1396.806152 212.7798461914
+1397.817383 32.994846344
+1400.62439 11.8579139709
+1401.801392 33.5995330811
+1402.933594 63.1997833252
+1403.701538 16.5799160004
+1405.330811 12.55772686
+1411.717529 322.4375915527
+1412.741089 205.2916412354
+1413.705933 91.021736145
+1416.099365 15.6715917587
+1421.621704 12.1465549469
+1428.336182 27.5534057617
+1430.074707 23.5572738647
+1432.055176 23.4138660431
+1440.915405 24.8852672577
+1443.480469 21.1646308899
+1453.967773 11.2021903992
+1456.752197 32.2120170593
+1457.64978 13.6861171722
+1461.002808 18.3960704803
+1466.454346 18.2108898163
+1473.160767 10.2548561096
+1479.710449 18.6261901855
+1481.241577 98.174331665
+1483.030273 15.5811681747
+1483.878662 32.5586929321
+1491.433716 14.5228290558
+1497.435913 10.4670581818
+1498.38269 22.2255325317
+1499.05188 32.5940055847
+1500.037964 57.9169006348
+1501.662476 11.1766471863
+1508.292725 82.2816085815
+1509.573364 154.2329406738
+1510.296631 9.8136520386
+1515.593872 24.6219291687
+1516.466064 29.99659729
+1517.107422 40.8119812012
+1517.922119 29.0897483826
+1525.705322 84.4302062988
+1526.738403 28.4087677002
+1527.956787 32.102722168
+1541.919312 10.5031652451
+1572.759766 13.386100769
+1614.135376 12.9302625656
+1615.151733 9.4133243561
+END IONS
+BEGIN IONS
+TITLE=small.19.19. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=19"
+RTINSECONDS=10.4022
+PEPMASS=643.798217773438 20415.62109375
+CHARGE=2+ and 3+ and 4+
+191.2552338 13.4969072342
+192.2456207 7.7576346397
+194.2993469 4.926858902
+194.9701996 2.3851985931
+198.1455078 5.4830040932
+199.1266022 14.51404953
+199.9212341 5.7488703728
+207.0534668 2.3630418777
+208.1142273 50.8607673645
+209.1724091 101.5159759521
+210.2596588 5.0482535362
+211.6802216 9.7791967392
+212.2822876 28.3662166595
+213.1956787 5.7317843437
+215.985611 7.8655633926
+217.04245 2.2104370594
+219.2932434 3.822906971
+220.1938324 3.2163014412
+222.2680206 5.669005394
+225.0859375 9.8319892883
+226.09729 320.0127868652
+227.1858063 35.163898468
+233.0932617 256.4406433105
+234.1966248 19.2503376007
+235.2907104 3.5029416084
+236.1520081 13.1424350739
+237.1852875 53.0876464844
+238.2921448 3.5284528732
+239.1964569 6.3172016144
+240.3053894 5.6946811676
+243.4303131 25.7864952087
+244.2079315 32.901473999
+245.2789459 53.9778823853
+246.0141754 4.3757457733
+247.5390015 2.3925242424
+249.2267761 25.819732666
+250.311203 3.1068332195
+252.2414703 3.6399209499
+253.2331848 8.4601974487
+254.2558289 87.871887207
+255.0782776 14.2451543808
+256.3610229 2.4222869873
+258.2032166 2.6199316978
+261.1172485 517.5204467773
+262.0401001 69.6065139771
+264.1877441 2.5693976879
+265.8167419 7.9206910133
+268.1836548 6.7027521133
+269.5873718 10.2032365799
+271.1161804 10.4252796173
+272.1703186 5.5126700401
+273.0551758 3.9356303215
+274.1043091 6.8772349358
+277.1974792 29.7119636536
+278.0092163 29.1041793823
+279.1281433 8.4598970413
+281.2606201 3.0768678188
+290.180542 5.3524041176
+291.4141235 9.7488641739
+292.374939 10.7140407562
+293.246521 4.5957689285
+294.1535339 2.5872662067
+300.9160767 10.864988327
+302.2721863 8.9963932037
+303.316803 3.8125994205
+304.3748474 2.36465168
+305.3410034 4.0554060936
+307.3755798 3.9172554016
+309.0300598 11.0376558304
+310.166748 3.7725615501
+311.1558228 14.2528133392
+312.4781494 11.6803693771
+313.3497314 24.6339302063
+314.2289734 3.6356098652
+315.2019958 3.7030992508
+319.1685791 112.7167816162
+320.2583618 8.8133182526
+321.8818359 16.0899143219
+323.4927673 9.0524520874
+324.3067017 3.159886837
+325.7733154 5.5665483475
+326.9158325 102.8164901733
+329.1312866 5.6299009323
+330.3526306 14.021856308
+331.3406982 7.8074259758
+333.0239258 4.8751840591
+334.4909668 8.6675243378
+335.1674805 13.8555030823
+336.2683716 135.8321838379
+337.2955017 313.2020263672
+338.3951111 40.2266387939
+339.3835449 14.4080181122
+340.2084351 26.2250804901
+341.2080688 3.9689500332
+344.7613525 21.5315246582
+345.6829529 21.2258529663
+346.4501648 19.247385025
+348.2580566 8.9011392593
+349.1917419 2.3608884811
+350.3185425 16.8885154724
+351.3190918 21.029050827
+352.6155396 31.9502429962
+354.2137451 66.6497039795
+355.3418884 37.7844085693
+356.3484802 13.5324077606
+357.3537292 14.1907482147
+358.961731 7.9282808304
+359.8078003 5.2150263786
+360.6938477 21.5360412598
+361.29599 10.4806814194
+363.0285645 15.198135376
+365.1069031 26.9224147797
+366.2528992 21.0021953583
+367.3782349 9.959318161
+368.4323425 86.0207519531
+369.5115356 26.7850952148
+370.6072388 22.6655521393
+371.5365601 13.4790849686
+372.4136963 45.2449264526
+374.1479492 517.9417724609
+375.3208008 45.938129425
+376.3535156 18.0554084778
+377.4559326 48.5240631104
+378.3883057 39.7437477112
+379.3651733 22.8000469208
+382.2071228 88.1301269531
+382.9467163 109.6805114746
+383.9284973 104.8456115723
+384.8936768 18.1988773346
+386.0593262 26.652715683
+387.0853882 5.9732284546
+388.3372498 5.4668054581
+389.367981 25.5890045166
+390.4082642 32.8864555359
+391.4940796 531.335144043
+392.3675537 57.0761871338
+393.361145 67.9739990234
+394.5574341 10.9287414551
+395.2394409 5.9675841331
+396.3215942 4.4357914925
+399.2544556 57.0959014893
+400.4428406 118.4999313354
+401.5880737 89.5314941406
+402.7231445 22.7269668579
+403.6506958 8.0473012924
+404.3999329 15.8351812363
+405.5398254 13.6187047958
+406.3322754 6.9416208267
+407.9642944 20.1006450653
+408.7449036 23.8769569397
+410.2076416 55.9975585938
+411.2924805 32.0841636658
+412.1925049 6.6765937805
+413.1633301 6.3095932007
+414.2809448 73.5944824219
+415.3341675 10.9796857834
+416.3317566 16.825592041
+417.3132629 20.3750305176
+418.3010254 41.0653114319
+419.353363 16.705701828
+420.1519165 8.321770668
+420.7852173 3.0210642815
+422.1057434 40.5460662842
+422.8999939 7.9367637634
+423.5649719 6.5687799454
+425.331604 43.9814147949
+426.0497131 22.8307723999
+427.2863159 14.3967857361
+428.7975159 3.2190444469
+429.6057434 7.768611908
+430.6369324 66.5738525391
+431.5179138 81.083694458
+433.1845398 37.9904212952
+434.1398315 126.611289978
+435.3275452 48.8058815002
+436.2114868 13.9470443726
+437.6646423 9.400932312
+438.5834961 2.2215738297
+439.914917 113.0015716553
+440.9898987 18.0089321136
+442.2181091 22.7274131775
+442.9837952 64.2087554932
+443.8052368 10.2880306244
+444.4144897 4.2740597725
+447.0787659 23.2219238281
+448.0815735 380.3297424316
+449.2042236 186.0178070068
+450.0670471 32.3071136475
+451.4233398 55.4114990234
+452.4580994 39.4855041504
+453.53125 29.6612854004
+454.3802185 15.8971576691
+455.4953918 12.0947847366
+456.7992859 194.4710693359
+458.0493164 1027.744140625
+459.0042419 22.380065918
+460.2405701 31.8285140991
+461.6271973 28.0401630402
+462.5583496 17.3586845398
+464.1466064 16.7618560791
+465.1936035 54.915802002
+465.8621521 113.8495330811
+467.3735046 55.3480491638
+468.5273438 22.0633354187
+469.3587341 20.1650352478
+470.2468262 25.8725605011
+471.6107483 7.2694807053
+472.6600037 36.9696617126
+473.7207336 49.8491287231
+474.9752502 18.6499671936
+476.0541992 16.8749847412
+476.9342346 11.992351532
+478.0879517 73.1404342651
+479.5614319 72.9203643799
+480.6662292 36.8653945923
+481.5280762 183.6929779053
+482.5344238 98.2624053955
+483.5465088 88.6700363159
+484.2862244 4.114262104
+485.4008789 77.5252075195
+486.5405884 67.3488311768
+487.5548706 92.4381866455
+488.6071777 24.3771572113
+490.1497803 462.8299255371
+491.1780396 190.8419342041
+492.0249939 84.7677078247
+493.2706604 26.3720970154
+495.2630005 145.2841186523
+496.2232971 295.3670349121
+497.262207 81.8461303711
+499.2114258 349.2528076172
+500.0639648 146.7732543945
+500.8460388 23.2830085754
+501.788147 46.3882064819
+502.5662537 13.5665073395
+504.1123047 414.825012207
+505.1807556 900.846496582
+506.4335022 113.5695800781
+507.6261597 405.6229553223
+508.6917419 33.5673103333
+510.5670166 27.8250694275
+512.1525879 179.4080505371
+513.2545776 1198.8767089844
+514.0932617 453.1732177734
+515.1860352 37.3745040894
+516.5436401 14.2511749268
+517.3795776 37.6065673828
+518.5632935 51.0722427368
+519.4481201 30.9082260132
+520.0948486 13.2861852646
+521.3106079 689.7290649414
+522.2091675 2425.4462890625
+523.0889893 390.389465332
+524.3217773 19.4710044861
+525.3217163 49.7491607666
+526.182312 57.3770217896
+527.1175537 9.2772445679
+527.9842529 9.3647661209
+530.3299561 800.4293212891
+531.1749878 504.3159790039
+532.2657471 23.8572349548
+533.0866089 13.1432933807
+534.1256714 255.1245727539
+535.0542603 40.311706543
+536.017334 9.4292678833
+537.9159546 162.5068511963
+538.7547607 223.9112548828
+539.7565308 79.8876876831
+540.6265259 21.7312965393
+541.3915405 12.4090805054
+542.8125 30.722776413
+543.6479492 61.8279342651
+544.6854858 16.363658905
+546.6695557 1843.564453125
+547.6810303 576.2194824219
+548.5358276 227.6240539551
+549.5198975 61.0196151733
+550.4899902 5.4207777977
+552.1260986 361.3381652832
+553.118042 31.6830863953
+554.1729736 84.1712112427
+555.2867432 839.2683105469
+556.1165771 330.5707397461
+557.151123 129.7996063232
+558.0749512 126.1222076416
+558.9238892 3.444422245
+560.7236328 1136.0731201172
+561.7902222 399.9678344727
+562.6464233 158.3568572998
+564.1626587 2636.4040527344
+565.166748 191.6345214844
+566.3286133 72.8593063354
+567.3530273 8.7226352692
+569.5509033 1563.7567138672
+570.6532593 2519.0173339844
+571.5068359 167.168258667
+573.008667 30.0733909607
+573.6470337 8.8718109131
+574.2984009 13.4455766678
+575.5454102 29.7695121765
+576.6959229 38.7981834412
+578.1494751 3514.1904296875
+579.1558228 17297.05859375
+580.0447998 670.974609375
+581.4951172 52.1272621155
+582.831543 31.7832927704
+583.7081299 48.7651519775
+584.4923096 65.952835083
+585.4854736 65.1364593506
+587.1275024 10365.306640625
+587.9675293 631.286315918
+589.2681274 24.0490627289
+590.7696533 209.0720367432
+591.5458374 122.1368713379
+592.5170898 30.5392131805
+593.4696045 38.7325592041
+594.7116089 67.0210266113
+595.6876831 91.5247268677
+596.7873535 62.1033630371
+597.6004639 51.5698318481
+598.4604492 47.1072158813
+599.6407471 70.186630249
+600.4107666 51.2018356323
+601.2189331 49.0475883484
+602.0421143 55.5791282654
+603.215332 269.3149414063
+604.333252 336.0461120605
+605.0211182 210.3286895752
+605.631897 76.1731719971
+607.3544312 158.8709411621
+608.3916016 119.3968887329
+609.1922607 171.4857025146
+610.4429321 136.5804290771
+612.1535645 315.1062927246
+613.6877441 852.3488769531
+614.6226196 64.3565216064
+615.4169922 47.3617782593
+616.8369141 134.2853240967
+617.6362305 528.5708618164
+618.5187378 98.5125656128
+619.3198242 62.9519348145
+620.3529053 128.7959899902
+620.9995117 154.3626556396
+621.6804199 61.2152633667
+622.5053101 179.4491882324
+623.2199097 97.2847824097
+625.8707886 4742.7485351563
+626.5877686 4648.2509765625
+627.5506592 181.1313781738
+628.3380737 42.5763931274
+629.6633301 39.0076293945
+630.3925781 11.7141046524
+631.0734863 4.4554653168
+631.8690186 31.517326355
+632.7290039 25.2617435455
+634.7623291 25645.544921875
+635.6078491 3393.2287597656
+636.5393066 25.379070282
+637.5551758 23.0109291077
+640.2949219 2.7071912289
+643.0978394 2.3738126755
+644.4824219 2.1999783516
+645.6903076 4.3633208275
+646.4842529 5.251958847
+647.5091553 2.2352924347
+649.4924316 4.70480299
+652.5179443 87.819442749
+653.4766846 82.2847518921
+654.5358276 40.2409973145
+655.507019 3.7253479958
+658.4664307 12.2117786407
+661.437561 778.3483886719
+662.4906006 262.621887207
+663.3242188 20.7514915466
+664.1712646 6.4804906845
+669.8047485 11.9274864197
+670.458374 46.8240890503
+671.4885254 30.8199119568
+672.6010742 9.5962600708
+677.489502 8.1737651825
+678.5601807 2.6270241737
+679.2613525 6.2209830284
+680.5174561 12.1491603851
+683.619751 15.1716356277
+685.7197266 2.3442280293
+686.5001221 13.9525604248
+687.4061279 9.1320524216
+688.5371094 16.347454071
+693.7700195 17.686706543
+694.62854 3.3570854664
+695.4949951 11.8874807358
+696.588501 14.5631694794
+697.5129395 7.9001941681
+701.7232666 4.3154454231
+702.4061279 14.5312280655
+703.5428467 38.0251541138
+704.4893799 105.5191040039
+705.2756348 14.7979211807
+706.8126221 18.1583633423
+709.5153809 4.4962568283
+710.4581299 3.3120932579
+711.4671631 4.4190535545
+712.4353027 9.9015102386
+713.5997314 16.5673122406
+714.5977783 11.7371959686
+715.7030029 2.962182045
+718.5186768 4.7808580399
+719.5606689 4.9514665604
+720.5291748 16.590259552
+721.5179443 182.3757171631
+722.4989014 129.9830780029
+723.4991455 46.3335723877
+724.7114258 22.8344573975
+727.1436768 21.024766922
+728.0622559 4.7106413841
+729.4490967 92.9057540894
+730.4729004 34.8448295593
+735.6124268 8.4233980179
+736.5360107 20.2357330322
+737.3841553 12.4528198242
+738.4438477 32.8283843994
+739.4829102 668.2763671875
+740.4671631 213.4986114502
+741.5021973 91.6360092163
+742.5942383 36.6902923584
+743.7415771 4.5142526627
+746.5291748 150.405456543
+747.5513916 134.8561248779
+748.3896484 33.9851341248
+749.4785156 7.7971162796
+750.6035156 6.1768393517
+751.8504639 5.6650485992
+753.6141357 14.7768173218
+754.7105713 8.5419445038
+755.994751 15.5208597183
+756.680542 21.0212097168
+757.6166992 11.3769483566
+758.7872314 21.8827323914
+759.640625 7.5861673355
+760.3897705 4.3010048866
+762.3615723 6.7469449043
+763.447876 107.3114929199
+764.4974365 314.3045349121
+765.5339355 114.0887908936
+766.4831543 167.4369506836
+767.4355469 97.9667282104
+768.4299316 16.8691825867
+770.9956055 7.0431480408
+771.6784668 16.5019493103
+772.6036377 16.0083351135
+773.6046143 9.3647079468
+774.5255127 6.919383049
+775.6228027 13.6397314072
+776.833252 2.3106763363
+781.5025635 1031.2258300781
+782.5240479 357.4345703125
+783.7696533 81.9288330078
+784.666748 124.2070999146
+785.6071777 50.5611572266
+786.6020508 18.2550621033
+789.3054199 2.9599685669
+790.7098389 4.4721565247
+797.5725098 7.5240292549
+798.4620361 10.2125644684
+799.5184326 63.1052513123
+800.62146 76.0762710571
+801.6253662 87.5906982422
+802.5808105 5.8392219543
+803.4906006 5.6425418854
+807.0411377 14.8347063065
+807.7559814 3.1111512184
+808.8468018 2.2763385773
+810.6744385 5.1937913895
+813.2054443 8.2479572296
+814.87146 6.3755311966
+815.6217041 10.2420988083
+816.7220459 18.4680023193
+817.5550537 43.2998085022
+818.5639648 26.8622112274
+819.7218018 12.4624156952
+822.6060791 4.5890803337
+826.4804688 15.0006484985
+827.661499 34.9419136047
+828.6940918 28.7108402252
+831.2618408 6.8041205406
+831.8947754 4.3842172623
+832.5189209 2.3156747818
+833.3850098 12.2317562103
+834.616333 16.2004203796
+835.5345459 23.3448123932
+836.7741699 5.4412527084
+837.7543945 11.4533214569
+838.8063965 3.9205870628
+839.666626 3.8380422592
+842.6690674 5.0920886993
+843.7397461 26.2453289032
+847.2728271 4.2939090729
+849.5534668 9.1131267548
+850.4445801 19.2892093658
+851.7017822 16.9199447632
+852.6079102 10.8950872421
+854.5340576 135.3826904297
+855.4718018 67.9958190918
+856.1813965 11.9258947372
+856.8551025 13.3286838531
+859.446167 25.816362381
+860.6851807 38.4960021973
+861.6501465 26.1856956482
+862.5438232 5.1724967957
+863.4234619 29.9744701385
+864.407959 11.6949138641
+866.8817139 25.7580165863
+867.9503174 2.1563434601
+868.5961914 9.7314386368
+869.6611328 64.0218200684
+870.6534424 26.2683944702
+871.5220947 9.7075986862
+872.5926514 202.1483764648
+873.6571045 109.2554016113
+874.8502197 12.8282566071
+877.6004639 39.8983802795
+878.6085205 44.0705871582
+879.5859375 27.2107810974
+880.6219482 68.9848403931
+881.7064209 28.2406330109
+882.7125244 13.9464378357
+883.5181885 9.4195613861
+884.6435547 11.0850849152
+885.6011963 12.2433013916
+886.4694824 7.0996580124
+888.6687012 5.8599758148
+894.6113281 102.4220733643
+895.5919189 57.6954078674
+897.5457764 1670.7569580078
+898.5710449 742.1376953125
+899.6188965 105.0166397095
+900.852417 3.1056814194
+902.552002 4.5410089493
+903.3874512 3.6080565453
+904.4793701 3.6196315289
+906.1142578 11.8772478104
+906.8961182 12.636095047
+909.5198975 2.4925065041
+911.6174316 2.4681954384
+912.6149902 24.826335907
+913.529541 34.0116996765
+914.6243896 296.3300476074
+915.6140137 143.2024688721
+916.6514893 29.9134368896
+922.8383789 7.161400795
+923.7757568 15.7127494812
+927.8065186 5.6873469353
+932.678833 5.4718499184
+938.0471191 7.5729455948
+938.6875 7.4967556
+940.8502197 3.7275261879
+944.609375 9.7490053177
+945.7539062 7.2328124046
+946.4602051 2.2232139111
+947.7574463 13.8100261688
+948.3961182 7.9549398422
+949.5404053 4.8294997215
+952.5224609 5.6326060295
+953.8771973 2.7264060974
+954.8516846 6.269203186
+960.2186279 10.9428529739
+961.5926514 4.1548676491
+962.6143799 10.1039123535
+963.6884766 5.1826152802
+964.5222168 10.700047493
+965.3148193 5.5071678162
+966.5758057 14.2489929199
+970.7894287 5.6128745079
+973.4688721 5.0403847694
+975.8795166 5.9010801315
+978.7852783 45.2770347595
+979.7352295 16.6005630493
+980.7687988 11.7655496597
+981.7434082 27.7721328735
+982.7421875 9.6317052841
+983.5789795 7.8052597046
+984.7415771 2.9010913372
+988.7674561 15.7645177841
+989.5429688 151.5026397705
+990.5910645 75.2528457642
+991.5187988 26.1759262085
+992.6418457 6.9068603516
+994.7821045 13.2553796768
+996.6090088 20.4127807617
+997.84729 25.5017471313
+998.6867676 28.7638511658
+999.5900879 18.1686573029
+1000.603027 8.7175245285
+1001.736206 3.5480594635
+1006.584839 88.9719467163
+1007.538696 151.2012786865
+1008.578735 81.5131912231
+1009.642456 13.8956842422
+1010.50293 12.9317121506
+1011.744019 3.3347716331
+1014.940552 10.9484577179
+1015.678345 3.2055287361
+1016.508057 8.7513418198
+1017.580444 5.9085707664
+1019.665039 8.5950479507
+1020.682251 6.1277532578
+1022.049805 18.577419281
+1022.786743 21.4441318512
+1023.992798 36.3062324524
+1024.672485 107.6919708252
+1025.653076 169.7295074463
+1026.66626 87.6230926514
+1027.649048 20.328666687
+1028.506592 6.9676742554
+1031.596069 2.7764008045
+1032.578369 8.2295951843
+1034.592896 16.3274974823
+1035.421997 8.4748821259
+1036.644165 6.2263627052
+1037.578247 14.3455142975
+1041.338501 11.6334228516
+1042.814941 13.0896263123
+1043.926392 18.1803722382
+1044.787964 3.7672452927
+1051.396362 7.0909957886
+1052.683228 4.0162930489
+1053.880005 5.0855836868
+1054.671387 4.9229888916
+1056.790405 2.3403441906
+1059.55188 3.6907548904
+1060.489502 3.7055220604
+1069.357544 6.448829174
+1075.349609 2.6474478245
+1075.950684 2.2693684101
+1079.646484 5.7261486053
+1086.672485 3.4646465778
+1092.817383 4.4897437096
+1093.59314 7.2350001335
+1094.716797 7.5072722435
+1096.730103 3.83152771
+1098.585693 2.3212354183
+1100.570435 2.3205049038
+1102.606323 55.6741867065
+1103.625122 57.7745018005
+1104.5 13.5672531128
+1105.623047 4.2306337357
+1109.989868 4.7769341469
+1110.808594 14.4073991776
+1111.685791 8.7493667603
+1112.931519 3.1144587994
+1116.61499 6.9159188271
+1119.526489 17.9848861694
+1120.572876 68.8647460938
+1121.625488 6.0422716141
+1123.605957 3.446148634
+1128.795166 2.3998451233
+1129.957886 12.3143377304
+1134.043945 8.131978035
+1134.664673 5.2157816887
+1137.776245 59.1418304443
+1138.588989 39.0241966248
+1139.596924 14.5820236206
+1150.884521 3.2805047035
+1153.09436 8.0527181625
+1155.598633 23.4904613495
+1156.648804 3.5501036644
+1167.708496 3.0294144154
+1173.039917 12.0111618042
+1226.640381 11.7058515549
+1227.905762 3.602594614
+END IONS
+BEGIN IONS
+TITLE=small.20.20. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=20"
+RTINSECONDS=11.1995
+PEPMASS=558.944213867188 17284.958984375
+CHARGE=2+ and 3+ and 4+
+162.2459412 3.4766952991
+165.779007 1.966622591
+169.0103607 8.0924129486
+169.927887 3.1571164131
+170.9698029 2.0085103512
+180.3391724 8.7875766754
+181.1282959 7.1624951363
+182.3738403 4.9308128357
+184.2948914 20.943151474
+185.9855194 5.1187696457
+193.2527161 3.3872747421
+194.2451935 14.4901676178
+195.0811005 2.1769995689
+197.1130066 528.0186157227
+198.1671295 57.75
+199.0540619 12.9717407227
+202.0820007 85.4288635254
+203.1407776 6.2879915237
+204.4213867 1.6453045607
+205.4060364 2.2237291336
+207.0664062 8.0606365204
+208.2060852 5.6846504211
+209.2543488 31.5425434113
+210.1090088 1.6614904404
+211.265152 17.9764156342
+212.1719971 10.6240949631
+217.3257446 6.5907745361
+218.6251221 4.3428206444
+220.1707611 2.6035218239
+221.0754395 1.6778790951
+223.2400818 8.8098945618
+225.0269928 196.7395477295
+226.1006775 125.6540679932
+227.1731567 6.2534713745
+229.9139557 3.0747702122
+233.0474854 24.5844841003
+233.7891541 4.2054963112
+234.4595032 7.4079823494
+236.2829437 15.0633068085
+237.3384705 11.8246116638
+239.5124817 2.2845487595
+241.2993774 2.012004137
+243.2100677 50.9285430908
+244.1074829 31.6098957062
+245.1972046 54.6686859131
+246.1603699 4.2515282631
+247.355011 6.5872383118
+249.1959534 21.9949855804
+250.2814026 6.1249947548
+251.2259064 3.436699152
+252.8332214 11.4685058594
+253.4486389 17.8545436859
+254.2749634 49.6005363464
+255.0813141 10.3416872025
+256.1791992 2.9734153748
+259.3045959 6.2044477463
+260.4708252 18.2102851868
+261.1974487 99.8195266724
+262.2791138 13.3073158264
+263.1716919 29.1729507446
+264.6409912 14.6332931519
+265.254425 180.3003692627
+266.2240601 26.3496246338
+266.9942627 6.2249565125
+268.1236267 3.266017437
+269.388916 12.6665410995
+271.4130859 12.8397722244
+272.2714233 2.2651984692
+273.2040405 1.5327359438
+274.131012 2.8809766769
+276.1180115 191.8423614502
+277.2043152 26.8338871002
+278.1271667 13.3682479858
+279.3115234 11.6681156158
+280.0697632 4.3942656517
+280.7581787 6.277009964
+283.0153809 3.5590531826
+283.8411865 4.6952409744
+285.5913086 2.3811497688
+288.1292725 6.3781123161
+289.1611938 8.32670784
+289.9272461 11.643825531
+290.9958496 5.3682126999
+293.1635742 1238.8446044922
+294.1902771 195.649810791
+295.2943115 28.7378120422
+296.2852783 2.6409668922
+297.1206665 4.6846084595
+298.6566162 5.8426775932
+299.2630615 3.2723989487
+300.2859802 11.5502185822
+302.1879883 1.6755954027
+302.9108887 1.4135197401
+304.4353943 6.6846232414
+305.5074158 22.2836093903
+306.3527832 12.4827156067
+308.29599 3.1232190132
+309.4425659 3.4585020542
+310.0835571 4.8931570053
+311.6322021 3.6697163582
+313.5533447 17.6580352783
+315.4095154 3.3626761436
+316.3256836 9.1620540619
+317.3217773 5.0319924355
+318.1964111 16.8465518951
+319.1725464 26.6557655334
+319.9884644 10.0924940109
+321.322113 6.615439415
+322.6261597 17.316110611
+323.3909302 3.5287542343
+324.6879272 8.5594291687
+325.4946899 1.7207746506
+326.8132324 38.2903442383
+327.9048462 8.03657341
+328.6425476 6.0485491753
+330.3734741 6.4893465042
+331.7828369 1.6837745905
+333.3880005 27.853313446
+334.3068848 10.3490762711
+335.8837891 25.3503131866
+337.189209 116.32396698
+338.3657532 24.3893070221
+339.4191284 8.7437620163
+340.3872681 6.5391197205
+341.7160645 10.5805025101
+342.7630615 5.7185440063
+343.5927429 20.9843711853
+344.4997864 51.730758667
+345.4785156 16.1091918945
+346.343811 10.9706907272
+347.1719055 17.5181865692
+347.9790039 4.0780658722
+348.861908 8.375617981
+350.7163086 8.0980558395
+351.5344849 4.5902090073
+352.711792 5.5123171806
+354.1106567 42.5482826233
+355.3443604 28.3488521576
+356.4165039 12.0281352997
+357.244812 3.2752900124
+358.8392029 31.4874191284
+360.1517029 256.3614196777
+361.135437 39.1720428467
+362.09375 80.7478637695
+363.378479 11.6483011246
+364.5707397 21.8880767822
+365.4595032 29.5523223877
+366.7072754 16.5111999512
+368.3733521 34.3120422363
+369.7741699 22.6296710968
+370.4160461 44.952583313
+371.1981201 26.2492828369
+372.3146667 12.4435415268
+373.5595093 12.3460664749
+374.3226929 74.916633606
+375.437439 16.4565868378
+376.4109802 11.4339733124
+377.3822632 9.719165802
+378.5159607 36.7877998352
+379.7761841 39.7902526855
+381.3540039 44.1551971436
+382.2089844 22.6465568542
+382.9155579 11.988653183
+383.7804565 31.0579872131
+384.421814 27.2369194031
+386.4407043 251.4176330566
+388.0554199 435.1567077637
+389.1846924 131.6522521973
+390.1889038 58.9271697998
+391.2507935 46.7601547241
+392.1991577 67.9613113403
+393.1292725 58.4840126038
+394.0158691 22.4899311066
+395.1334229 7.3778095245
+396.3400879 28.1351089478
+397.0694885 32.2779426575
+399.1687012 11.0314502716
+400.3612976 16.2338581085
+401.5769348 125.3687133789
+402.4723206 35.7805976868
+403.2368774 2.9681997299
+404.76828 16.1719264984
+405.638092 18.7178840637
+406.5817871 24.8829727173
+407.2503662 144.0667724609
+408.2757568 82.8399429321
+409.4664001 148.4784698486
+410.3536377 31.6741695404
+411.1915588 31.217092514
+412.4891663 22.1193771362
+413.4300842 4.9870443344
+414.4233093 18.6983909607
+415.6340637 19.9426651001
+417.0238342 24.8244285583
+418.2342834 236.261932373
+419.3627014 63.0141525269
+420.6740417 6.187871933
+421.3632812 3.4914016724
+422.4692078 23.0994682312
+423.5395203 497.6569519043
+424.1879272 84.2051315308
+425.0157776 125.429107666
+426.0960693 65.0993041992
+427.3325195 22.0938568115
+428.4207153 71.2822418213
+429.6551208 73.4078979492
+430.7528687 140.098449707
+431.4240417 74.308807373
+432.1302185 35.1489067078
+433.6602173 35.6867904663
+434.4971313 162.3091278076
+435.4546814 35.4408073425
+436.5513611 21.4122009277
+437.2168579 8.6665716171
+437.9207458 29.5789604187
+439.0384216 31.1753520966
+440.0227051 128.4340820313
+440.6237793 84.9736709595
+441.6715393 6.0338468552
+442.4202271 31.8942241669
+443.5794067 29.813533783
+444.375061 18.1471481323
+445.5308533 67.3715667725
+446.2542114 521.5614624023
+447.7702637 44.2126960754
+448.5817261 78.620223999
+449.4194641 78.4102325439
+450.0506897 43.7957077026
+451.2402649 25.8179550171
+452.1412048 17.2496757507
+453.3069763 22.3768196106
+454.3328247 10.2275390625
+455.202301 13.5680198669
+455.8757324 10.5386161804
+456.6899414 293.0798034668
+458.0910645 4452.5258789063
+459.0563049 333.3037109375
+460.1993103 30.5440788269
+461.8690491 97.9504241943
+462.4760742 1115.5310058594
+463.2154541 70.1809005737
+464.2726746 32.7174072266
+465.2742615 41.364654541
+466.0028687 310.2252502441
+467.1856689 32.7249488831
+467.9924011 153.9579772949
+468.7122498 34.2904014587
+469.4205933 7.9632534981
+471.6246033 1476.0727539063
+472.2798767 1214.9976806641
+473.6127625 105.2577438354
+474.3993835 21.0947570801
+475.5612183 28.8602600098
+477.1535034 650.3367919922
+478.2370911 1621.2456054688
+479.5289612 41.2175064087
+480.6895752 20.8725814819
+481.7678223 28.7643527985
+483.9829407 11907.615234375
+485.4610596 89.5804138184
+486.6923218 111.3958129883
+487.7399292 91.2101745605
+489.0254822 85.7696762085
+490.2536926 49.4077224731
+491.1035767 91.2458724976
+492.1475525 93.8938598633
+493.3143005 64.2528762817
+494.5263672 41.0601730347
+495.1757812 58.0508575439
+496.3129883 51.413192749
+497.2196655 59.321056366
+498.0947876 60.6747283936
+499.0921631 70.6609573364
+499.7757263 462.3031005859
+500.575531 112.2966766357
+501.5570068 70.8047790527
+502.7021484 44.5610427856
+503.6099243 251.8125610352
+505.3565369 1946.8920898438
+506.04599 1650.4747314453
+507.5786743 56.0021743774
+508.6694336 146.3251495361
+509.4738464 234.8554534912
+510.3500671 56.538520813
+511.4052429 9.3992118835
+512.7554321 159.9815063477
+513.6224365 563.1965942383
+514.9887695 1993.2398681641
+515.9492188 206.3555297852
+517.1792603 162.5767211914
+518.237915 81.9826431274
+519.4347534 71.5412521362
+521.003418 5853.7788085938
+522.1685181 3939.6215820313
+523.0491943 468.7939453125
+523.6797485 142.1437835693
+525.0598145 152.0483093262
+526.6195068 31.6960315704
+527.5490723 63.419960022
+528.9293213 67.9937896729
+529.7758789 30.0148715973
+530.5390625 85.9973526001
+531.4573975 63.9024848938
+532.5169678 39.348526001
+533.6647339 85.4612960815
+534.9421387 60.6301651001
+535.9301758 30.6406574249
+537.534729 932.4362792969
+538.2868042 125.2967605591
+538.9365845 105.3786087036
+539.7648926 69.8186187744
+540.4746094 355.9534301758
+541.3411865 242.1339111328
+542.3905029 61.7867050171
+543.1936035 192.4788818359
+544.0987549 297.333984375
+544.9533691 110.5368499756
+546.6617432 593.201965332
+547.3554688 797.1150512695
+549.2606201 644.8403320313
+550.0621948 439.6351928711
+551.0327148 35.9043045044
+552.5283203 284.6508789063
+553.307312 24.6450309753
+555.3214111 2.5765020847
+556.314209 3.9192061424
+558.3823853 5.2997364998
+559.0683594 1.8992168903
+560.7963257 13.8211126328
+561.6885986 25.4126014709
+562.4061279 35.0989265442
+563.0522461 10.3051185608
+564.1705322 98.4797515869
+565.3800659 23.4538726807
+566.1478882 31.5572853088
+568.430542 35.0094451904
+569.3334961 164.5296936035
+570.4276733 928.7039794922
+571.131958 651.4273071289
+572.4790649 9.3032464981
+574.0936279 51.4307098389
+574.8463745 7.5855808258
+576.258667 91.1800842285
+577.0626221 107.4760742188
+579.1489258 17014.310546875
+580.1210938 2143.5729980469
+581.6343384 17.4066200256
+582.4342651 19.9797554016
+583.4846191 74.4790649414
+585.1044922 780.2443847656
+585.9907227 137.7790679932
+587.1022339 299.963684082
+588.2258301 32.9998016357
+589.4909058 13.2544193268
+590.2625732 11.0617189407
+592.4702759 15.6434078217
+594.3054199 123.1421813965
+595.0202026 140.739654541
+595.9515991 33.055934906
+597.3939819 18.55701828
+598.4465332 13.2855520248
+599.3408203 15.3977594376
+600.4613037 6.0176916122
+602.0994873 6.7555818558
+603.2923584 85.2013397217
+604.1447144 43.2446022034
+605.2532959 19.9048061371
+607.543335 16.0197601318
+608.4307861 8.0110054016
+609.5037842 22.4160766602
+610.5667725 37.1689910889
+612.223877 316.2540283203
+613.2623291 103.7247467041
+614.34198 62.247303009
+615.590332 14.6897954941
+617.1812134 60.9684295654
+618.347168 39.2427024841
+618.9952393 1.8315954208
+619.677124 34.178352356
+620.7636719 56.1525001526
+621.6914062 14.3152980804
+622.5341187 5.0991158485
+624.0751953 14.4928770065
+625.8427734 458.0811767578
+626.4699097 343.0073242188
+627.1712646 148.2179107666
+628.4957886 26.0175228119
+629.6202393 13.9559335709
+630.7295532 53.7217903137
+631.3533936 31.7551822662
+632.2832031 9.9334211349
+633.2875977 58.5264434814
+634.7476196 3348.0849609375
+635.6315918 1351.7846679688
+636.7340088 49.0133209229
+637.6347046 92.4446716309
+638.4889526 30.3579311371
+639.5990601 38.1475257874
+640.3580322 332.2711486816
+641.4667969 39.2500457764
+642.2386475 92.725479126
+643.7045898 14406.4140625
+644.6787109 1722.0982666016
+646.0822144 133.1796875
+647.0453491 6.3788423538
+648.3374023 60.3827095032
+649.0932617 171.2144927979
+650.7559814 247.8048858643
+651.585022 187.8257293701
+652.588501 65.701423645
+653.5390625 18.879365921
+654.4976807 12.1281309128
+655.5823975 23.048248291
+656.2243652 3.1623339653
+658.1486816 20.263053894
+659.6787109 378.0946350098
+660.5767822 84.203086853
+661.5612793 117.0282363892
+662.6326904 57.3585624695
+663.5412598 9.7913208008
+664.6352539 9.5388031006
+665.8433838 20.0410900116
+667.2435303 1.9987866879
+668.6430664 259.2823181152
+669.3937988 48.5236434937
+670.5109863 25.3870010376
+671.5231934 7.4021215439
+672.3426514 3.8206019402
+673.2999268 9.3374567032
+674.1959229 4.0663671494
+676.1673584 19.169719696
+676.9865723 39.274471283
+677.8625488 9.3226356506
+679.5421143 15.885178566
+680.4321289 79.4622573853
+681.677002 9.4630336761
+682.4125977 3.481095314
+683.4536133 17.6993122101
+684.7650146 58.7994689941
+685.7218018 11.7065601349
+686.3942871 3.6868097782
+687.0993652 1.700552702
+687.8704834 2.1864042282
+688.9855957 24.6132392883
+689.7600098 45.653793335
+690.7772217 18.4876937866
+691.9116211 32.0533638
+692.7321777 156.0060577393
+693.7695312 86.389503479
+694.7435303 21.7270126343
+695.682373 7.8745708466
+697.1201172 16.0932922363
+697.8282471 202.8301849365
+698.7004395 295.8034667969
+699.6442871 39.6090545654
+701.2091064 83.831413269
+702.1269531 26.2328453064
+703.2598877 9.7461605072
+703.9116211 13.4965906143
+704.5797119 6.5767755508
+706.4251709 801.4825439453
+707.2764893 1513.6040039063
+708.1611328 363.4468078613
+709.6292725 21.6047019958
+710.2952881 2.3409879208
+712.3908691 8.6435832977
+714.0358887 11.1995391846
+715.1890869 1010.3947143555
+716.3448486 1764.7797851563
+717.2006836 797.9595947266
+718.0615234 39.1176605225
+721.7435303 229.2092285156
+722.6483154 42.1137390137
+725.2348633 9588.330078125
+726.1330566 1895.3245849609
+727.1011963 13.4638061523
+728.2489014 12.3447618484
+730.1723633 275.4266967773
+731.1358643 103.6138458252
+732.2176514 17.7177410126
+733.473999 17.9377040863
+736.4040527 14.5775747299
+737.2874756 3.889850378
+738.3868408 7.5263729095
+739.7067871 35.2209777832
+740.7115479 85.1027679443
+741.3791504 161.9504699707
+742.3702393 112.4793548584
+743.4597168 38.6989440918
+744.8961182 11.787735939
+745.6300049 25.0627632141
+746.7365723 45.9882583618
+747.8088379 32.8585472107
+749.2237549 671.5542602539
+750.2304688 220.470413208
+751.2529297 27.2628955841
+752.9711914 8.1440095901
+754.2651367 196.3482666016
+755.0296631 95.193939209
+755.8123779 86.1146621704
+757.7614746 1842.5705566406
+758.6722412 524.8356323242
+760.3317871 20.0025157928
+761.6824951 8.6321125031
+763.166626 1660.9099121094
+764.1530762 255.492401123
+765.3892822 15.0277690887
+766.456543 52.5068893433
+767.5780029 18.7473335266
+768.5500488 5.0072422028
+771.6791992 3172.3500976563
+772.7237549 779.51171875
+774.9620361 12.6998691559
+775.8529053 8.2541217804
+776.8601074 26.8598804474
+777.9492188 38.0354042053
+778.8790283 11.924369812
+780.7807617 635.0163574219
+781.6209717 276.737121582
+782.5778809 46.0053520203
+783.5557861 12.6571207047
+784.5812988 21.3876342773
+785.4813232 8.4460544586
+786.7907715 264.5554199219
+787.6777344 116.7372894287
+788.6912842 16.0372524261
+789.418335 5.0675954819
+790.8946533 6.6602272987
+791.9553223 3.8332793713
+792.9616699 2.8320741653
+794.0552979 5.6707530022
+799.5950928 5.5426754951
+800.6062012 6.8546085358
+801.6765137 19.7477016449
+802.6733398 11.365442276
+803.5284424 7.1357192993
+805.6516113 2.9253225327
+807.2213135 27.725353241
+808.2651367 26.267791748
+811.3887939 12.4520654678
+812.3381348 2.9630784988
+817.7866211 1.6184167862
+819.1605225 2.6174652576
+819.9034424 6.153236866
+820.677124 7.8097033501
+822.4962158 3.5731945038
+823.557251 5.7994279861
+824.3719482 3.0361878872
+825.4353027 40.4660873413
+826.5336914 20.2134132385
+828.7821045 81.4003295898
+829.7021484 34.1669654846
+830.5700684 1.6629583836
+831.2122803 3.5123314857
+835.4667969 1.3951964378
+838.4084473 3.3889956474
+839.5562744 3.0349171162
+841.4178467 2.6723895073
+844.3786621 3.6824798584
+847.5151367 2.257835865
+850.0904541 10.4357147217
+850.7858887 5.4206190109
+853.05896 10.4363594055
+854.4393311 8.2641630173
+855.7279053 23.5874500275
+856.6031494 23.9639873505
+861.3465576 6.4769220352
+864.3414307 1.6890901327
+866.2298584 6.3350691795
+867.3571777 9.7797718048
+868.5032959 8.03565979
+869.7261963 3.5999634266
+870.6743164 5.0823860168
+872.5834961 56.7927780151
+873.5958252 27.6058883667
+874.5114746 14.3951377869
+878.526123 11.8418922424
+879.6802979 14.4868755341
+882.9403076 5.1249542236
+883.8206787 5.697508812
+885.6502686 5.9120445251
+891.3890381 4.2365279198
+892.7349854 2.1051852703
+894.6789551 98.3698501587
+895.6949463 68.4061279297
+896.4781494 14.9401407242
+897.6434326 114.1815185547
+898.6518555 52.9853897095
+899.673584 13.1354064941
+903.6166992 2.9239397049
+904.4855957 1.3963768482
+905.3110352 2.3985683918
+907.2856445 5.458337307
+910.6940918 5.188873291
+911.5291748 2.1248321533
+912.6540527 5.2822947502
+913.5906982 1.5509527922
+914.6229248 27.4828224182
+915.6223145 5.7832942009
+916.7838135 4.3933234215
+917.8154297 3.7780716419
+919.7922363 2.9239063263
+925.2060547 3.9762573242
+926.3793945 5.0269374847
+927.3642578 13.5286712646
+928.7495117 7.6643738747
+929.7918701 7.3376331329
+944.4852295 15.3309707642
+945.467041 6.1496033669
+946.3514404 1.5460298061
+951.3480225 2.8115501404
+954.5354004 6.5016241074
+955.6311035 1.7691643238
+960.6212158 2.29921031
+962.6512451 2.90640378
+964.539917 2.4251539707
+967.6456299 2.5416591167
+970.0793457 3.9871377945
+971.1772461 3.0891008377
+972.3121338 1.6759960651
+975.2902832 3.2082960606
+977.4969482 1.9473183155
+978.4970703 3.4484887123
+979.534668 2.2729034424
+981.894043 5.9752230644
+988.5314941 8.3554029465
+989.7341309 3.4090840816
+990.3365479 2.1912684441
+991.3408203 7.7558174133
+992.4498291 2.0785877705
+993.4437256 1.5449910164
+994.5263672 4.6918506622
+995.5792236 4.9587535858
+996.875 20.9781341553
+997.5970459 12.5237607956
+998.3347168 1.6089816093
+999.3486328 4.6337656975
+1001.220947 6.7227129936
+1002.062744 9.2622156143
+1007.123047 9.7666864395
+1007.744385 17.3147735596
+1008.629517 31.255897522
+1009.60144 28.8474903107
+1010.675659 10.0870847702
+1011.65564 6.7771716118
+1012.673706 7.0559635162
+1014.134521 2.312782526
+1014.995728 2.5625720024
+1016.746094 1.6660163403
+1024.579224 17.7858543396
+1025.900146 14.4121599197
+1026.835327 3.4012949467
+1029.517944 9.5850114822
+1030.75415 11.3155555725
+1033.672974 2.0805590153
+1044.418579 2.6689152718
+1049.780029 2.0560927391
+1052.811768 1.440179348
+1053.669922 4.6188735962
+1055.733521 2.3047499657
+1066.50708 2.5480864048
+1090.587891 3.4228711128
+1093.459595 4.9514255524
+1107.693359 1.8460108042
+1108.668213 3.5732059479
+1110.095825 3.3172972202
+1115.165283 4.8606739044
+1117.569946 1.5065156221
+1120.130859 8.2767276764
+1121.749878 3.7343020439
+1122.679077 4.147046566
+1123.85083 3.0308806896
+1127.545532 3.3644938469
+1128.895386 4.1934843063
+END IONS
+BEGIN IONS
+TITLE=small.21.21. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=21"
+RTINSECONDS=12.0417
+PEPMASS=725.137451171875 24541.078125
+CHARGE=2+ and 3+ and 4+
+203.1127472 5.2672271729
+208.215744 27.7642803192
+209.1100616 76.7153091431
+210.3188171 11.0685176849
+211.3507538 6.7267150879
+212.2304688 20.9349937439
+213.4915314 3.5235054493
+219.8450165 11.8528900146
+225.0068665 74.3374023438
+226.1007843 256.2878723145
+227.2634277 25.280216217
+229.7936859 2.5886588097
+231.4770508 2.547317028
+233.1359406 252.1537475586
+234.1702728 47.9453926086
+235.3063965 6.2975087166
+236.2471924 17.8416805267
+237.1219635 9.0586118698
+238.1429443 26.8819961548
+239.2477722 6.5950479507
+240.105896 3.9843189716
+241.2565765 6.6470770836
+243.0999603 246.4942169189
+244.2297363 42.9612617493
+245.3314514 64.2938995361
+246.3311768 12.2881546021
+247.2474365 22.9482650757
+248.5189362 21.8495521545
+249.2496033 47.400226593
+250.133728 3.6295921803
+253.2195129 28.1165676117
+254.2013855 71.1396865845
+255.2530518 35.0298881531
+256.2155762 14.6096687317
+258.1589966 3.7844974995
+260.548584 61.430519104
+261.2159729 581.6108398438
+262.1765747 83.4466629028
+263.2042542 29.7464046478
+265.1442871 439.2869567871
+266.0977783 55.5505638123
+267.072998 4.5409793854
+268.3672485 3.3612310886
+271.2750244 28.8848724365
+272.2754211 10.2538661957
+274.5156555 21.8780250549
+275.2977295 34.392665863
+276.2209778 63.1096725464
+277.2531738 52.7649421692
+278.2024841 18.9187889099
+279.2318726 27.8618927002
+280.517334 7.5504589081
+281.2877502 3.3778209686
+286.8499756 4.6010112762
+289.337738 13.2050209045
+291.1691895 10.0892219543
+292.3975525 23.5297145844
+293.1268921 491.9004211426
+294.1755981 54.7402572632
+295.4397888 6.4626755714
+296.1867676 5.4899873734
+297.2406921 6.4309272766
+301.3554993 8.7185182571
+302.2694092 7.9217729568
+303.4399414 16.943780899
+304.393158 11.7179164886
+306.4098511 6.7746667862
+308.4625854 10.2753124237
+310.3858337 22.2325839996
+311.283844 24.7808189392
+313.4243164 17.2707195282
+314.7990112 5.0350260735
+317.197998 9.2541408539
+318.2015991 38.5475921631
+319.2300415 19.9345169067
+320.2896118 4.4480409622
+321.6001587 9.495344162
+322.3666687 18.3371906281
+323.4311523 11.2697076797
+324.2115173 2.8742394447
+325.2166748 5.6609687805
+326.0832825 9.4869804382
+326.8299561 50.9286727905
+327.5891724 21.5412998199
+328.4204102 7.0461206436
+329.2977905 9.1908302307
+332.3923035 10.4402198792
+333.4819946 34.4176101685
+334.3277588 15.5272397995
+336.0135498 29.9123344421
+337.2222595 138.0046539307
+338.3135376 21.1078071594
+339.4544373 5.7412381172
+341.1766968 8.4107675552
+342.5042114 3.7428472042
+343.4650574 23.2958850861
+344.4848328 14.3737869263
+345.2658691 22.4809417725
+346.1329041 12.9027099609
+347.1730957 41.0251464844
+348.5640869 27.8216094971
+350.1809387 31.322681427
+351.1613464 15.6088438034
+352.177063 12.0394973755
+353.1569824 13.6373081207
+354.2784729 43.4444885254
+355.2698975 33.9533195496
+356.0594482 11.2257814407
+357.1762085 11.3305778503
+358.1621094 27.8591766357
+358.8397522 25.1996765137
+360.3655701 19.8448944092
+361.3416138 12.1137504578
+362.4688721 17.3888931274
+363.3850708 2.6527326107
+364.3146973 22.4837493896
+365.3456421 62.4660987854
+366.381012 29.290353775
+367.1630249 13.0977725983
+368.3221436 122.8541870117
+369.3601685 40.2219314575
+370.496521 28.2918071747
+371.5899658 53.0072860718
+372.4156494 27.0682735443
+373.6040649 37.742023468
+374.285614 402.8435668945
+375.175293 80.5656738281
+376.1174927 48.7987442017
+377.6416016 19.2336959839
+378.3338013 3.3365175724
+379.3901978 26.1757717133
+380.4094849 8.7711257935
+381.1953125 2.3603887558
+382.2285156 43.6283111572
+383.3422852 142.3642272949
+384.4750671 44.7203826904
+385.4284363 9.4996986389
+386.3842773 7.8141374588
+386.9977417 3.4312083721
+388.4529724 25.0900058746
+389.4139099 44.1136932373
+390.4151001 47.8298797607
+391.2903748 77.5869979858
+392.355072 75.3093261719
+393.2287292 164.582244873
+394.2515564 35.6434326172
+394.9261475 16.166891098
+395.5321045 14.0637226105
+396.4433899 26.9339256287
+398.3704224 12.6177253723
+399.2836304 26.8950214386
+400.1924438 47.6516723633
+401.3874512 100.4227752686
+402.0336914 9.4580879211
+402.984314 4.4166088104
+404.1802368 4.4233436584
+405.5100403 29.3365039825
+406.3156433 11.90350914
+407.222168 185.190322876
+408.1885376 45.7361869812
+409.177002 26.7045764923
+410.1723938 38.2111282349
+411.3027039 96.3425674438
+412.3500671 20.4830722809
+413.089447 14.38534832
+414.0014038 5.2310376167
+415.6365051 11.9054670334
+417.3459473 42.4568634033
+418.5742798 5.9948267937
+419.3988037 20.7531509399
+420.2138062 5.4547762871
+420.9843445 5.4779195786
+422.0395508 23.0792732239
+422.7646179 8.6306390762
+424.2579346 72.666229248
+425.4656677 38.117351532
+426.466095 35.714679718
+427.2550049 21.2071304321
+428.1419678 44.1753501892
+429.2097778 6.3818287849
+429.8708496 2.889018774
+430.6255798 3.2873394489
+431.3911133 43.7422142029
+433.2448425 16.2078762054
+434.1741943 96.6326217651
+434.9526367 72.4513092041
+435.9802551 10.2705879211
+437.4779053 6.9540581703
+439.0941162 52.2100448608
+439.9603271 78.9841995239
+441.1340332 22.3066825867
+441.7819214 9.3035831451
+442.4164734 26.2992858887
+443.1904907 142.6023254395
+444.1014404 12.6985931396
+445.8061523 13.0269641876
+446.5210876 37.0537528992
+448.1932678 248.5580444336
+449.2124329 137.4624633789
+450.5154724 86.2010116577
+451.9324951 74.8784942627
+452.731781 29.9308681488
+453.556366 8.7436923981
+454.3092346 8.8391218185
+454.9151611 18.3888835907
+456.0227051 53.5691680908
+457.1252747 247.1157531738
+458.0619507 430.5097045898
+459.1794739 89.5827941895
+460.4796448 15.7503643036
+461.407074 15.0171546936
+462.4243774 92.0883789063
+463.4028931 33.1777114868
+464.4796753 291.7196655273
+465.4332275 170.9395599365
+466.1596069 181.6376647949
+467.0743103 61.0861587524
+467.8366089 3.785828352
+469.7609558 35.0314064026
+470.5040588 2.87626791
+471.7113342 35.6003074646
+473.0210876 1097.2972412109
+473.9508057 78.3440856934
+475.0379639 12.7761058807
+475.8057861 2.570527792
+476.5070801 16.9231929779
+477.6090393 6.0248775482
+478.5812988 37.5078430176
+479.5095215 38.8959388733
+480.4098511 26.3424186707
+482.2154846 221.8672790527
+483.2471313 79.0011444092
+484.0150452 62.1442604065
+485.0449219 22.7096290588
+486.0534058 53.0230255127
+487.4403381 119.4808044434
+488.4115295 32.1127128601
+490.2884827 45.6267318726
+491.1611328 371.7083435059
+492.2097168 108.9790039063
+493.292572 79.8611755371
+494.0206604 2.7587544918
+495.5624084 52.2206954956
+496.5111694 241.2889099121
+497.5007019 36.3217353821
+498.6795959 63.7426681519
+499.4594727 301.2583007813
+500.0664673 263.621307373
+501.150116 84.3892364502
+502.2217407 56.0524940491
+503.7533264 46.730594635
+504.8125916 494.8812866211
+505.5038147 838.9650268555
+507.1015625 187.1195068359
+508.492157 54.1110191345
+509.6584167 30.3279190063
+510.6055603 8.7716579437
+511.6246948 23.1456375122
+512.8126221 100.068687439
+513.7236328 928.0187988281
+514.5807495 231.0427398682
+515.5566406 36.393081665
+516.4627686 23.8727741241
+517.4194946 91.1457366943
+518.3844604 220.9687042236
+519.2558594 110.2289047241
+522.1818848 2819.8071289063
+523.0631104 720.5179443359
+524.2207642 6.124212265
+525.2315674 42.6046524048
+526.4434814 9.0400485992
+527.2205811 42.6771430969
+528.187439 21.1417198181
+529.3389893 32.365814209
+530.3045044 162.5383300781
+531.2583618 116.9584579468
+531.9912109 57.6591873169
+533.1051636 21.1785697937
+533.9882202 30.9962882996
+535.2078857 175.077545166
+536.4119263 39.6427307129
+537.6057129 38.8170661926
+538.5222168 58.3150100708
+539.6355591 45.6885070801
+540.6864014 39.4064712524
+541.3831787 18.9185066223
+542.0229492 26.7437496185
+543.0194702 22.3650970459
+543.6662598 2.8580987453
+544.8537598 12.5573587418
+545.6490479 37.3564758301
+546.6870117 84.0980682373
+547.602417 81.1036224365
+548.5689697 248.9851074219
+549.5482178 124.1141967773
+550.5001221 52.837310791
+551.7559814 29.6200695038
+552.4980469 34.7489433289
+553.3163452 204.7142181396
+554.5318604 48.0478096008
+555.8693848 67.1156463623
+556.7697754 103.4677658081
+558.2518311 145.4451293945
+559.1900635 23.5433197021
+560.270874 49.7691955566
+561.7556152 582.2301025391
+562.5062256 217.7629852295
+563.1966553 120.8154678345
+563.8363037 67.2145385742
+564.5144043 118.8140487671
+565.8082886 18.6930179596
+566.5855103 26.5554218292
+568.1679077 88.8330078125
+569.5168457 112.0606842041
+570.6727295 4767.2670898438
+571.6724243 408.6000671387
+572.4648438 139.3749237061
+573.3370361 152.3858184814
+574.1772461 54.4333305359
+575.1838379 73.0006713867
+576.3707886 62.4843444824
+577.257019 99.7687149048
+579.1593018 16108.166015625
+580.088623 1206.4732666016
+581.0777588 303.2503662109
+582.1421509 186.9623413086
+583.4193115 24.1562595367
+584.2496338 81.1558609009
+585.7349243 331.7542114258
+586.6239014 269.5568847656
+587.6772461 54.5277748108
+588.9294434 479.317779541
+589.5546875 500.9263305664
+590.7838135 32.3390083313
+592.265686 38.6803894043
+593.557373 164.9243011475
+594.6852417 887.2136230469
+595.5424805 314.7920227051
+596.7052612 40.8546981812
+597.6644287 71.0366668701
+598.7893066 57.9390144348
+599.5113525 32.2675514221
+600.3197021 24.0464000702
+601.5780029 10.8260812759
+602.8840332 996.6370849609
+603.5562744 872.478515625
+604.6303711 90.301574707
+605.9093018 69.252281189
+606.6958008 89.1465301514
+607.4611206 59.2578430176
+608.2692261 21.6779975891
+608.9980469 7.0780959129
+610.4190674 189.8927001953
+612.0848389 1896.3786621094
+613.1314697 145.4462585449
+614.4211426 149.9850006104
+615.6057129 99.760055542
+616.6536865 77.2626342773
+617.6494141 77.4889602661
+618.6865845 70.4256896973
+619.6265259 105.193145752
+620.5068359 208.9140625
+621.5046387 55.8280181885
+622.3174438 27.0240459442
+623.2062988 6.7290005684
+624.6577148 326.8435668945
+625.7484131 219.659362793
+626.5871582 151.4318695068
+627.7705688 199.8012695313
+628.6280518 594.622253418
+629.8221436 252.6092834473
+630.6502686 52.6374130249
+631.6795654 41.2877655029
+632.7828369 113.5599517822
+633.7404175 276.7330932617
+634.7700806 369.1852416992
+635.4911499 222.219833374
+636.9136353 954.5283203125
+637.545105 938.1701660156
+638.6522217 599.4294433594
+639.9659424 132.1048583984
+640.7974854 80.9559173584
+641.9042969 237.7608032227
+642.7054443 554.8962402344
+643.6644897 552.764831543
+644.5420532 173.6053771973
+645.7299805 4935.4028320313
+646.6651611 380.8231201172
+647.7814331 170.7972106934
+649.0852051 288.6162414551
+651.1362915 2058.556640625
+652.1668701 491.9793701172
+653.4787598 222.7188110352
+654.4247437 127.3478240967
+655.5565796 30.6328544617
+656.4759521 16.3435955048
+657.7304688 37.8852882385
+659.397522 1194.5224609375
+660.1761475 3106.7788085938
+661.4987183 1817.3122558594
+662.47229 530.578918457
+663.5645752 98.907623291
+664.8505859 45.8952941895
+665.7822266 7.0656747818
+666.8359375 15.9972171783
+668.7431641 18647.232421875
+670.3589478 129.7997283936
+671.5300293 184.6017913818
+672.5310059 78.2674255371
+673.3250732 27.5020809174
+673.9980469 18.6860637665
+674.9180908 10.4727573395
+676.0661011 9.5339927673
+677.2925415 214.6754455566
+677.9765015 69.61769104
+678.7205811 22.6405277252
+679.5844116 24.6172580719
+681.1949463 400.1871948242
+682.112793 142.5000305176
+682.9597168 27.6112575531
+683.6907959 6.6329302788
+685.4018555 276.1434326172
+686.2628784 529.2825927734
+687.3243408 165.6012420654
+688.6994019 66.0305023193
+689.4850464 36.5189552307
+690.2602539 53.2136611938
+691.0058594 18.6945552826
+691.6626587 17.0639057159
+693.3486328 99.8667526245
+694.128479 278.2446289063
+694.9631348 707.8022460938
+695.5923462 784.7435302734
+696.6246338 59.7067146301
+698.3824463 184.0640563965
+699.2874756 549.96484375
+699.9801025 97.4900360107
+701.0688477 58.9580078125
+702.333374 431.4141845703
+703.104248 276.2890930176
+703.9985352 553.1751708984
+704.696167 525.3837280273
+705.8391113 100.3759002686
+707.3596191 2476.7094726563
+708.2017822 3470.3420410156
+709.0401611 324.2977294922
+709.8297119 14.8464221954
+710.5435791 55.3787765503
+711.5095215 32.1838798523
+712.8273926 21.751247406
+713.8890381 52.5306930542
+715.2823486 171.2442779541
+716.4741211 6564.681640625
+717.1252441 3004.4130859375
+718.1079102 8.8386306763
+718.979126 3.7925515175
+719.6856689 2.4599721432
+721.5494385 2.5644159317
+723.6811523 7.6723537445
+725.4831543 6.6581654549
+729.6257324 16.8934383392
+730.5394287 23.6114711761
+731.5356445 16.9672985077
+732.548584 13.4099340439
+733.8603516 10.5583124161
+735.2967529 25.4837532043
+736.3835449 4.5978527069
+737.1912842 5.8140449524
+738.4587402 74.6081237793
+739.6191406 34.4661407471
+740.4974365 38.1982841492
+741.5032959 151.0548706055
+742.4260254 50.5684394836
+743.5186768 34.5170059204
+744.1680908 7.9267234802
+745.4841309 11.6704206467
+746.5437012 109.8430938721
+747.4790039 40.5600738525
+748.4418945 13.0069007874
+749.5924072 28.6007499695
+750.3793945 9.8312091827
+751.4217529 9.1319541931
+752.4118652 2.5440099239
+753.43396 40.4337425232
+754.4984131 39.8676452637
+755.4061279 42.7132835388
+756.4968262 72.4250488281
+757.5844727 41.3110122681
+758.5128174 23.8644542694
+759.6241455 35.1000328064
+760.5974121 93.4269332886
+761.4984131 46.6304244995
+762.8204346 7.4088191986
+764.4968262 52.1902046204
+766.3789062 355.9674072266
+767.5061035 133.2814178467
+768.5078125 63.9727668762
+769.5344238 18.2639694214
+770.7614746 32.1413879395
+771.4222412 144.9834747314
+772.4699707 193.6263122559
+773.5197754 58.1324386597
+774.5163574 6.2298545837
+775.5096436 45.8967666626
+778.2556152 6.7824959755
+779.4377441 16.1413230896
+781.4978027 88.657043457
+782.6248779 49.2567939758
+783.6818848 78.2044677734
+784.6314697 236.21434021
+785.5814209 95.2447433472
+786.6160889 29.5306472778
+787.8771973 65.8798446655
+788.4862061 781.3838500977
+789.581665 363.6175842285
+790.5214844 76.5678329468
+791.451416 11.6357545853
+792.8365479 16.8332424164
+793.8000488 8.508852005
+795.6237793 11.4889698029
+798.6224365 34.7198028564
+799.5714111 16.7695770264
+800.5744629 124.251663208
+801.5280762 103.1195373535
+802.744873 31.5048904419
+803.5944824 11.3208122253
+805.5097656 94.064781189
+806.4553223 73.2533416748
+807.4770508 25.8267936707
+808.55896 5.6524705887
+809.637085 6.5887470245
+810.6478271 24.8528518677
+811.5218506 26.4461269379
+813.2218018 13.305729866
+814.5075684 7.6560506821
+815.6793213 5.7315177917
+817.5300293 96.1788330078
+818.604126 26.6753845215
+819.6783447 7.9829268456
+820.5454102 7.6445765495
+824.418335 14.4186630249
+826.8260498 45.8229484558
+827.6466064 81.9544754028
+828.6550293 42.8654251099
+829.7030029 5.3859229088
+832.8216553 5.06919384
+833.4781494 5.2882962227
+834.7384033 18.9766407013
+835.7520752 12.5321922302
+837.1966553 34.0959777832
+838.5853271 14.3005123138
+840.6434326 22.7734947205
+843.071167 10.021490097
+844.6743164 20.2532730103
+847.4169922 2.6315250397
+848.8637695 3.8003528118
+849.6506348 25.2248439789
+850.4289551 32.1577033997
+851.3116455 20.5124893188
+852.7012939 8.5213689804
+854.4830322 263.6176147461
+855.5316162 212.9158935547
+856.6022949 20.7119884491
+857.3006592 5.1894507408
+858.6204834 58.0419273376
+859.8580322 15.1445837021
+860.5253906 13.0188426971
+861.5678711 36.7024230957
+862.630127 11.8639669418
+863.6934814 11.0184087753
+864.6331787 6.2521572113
+865.4541016 3.9126024246
+866.6464844 33.4515762329
+867.6186523 93.5379180908
+868.6951904 81.6139221191
+869.5626221 151.4336700439
+870.7207031 82.1957855225
+871.6397705 34.8269958496
+872.5766602 399.0607299805
+873.6641846 249.7274780273
+874.5744629 18.2055988312
+875.6325684 6.9705576897
+876.7965088 4.9660038948
+877.9143066 36.5717430115
+878.5876465 82.864364624
+879.7310791 68.5029983521
+880.6904297 74.486114502
+881.5472412 56.9899139404
+882.7606201 25.8233222961
+883.9071045 40.9011154175
+884.6778564 88.4606704712
+885.6121826 121.0770339966
+886.6339111 67.8628158569
+887.6638184 19.9837837219
+888.6472168 21.7337226868
+890.3526611 15.2524232864
+891.7073975 14.3584384918
+892.6134033 14.8414325714
+893.6311035 27.5269317627
+894.6348877 208.8002624512
+895.5273438 247.9819641113
+897.5311279 2959.4030761719
+898.5603027 1369.7192382813
+899.5517578 360.5209960938
+900.5134277 18.77967453
+902.5462646 1081.7806396484
+903.5545654 488.8545532227
+904.5614014 95.5839614868
+905.7098389 13.4032936096
+906.5187988 5.9213571548
+907.8007812 18.5168151855
+908.6296387 33.7883720398
+909.4616699 53.965549469
+910.539917 85.6114959717
+911.6951904 53.0201950073
+912.6488037 51.832611084
+913.5645752 64.2019805908
+914.6276855 746.1207275391
+915.6585693 407.7752380371
+916.7528076 66.1842498779
+917.647583 7.4218072891
+918.6638184 3.8198957443
+919.6993408 5.030933857
+920.8658447 3.4274032116
+921.6971436 5.3423337936
+922.5699463 3.7518548965
+923.5784912 9.7975206375
+924.6137695 8.2428121567
+927.480835 559.9450683594
+928.4938965 316.7268981934
+929.6794434 78.2647171021
+930.69104 15.6446609497
+931.9139404 4.3989286423
+936.5488281 8.6056022644
+938.1740723 12.011095047
+938.8575439 8.2862758636
+941.7388916 6.0386834145
+944.5490723 1250.2623291016
+945.501709 667.518737793
+946.5441895 111.0240020752
+947.4604492 8.6453781128
+949.0474854 3.6993153095
+949.6923828 4.2041921616
+950.5705566 4.1439566612
+951.2751465 11.6255521774
+952.581543 8.6188468933
+953.4284668 10.782075882
+954.340332 2.7736618519
+955.6184082 14.1413021088
+956.8519287 9.6487588882
+962.397583 37.5847473145
+963.536377 40.3534164429
+964.6525879 41.4289932251
+965.5924072 17.7986221313
+966.9029541 13.804649353
+967.7053223 5.2803974152
+970.5633545 10.2153339386
+971.7237549 28.4737815857
+972.6466064 6.5281763077
+973.9025879 16.6077384949
+975.5704346 18.5299167633
+977.4455566 5.0020465851
+980.133667 20.0074920654
+980.7678223 8.1599035263
+981.5881348 34.6024513245
+982.74646 33.4564437866
+983.9102783 49.4100646973
+984.7850342 26.9635658264
+987.5643311 15.9635725021
+989.0600586 9.802116394
+989.9342041 4.6379117966
+990.7137451 34.2580947876
+991.5053711 46.2255477905
+992.590332 70.4830703735
+994.0024414 8.9589767456
+994.9056396 5.8389902115
+995.7093506 6.4268994331
+996.7988281 15.5887622833
+997.5585938 32.4000587463
+998.4211426 28.120382309
+999.2003174 34.5331878662
+1000.546387 41.7719268799
+1001.635376 12.1748199463
+1002.776489 5.7061181068
+1006.467651 14.8494472504
+1007.535156 47.8295974731
+1008.639404 282.9143371582
+1009.608398 231.2345123291
+1010.728027 67.8270874023
+1012.099487 9.3892936707
+1013.062744 16.3780136108
+1015.477173 36.9070892334
+1017.996704 10.5734186172
+1018.841431 6.8656182289
+1019.502075 6.3438167572
+1021.402466 31.5546360016
+1022.848755 8.1300210953
+1023.697266 16.032535553
+1024.640625 58.6570625305
+1025.661743 326.0321655273
+1026.677734 246.1416168213
+1027.830078 83.8084106445
+1028.665405 3.3324584961
+1030.07019 4.2385988235
+1030.750488 4.5356326103
+1031.520264 4.13185215
+1033.506836 5.3370547295
+1034.69104 10.0093326569
+1035.656494 55.6721725464
+1036.581177 9.8820075989
+1037.384155 5.1653337479
+1038.985474 8.3821125031
+1039.946289 9.0076112747
+1040.769409 20.1627044678
+1041.587402 33.3790855408
+1042.967163 37.0337753296
+1043.720947 51.2312889099
+1044.529785 8.9322290421
+1047.047729 10.3558158875
+1047.984741 6.7826170921
+1048.728882 14.13808918
+1049.690796 2.5551998615
+1050.87915 22.6924858093
+1052.526855 12.9349021912
+1053.614868 10.1070537567
+1055.722412 3.3511686325
+1057.745117 10.1521787643
+1058.581787 33.1302146912
+1059.634277 56.4001121521
+1060.667969 22.29139328
+1061.738281 10.2562599182
+1062.760254 17.7167186737
+1064.916016 9.5802669525
+1065.730103 21.9947834015
+1067.722412 10.6889820099
+1071.875244 3.9270880222
+1074.654907 2.6909477711
+1075.592773 12.9186840057
+1076.755737 18.0380935669
+1078.192627 3.3367729187
+1079.744751 9.3936672211
+1081.616333 5.5774450302
+1083.64502 8.6264877319
+1085.845703 5.2352843285
+1087.445923 4.8442621231
+1088.574951 2.978525877
+1090.697266 3.1135072708
+1092.415161 4.5662956238
+1093.420166 11.2642498016
+1094.951172 21.4347610474
+1095.746704 3.5261063576
+1096.816406 25.3562850952
+1097.829956 34.4451560974
+1098.71582 8.8659658432
+1102.585815 12.3961238861
+1103.639282 2.838249445
+1104.995361 4.4330530167
+1105.657959 10.9402513504
+1106.540405 17.6642379761
+1107.303345 4.0376653671
+1108.46582 3.7139980793
+1109.301758 6.4729213715
+1110.729248 10.8557720184
+1111.732666 17.1436443329
+1112.675049 12.9328184128
+1114.005859 4.4884443283
+1115.814697 19.2473316193
+1116.76355 7.9919905663
+1117.629517 13.9505681992
+1120.002563 17.139251709
+1120.68689 42.2332000732
+1121.367676 16.3424129486
+1122.633179 121.0606765747
+1123.677368 85.7287445068
+1125.628174 15.7173910141
+1126.889526 3.5772826672
+1127.754517 15.279586792
+1128.463989 9.097738266
+1130.705933 14.8220844269
+1131.670776 3.0101804733
+1132.683594 4.4583654404
+1133.720337 7.7746715546
+1134.602783 2.5363426208
+1135.484741 14.2627544403
+1137.584229 27.2354393005
+1139.649658 322.6894836426
+1140.808594 242.9073791504
+1141.738159 33.1540565491
+1142.619263 18.5500221252
+1143.916016 9.1390018463
+1144.677979 32.4821014404
+1145.572876 5.550142765
+1148.626465 33.7133369446
+1149.661011 37.6451072693
+1150.616333 7.5777215958
+1152.496948 10.7954149246
+1153.950806 35.7867927551
+1154.861084 6.1211805344
+1155.6698 16.5071411133
+1156.731445 23.1261882782
+1158.120239 24.6216430664
+1159.133911 4.6818556786
+1159.825195 43.2046813965
+1160.932861 22.9642391205
+1161.84668 18.1406021118
+1162.708008 24.7897319794
+1163.570557 13.0537128448
+1165.450195 27.8691978455
+1166.31543 8.5642623901
+1167.115356 22.4428443909
+1167.815063 17.3819160461
+1168.713135 2.893748045
+1170.57312 142.2827301025
+1171.664673 103.2363357544
+1172.771851 44.8398323059
+1174.901978 5.8261194229
+1175.759399 3.8694434166
+1176.964111 10.5286903381
+1177.749512 18.1165332794
+1178.732178 30.3896141052
+1179.839111 7.4499783516
+1181.558228 2.8252062798
+1182.866211 4.7888793945
+1183.716309 11.6717586517
+1184.671143 2.5283391476
+1187.571289 153.1285095215
+1188.57666 98.8327636719
+1189.52417 32.890411377
+1190.472778 4.0629119873
+1196.870605 6.5066475868
+1203.369141 11.6809482574
+1205.37146 25.8754386902
+1206.942993 2.9209690094
+1216.544556 12.4928417206
+1224.305054 7.6359376907
+1225.781128 3.4597907066
+1229.445068 5.2636451721
+1233.153564 2.3907940388
+1234.560181 2.8307039738
+1237.859863 3.3014380932
+1238.682739 11.8355941772
+1241.974731 2.6523156166
+1243.068115 4.642147541
+1243.68103 5.1056489944
+1250.457886 6.2205324173
+1251.940186 7.6130890846
+1252.670898 11.8163089752
+1254.824585 3.0263779163
+1255.582153 2.5283529758
+1256.68457 4.0070314407
+1258.914185 9.7665023804
+1259.727417 2.9591567516
+1261.6521 5.4146575928
+1262.827271 12.4356937408
+1263.838135 6.1232976913
+1265.370239 3.1082701683
+1266.612671 8.9819011688
+1268.769409 18.4918785095
+1269.803223 14.937828064
+1271.807373 2.3874168396
+1272.759155 10.7815608978
+1273.792603 15.305978775
+1275.342407 3.3827209473
+1275.971436 21.6626262665
+1277.965332 10.9614667892
+1279.685913 47.8848495483
+1280.854858 30.8531417847
+1281.602295 11.3328666687
+1283.658569 8.2137765884
+1284.781982 18.7098827362
+1290.685669 2.7120199203
+1291.827515 30.0329189301
+1292.832153 11.2882461548
+1293.952515 4.8299217224
+1294.683594 3.9303059578
+1296.653687 11.4236793518
+1300.695435 22.4167995453
+1301.747314 32.8903999329
+1302.611084 13.8606777191
+1318.471802 43.4731063843
+1319.675171 20.7282772064
+1335.972412 3.3683972359
+1337.423218 11.2811985016
+1338.950562 4.4792890549
+1348.997559 4.4800400734
+1373.721191 2.5416479111
+1374.767822 5.8726816177
+1389.709717 13.1886024475
+1409.031128 3.2659938335
+1411.805542 3.06650877
+1426.098633 4.5230174065
+END IONS
+BEGIN IONS
+TITLE=small.24.24. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=24"
+RTINSECONDS=13.2044
+PEPMASS=810.844604492188 20583.181640625
+CHARGE=2+ and 3+ and 4+
+234.1398163 60.7603492737
+240.0370331 54.8455467224
+244.6422424 28.7099380493
+245.2557983 505.3676147461
+246.6043854 16.4508705139
+248.2906036 55.2782936096
+251.2573242 1022.4583740234
+252.2726593 155.6927642822
+253.230011 15.0181312561
+254.3101501 29.3985557556
+255.3806152 25.9217700958
+260.2582703 34.1404190063
+262.3627319 394.5133972168
+263.1380005 184.9011230469
+264.1251221 32.5342826843
+266.3051758 187.334564209
+267.5510254 21.8964748383
+272.7013245 236.7653503418
+273.6567688 43.2211914063
+274.474884 38.7813720703
+276.1697998 216.5194702148
+276.9488831 110.4051895142
+279.2161255 44.6693725586
+280.0353699 134.9815979004
+280.7629395 34.1631317139
+290.2697754 1925.3408203125
+291.2811584 335.3995666504
+293.0632324 69.1093139648
+294.2618103 850.7567138672
+295.2844849 113.5060653687
+298.3882446 22.6035251617
+300.0785522 41.7535705566
+301.2184448 39.9704856873
+302.2019958 38.6748390198
+304.1027832 34.7225265503
+305.0011902 23.8552017212
+308.2879639 6952.17578125
+309.3153381 952.9772338867
+310.155426 111.9384078979
+311.1963501 28.004108429
+312.2216797 65.6695098877
+313.1538696 16.743844986
+315.0506897 18.716588974
+316.783844 70.8563079834
+318.1046143 30.5641136169
+319.2584534 35.8757820129
+319.9508667 37.907169342
+322.1934204 36.6835594177
+324.2164917 22.4510402679
+326.2018433 152.0325775146
+326.8197021 16.6232128143
+328.2495117 67.0629119873
+329.5163269 33.3876686096
+332.4191284 97.790435791
+333.4368896 29.5250511169
+336.2247314 94.3834915161
+337.3092041 250.9834594727
+338.4838867 77.0882797241
+346.371582 176.1134338379
+347.3042603 74.0729522705
+353.9611816 16.2218265533
+355.0368652 14.3787546158
+357.2891846 63.4409408569
+361.3270264 42.7748069763
+362.3518677 137.7838745117
+363.5427246 325.6166992188
+364.3395386 1718.0291748047
+365.355896 715.8731079102
+366.7080994 66.552986145
+368.2955933 134.3832855225
+369.2741699 15.2935333252
+376.515686 265.196685791
+377.9998169 41.4915771484
+379.3063965 621.7105712891
+380.0692139 153.3237304688
+381.0951843 205.2312774658
+382.2694092 397.6714477539
+383.2536011 90.8438720703
+384.0256958 19.8292999268
+387.1130981 15.7487039566
+389.5216064 30.9667034149
+393.450592 46.5921020508
+394.5602417 41.7553863525
+396.3450623 1357.20703125
+397.4258728 228.096786499
+398.7386475 89.7231445313
+399.3484192 1292.7094726563
+400.4817505 319.8512878418
+403.230011 36.9155769348
+404.3928833 294.0030822754
+405.3581543 89.8971099854
+407.3084717 1434.8380126953
+408.1828003 297.0585021973
+409.163208 124.01902771
+410.1871033 155.0740966797
+411.2255554 596.9848022461
+411.851532 115.1569366455
+412.6952515 47.1348609924
+413.5122681 51.5290145874
+414.4602966 23.7385520935
+421.4200439 3324.9038085938
+422.5375366 499.3476867676
+423.6340942 62.6044616699
+424.4260254 30.1740894318
+425.7357178 21.3739967346
+427.2878418 69.9639205933
+431.5070801 16.0208473206
+433.2470398 35.6624565125
+434.2580261 28.0266456604
+435.2105713 79.7850570679
+436.6398315 59.3231086731
+437.4086914 143.9200744629
+438.4891968 1063.4501953125
+439.3619995 4668.80078125
+440.390564 750.9237060547
+441.6886597 55.2859687805
+444.348999 46.0988540649
+445.3421021 144.4395904541
+449.3747559 105.9884338379
+450.4543152 302.2938842773
+451.5188293 102.676322937
+453.2182617 28.7718276978
+455.3431396 37.2892074585
+456.3587036 4661.12109375
+457.4057617 1209.390625
+458.5676575 77.7361068726
+460.3875427 38.2827339172
+461.0784607 13.6990814209
+462.1066284 224.6789245605
+462.9407959 82.5193023682
+464.125 246.3256225586
+465.0300903 29.6931266785
+467.1751404 130.7024536133
+467.9563904 90.2700195313
+471.1235352 17.0636234283
+475.0940857 151.9824981689
+475.9880981 27.5932197571
+477.0299683 38.1199302673
+478.4519043 1968.3443603516
+480.1208191 189.8623962402
+481.4237061 453.2303466797
+482.5204773 65.1585235596
+483.6035156 144.5833435059
+484.305603 143.0745239258
+484.9204407 27.2342395782
+486.7449341 41.5877799988
+488.8128967 283.0670166016
+489.8211975 92.9385070801
+491.7124634 136.4469604492
+492.6278076 288.6502075195
+493.4102478 247.6613464355
+494.4078064 40.3523788452
+497.8927307 624.1560668945
+498.6032104 427.8317260742
+500.057312 61.1097602844
+503.8228149 108.161895752
+504.6196289 29.7380981445
+506.5426636 35.4476661682
+507.4181519 67.0183563232
+509.3294983 982.240234375
+510.2546082 1231.7216796875
+511.2659302 341.2010498047
+512.8071289 15.5150985718
+513.5933838 16.5351982117
+516.5604248 58.1346893311
+517.2600098 45.2721977234
+519.5205688 132.4161376953
+520.4508057 220.8651580811
+521.4569092 115.8742218018
+522.0968018 27.1245040894
+523.4868774 218.5038757324
+524.1917725 72.9812469482
+525.2563477 150.8087463379
+526.4925537 46.8476600647
+530.5391235 23.0142860413
+533.3370361 1350.2869873047
+534.1826172 808.1723632813
+536.0974121 128.8948669434
+537.7810059 482.4512939453
+538.4888306 4209.341796875
+539.5598145 1048.2149658203
+540.8335571 107.0365142822
+542.5682373 117.5285644531
+543.8768311 122.2276382446
+545.0272217 39.1046676636
+546.1136475 71.724609375
+547.1434326 143.0309143066
+549.3759155 214.4580230713
+550.4858398 61.5140609741
+551.5448608 479.9472351074
+552.5788574 140.6524200439
+553.7589111 22.0831298828
+555.4239502 4041.2563476563
+556.590271 735.4998779297
+557.6021729 69.9447937012
+558.355957 65.1794815063
+559.4125977 57.0923690796
+560.3859863 295.2405090332
+561.1834106 46.823802948
+562.5933838 49.7921142578
+565.0679932 228.7238464355
+566.40979 843.7258300781
+567.333374 484.2902832031
+568.5275879 196.1581268311
+569.3063965 66.3257064819
+570.0720215 15.0504293442
+571.1463623 21.3571586609
+574.442749 73.4430007935
+575.4416504 76.1063232422
+579.7616577 752.5045166016
+581.2137451 202.058807373
+582.6759644 570.313659668
+583.4082031 891.5267944336
+584.2765503 246.082321167
+585.3984375 75.2827835083
+586.378479 16.4630298615
+587.8806152 30.6457195282
+591.5015869 199.064239502
+592.7336426 34.0014190674
+593.925415 95.5442504883
+599.3608398 77.1525802612
+600.6308594 51.5393447876
+601.5023193 61.1711349487
+602.7416992 278.1425170898
+603.6140137 68.0498352051
+604.2921143 62.857131958
+606.3404541 44.3326301575
+608.5369873 258.0761108398
+609.4669189 2564.7995605469
+610.6658936 997.2127685547
+611.6928711 1399.0828857422
+612.5606079 297.0565795898
+614.9047852 107.2913208008
+615.5452881 40.0694541931
+616.4335938 92.0682678223
+617.2576904 396.5637817383
+617.8961792 41.0346069336
+619.4189453 18.8208293915
+620.2124023 67.2238082886
+621.1959229 48.5327262878
+622.6081543 28.9375343323
+623.5270996 33.9472503662
+624.479187 13.6296825409
+626.493103 3347.43359375
+627.506897 951.3892211914
+628.810791 254.6986083984
+629.6804199 677.5781860352
+634.5758057 77.140914917
+635.6494141 36.3526229858
+636.5753174 144.0390014648
+637.6019287 74.4532012939
+639.2941284 103.1496734619
+644.6558838 125.1902542114
+645.8843994 81.0956268311
+647.1029053 77.8320159912
+647.9267578 27.40924263
+649.3026733 85.4649276733
+650.2635498 58.4314193726
+651.6501465 168.49949646
+652.6957397 63.1382369995
+653.7243042 79.4374465942
+656.8103027 418.0522460938
+657.664917 2621.2880859375
+658.5688477 1359.0732421875
+659.409668 145.4022521973
+660.031189 28.1407718658
+661.3432617 30.7495994568
+662.9987793 297.6875610352
+663.8426514 344.3522338867
+664.5250244 1361.2401123047
+666.2016602 39162.015625
+667.163269 7270.2392578125
+668.8640137 434.9347229004
+669.5949097 157.2547454834
+670.7873535 717.6457519531
+671.3966064 2411.4096679688
+672.0549316 2352.0947265625
+673.1501465 417.0170593262
+674.0280762 212.6528930664
+675.3456421 47.6695175171
+677.1124878 29.2480716705
+678.6149902 40.8360824585
+679.9558105 74318.765625
+680.6127319 88426.734375
+682.5744629 1612.4283447266
+683.321228 761.6851806641
+684.3018799 279.5877380371
+685.2716675 71.3710861206
+686.5202026 163.5157165527
+687.2867432 84.6524887085
+687.951416 62.8615493774
+688.6190796 746.3796386719
+689.3768311 477.2805480957
+691.2021484 1534.8898925781
+692.1563721 85.9103240967
+692.9547119 47.0569076538
+693.8222656 49.9641571045
+695.8121338 17.5352859497
+696.5203857 107.9325180054
+697.503479 292.0893859863
+698.5317383 318.3663024902
+699.3744507 175.6918792725
+700.0549316 90.0105056763
+700.7573242 38.9572181702
+701.7027588 43.1252059937
+702.7543945 40.0911865234
+705.0205078 24.199016571
+706.0247803 41.7152023315
+707.1792603 66.1375579834
+708.0782471 21.6788597107
+708.8590088 99.4022216797
+709.8563843 84.287902832
+713.829834 1418.3342285156
+714.6563721 1483.6424560547
+715.6881104 218.240814209
+717.0227051 49.1658630371
+717.6953125 15.6443080902
+718.9760132 88.3843612671
+719.6807861 447.8042907715
+720.5784912 228.2998352051
+722.4932861 19052.29296875
+723.1474609 23685.36328125
+724.5760498 426.599395752
+725.4443359 89.2004776001
+727.5137939 3931.6550292969
+728.2767334 11464.109375
+731.5111084 22.1938152313
+732.5435791 16.8843975067
+733.5488281 21.3584861755
+734.6428223 39.426776886
+736.7260742 274751.9375
+738.1499023 1821.2622070313
+739.3643799 555.3426513672
+740.1947021 363.886505127
+741.15625 51.4290771484
+742.4562988 264.9787597656
+743.3459473 82.7336120605
+744.0490723 78.6506195068
+744.9807129 64.0771179199
+745.7651367 420.9033203125
+747.236084 269.321472168
+748.385376 203.3026275635
+749.6590576 98.5146713257
+750.5871582 72.9074172974
+751.699707 44.1027526855
+752.6236572 763.3082275391
+753.8167725 50.0917739868
+754.8240967 29.3668804169
+755.4460449 90.5843963623
+756.137207 356.8794250488
+756.8502197 154.332611084
+758.3372803 68.0272445679
+759.3504639 45.2458381653
+760.8939209 75.1314849854
+763.7050781 492.0360107422
+764.3654785 1339.853515625
+765.5516357 289.8352661133
+766.895874 143.8183898926
+767.7398682 89.7665176392
+768.6369629 22.2620944977
+769.5430908 19.2631473541
+770.8966064 115.8423233032
+771.9688721 167.6025390625
+773.5726318 35.54088974
+774.4708252 122.1846618652
+775.5198975 132.3853759766
+776.4216309 88.3645782471
+777.411377 216.7463226318
+778.4780273 351.3020019531
+779.6690674 1709.3994140625
+780.524292 3631.6062011719
+781.517334 1506.1087646484
+782.5128174 531.7831420898
+783.5440674 251.6485748291
+784.6622314 303.1628417969
+785.5269775 158.2835845947
+786.3712158 165.1863861084
+787.9797363 26474.22265625
+788.6312256 22438.40234375
+790.3862305 534.1908569336
+791.5316162 1159.0743408203
+793.244751 19952.40625
+794.0836182 8578.330078125
+795.5008545 1883.4395751953
+796.3953857 754.1591186523
+797.5539551 63.115901947
+798.5856934 25.272813797
+801.8417969 18871.359375
+802.5997314 1941.0539550781
+803.7978516 67.6315460205
+805.579834 27.2187671661
+806.2601318 15.6593704224
+808.5513916 141.4062194824
+809.657959 64.020614624
+820.7091064 33.001537323
+822.4147949 79.3062057495
+826.6021729 20.5959625244
+827.7675781 31.3309383392
+831.7186279 42.5184669495
+847.3513184 36.8242645264
+848.5543213 14.7131223679
+849.5142822 17.174161911
+850.7481689 72.056022644
+861.3927002 25.0004482269
+865.2965088 39.275894165
+866.7363281 56.3083648682
+874.5484619 24.4631347656
+877.9564209 49.870513916
+878.6088867 22.3562927246
+882.9173584 24.4884338379
+883.7093506 23.3194389343
+889.0710449 35.9614944458
+895.9974365 31.3582649231
+901.0466309 89.6682281494
+905.5477295 467.0231933594
+906.5473633 440.2065124512
+907.5689697 87.2029342651
+908.6605225 103.0309143066
+909.395874 30.7509460449
+916.4812012 32.9993057251
+918.6199951 23.9638309479
+919.5899658 30.0185451508
+922.4549561 279.9486694336
+923.4807129 955.1159057617
+924.5213623 316.9241333008
+925.605957 130.8578491211
+926.612915 24.8167533875
+932.2764893 32.3269271851
+934.2944336 72.5236358643
+935.8669434 264.2814025879
+936.5817871 494.629486084
+937.5936279 230.0388641357
+938.7564697 25.1870174408
+940.4587402 576.2036132813
+941.5474854 197.7103271484
+942.6409912 16.6703338623
+946.6760254 48.4627990723
+949.5544434 41.165019989
+950.3458252 145.4651947021
+951.5471191 27.7373447418
+954.2824707 20.4526977539
+960.5266113 49.9052619934
+961.6503906 77.1682891846
+963.487915 340.264251709
+964.6092529 92.6129302979
+966.5008545 1223.8026123047
+967.5804443 404.2392883301
+968.550293 215.2703399658
+973.7147217 39.3786354065
+974.7108154 22.3973693848
+976.5302734 192.9142608643
+977.6079102 448.2698669434
+978.4381104 164.3962860107
+979.4211426 89.2353363037
+987.3579102 19.7051200867
+994.5385742 11685.2138671875
+995.5826416 5293.3154296875
+996.50354 799.7972412109
+997.5834961 47.3898200989
+1002.876099 37.737487793
+1003.550659 78.5481109619
+1004.440796 40.804775238
+1006.408325 37.2132644653
+1011.63147 100.846824646
+1012.942871 67.065612793
+1018.758911 55.0760345459
+1019.696411 65.2881469727
+1020.764404 216.2404785156
+1021.690063 100.4065551758
+1023.533081 36.1291465759
+1031.447754 117.7219467163
+1032.532104 69.8493728638
+1036.944214 335.928527832
+1037.568848 1756.6655273438
+1038.640381 524.7168579102
+1039.567017 288.9723815918
+1047.57019 236.4199523926
+1048.542114 610.8354492188
+1049.514771 280.6389465332
+1050.632324 132.4913330078
+1054.472778 569.049987793
+1055.409424 258.2256469727
+1056.385986 20.7952156067
+1060.769043 34.4975776672
+1062.636963 68.2178726196
+1065.587769 20718.173828125
+1066.581787 10966.9892578125
+1067.615601 1827.6538085938
+1068.716431 58.6627655029
+1075.858643 108.4798202515
+1076.565552 135.2751617432
+1077.866577 99.6248016357
+1080.661621 14.7595148087
+1087.991821 75.0807876587
+1091.849243 24.0210876465
+1092.90332 60.9300346375
+1093.597534 32.4026832581
+1094.530273 433.0605163574
+1095.638916 88.660736084
+1096.543945 65.6929779053
+1111.566406 933.12109375
+1112.536987 279.8368835449
+1113.564575 265.1500244141
+1119.664185 79.2880020142
+1120.630005 75.5355682373
+1130.653442 40.8060913086
+1131.658203 86.5582199097
+1133.603516 23.105266571
+1136.594238 3356.3383789063
+1137.644165 1669.7124023438
+1138.591675 429.3264465332
+1139.779541 32.2731246948
+1146.625244 537.1052856445
+1147.657715 1169.6815185547
+1148.636475 662.3150634766
+1149.730103 81.6669540405
+1151.052979 60.2518997192
+1157.209106 25.6525917053
+1160.886597 23.1538600922
+1161.734619 14.3052139282
+1164.637329 49111.0625
+1165.643188 27772.416015625
+1166.634766 4827.0947265625
+1167.606567 295.7883605957
+1176.764893 139.0905151367
+1177.714111 35.5343284607
+1178.65918 76.2086334229
+1179.694092 17.8712329865
+1180.294678 35.0656661987
+1181.659546 1483.3751220703
+1182.63501 1103.2835693359
+1183.671509 177.2925872803
+1193.607422 691.637512207
+1194.499878 360.4937438965
+1195.686157 45.5941390991
+1203.535156 177.6836700439
+1204.610107 491.8914794922
+1205.626953 463.2738037109
+1206.838745 105.6526412964
+1207.75 248.0892181396
+1208.762085 143.9409179688
+1209.575806 17.4259929657
+1219.734253 15.1721878052
+1221.632446 20972.65234375
+1222.663574 12914.65625
+1223.6427 2835.1958007813
+1224.580444 880.010925293
+1225.544556 278.78515625
+1226.620728 59.0900993347
+1232.939087 54.5322570801
+1238.65686 257.0454101563
+1239.557007 517.0155639648
+1240.821899 36.1443824768
+1310.477905 15.3185081482
+1314.893555 37.2235183716
+1315.830322 37.7595825195
+1318.885742 34.3881530762
+1324.776245 58.7279396057
+1330.275146 49.7706069946
+1331.266968 49.4877471924
+1332.480225 76.7820587158
+1336.645874 28.9468688965
+1340.818726 46.7749061584
+1341.629883 270.9991149902
+1342.625244 188.6148681641
+1352.613037 30.8232536316
+1358.70166 3631.0634765625
+1359.689575 2224.7563476563
+1360.612061 430.6137695313
+1361.654663 27.3855247498
+1363.931641 25.3853225708
+1377.779419 88.0359115601
+1382.77478 31.3495864868
+1408.542725 30.2939281464
+1435.026611 45.4414634705
+1454.998657 54.1040878296
+1470.910522 55.956237793
+1471.797241 108.1465454102
+1472.716187 39.4042015076
+END IONS
+BEGIN IONS
+TITLE=small.25.25. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=25"
+RTINSECONDS=13.9754
+PEPMASS=837.415771484375 12561.1044921875
+CHARGE=2+ and 3+ and 4+
+236.3057251 22.1285171509
+237.2688599 28.6379718781
+238.1096954 21.4517688751
+240.0399323 12.128329277
+243.2526093 64.3824996948
+244.0932159 77.183052063
+245.2417603 52.5026741028
+247.1490784 17.6955070496
+249.2172241 78.5372772217
+250.0267639 32.4939041138
+251.2211456 11.9809217453
+252.1767273 13.9963474274
+254.1304932 128.7686767578
+255.1528931 57.7714576721
+257.0595093 9.9111356735
+258.7419128 13.5169067383
+261.1487732 1162.7634277344
+262.2020874 166.7782897949
+263.1884155 27.4804897308
+265.0101318 236.7857208252
+266.3810425 38.158618927
+268.2385864 19.3359661102
+269.2599792 12.6303625107
+271.3152771 57.3012695313
+274.9589233 23.7984809875
+276.2182617 178.8212585449
+277.2281494 97.702293396
+278.3277588 134.1815338135
+279.3612366 49.3060760498
+281.146637 23.946395874
+286.3348999 21.5874671936
+287.3431396 41.1145782471
+292.3165894 66.5475921631
+293.1992188 1447.0216064453
+294.3634644 159.7048797607
+296.2262878 40.661567688
+300.4677734 18.2690219879
+301.2946167 16.9309368134
+302.2900391 9.9833183289
+304.2516479 57.1515960693
+304.8724976 18.0138607025
+306.3512878 52.3848648071
+307.9528503 45.4187469482
+309.4525146 61.5533943176
+311.2203979 14.9974851608
+312.6309204 37.1203956604
+313.2963562 14.2930011749
+314.290741 30.3346004486
+316.3006592 11.4791164398
+318.1577759 88.078918457
+319.2226562 294.7017822266
+320.2268372 14.7916584015
+323.3850403 33.7101249695
+324.2399902 49.3642425537
+326.9734497 379.3379821777
+328.1581116 73.2235412598
+329.1734619 15.2326831818
+330.1846924 18.8002681732
+332.3847656 28.5354785919
+333.6004639 25.6198711395
+334.2931213 24.3410358429
+335.9274292 184.1676177979
+337.1800842 1181.0872802734
+338.2503052 178.9434356689
+339.2756653 23.433139801
+340.1656799 43.1688957214
+341.352417 14.578130722
+343.5587769 22.027053833
+344.2835693 170.7852630615
+345.2241211 65.3513870239
+346.3409729 45.2776222229
+347.2606812 44.6324768066
+348.7664795 67.4827346802
+350.3684082 66.1100311279
+351.4613953 36.2279129028
+352.5531921 33.7602920532
+353.5658569 25.4799461365
+354.3288574 140.9990539551
+355.1785583 222.7105865479
+356.0230713 81.8641738892
+357.7813721 43.3678665161
+358.5675049 34.0956878662
+360.1078796 196.3970184326
+361.2597656 128.7162780762
+362.2526245 309.8502502441
+363.2431946 38.9234619141
+364.6826172 48.9339141846
+365.3630981 106.7847442627
+366.4697266 118.8820266724
+367.4237061 34.4820632935
+368.3496704 704.6904296875
+369.2975464 70.6284255981
+370.3190918 151.4903411865
+371.3450623 18.1332111359
+372.2352295 150.9995880127
+373.5827026 99.0614547729
+374.2481689 631.4058837891
+375.3396301 235.6646728516
+376.3077087 47.5357971191
+377.5950317 155.0675354004
+378.5338745 98.5198974609
+379.40979 102.6018066406
+380.1328125 36.3777694702
+382.1738281 128.8087310791
+383.2018127 118.0926208496
+384.1847229 80.3906555176
+386.0853882 44.3416633606
+386.8901062 36.4224014282
+388.1083984 649.0220947266
+389.175415 527.8112792969
+390.1303406 221.678314209
+391.2633667 181.5113677979
+392.0800781 145.599029541
+392.7193604 170.6769866943
+393.3634949 432.389831543
+394.2684326 88.061126709
+395.2122192 44.8029441833
+396.5262451 75.273651123
+397.3369141 51.7893981934
+399.4188843 113.0340118408
+400.3189392 221.3078918457
+401.2079468 47.2483291626
+401.9552612 44.190536499
+402.6552124 22.3940010071
+405.0935059 14.2216529846
+407.1059265 876.0621337891
+408.3539734 243.1401062012
+409.2820129 207.6371917725
+410.40448 171.862121582
+411.3436279 268.1114501953
+412.3338318 66.4357376099
+413.2860718 74.0059280396
+414.1898804 41.493396759
+415.0194092 61.772605896
+416.4376831 17.9187431335
+417.4161987 240.2321166992
+418.5167236 139.6814880371
+419.4120483 30.4497623444
+420.3114624 34.7103538513
+421.4684448 63.980140686
+422.2496948 31.6224937439
+423.3161926 59.5535430908
+424.2808228 45.4821815491
+425.5376587 241.4697570801
+426.5827026 249.2922668457
+427.508606 44.0271835327
+428.4505615 95.5052642822
+430.4307861 13.8631076813
+431.718811 23.2975597382
+434.2332764 517.4470825195
+435.3856812 134.5188903809
+436.1049194 134.348236084
+436.9556274 35.7417106628
+438.213623 203.6385040283
+439.0516968 110.5306777954
+440.0148315 91.9549484253
+440.9535828 86.1670913696
+442.2079773 110.5813674927
+442.99646 181.0319671631
+443.8742065 39.6965560913
+445.9223633 16.9515647888
+447.6975098 300.8506469727
+448.5054321 628.5699462891
+449.6137085 156.8508605957
+450.4451599 93.6415023804
+452.7019653 27.5553779602
+453.9723511 102.8950195313
+454.7623291 18.1618862152
+456.3613892 164.9378051758
+457.1751099 377.173828125
+458.0609741 979.05859375
+459.1019897 138.9892120361
+460.0457458 67.5304031372
+460.927002 128.2480163574
+461.7929688 59.2058105469
+462.4750977 172.1753692627
+463.5155029 49.3535499573
+464.3068237 18.887090683
+465.3729858 234.4572906494
+466.0709839 838.1664428711
+466.9287415 42.898273468
+467.5381775 65.5395050049
+468.6566162 40.3183021545
+469.5072021 20.5144119263
+471.3433533 46.8756828308
+472.2874756 17.9803733826
+472.9512939 106.7406234741
+474.2390747 64.1463546753
+475.2955322 65.0834732056
+476.5013123 49.119594574
+477.5498352 79.005355835
+478.2869568 134.6834106445
+479.2294617 236.6682891846
+479.8338928 16.3048915863
+480.5733948 76.4859771729
+481.3380737 37.9665908813
+482.3238525 329.6420288086
+482.9324036 237.3058013916
+483.764801 87.5740509033
+485.36203 139.294128418
+486.6928711 32.0211181641
+487.4792175 127.4147949219
+488.355896 117.396232605
+489.5119324 162.2933349609
+490.9444885 837.0416870117
+492.2769165 306.3350830078
+493.0787354 51.4726867676
+495.5405273 142.7068481445
+496.4263611 605.9924926758
+497.5145569 118.2004928589
+498.1927795 40.4462547302
+499.4180908 801.5181274414
+500.2381287 546.4219970703
+501.4385071 82.1420059204
+502.4382019 72.2736206055
+503.5214539 132.6584777832
+505.1911621 2965.4477539063
+506.2036133 476.8790588379
+507.3432617 338.602722168
+508.0132141 36.7002906799
+508.6557922 105.2069854736
+509.943634 15.2131767273
+511.3469543 15.4724683762
+512.8102417 410.0488891602
+513.690918 2285.5852050781
+514.5992432 596.2844848633
+516.5936279 257.473236084
+517.3223877 469.8578491211
+518.2756348 431.875793457
+519.2189941 104.9272994995
+520.3858643 140.3433685303
+521.8615723 2893.2143554688
+522.6179199 5709.8618164063
+523.5844116 314.5926513672
+525.3571777 88.1898803711
+526.4858398 354.7709350586
+527.3765869 23.2552909851
+528.0004272 14.3585443497
+530.4658203 306.0349731445
+531.4281616 207.7064819336
+532.2833252 40.5693969727
+533.7590332 29.8446807861
+535.1948242 249.047958374
+538.5136719 124.5002288818
+539.6052246 308.6602172852
+540.7669678 115.3885498047
+541.4987793 48.6252441406
+542.5084229 61.3222694397
+543.1505127 14.2057638168
+544.8349609 28.6811103821
+545.7947998 226.1145324707
+546.763855 303.9722900391
+547.6672974 310.0604248047
+548.4405518 490.7643432617
+549.4449463 305.1647033691
+550.7125244 100.0274276733
+551.9335938 17.4477653503
+552.8668213 193.0746917725
+553.6447754 254.7747955322
+554.7911377 307.0554504395
+555.4406738 200.2007751465
+556.2098389 296.295135498
+557.3408203 225.9604644775
+558.140564 116.8386688232
+559.2945557 330.184173584
+560.762085 343.255859375
+561.7958984 1085.5712890625
+562.5678711 994.5241699219
+563.7128296 930.5229492188
+564.543457 468.4102783203
+565.394165 48.8547706604
+566.3929443 20.1541862488
+568.1586914 633.767578125
+569.6010742 701.3029174805
+570.6495972 9537.912109375
+571.552002 1135.0334472656
+572.5053711 96.6555480957
+573.7253418 33.0022239685
+574.6981201 170.540725708
+575.8212891 312.5960693359
+576.7061768 1717.83984375
+577.6507568 335.2289428711
+578.9729004 19202.484375
+579.6186523 10986.6708984375
+580.5836182 52.9689598083
+581.5384521 70.0595397949
+582.7550049 63.5328826904
+583.3883057 1015.9785766602
+585.0460205 6746.2646484375
+585.9770508 615.6250610352
+586.5846558 391.0291137695
+587.3075562 221.6098175049
+588.0635986 26.0550498962
+589.4317017 31.8268489838
+590.6002808 169.4645385742
+591.46875 85.1222763062
+592.6380615 64.9436340332
+593.9476318 437.3629455566
+594.6812134 483.4287414551
+595.6563721 153.6804504395
+597.1813354 37.3738708496
+598.3740234 81.8542327881
+599.2315063 63.0401763916
+600.4383545 229.3351745605
+601.5187988 274.5143737793
+602.4696045 235.1157836914
+603.3044434 371.3352661133
+603.9342041 51.5355415344
+605.0648193 225.3228607178
+605.8399048 14.0617647171
+606.7015381 44.897151947
+607.5843506 149.8804016113
+608.6230469 142.7690429688
+609.848999 178.1495666504
+610.6082764 301.1679382324
+611.5380859 474.7373657227
+612.5717163 230.095993042
+613.397522 269.2351074219
+614.4501953 67.4164276123
+615.4730225 331.7396240234
+616.6052246 457.3589782715
+617.6541748 244.2348022461
+618.5817261 327.6141967773
+619.5749512 267.1958007813
+620.3070679 142.7781982422
+621.2513428 234.0709838867
+622.1123047 80.8288040161
+622.8638916 44.8181228638
+624.3096924 58.2564239502
+625.2810059 761.3086547852
+626.0075684 438.3367614746
+626.6586914 640.2330322266
+627.7145386 130.1803741455
+628.6533203 378.0169067383
+629.3956299 128.5371551514
+630.3787842 206.7478027344
+631.4321289 294.9722900391
+632.3766479 152.338760376
+633.3370361 414.0573120117
+634.3841553 429.7878417969
+635.1813965 1291.6024169922
+636.3044434 282.578338623
+637.0290527 72.1103668213
+638.114624 157.0290527344
+638.7785645 22.7615852356
+640.0820312 42.273651123
+641.7304688 339.8876342773
+642.6168823 549.0291748047
+643.5820923 2042.3653564453
+644.4342041 945.2474365234
+645.5058594 432.0690612793
+646.5189819 74.5565948486
+648.0219727 85.4627914429
+649.0126953 171.2250976563
+650.045105 61.7801132202
+651.2758789 450.8863525391
+652.3087769 492.2156982422
+653.4655762 556.4570922852
+654.4844971 492.5539245605
+655.5286865 43.2966194153
+656.4014893 43.478767395
+658.0400391 287.1845092773
+659.1954956 107.76902771
+659.9724121 81.2500686646
+661.4958496 5397.169921875
+662.5747681 1901.6676025391
+663.5871582 364.4878540039
+664.5354004 39.4388771057
+665.4238281 23.0607643127
+666.9298096 62.9497756958
+668.5107422 256.5639953613
+670.3569336 440.6927490234
+671.442749 583.270324707
+672.3649292 200.1822509766
+673.5122681 38.7906227112
+674.5852051 82.9177856445
+675.3026123 76.789100647
+676.1068115 227.4929199219
+677.2161865 218.7938842773
+678.2616577 44.3511505127
+679.0267334 40.0296554565
+680.3536377 670.5012207031
+681.3513184 247.0928039551
+682.2229004 25.4154376984
+682.9890137 41.1641998291
+684.2005615 787.9619750977
+685.2283936 1060.2437744141
+686.1794434 317.6306762695
+687.4471436 257.9039306641
+688.6303711 322.2206420898
+689.5366821 188.3307495117
+690.6485596 105.1659545898
+691.6812744 51.680015564
+692.786377 1711.8332519531
+693.7901001 1118.5759277344
+694.9901123 220.2253723145
+695.8339233 34.6180648804
+696.6187134 44.1706237793
+697.3933105 96.7257766724
+698.0670166 594.3165893555
+698.7279053 640.1918945313
+699.5792236 158.2190704346
+700.3962402 92.9956130981
+700.9973145 1077.8944091797
+701.7478027 1587.2016601563
+703.1464844 82.6070556641
+704.5634766 164.350402832
+706.3338623 1123.4504394531
+707.2861328 3107.1015625
+708.6500854 544.1279907227
+709.5231934 172.1379547119
+710.8122559 113.0659408569
+711.6377563 72.225769043
+713.3217773 320.3104248047
+714.9017334 2703.287109375
+715.614624 3405.626953125
+716.5900879 871.4739990234
+717.6637573 483.2868041992
+718.6845093 270.25390625
+719.5998535 141.4363250732
+720.7331543 184.2872009277
+721.5723877 200.1230621338
+722.6036987 110.9697113037
+724.2064819 5759.5
+725.1347656 2380.1369628906
+726.2070312 233.3383636475
+727.7971191 669.8610839844
+728.727417 364.6192321777
+729.7011719 109.3136672974
+730.5765991 138.8318023682
+731.6519775 176.7352905273
+732.5908203 96.4611358643
+733.4648438 192.163269043
+734.2416992 109.7291183472
+735.5511475 117.1991729736
+736.677002 1034.44140625
+737.5183105 332.7337036133
+738.5872803 426.0450744629
+739.3590088 133.28565979
+740.4230957 869.4190673828
+741.3233643 2395.4399414063
+742.2580566 1577.591796875
+743.4916992 378.2890319824
+744.6798096 33.1063308716
+745.8554688 214.9717712402
+746.5871582 56.8245887756
+747.4858398 139.3700256348
+748.9599609 2321.5551757813
+749.6591797 4465.2939453125
+750.5480957 1103.6478271484
+751.1763916 817.7468261719
+752.1157227 84.7087020874
+754.392334 1147.6605224609
+755.2010498 778.4339599609
+756.4195557 275.8955078125
+757.7739258 15952.8720703125
+758.5825195 2490.017578125
+759.3637695 478.0968322754
+760.3172607 234.7572021484
+761.6658936 68.3642425537
+763.1876221 3777.8095703125
+764.1069336 1381.4844970703
+765.302002 424.8252563477
+766.4627686 948.4975585938
+767.5916748 525.7282714844
+768.5111084 212.7395477295
+769.5440674 98.8954544067
+771.7811279 10354.3076171875
+772.684082 5433.48046875
+773.8067627 84.5493392944
+774.605957 17.9358100891
+775.7532959 193.0191040039
+777.0651855 206.1893157959
+777.7003174 292.1030273438
+778.5170898 231.5559387207
+780.7736816 52065.8125
+781.5699463 7169.39453125
+782.6832275 229.774887085
+783.6965332 292.5251464844
+784.5084229 1356.3428955078
+785.5203857 764.4799804688
+786.1444092 65.6947555542
+786.7647705 209.9678649902
+788.4979248 163.4649810791
+789.3597412 221.751953125
+790.3868408 144.8878326416
+791.2315674 59.3377609253
+792.3262939 157.3309936523
+793.3640137 745.4285888672
+794.8203125 243.6190185547
+795.6896973 99.3873138428
+796.4022217 95.1058959961
+797.1920166 246.5153503418
+798.2941895 911.4586181641
+799.0792236 462.474822998
+800.4603271 477.658996582
+801.5008545 639.0368041992
+802.4631348 260.9898681641
+803.3377686 43.9018707275
+804.1949463 37.4004745483
+804.9002686 99.9968338013
+805.9957275 973.9280395508
+806.9741211 2786.2568359375
+807.708374 3345.3679199219
+808.7700195 461.3171081543
+809.5919189 256.7431335449
+810.4812012 313.6635742188
+811.6518555 1047.5130615234
+812.7313232 45.1598701477
+813.8283691 282.4570922852
+814.7154541 2177.2680664063
+816.2160645 3617.82421875
+817.2167969 1121.0528564453
+818.5499268 445.1130065918
+819.8309326 5849.6005859375
+820.6973877 4165.3828125
+821.9686279 63.4347686768
+822.637207 21.8017616272
+823.5778809 10.2079029083
+824.8239746 83.5089569092
+825.7515869 107.240272522
+826.7445068 256.8712158203
+828.427002 18585.953125
+829.177002 10429.109375
+830.2532959 70.3058853149
+834.480835 18.9150543213
+840.9813232 11.0254764557
+841.7192383 42.5490493774
+843.6201172 35.9026031494
+845.3953857 51.2818374634
+849.6010742 238.7534790039
+850.7833252 148.527053833
+851.5476074 132.6374511719
+852.5876465 75.9964141846
+853.866333 288.5834350586
+854.633667 1113.2854003906
+855.6325684 757.3659057617
+856.571167 200.7257995605
+857.6451416 94.9265899658
+858.4075928 21.7856349945
+860.3242188 12.1138792038
+861.6765137 68.820892334
+862.5509033 82.2238311768
+863.4794922 117.4006576538
+866.3856201 224.5791320801
+867.5817871 111.3205490112
+869.4644775 743.48046875
+870.4932861 243.9611816406
+871.4726562 89.7867736816
+872.6304932 1470.2817382813
+873.5782471 715.0628662109
+874.5296631 130.6042327881
+875.5003662 35.2312431335
+876.4067383 14.9011173248
+877.7614746 125.1708908081
+878.7073975 181.3480834961
+879.7623291 266.6719360352
+880.6939697 382.3577575684
+881.6885986 218.5474853516
+883.5898438 52.4810409546
+884.6778564 59.9590148926
+885.4429932 14.5178546906
+886.6517334 37.5884819031
+887.6361084 68.6928863525
+889.3560791 11.948097229
+891.4985352 45.7565689087
+892.5384521 10.1688241959
+893.8748779 84.3186035156
+894.7368164 673.6658935547
+895.5906982 654.2092285156
+896.6827393 688.2214355469
+897.5703125 8295.9814453125
+898.5594482 4582.6137695313
+899.6420898 908.8533935547
+900.6923828 27.7471981049
+901.916748 17.5128421783
+902.6646729 14.0988750458
+904.7132568 73.673828125
+905.5955811 17.8890228271
+907.7617188 55.6942443848
+908.5737305 19.2146263123
+909.364502 23.7762203217
+910.5128174 35.6671981812
+911.5491943 13.8606500626
+912.510376 355.9169311523
+913.8204346 185.3850402832
+914.644043 3177.021484375
+915.5615234 1609.1705322266
+916.5810547 336.4388122559
+918.2313232 16.2361755371
+918.8950195 23.7863998413
+921.7174072 36.5391387939
+925.5500488 21.7229309082
+926.6322021 14.6085186005
+928.7139893 24.3637371063
+929.6682129 18.5070800781
+930.8015137 36.1940231323
+934.5550537 19.7281455994
+935.4672852 38.4542045593
+936.3695068 86.2425765991
+937.6599121 33.4799079895
+938.5717773 19.4155063629
+939.5773926 18.1759223938
+940.4815674 34.0945587158
+942.9230957 12.0354328156
+945.6873779 64.2147827148
+946.7520752 19.9759883881
+947.6397705 12.0773162842
+948.4554443 18.703748703
+949.2872314 25.1569805145
+950.8458252 24.7477054596
+952.6341553 66.2595672607
+953.4887695 131.9216766357
+954.5950928 333.8269348145
+955.5118408 55.0887680054
+956.5964355 41.2330856323
+957.4416504 22.3292007446
+959.5875244 46.8800582886
+961.5750732 99.6488037109
+962.4039307 50.301322937
+963.532959 71.0573196411
+964.7218018 89.1813812256
+965.7738037 56.6422729492
+966.7099609 203.6379394531
+967.6164551 133.1647338867
+968.789917 54.5130233765
+970.333252 502.3296813965
+971.2875977 81.7473144531
+972.755127 60.7088851929
+973.5469971 47.1975631714
+974.4761963 96.5948257446
+976.2061768 212.7425079346
+977.1710205 118.9579086304
+977.8797607 27.1490440369
+978.8045654 92.0914382935
+979.776123 133.2872924805
+980.6593018 159.6926116943
+981.7346191 209.5723876953
+982.604126 154.5705108643
+983.7307129 147.9400634766
+984.5406494 389.9892578125
+985.5402832 231.6676483154
+986.7843018 62.6163291931
+989.4390869 52.8139572144
+990.5924072 85.442741394
+991.6173096 132.1489562988
+992.6010742 162.2969512939
+993.4925537 186.2307434082
+994.4831543 378.7485351563
+995.5064697 703.2337646484
+996.5864258 1101.9398193359
+997.6408691 489.639251709
+998.5006104 191.3395996094
+999.5510254 36.4767074585
+1000.942627 178.1072998047
+1001.583252 48.0604705811
+1002.728149 12.0463199615
+1004.296997 12.0242376328
+1006.843994 90.2387237549
+1007.582886 158.7770996094
+1008.632812 842.2396240234
+1009.591064 542.9568481445
+1010.618286 203.5997314453
+1012.484009 3526.830078125
+1013.548584 1925.482421875
+1014.633057 401.5181274414
+1018.732788 78.6994628906
+1019.649902 163.6100158691
+1020.452026 20.0307025909
+1021.559448 18.6923656464
+1022.363037 36.7028656006
+1023.613892 20.8404273987
+1025.112305 224.3872070313
+1025.731201 1359.0062255859
+1026.684814 898.4772949219
+1027.679443 270.6238098145
+1028.758301 62.8466949463
+1029.550049 669.8853149414
+1030.543579 318.0057373047
+1031.681885 129.8343811035
+1032.538452 10.9545850754
+1033.992554 12.2165641785
+1035.561035 90.5995025635
+1036.747681 37.3874664307
+1038.816284 84.4531555176
+1039.742676 62.0978393555
+1041.311279 12.7979955673
+1042.825439 188.1280212402
+1043.80603 49.5638084412
+1044.998901 43.0100898743
+1045.957153 14.8901100159
+1051.504395 12.9593648911
+1052.690674 32.9775161743
+1054.608643 42.2498435974
+1055.857666 44.3353538513
+1056.677124 33.3725166321
+1057.668823 30.2245578766
+1061.987305 38.1621627808
+1063.621826 45.0464859009
+1064.63147 84.0493087769
+1066.636597 14.3541946411
+1067.750854 26.2143154144
+1068.717529 46.7405166626
+1071.050293 17.5008964539
+1071.713135 40.7541351318
+1072.77771 44.6159515381
+1073.661743 226.2300262451
+1074.356689 108.0813827515
+1075.72583 26.4244289398
+1076.60144 11.0338039398
+1079.741577 14.7788257599
+1080.57666 89.2687759399
+1082.811401 33.8179893494
+1083.578613 71.3845214844
+1084.441162 65.6248092651
+1086.669556 21.4639701843
+1088.547607 16.5301609039
+1090.512329 25.5277366638
+1091.452393 214.8165893555
+1092.503052 228.3117523193
+1093.612793 76.5146789551
+1094.626587 44.4227027893
+1095.725342 136.6757507324
+1096.716797 78.9391937256
+1097.875 164.3894958496
+1098.824219 73.4716415405
+1099.69165 30.3548851013
+1100.822876 32.5515594482
+1102.420044 41.059387207
+1103.184082 59.4460067749
+1103.796143 45.3261108398
+1106.293945 167.9961547852
+1106.935669 9.8970994949
+1107.616211 159.1086273193
+1108.650024 442.9375305176
+1109.640625 612.2923583984
+1110.556885 354.8971862793
+1111.571533 174.8971252441
+1112.437012 12.5996799469
+1113.203491 22.7212905884
+1114.907837 78.6288375854
+1115.727783 97.9751358032
+1116.55835 64.7288131714
+1117.593018 134.049621582
+1118.683838 37.3712081909
+1120.748047 90.5037078857
+1121.665649 52.6922531128
+1122.653564 275.676361084
+1123.647949 416.425201416
+1124.762817 231.0029602051
+1126.567261 2687.1838378906
+1127.65332 1410.4240722656
+1128.752563 470.3338623047
+1129.611206 21.8939113617
+1130.42395 103.0348052979
+1132.785156 11.3214426041
+1134.489868 858.254699707
+1135.562012 586.0330200195
+1136.639282 109.0217285156
+1137.608276 223.8383026123
+1138.437378 72.0286254883
+1139.678101 1058.5816650391
+1140.72644 689.563293457
+1141.789307 152.015045166
+1142.619385 63.6756820679
+1148.715454 69.3149185181
+1149.613892 85.2835769653
+1150.681274 166.5704650879
+1151.619995 2161.0043945313
+1152.713379 1263.4156494141
+1153.765991 146.3645477295
+1154.411011 15.8726978302
+1155.541016 31.9333648682
+1156.566406 124.8242874146
+1157.321045 10.6955223083
+1158.549683 48.6386146545
+1159.712524 16.3659133911
+1160.46875 26.7507343292
+1162.787842 42.1690177917
+1163.874146 48.7259941101
+1165.139526 60.9229354858
+1166.681641 28.8009548187
+1167.447754 13.9921255112
+1168.612549 2174.5710449219
+1169.622314 1526.4006347656
+1170.650757 423.6819152832
+1175.744019 13.3815822601
+1176.4729 29.8867263794
+1177.554321 47.5800437927
+1179.424683 20.0136909485
+1181.644531 74.1439819336
+1182.795898 32.4311218262
+1186.610962 39.8628997803
+1188.110962 74.5233383179
+1190.806396 10.539188385
+1194.717407 21.3077526093
+1195.776367 58.5827255249
+1197.027466 10.713136673
+1201.336426 35.6556167603
+1203.739868 14.132191658
+1204.436768 19.7673377991
+1212.573364 28.7055301666
+1217.234253 14.8646259308
+1218.356323 12.6066989899
+1219.774048 45.7549705505
+1220.798096 51.8299293518
+1221.644165 28.3951892853
+1224.868774 55.0300598145
+1225.549805 35.9406051636
+1226.671265 84.5950164795
+1227.699219 60.7190628052
+1229.495117 16.033246994
+1231.726196 31.5951843262
+1233.713989 113.9936523438
+1234.601196 32.9607200623
+1235.702026 83.0922470093
+1236.770142 24.106054306
+1237.78418 29.2190971375
+1239.130005 45.0775527954
+1239.86377 238.9464263916
+1240.804565 24.8350162506
+1241.849976 47.9782028198
+1243.657104 35.9566001892
+1245.880249 52.9592895508
+1246.676514 79.3580856323
+1247.874756 55.3248558044
+1248.671021 39.0988693237
+1249.760498 89.8938217163
+1250.588257 18.7624588013
+1251.922974 159.3671417236
+1252.809937 138.3648223877
+1253.503662 37.0790138245
+1254.460693 14.8302745819
+1256.489014 15.5565719604
+1257.770752 26.2720375061
+1260.523804 13.6773414612
+1262.099731 13.1389684677
+1262.9646 37.7786903381
+1263.709473 14.2989025116
+1264.724243 92.6636962891
+1265.926514 117.4208679199
+1266.863159 92.7941589355
+1268.187012 38.0340423584
+1268.904541 204.0720367432
+1269.657471 236.0943450928
+1270.284668 38.2801437378
+1271.000977 14.3505306244
+1272.6604 30.5731811523
+1274.836426 10.7559232712
+1276.659912 24.5329227448
+1278.63208 24.2379760742
+1279.725586 42.7025909424
+1280.688354 29.5023288727
+1282.688965 118.8850097656
+1283.619507 120.2461395264
+1285.105591 21.729763031
+1285.764038 14.0437755585
+1287.001099 35.1132164001
+1289.95813 28.0063457489
+1290.99292 12.7341012955
+1292.85498 16.7296333313
+1300.125244 25.2137317657
+1300.870972 10.1155519485
+1310.036499 11.3715171814
+1310.638428 37.9038887024
+1312.409546 35.5658950806
+1320.860107 29.7430362701
+1324.011108 18.2976341248
+1327.228516 21.7788257599
+1334.488403 30.1039772034
+1344.313477 21.5370674133
+1351.626099 37.2898254395
+1352.802734 18.5313072205
+1356.221436 24.7640113831
+1359.146973 11.521024704
+1359.841431 66.2775344849
+1360.703857 23.7431697845
+1366.394653 96.503036499
+1368.032959 80.9737548828
+1368.834351 73.5632476807
+1370.585571 29.0727748871
+1377.606812 97.9970626831
+1378.360352 24.0821228027
+1378.999634 74.5914993286
+1379.785522 68.5609970093
+1382.702881 13.195980072
+1383.827881 122.9605636597
+1384.814941 70.3717803955
+1385.878418 46.6889228821
+1386.993164 45.7461547852
+1387.838623 11.342133522
+1390.7146 22.3560600281
+1392.53833 40.6356697083
+1394.719604 601.9103393555
+1395.790405 605.4940185547
+1396.793945 190.5198974609
+1401.684692 53.4444923401
+1402.30835 13.734369278
+1402.955444 77.7808761597
+1403.700806 65.6555023193
+1404.889038 18.2237243652
+1411.733032 322.6201477051
+1412.821411 276.4516601563
+1413.688599 127.067489624
+1421.830688 15.5865831375
+1426.880981 11.9581642151
+1429.055298 19.940700531
+1430.994873 9.8410387039
+1431.896851 10.5546760559
+1439.616333 48.0860900879
+1441.848999 19.9556598663
+1456.733521 14.46733284
+1458 20.7129592896
+1465.119995 11.3602771759
+1468.068481 28.7011013031
+1473.740967 15.1549415588
+1480.946655 16.9010543823
+1481.820679 10.6025161743
+1482.79834 17.1706733704
+1490.7323 60.9354362488
+1491.693726 17.0509471893
+1497.784302 17.9480323792
+1507.771729 117.0869293213
+1509.029907 101.6701507568
+1509.7677 42.0638847351
+1514.112671 27.0091495514
+1515.96936 46.4465942383
+1516.834229 22.0136489868
+1524.116333 12.9682950974
+1525.839478 71.0906677246
+1527.009888 61.4487991333
+1542.732178 34.131023407
+1544.330078 54.7314071655
+1572.741943 21.8622550964
+1575.279785 27.0379199982
+1612.244385 15.3649044037
+1613.964233 14.4490242004
+1652.236694 10.1509485245
+END IONS
+BEGIN IONS
+TITLE=small.26.26. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=26"
+RTINSECONDS=14.6847
+PEPMASS=674.638305664063 4597.216796875
+CHARGE=2+ and 3+ and 4+
+194.1400452 42.8972434998
+195.172699 138.3262634277
+196.1487579 14.1536874771
+198.2632599 4.4618835449
+203.26297 5.0098953247
+205.2327423 9.5407333374
+206.0679169 3.6988430023
+207.2622833 1.8773720264
+209.3248901 9.5755186081
+212.1739502 2.996825695
+214.3129272 1.7608841658
+215.3523865 1.8709856272
+217.2597046 5.0031533241
+220.2019653 5.9971113205
+221.2483978 5.9989471436
+222.126358 10.9551801682
+223.3421021 1.5381579399
+226.2269745 150.7699279785
+227.2781982 8.9121751785
+228.2224426 1.5409700871
+229.326004 6.3904037476
+230.0906677 5.5020284653
+231.193573 23.6153202057
+232.0066223 4.0989170074
+237.2002869 74.8287506104
+238.2586975 20.3577728271
+239.2930298 2.8572888374
+242.1434631 1.7228176594
+243.0709229 19.7505779266
+244.2455902 16.1146183014
+245.2049561 16.4388446808
+246.2782135 5.583199501
+248.2400513 20.1403198242
+250.342453 3.098085165
+251.1560364 2.4608871937
+254.1562195 2334.8134765625
+255.2946777 178.9747619629
+257.0474548 49.1211051941
+258.102478 26.7949886322
+259.1605225 30.5220184326
+261.6108704 9.884180069
+262.6799011 1.9703233242
+263.332489 4.4739274979
+267.1497192 78.8501739502
+268.3305359 12.501499176
+270.2076416 3.9692847729
+271.2177734 4.0490369797
+272.3284302 6.1417489052
+273.2693481 33.5000991821
+274.2312622 6.7320132256
+275.4021301 1.6615378857
+276.1846313 41.8970489502
+276.9121094 2.8726990223
+279.2983398 5.7602710724
+280.3865356 3.6405992508
+281.0006104 1.8079264164
+284.2145996 1.9120850563
+285.2566528 2.3056020737
+286.3776245 1.7777252197
+287.1260071 2.5887846947
+288.2409668 27.0866756439
+289.2611694 2.6547930241
+290.2819214 16.8988685608
+291.2633667 4.7150764465
+292.3463135 2.4443290234
+293.1561279 8.5563755035
+295.2364502 59.0429725647
+295.911499 1.4852398634
+296.5406494 2.3784554005
+299.150116 2.3005487919
+301.3959351 8.3881855011
+302.2048645 26.8236064911
+304.228302 22.0138702393
+305.2405701 12.6141376495
+306.12854 1.4561296701
+307.2926941 9.0404319763
+308.4589844 4.9035930634
+309.494812 6.9224028587
+313.2198486 5.4502792358
+314.3536377 11.4696674347
+318.1975708 64.8570327759
+319.1795654 21.961555481
+322.2536316 7.0936799049
+323.2294617 12.6006135941
+326.1300659 5.6734156609
+327.4111328 20.302438736
+328.2276001 6.4969005585
+329.3526306 9.0243053436
+330.254364 21.3853168488
+331.4937439 2.8620262146
+333.0859985 6.8273048401
+334.1574707 3.0754375458
+335.0164185 8.6422080994
+336.279541 13.4205799103
+337.3382568 18.7736320496
+338.4321899 6.024769783
+339.3355103 17.1446552277
+340.2544556 2.7705001831
+342.2337341 2.5053813457
+343.1270447 2.0548493862
+346.2148438 10.766201973
+347.2840881 28.7620201111
+348.4841003 6.3559327126
+350.3399658 10.3093442917
+351.2593384 8.5915966034
+352.2634277 102.9040756226
+353.2269897 16.565574646
+354.2650757 233.4816436768
+355.3003235 26.6953601837
+356.321228 21.7796001434
+357.3366394 40.2258720398
+358.3434448 13.5308427811
+359.2801208 8.064781189
+360.3140869 9.2548828125
+363.1112061 10.6415300369
+364.379425 195.7691345215
+365.3603516 69.5457077026
+366.3278198 10.346113205
+368.3145752 14.266242981
+369.2131348 6.1877408028
+369.9387207 10.1266794205
+371.3196411 49.9905128479
+372.5731812 11.5107097626
+373.4058533 60.6681594849
+374.3694458 23.3741016388
+375.7821045 2.1893863678
+376.7783508 9.8167228699
+377.7603455 8.0669050217
+378.540741 12.4624729156
+379.4411011 8.5248661041
+380.3611755 4.2061228752
+382.3347168 703.9795532227
+383.4464722 102.4517288208
+385.3039551 3.6751964092
+386.4186401 14.7413883209
+387.2296143 10.1869840622
+388.5307007 6.0655136108
+389.2476807 3.218164444
+391.0706482 6.3955144882
+394.0779724 6.6258039474
+395.076355 2.0733528137
+395.8267517 5.0479650497
+396.428009 6.6310253143
+397.5327759 3.4962735176
+398.2642212 14.4741210938
+399.5993652 5.6538276672
+400.7001953 6.9060077667
+401.4321899 6.4505443573
+403.1567078 11.5872077942
+404.3572998 13.0239973068
+405.5047607 11.916929245
+406.2883301 14.9926156998
+407.4865112 10.4217367172
+408.9620056 6.882748127
+410.555481 2.504389286
+411.4260864 2.9677398205
+413.229248 11.80427742
+414.2178345 2.5355551243
+415.199646 6.5890951157
+416.3867798 1.6218391657
+417.3687439 4.5967392921
+420.1834106 46.3957061768
+421.2563782 48.1603431702
+422.2160034 5.3098888397
+423.2632141 56.745426178
+424.2372437 12.0974931717
+425.0204468 12.001115799
+426.9818726 7.179523468
+427.99823 14.956410408
+428.7862549 4.8675818443
+429.6072388 8.7215242386
+430.9806519 16.289226532
+432.8247375 28.6833992004
+433.7676697 24.0018939972
+434.4897461 16.6617965698
+435.2593994 8.5379676819
+436.5920715 11.4132165909
+437.3035583 94.9932174683
+438.3384705 9.6585521698
+439.3355408 1.5895878077
+440.9035034 8.8916311264
+441.8403015 51.7604866028
+442.5719604 36.8865699768
+444.7428894 11.8365020752
+445.3867188 9.0779647827
+446.4153137 11.5378484726
+447.5660706 6.4568653107
+448.1714783 16.6377124786
+449.2234192 104.7233963013
+450.4399719 44.5676956177
+451.4273987 26.7805118561
+452.4262085 10.1070842743
+453.3701172 30.2338066101
+454.0206909 5.9791798592
+455.1847229 8.090004921
+456.2949219 3.8934922218
+457.6520081 7.0474681854
+458.5846558 13.5073871613
+459.4067688 2.4700844288
+460.07547 22.472858429
+461.1697998 13.1727848053
+462.1435852 8.341632843
+463.0802917 189.4235229492
+464.3302002 23.3381900787
+465.2244263 96.9272842407
+466.2250977 62.0460395813
+467.1853027 23.1754150391
+468.118988 18.1123962402
+469.7244873 3.7273318768
+470.4179688 10.6732730865
+471.4945984 32.2808074951
+473.3247681 43.2712898254
+474.3573303 43.8633995056
+475.2282715 8.1897583008
+475.9880676 31.113948822
+477.1848145 10.4287014008
+477.7972717 1.3829843998
+478.6056824 8.626373291
+479.4572144 62.1442947388
+480.4119263 17.8119659424
+481.6709595 8.5962085724
+482.7155457 11.5498600006
+483.5606995 17.5650310516
+484.3371582 35.1071205139
+485.3258972 2.7261474133
+486.3089294 5.5076341629
+486.9945068 2.5013842583
+489.0774841 32.7797698975
+490.1798401 27.9197845459
+490.9406738 7.7089548111
+492.8084412 49.9516220093
+493.4164734 37.5566482544
+494.064209 3.0675375462
+495.5154724 54.6250801086
+496.5202026 33.8985862732
+497.7453613 30.6061573029
+498.6938171 78.596031189
+499.4558105 11.1827802658
+501.3667603 194.5559997559
+502.201416 70.289604187
+503.4630127 14.0117092133
+504.6535645 79.9586029053
+505.8637695 49.8118438721
+507.0144348 380.5430297852
+507.9361267 29.7903156281
+509.7835083 42.0357551575
+510.5994568 23.1021194458
+511.3961792 10.2081308365
+512.2296143 8.3403549194
+513.4293213 256.0625
+514.53125 51.9965515137
+515.5288086 722.7840576172
+516.8886108 15.042514801
+518.5195312 290.5881347656
+519.5076904 71.6225280762
+520.3939819 39.3947372437
+521.3387451 18.6981239319
+522.1273193 19.1611328125
+522.8112183 8.868221283
+523.4956055 10.1431913376
+524.619873 3.336840868
+527.0830688 577.9404296875
+528.1765137 51.6177825928
+529.1645508 53.8872184753
+530.0826416 43.8141059875
+531.3779907 13.1394929886
+532.4794312 10.7120552063
+533.0871582 2.3942933083
+534.6346436 199.3834838867
+535.6488037 136.0427856445
+536.40625 91.751663208
+537.1633301 63.4964485168
+538.3565674 11.3492202759
+539.550354 5.0848007202
+540.6986694 4.8182601929
+541.5966797 138.481262207
+543.8132324 299.9873962402
+544.6390381 262.0231323242
+545.4781494 73.4089584351
+546.4536133 23.7835960388
+547.6104736 30.9883537292
+548.3328857 45.5994262695
+549.3353271 61.0053787231
+550.0299072 37.3980445862
+551.2705688 20.034866333
+552.4868164 133.463394165
+553.546875 35.5390090942
+554.5797119 52.0432472229
+555.5563354 33.493309021
+556.8939209 32.5262374878
+558.4472656 12.2584381104
+559.2540283 18.9836273193
+560.3076172 10.7914485931
+561.0648193 24.2159328461
+562.3287354 55.3960456848
+563.1877441 166.949432373
+564.1020508 58.8610610962
+565.3807373 21.4174022675
+566.0973511 23.9740715027
+566.9616699 27.8519649506
+567.8204346 21.6765651703
+568.5499878 43.7624969482
+569.7637329 197.391494751
+570.5742798 75.0418930054
+571.8136597 23.8345985413
+572.5087891 73.1723022461
+573.6347656 14.0804843903
+574.6369629 94.0765151978
+575.4588623 37.7655410767
+576.2713623 168.5729827881
+577.8514404 290.3585205078
+578.5068359 211.8143157959
+579.5028076 77.0727767944
+581.1690674 369.2063598633
+582.8114014 234.2206878662
+583.6456299 533.4415893555
+584.4663696 67.2538909912
+586.4002686 808.4872436523
+587.0287476 478.6775512695
+588.1203003 50.3841247559
+589.2718506 23.5547924042
+590.7384033 63.8464775085
+591.7721558 2087.2392578125
+592.5983276 1530.4920654297
+594.3465576 43.1260490417
+595.6378174 91.4854354858
+596.3027344 154.0448455811
+597.2861938 47.9503250122
+597.9141235 12.05265522
+599.0861206 28.5604896545
+600.6320801 7960.6889648438
+601.7426758 326.962310791
+602.5926514 89.0276031494
+603.4395752 51.4803695679
+604.5361938 18.6758155823
+605.6812134 85.8507614136
+606.7647095 63.0593795776
+607.5081787 440.9244384766
+608.6074829 251.9811706543
+609.6348877 1127.8725585938
+610.7744141 293.6550598145
+612.1466064 29.7944869995
+613.2564697 70.9689712524
+614.8258057 287.7868652344
+615.4685059 158.4970092773
+616.6589355 26.3521156311
+617.3477173 46.062587738
+618.0917358 70.2982177734
+619.6221924 897.6401367188
+621.0230713 63.6553955078
+621.7143555 15.9767770767
+622.6368408 79.0172958374
+623.8482666 25.4415092468
+624.6279297 25.2022247314
+625.5959473 19.3450298309
+626.4835815 62.915145874
+628.1351929 1545.3193359375
+629.3272705 61.0308456421
+630.2225342 39.8437271118
+631.3952026 86.1844177246
+632.2537842 62.9627532959
+633.4970703 45.3765106201
+634.8414307 84.1316680908
+635.4925537 37.2672653198
+636.2678223 13.5914306641
+637.15625 26.7591114044
+637.8427124 30.0680580139
+638.7124023 7.4255328178
+639.7567139 50.0215110779
+640.559082 19.6249732971
+642.1378174 226.9467926025
+643.3922119 509.6343383789
+644.0839844 419.0770263672
+645.2316895 87.0628967285
+646.4609375 36.4612083435
+648.3641357 572.882019043
+649.1026001 458.7590637207
+650.6153564 42.8007507324
+652.1553345 1825.0512695313
+653.3411865 78.9919891357
+654.5495605 54.7171859741
+655.7197266 78.5453948975
+657.2822266 5949.3056640625
+658.010498 894.69140625
+658.6334229 83.1472854614
+659.494812 49.9319915771
+660.2491455 57.6838035583
+660.9020996 7.2962722778
+661.5444336 26.4254341125
+662.7207031 8.8552675247
+666.0197144 8386.5302734375
+666.9945068 57.9381866455
+667.980957 28.4639453888
+668.9141846 11.0641050339
+669.7768555 9.0269489288
+670.7086182 7.9296627045
+671.989502 4.0090622902
+673.2043457 4.7235679626
+675.7589722 4.9074888229
+677.7039795 5.8459401131
+679.2282715 3.1238725185
+680.6408691 4.6479482651
+681.4793701 10.7242956161
+682.7706299 14.8503026962
+683.4989624 126.4023742676
+684.4689331 47.8669509888
+687.5461426 11.9259719849
+688.3116455 11.8041315079
+690.4729004 7.3838105202
+691.3568115 5.1315956116
+694.4892578 6.2412166595
+695.9884033 1.4187142849
+696.8131104 2.6061825752
+697.4450684 3.4729909897
+699.4804688 51.4147453308
+700.4621582 12.5805282593
+704.210083 23.8015518188
+705.2282715 81.6059799194
+706.4718018 14.3602523804
+707.3688965 50.5735664368
+708.1824951 22.7004566193
+710.4063721 56.9467468262
+711.3658447 16.6207084656
+714.6008301 1.8850131035
+716.7219238 6.8221917152
+717.5379639 12.4702548981
+718.4311523 22.2113990784
+719.5491943 14.4950056076
+720.4146729 13.5051298141
+721.4606934 16.0267925262
+722.366333 31.9778251648
+723.4423828 29.5069007874
+724.4387207 50.7897644043
+725.4708252 13.3239898682
+726.5335693 7.6260042191
+727.8209229 5.6302380562
+732.4515381 7.2749328613
+733.3798828 6.5932955742
+735.4906006 500.5504150391
+736.4511719 154.8653564453
+737.1484375 3.0526001453
+738.4844971 157.4655914307
+739.4465332 57.4452056885
+741.3548584 40.7192382813
+742.4522705 8.5420789719
+749.5662842 11.2056770325
+750.5404053 5.5575766563
+751.4379883 1.594810009
+752.4063721 34.5962791443
+753.498291 10.943063736
+754.6540527 7.9059596062
+755.574707 22.1160125732
+756.7554932 3.6027302742
+758.5228271 8.4969148636
+759.5687256 18.8322696686
+760.5452881 10.8155183792
+761.6342773 4.9569659233
+762.6422119 7.687315464
+763.652832 2.5921545029
+764.6795654 3.7179875374
+766.3179932 5.5935468674
+767.7579346 1.8280459642
+768.5791016 3.3564441204
+770.9147949 5.7260627747
+773.7312012 8.1244630814
+774.3946533 2.3931241035
+776.489624 57.9668159485
+777.4849854 64.6736297607
+778.618042 16.8823795319
+780.4760742 10.4796133041
+781.4440918 4.2792377472
+782.5570068 8.398979187
+783.5848389 8.3066978455
+784.8308105 5.1553087234
+785.489624 65.5927963257
+786.5209961 8.6416101456
+787.5489502 16.5395622253
+788.5371094 13.1578950882
+789.7921143 10.8437623978
+790.7601318 10.2313776016
+791.5220947 5.9437122345
+794.5246582 8.4694786072
+795.5701904 6.388833046
+797.3397217 19.9111175537
+799.6008301 20.5529308319
+800.5361328 21.375207901
+801.4910889 97.4665908813
+802.4613037 45.3641662598
+803.5446777 10.0303096771
+804.5119629 66.3268661499
+805.5743408 32.287940979
+806.5594482 9.0892906189
+807.5797119 4.9053115845
+808.2060547 4.25623703
+810.6918945 3.242069006
+811.5994873 4.0095911026
+812.5054932 16.2139472961
+813.5961914 10.0420875549
+816.4616699 18.5681476593
+818.3665771 198.8135223389
+819.4735107 109.285736084
+820.3730469 1.913756609
+821.5678711 5.5952572823
+822.5057373 3.4397974014
+823.1086426 4.350628376
+824.0925293 3.2008397579
+827.5936279 4.3302235603
+828.6564941 1.7796839476
+829.8699951 5.9525499344
+830.5157471 150.5980987549
+831.6135254 56.0217781067
+833.4456787 32.0414276123
+834.4379883 11.7288103104
+835.5876465 16.1162624359
+836.4970703 23.1137084961
+837.548584 8.3609409332
+838.5285645 11.7480916977
+839.5699463 7.1128249168
+840.4613037 4.9141798019
+841.7723389 2.5626316071
+844.4307861 5.2339029312
+845.3905029 3.7884976864
+846.5640869 78.0044174194
+847.6147461 28.5486927032
+848.52771 21.3444538116
+849.4364014 10.2063789368
+850.5627441 4.9647183418
+851.4825439 27.9558639526
+852.5274658 6.4046630859
+854.635498 14.715013504
+855.6639404 11.5799789429
+856.8896484 18.1706733704
+857.7114258 36.6323928833
+858.6064453 7.135093689
+859.3626709 3.3116211891
+861.5802002 11.3640804291
+862.4752197 3.360465765
+863.3149414 1.7564992905
+864.5596924 18.1049842834
+865.6677246 49.0367622375
+866.5469971 224.8461608887
+867.5914307 108.4507598877
+868.7160645 3.7814056873
+869.5734863 8.177233696
+870.6484375 3.3203456402
+871.4140625 5.7181196213
+872.4042969 1.3817310333
+873.3959961 19.2445430756
+874.4481201 6.5110888481
+877.7736816 7.124724865
+879.8293457 9.0458602905
+880.6680908 18.4115142822
+882.5081787 630.4124755859
+883.5695801 307.6584472656
+884.560791 12.1610183716
+885.5905762 10.945898056
+886.7325439 4.9534096718
+888.7119141 6.3733549118
+889.6923828 4.6251249313
+890.4697266 4.2577013969
+891.4908447 4.0529913902
+892.50354 7.8638048172
+894.1802979 2.2026085854
+895.6895752 6.6243391037
+896.847168 2.7044072151
+897.748291 6.4767084122
+899.0922852 14.1004505157
+899.7548828 7.1477913857
+900.6179199 9.7315044403
+901.7644043 5.6850862503
+902.5296631 6.1887469292
+905.5592041 97.4239807129
+906.5002441 33.859828949
+907.5709229 4.3691549301
+908.5019531 60.2288246155
+909.6113281 36.1739463806
+911.6750488 11.8403930664
+912.7781982 8.7706899643
+913.7758789 3.2462766171
+915.0759277 30.5895996094
+916.0692139 6.9554395676
+916.7692871 4.0020542145
+918.6259766 30.212474823
+919.5454102 18.3038024902
+921.0117188 10.4691371918
+921.9180908 7.0817842484
+922.7109375 2.9119303226
+923.491333 9.832903862
+924.6384277 67.8265228271
+925.6779785 38.0096473694
+926.9223633 6.964114666
+927.9337158 2.827776432
+928.9185791 25.067527771
+929.5498047 90.0793151855
+930.6158447 95.5579986572
+931.5251465 45.6118011475
+932.4639893 95.9489212036
+933.5153809 58.695400238
+934.5559082 12.0354957581
+935.3149414 3.9616730213
+939.5152588 16.5793552399
+940.6975098 5.192044735
+941.5930176 3.2049455643
+942.7991943 10.4237194061
+943.5814209 8.3331604004
+946.4885254 509.2884216309
+947.5894775 237.1069030762
+949.4508057 370.6865844727
+950.5195312 167.2858886719
+951.6861572 9.1566257477
+955.4318848 3.60496521
+956.7736816 11.5099573135
+957.6199951 37.2146034241
+958.6802979 21.8460025787
+959.581665 10.9252758026
+960.5864258 7.4279327393
+961.6109619 2.0541434288
+962.6903076 2.1128952503
+963.4892578 2.7397379875
+964.6098633 28.3444480896
+966.3991699 372.055480957
+967.4570312 134.0734405518
+968.5695801 12.972902298
+970.7476807 3.0476908684
+974.5748291 119.2075958252
+975.7043457 122.9763717651
+977.5865479 166.1268310547
+978.4910889 86.9149246216
+979.5291748 32.2683601379
+980.7441406 21.7191581726
+982.4053955 3.4732527733
+983.8398438 1.4424802065
+984.5231934 12.2647428513
+985.6932373 4.4738025665
+986.9274902 11.6543321609
+987.7904053 12.4822835922
+988.5627441 6.541472435
+990.9676514 2.7789604664
+992.3168945 3.575773716
+993.6768799 5.2353024483
+994.8068848 7.2081828117
+995.6872559 9.4160337448
+996.572876 19.9180164337
+997.6224365 10.0954990387
+1000.910767 1.7669794559
+1001.58252 78.9085845947
+1002.658813 23.0586166382
+1004.481689 39.4751243591
+1005.597656 11.5420684814
+1007.6698 10.979763031
+1008.65332 8.9343891144
+1009.550049 1.5340762138
+1010.567871 6.6917567253
+1011.699097 8.3555612564
+1012.746338 37.6613845825
+1013.621216 56.2020874023
+1014.709229 29.4877815247
+1015.620483 1.8018863201
+1018.533203 2.0161890984
+1019.519409 9.3024816513
+1020.580322 3.2846045494
+1025.747681 7.1584234238
+1026.734253 12.281414032
+1027.687134 22.7810096741
+1029.552368 403.2190856934
+1030.583862 244.8050079346
+1031.564331 8.8101119995
+1032.594727 32.0963096619
+1033.595337 17.7051849365
+1034.658447 6.4656333923
+1035.982666 21.0940742493
+1036.638062 109.7297515869
+1037.626831 60.800163269
+1039.678223 5.7239470482
+1042.642334 1.5376096964
+1043.336304 15.7029037476
+1044.685913 20.5945739746
+1045.703491 4.628382206
+1047.58667 4.6370077133
+1049.34668 27.1094779968
+1050.565918 30.0274181366
+1051.888672 3.1112012863
+1052.714111 21.0185661316
+1053.800781 18.1794166565
+1054.639893 2.7300651073
+1055.648071 72.8632507324
+1056.720215 42.6050643921
+1058.420532 5.214345932
+1060.391235 109.3104858398
+1061.508057 55.5738983154
+1062.394165 1.5580862761
+1064.659302 7.8248281479
+1067.656738 5.9879846573
+1068.706177 7.4368638992
+1069.712158 14.256360054
+1070.760742 13.5517883301
+1071.727539 12.0193414688
+1072.617432 7.527926445
+1074.78125 5.8047909737
+1076.90979 122.8931808472
+1077.589722 1059.4471435547
+1078.571655 622.1283569336
+1079.258789 9.9228935242
+1081.680298 22.189081192
+1082.713257 18.9173851013
+1084.66333 3.6012496948
+1086.561157 171.9625244141
+1087.630493 90.5726623535
+1088.615356 61.240070343
+1089.904541 20.5698184967
+1091.50647 2.1224455833
+1092.388672 1.6938134432
+1094.583618 959.1943359375
+1095.632446 520.6742553711
+1096.609863 4.9637551308
+1099.616821 3.3023061752
+1103.188232 7.917028904
+1104.463501 4.1962690353
+1105.615234 199.4782867432
+1106.696167 113.5056762695
+1112.239258 3.9776773453
+1114.572754 3.8014657497
+1116.539551 1.4257979393
+1120.812744 2.2700688839
+1123.301392 1.6961461306
+1124.598633 19.2409210205
+1125.799438 6.0889549255
+1126.886719 1.8639910221
+1134.181641 1.6532992125
+1137.566772 4.5423221588
+1138.779419 13.9018535614
+1139.603027 9.8100404739
+1141.643188 2.1096811295
+1144.045654 1.8393820524
+1144.76416 2.0066366196
+1146.572388 2.5101351738
+1151.032959 3.9788665771
+1154.995972 2.3310654163
+1155.786743 3.4711885452
+1157.495239 19.7838973999
+1158.462891 13.4445648193
+1159.080811 5.7090072632
+1159.957275 2.9732055664
+1160.768799 5.3771028519
+1161.973877 2.3879957199
+1165.567627 2.0650975704
+1166.709839 14.2727022171
+1167.559814 3.7739696503
+1168.875244 1.419182539
+1171.725952 7.9187898636
+1172.637451 7.8032369614
+1173.995239 2.4745690823
+1174.680298 28.5182056427
+1175.673828 24.0069904327
+1176.944458 2.3791086674
+1179.66687 2.7539727688
+1180.491333 5.4833850861
+1181.698853 3.2445909977
+1182.552124 15.498966217
+1183.740356 53.9099807739
+1184.646484 30.645816803
+1185.741943 2.4970588684
+1186.700806 2.1070661545
+1189.047607 1.4314258099
+1191.544434 64.9703369141
+1192.623413 35.6798667908
+1193.802979 2.2730879784
+1199.6521 276.111328125
+1200.67627 207.0157165527
+1201.86145 4.1615610123
+1202.609009 24.2397937775
+1203.681885 6.5111494064
+1211.928101 1.970828414
+1213.832397 2.223367691
+1215.640747 2.2525911331
+1217.702271 37.7030029297
+1218.823853 13.0207967758
+1231.449463 2.6136105061
+1233.529419 2.4263591766
+1237.567749 1.7810026407
+1238.908569 1.6874746084
+1244.031982 2.4573338032
+1253.925415 2.4815974236
+1255.494019 1.6968533993
+1261.932007 6.1464481354
+1272.714722 4.6512889862
+1288.540405 11.4212245941
+1289.735718 13.063744545
+1327.803101 4.2057619095
+END IONS
+BEGIN IONS
+TITLE=small.27.27. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=27"
+RTINSECONDS=15.5503
+PEPMASS=643.739929199219 4468.9404296875
+CHARGE=2+ and 3+ and 4+
+181.0690765 4.44389534
+184.098999 4.171028614
+191.0862579 6.1903982162
+193.2113495 6.3464574814
+194.2974243 8.3347978592
+195.2359772 10.6351776123
+198.1125183 3.4328474998
+199.2028198 12.108757019
+204.3327789 2.4568173885
+208.1382294 52.9571685791
+209.1939697 79.0890426636
+210.1060333 6.7426857948
+212.0045929 34.3490371704
+213.171051 3.1840848923
+215.1965637 4.1563768387
+216.3648682 2.2965292931
+217.3140869 3.4200782776
+219.2429962 4.8130660057
+220.3340912 8.4863090515
+225.2799072 30.2890377045
+226.2394104 277.5146179199
+227.1705322 28.2568321228
+228.3065491 6.7220182419
+230.3275299 3.6047739983
+231.2976074 3.8828077316
+233.1845551 263.1975097656
+234.236496 9.6109333038
+235.0108337 2.2547156811
+236.2349243 5.2504477501
+237.197937 54.7123031616
+238.31987 16.6700592041
+240.2986298 5.3483710289
+240.8991394 2.0841789246
+243.0661926 33.6093788147
+244.1825867 21.3819236755
+245.2307587 87.4070281982
+246.2791748 4.9543781281
+249.2817993 14.9337186813
+250.1497498 7.6847872734
+253.2120972 10.9438486099
+254.2105713 83.3361663818
+255.2597351 5.3697052002
+256.0142822 4.9307432175
+258.0098267 3.1635766029
+259.3215942 6.6315965652
+261.1141357 479.3715515137
+262.1781311 55.5965957642
+263.3095703 2.2713754177
+268.2450256 8.6387329102
+270.1999512 3.5074081421
+271.0890808 11.2439851761
+276.2391357 5.487590313
+277.117218 38.0724563599
+278.2937317 27.4088821411
+279.2591553 26.0713481903
+284.3114014 7.3593740463
+289.2809143 5.6222882271
+290.2817688 3.8052742481
+291.3937988 6.5789260864
+292.2145691 8.7058506012
+293.2745056 9.9881505966
+294.2915039 7.4613146782
+295.2470703 4.9285259247
+296.4074402 10.9154043198
+297.3738403 3.3899486065
+298.3707275 7.3856496811
+300.7510376 2.345117569
+302.3278809 3.1558718681
+303.480072 4.04459095
+306.4533081 6.3041133881
+308.0188904 7.3769512177
+309.1211853 27.7099914551
+309.8101196 2.4629540443
+312.4125061 10.7506818771
+313.3013916 30.8032951355
+314.0346069 4.5819091797
+314.8513184 3.2757918835
+316.5221558 3.791000843
+317.1592102 4.2593951225
+317.8521729 9.202047348
+318.6654663 42.107963562
+319.3201599 76.1390609741
+320.2897034 20.8102874756
+321.0664673 3.6360054016
+322.2999878 12.1254053116
+323.1902466 3.0118181705
+324.1585693 10.7700481415
+325.6275635 7.0545926094
+327.008606 68.8779373169
+327.8775024 4.9414176941
+329.2554321 4.237932682
+331.0974121 12.7587995529
+333.0803223 7.4254722595
+334.5860596 6.3360624313
+335.4900818 14.0505523682
+336.2509766 119.9263687134
+337.2215576 241.968460083
+338.1984558 42.7944641113
+339.2623291 14.1115550995
+340.3175964 12.5163087845
+343.4238281 2.1377692223
+344.3882446 21.1511554718
+345.035553 29.7277183533
+346.0912476 17.7298164368
+348.467804 13.1699314117
+350.3781433 10.5709676743
+351.2368469 16.0838661194
+352.5110474 48.5490112305
+354.1224976 46.9567565918
+355.2716675 45.0546264648
+356.2288513 8.3467321396
+357.7983398 6.3023862839
+359.52771 31.5779972076
+360.2511597 15.5509061813
+361.6548157 22.7241783142
+363.0189819 9.6635169983
+364.3809204 14.4070043564
+365.4908447 29.4457645416
+366.8170776 19.1173744202
+367.9251709 14.1317653656
+368.579895 43.6640090942
+369.350647 18.5939998627
+370.1394348 59.0304489136
+372.1186218 60.7810897827
+374.1229248 355.9047851563
+375.29422 83.3961486816
+376.3549805 10.7344799042
+377.4810181 28.8600578308
+378.811554 30.8365745544
+380.3392334 9.2050571442
+382.5474243 262.4403686523
+383.4429932 31.8689556122
+384.1608276 27.8258113861
+385.0237122 9.2967720032
+386.4033813 9.3629541397
+387.3643188 16.9601478577
+388.0462341 4.5837402344
+389.5273743 3.7386348248
+390.5136719 23.5382080078
+391.5127869 462.4664306641
+392.4352417 65.2028274536
+393.3656006 115.667388916
+394.3172302 27.4039936066
+395.5593872 3.5433907509
+396.6741333 14.4143180847
+399.0688782 26.5105705261
+400.1983643 74.8660736084
+401.1484985 117.7646179199
+401.9364014 40.055316925
+403.1907349 9.1910257339
+405.0557861 11.0338373184
+406.5403137 4.4769773483
+407.6630249 3.8882229328
+408.3488159 23.0086460114
+409.3913269 19.6001415253
+410.3696289 28.5065536499
+411.3266602 44.3967895508
+412.1555176 20.8037014008
+413.0333862 10.2980060577
+414.1139526 57.49477005
+415.2477417 10.2752723694
+416.4655151 13.4953308105
+417.5026245 34.2218322754
+418.3801575 22.1326007843
+419.3933105 10.2410087585
+421.8102112 27.98087883
+422.4703064 45.7912445068
+423.244751 22.4836940765
+424.0582581 3.853638649
+425.5423889 71.2345123291
+426.4237366 26.8212051392
+427.2814026 16.0305633545
+428.8792114 15.4134178162
+430.0809021 11.0235557556
+430.9919739 55.8856391907
+431.9519958 31.192855835
+433.6521606 58.7044143677
+434.3384705 112.7111358643
+435.5258789 37.5080947876
+437.2789917 7.3090248108
+438.5905457 11.5559301376
+439.5962219 113.363067627
+440.5961914 40.2405204773
+441.4611206 8.2368164063
+442.7303467 132.0315856934
+443.5831299 12.7833738327
+444.8125 4.7085461617
+447.0531921 25.1981391907
+448.1272583 383.1843261719
+449.1612549 132.7094116211
+449.9385376 51.73279953
+451.2612 79.542930603
+452.0723572 20.0809879303
+453.1694641 18.4196548462
+454.118866 11.1487941742
+455.421814 26.1292915344
+457.0561523 293.2549743652
+458.0560608 943.3873291016
+459.2000427 67.4833908081
+460.5346375 49.8406410217
+462.118103 20.2692337036
+462.7651062 7.0271964073
+463.4321289 19.7903862
+465.4219666 73.5768280029
+466.2864075 136.6648864746
+467.3352051 25.6326084137
+468.6135559 41.9994735718
+469.5818481 19.9500732422
+470.6213989 34.6767883301
+471.3721313 9.220705986
+472.2653809 13.0217952728
+473.1987305 20.5677013397
+474.1741638 80.4417037964
+475.290863 12.689622879
+477.5075073 38.4189529419
+478.5000916 27.3712062836
+479.463623 61.1419906616
+480.7415771 23.478313446
+481.6601257 188.708404541
+482.5392151 123.2577972412
+483.4346313 56.7007751465
+484.4907837 18.5590648651
+485.4352112 28.959438324
+486.4846497 30.0020103455
+487.497406 80.3898925781
+488.2792969 23.6440467834
+489.0444336 25.0518875122
+490.1639709 360.6755371094
+491.1882935 253.0035705566
+492.072113 102.7793273926
+493.1989136 6.6439580917
+495.3450928 205.6123962402
+496.1877441 229.4772033691
+497.1606445 75.5963516235
+498.7835999 149.0337219238
+499.664978 340.4163818359
+500.7351379 44.4600372314
+501.4730835 28.7817878723
+502.3955994 46.7333717346
+503.804718 256.0304870605
+504.5854492 604.6807861328
+505.3743286 619.9533081055
+506.3502502 128.8402709961
+507.5216675 454.9755249023
+508.6118164 47.5584335327
+509.5368042 8.8818407059
+510.6643982 48.061050415
+511.4607849 32.0189361572
+512.7684326 466.907043457
+513.6407471 1192.4619140625
+514.5789185 102.8676605225
+515.2523804 21.5335254669
+516.6865234 34.560760498
+517.774292 39.95470047
+518.7442627 57.2128829956
+519.4262695 4.2530622482
+521.7415771 2096.6059570313
+522.6016846 1654.5388183594
+523.6923828 39.4937553406
+525.1550293 44.908416748
+525.8450928 37.9390830994
+526.5551758 34.1172447205
+527.5084229 13.0874700546
+528.420166 18.8220806122
+529.3720703 54.574848175
+530.611084 1128.1157226563
+531.5134277 134.5935516357
+532.5345459 9.279258728
+533.902771 89.2403717041
+534.5847168 93.9519958496
+536.4438477 19.252450943
+538.1140137 295.7426147461
+538.9422607 102.4915084839
+539.578186 146.3775634766
+540.6970215 39.764919281
+541.5033569 5.5025844574
+543.2490845 82.4496612549
+544.5480957 20.7876815796
+545.4311523 14.0365629196
+546.7490845 1830.9475097656
+548.1505737 427.8813781738
+549.2875977 182.4162445068
+550.3618774 2.5406937599
+552.1344604 306.7008666992
+553.1833496 98.7025680542
+554.3087769 86.5741119385
+555.2885132 857.2007446289
+556.0661621 442.8599243164
+557.152832 171.3534698486
+558.0430908 51.7162857056
+559.0670166 7.8595438004
+560.6904907 916.2821044922
+561.7164307 532.2244873047
+562.611084 174.5407104492
+564.1563721 2907.2412109375
+565.1762085 141.7924804688
+566.2747803 64.0374145508
+567.2410889 6.2403535843
+569.3549805 1001.3166503906
+570.3496094 2081.4128417969
+571.0307617 950.8805541992
+572.1309204 14.8653097153
+573.2353516 24.1926326752
+574.0462646 22.493144989
+574.690918 18.9949531555
+575.6915283 23.3346633911
+576.5933228 47.4611206055
+578.2026367 4090.2416992188
+579.1558838 15189.447265625
+580.0324707 516.8342285156
+581.3391113 54.4027633667
+582.5428467 45.9227752686
+583.4077148 48.4215965271
+584.4108887 72.459236145
+585.5866699 37.6514663696
+587.1096191 10844.9912109375
+588.0723877 460.564453125
+589.0054932 8.6573143005
+590.5772705 140.5026092529
+591.5743408 57.4716186523
+592.5440674 10.2517166138
+593.6748047 29.5415706635
+594.5388184 42.4587402344
+595.9163818 79.6691207886
+596.8709717 38.6997337341
+597.5687256 39.3301582336
+598.5510254 37.182723999
+599.6488037 42.0444717407
+600.467041 41.5566139221
+601.6445923 51.4241752625
+602.7987671 146.8644714355
+603.5921631 242.5850830078
+604.432251 218.4116821289
+605.1391602 231.7585601807
+606.0450439 45.4944038391
+607.3677368 193.3795928955
+608.3945923 114.115486145
+609.4124756 107.6393051147
+610.5952759 43.7585678101
+611.8649902 225.344833374
+612.651123 104.5182876587
+613.697876 704.1314697266
+614.5856934 55.18800354
+615.2738037 51.2322921753
+616.253418 25.540561676
+617.3027344 447.3686828613
+618.0734863 212.2290649414
+619.4119873 64.0721893311
+620.7547607 211.8999633789
+621.6868896 75.8991088867
+622.6915283 291.6635742188
+623.5804443 17.1061611176
+625.8413696 4320.7080078125
+626.6025391 4417.6469726563
+628.5535889 81.7714691162
+629.5106201 29.3692779541
+630.8272705 40.0503616333
+631.829834 21.4016456604
+632.7180176 2.2153186798
+634.4716187 12040.5185546875
+635.0968018 14861.353515625
+636.0201416 180.0816650391
+636.8259277 14.4889297485
+638.2886963 4.9396934509
+639.4525146 4.2729840279
+640.2623291 2.8488035202
+642.0424805 7.2346429825
+643.0571899 2.7170772552
+644.2249756 5.1097807884
+646.5754395 2.1500372887
+649.5917969 4.3247909546
+650.4603271 4.6554470062
+652.4805908 83.6478424072
+653.5322266 92.3539581299
+654.4018555 37.2734451294
+655.6795654 8.6890382767
+660.2546387 3.9945697784
+661.4940186 797.4268798828
+662.5391846 240.4327392578
+663.4991455 6.9651427269
+666.0707397 6.3481426239
+669.3739624 9.1649703979
+670.4971924 55.2577819824
+671.4082031 59.8859138489
+672.197937 5.0117311478
+673.006958 2.5417668819
+674.1989136 2.9545612335
+677.4730225 5.2937574387
+678.8172607 2.407181263
+680.421875 5.4607219696
+683.4962158 4.3333177567
+684.56604 2.7960476875
+685.383667 7.1557221413
+686.4515381 7.0464782715
+687.5318604 20.5389251709
+688.5869141 15.4478006363
+689.2562256 3.9606208801
+690.3703613 2.105096817
+692.5970459 4.203725338
+695.4586182 19.2588024139
+696.4577637 7.2069416046
+697.6085205 2.7379393578
+698.8990479 3.3097286224
+701.7144775 1.906537056
+703.5379639 26.1829490662
+704.4931641 59.6143417358
+705.645752 14.6887969971
+706.657959 7.2925224304
+708.0186768 6.3760457039
+710.2250977 6.1217079163
+711.3873291 9.1968688965
+712.5224609 10.4148330688
+713.5286865 18.9198799133
+714.2497559 10.9403381348
+717.545166 12.6230602264
+718.4755859 6.2700357437
+719.5461426 19.1254730225
+721.4654541 178.5083007813
+722.4835205 110.3484268188
+723.4898682 27.8124980927
+724.4962158 5.3716673851
+725.671875 4.5605735779
+726.4421387 3.0996694565
+727.4083252 8.3122663498
+728.7921143 10.6299381256
+729.3991699 67.5436782837
+730.6091309 48.7073822021
+731.3963623 6.2078585625
+732.6906738 5.1918587685
+733.3272705 13.8903303146
+735.6165771 6.3821792603
+736.6373291 29.2984485626
+737.5184326 18.3455924988
+739.4094238 667.9809570313
+740.5064697 232.6077575684
+741.4105225 74.1426696777
+742.3863525 30.0612239838
+744.2724609 6.746254921
+745.0529785 2.5988907814
+746.4244385 130.7024841309
+747.4243164 144.5420532227
+748.5844727 68.6187286377
+749.3828125 8.8232889175
+750.5838623 3.4991986752
+753.6850586 13.6942548752
+755.3553467 9.3739519119
+756.5158691 21.5317840576
+757.555542 19.4964427948
+758.4364014 7.8356180191
+759.5281982 15.6922473907
+760.5168457 2.5928411484
+763.4110107 112.6578598022
+764.4664307 362.6669311523
+765.4968262 56.674495697
+766.5574951 168.8711242676
+767.5726318 55.5102424622
+768.6367188 9.9783744812
+769.838501 2.4951584339
+770.9709473 2.6486349106
+771.8139648 23.4739074707
+774.6994629 3.4515633583
+775.5926514 15.2362003326
+776.7736816 4.981754303
+781.4539795 982.8791503906
+782.4805908 413.4677734375
+783.706665 65.4744949341
+784.5687256 89.7659606934
+785.6191406 57.0466575623
+786.7913818 6.588078022
+789.4909668 3.5326931477
+791.7032471 5.4927005768
+792.7055664 9.1862134933
+793.7437744 5.5141949654
+795.4390869 2.9180822372
+797.2687988 5.3407683372
+798.5679932 11.4983291626
+799.5469971 32.9068603516
+800.5740967 84.4897613525
+801.5782471 50.1246452332
+802.673584 3.8746266365
+803.8990479 2.1179475784
+805.1828613 6.8036336899
+808.4291992 2.948266983
+809.3198242 11.9887208939
+810.5273438 14.3160152435
+811.3682861 3.6223087311
+815.7219238 5.7381391525
+816.8240967 13.3474702835
+817.6407471 60.1288299561
+818.4559326 19.6941337585
+819.6893311 14.306055069
+822.5413818 2.6309435368
+824.5288086 3.3001213074
+825.6219482 6.8089909554
+826.5883789 13.3829851151
+827.6252441 42.5296363831
+828.522583 28.6240749359
+831.4338379 9.7654380798
+832.5135498 31.3472881317
+833.4106445 14.143825531
+834.5981445 29.012342453
+835.293335 9.685213089
+836.2806396 16.0331459045
+837.5605469 22.1762294769
+838.5050049 5.0217671394
+840.1723633 11.5412397385
+840.7912598 2.0504145622
+841.921875 6.4646921158
+842.748291 3.0290360451
+843.6191406 12.3292713165
+844.6331787 4.6701984406
+849.4584961 12.9092111588
+850.5822754 14.097319603
+851.4829102 18.4864234924
+852.5760498 13.9683122635
+853.7697754 13.8835344315
+854.5651855 107.2203674316
+855.6878662 54.7884216309
+856.7468262 8.9673347473
+858.6175537 2.5415074825
+859.6064453 51.4515533447
+860.6105957 51.2737960815
+861.7218018 20.7619838715
+862.7144775 6.0197749138
+863.5737305 1.9628212452
+864.324707 2.9838774204
+865.4453125 7.9551324844
+866.583252 20.4415817261
+867.5428467 16.8973903656
+869.4842529 46.3941841125
+870.5556641 27.8223228455
+871.6165771 28.9255485535
+872.6026611 183.0006408691
+873.6322021 67.6206817627
+874.7432861 5.6272001266
+877.486084 34.9227142334
+878.4367676 25.8145904541
+879.4987793 27.2007770538
+880.4904785 51.6051025391
+881.6258545 11.1419420242
+883.2054443 15.6603355408
+884.6481934 31.2984638214
+885.7276611 7.0665216446
+887.213623 6.0053987503
+888.0603027 2.388933897
+890.6502686 4.6913461685
+892.6446533 3.5547027588
+894.0266113 9.0305099487
+894.6727295 91.3236160278
+895.6456299 46.0046806335
+897.588623 1487.8736572266
+898.5432129 678.5246582031
+899.5662842 53.8863639832
+900.3450928 4.3351707458
+901.4393311 2.723344326
+906.6402588 9.6491308212
+907.7772217 4.4978852272
+910.5877686 4.6880960464
+912.6446533 11.5307655334
+914.5827637 296.3167114258
+915.6362305 129.7001342773
+916.6369629 36.0799789429
+918.8863525 10.1357393265
+920.5330811 1.9606698751
+921.7929688 3.3278176785
+922.967041 4.8138313293
+923.6104736 5.900829792
+927.7330322 6.418551445
+928.9609375 5.0125904083
+933.810791 3.0836758614
+937.4168701 2.0355195999
+938.5153809 3.7575075626
+939.4881592 2.221476078
+943.5877686 2.7099585533
+944.6444092 2.1487863064
+945.5252686 2.8974237442
+947.6157227 3.5943303108
+949.3439941 2.0448353291
+953.4464111 7.5440940857
+954.3289795 12.5403289795
+955.8952637 14.5889606476
+956.621582 5.174530983
+961.8758545 7.105383873
+962.6627197 11.1255340576
+963.4620361 9.8032188416
+964.6121826 11.8568706512
+965.6778564 10.9467782974
+966.6464844 4.3684215546
+967.4245605 4.0148906708
+968.5861816 6.9822525978
+971.5424805 6.2863206863
+973.1490479 7.840233326
+973.8636475 6.316742897
+974.7125244 2.1844906807
+978.6722412 17.9600315094
+979.635498 39.3705024719
+980.4197998 9.1734781265
+981.6643066 25.5018825531
+982.708252 15.8982334137
+983.9924316 13.2251367569
+984.9694824 5.0047111511
+987.2849121 3.1661376953
+989.5402832 128.6457061768
+990.5675049 120.2817764282
+991.5958252 54.3686218262
+992.5469971 3.2544915676
+993.4627686 2.175337553
+994.762085 3.3917939663
+995.5864258 7.0331640244
+996.6740723 56.299697876
+997.612915 33.8880729675
+998.7386475 3.0195360184
+999.8181152 6.3886275291
+1000.622925 2.421046257
+1006.577026 69.3925170898
+1007.513916 151.5982818604
+1008.628784 80.9256134033
+1009.626343 26.8608283997
+1010.698486 6.5475258827
+1011.843384 3.0502495766
+1013.564331 1.8954310417
+1014.538086 7.6355085373
+1015.665161 5.9351181984
+1016.665405 2.1779544353
+1019.834961 18.1220397949
+1020.853638 7.9081654549
+1022.533569 4.2682981491
+1024.538696 109.7080001831
+1025.654907 174.5206451416
+1026.625244 108.5943450928
+1027.319336 27.3517341614
+1028.022949 8.7367668152
+1032.691406 7.0377054214
+1033.466431 7.0435714722
+1034.655396 9.3133211136
+1038.547363 3.7723920345
+1042.832642 15.2941875458
+1043.858521 12.7058238983
+1044.860229 7.468255043
+1045.93457 2.6502196789
+1050.766113 2.8306927681
+1053.733521 5.7681527138
+1059.370361 2.475014925
+1060.568359 4.972281456
+1064.135498 4.9398441315
+1068.755737 4.2444033623
+1074.539673 2.9017512798
+1075.888184 5.4515581131
+1080.544067 4.3768815994
+1085.49646 4.9961080551
+1091.690552 6.0091137886
+1092.571533 11.5756473541
+1093.773682 6.7136235237
+1094.682617 3.7784030437
+1096.108154 3.7011489868
+1102.447754 28.6639385223
+1103.595947 35.8669319153
+1104.829224 13.7019367218
+1109.741699 6.5551924706
+1110.632812 16.2479095459
+1111.657227 3.4716906548
+1112.66333 6.8571667671
+1113.720947 3.6160433292
+1114.767578 3.9390292168
+1119.515015 2.2697095871
+1120.618164 32.8488540649
+1121.659424 31.3678321838
+1122.709473 4.9363651276
+1124.102295 4.263323307
+1126.451904 2.1484794617
+1129.31958 6.1554489136
+1137.47522 66.2963256836
+1138.689453 32.0810813904
+1139.678955 15.1060647964
+1141.114746 2.872641325
+1151.125977 2.5161802769
+1155.849121 11.2673130035
+1156.659424 20.7809238434
+1157.434326 4.0749278069
+1166.611084 3.2511277199
+1168.082642 3.4488639832
+1172.78064 7.6188750267
+1173.892944 7.0052227974
+1191.883789 3.0236065388
+1209.969116 7.601026535
+1226.905762 3.1448340416
+1261.928101 2.2867150307
+END IONS
+BEGIN IONS
+TITLE=small.28.28. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=28"
+RTINSECONDS=16.3598
+PEPMASS=725.3583984375 5102.83740234375
+CHARGE=2+ and 3+ and 4+
+204.2653503 4.9482774734
+208.1031799 34.4687538147
+209.0448608 76.1198654175
+210.0542145 7.2812423706
+212.1604004 30.8334503174
+215.2169189 2.6769347191
+220.1760559 8.7300033569
+223.2141266 5.7888622284
+225.1575165 93.8059005737
+226.1629944 246.1168670654
+227.1752319 4.1423716545
+230.2197723 4.9831647873
+231.2966156 7.4626860619
+233.180191 308.0746154785
+234.2327576 22.3166694641
+235.3184814 4.4386062622
+236.2756805 20.6729297638
+237.2218018 25.5848789215
+243.105896 195.5735931396
+244.2408447 55.7151565552
+245.2287903 37.0035514832
+246.4267273 5.2347717285
+247.1770325 25.8635921478
+248.2731934 5.1855988503
+249.2172852 37.7914161682
+250.2097473 17.8681850433
+252.1992645 11.0616827011
+254.1820068 107.9665985107
+255.1646729 19.6256923676
+256.2009583 8.7680644989
+259.329895 3.4501571655
+261.1211548 584.0053710938
+262.1609802 87.0456466675
+265.1350098 387.9817810059
+266.2215576 48.6991500854
+267.1866455 10.2715120316
+269.9819641 10.4924240112
+271.2757874 22.4546985626
+272.1409912 15.9887752533
+273.1612244 2.6648511887
+274.669342 12.2075328827
+275.2723083 42.0602722168
+276.3700562 33.8991165161
+277.1731567 40.0789794922
+278.3438721 15.2900409698
+279.3232422 23.7199897766
+280.3956299 16.2990016937
+285.9664001 5.8128261566
+287.0758057 2.8489100933
+289.1026611 6.6815056801
+292.6324158 104.061706543
+293.2778625 417.7407836914
+294.3013916 89.7724533081
+295.2471924 10.594332695
+296.2646484 10.3702058792
+297.2485962 3.8729348183
+300.3034973 11.7576627731
+302.3449402 4.2564506531
+305.3608704 24.466966629
+306.2209778 11.2556352615
+309.1724854 17.5128288269
+309.9501343 28.6868247986
+311.1428223 20.4470348358
+313.2294617 19.4414596558
+314.5246582 9.4365959167
+316.1553345 3.3698260784
+317.4848022 3.2214980125
+319.0362549 66.4747924805
+321.4337769 16.3145866394
+322.1396484 17.4078731537
+323.0703735 7.8446531296
+324.2487183 4.2746114731
+325.5162964 6.6004314423
+326.689209 74.7624206543
+327.335083 32.2732315063
+328.2528076 3.5279986858
+329.1083069 2.8970062733
+332.0480347 11.8257074356
+333.4154663 26.4024391174
+334.1893311 11.1258249283
+335.3915405 25.7462654114
+336.1757202 41.1864051819
+337.1537781 110.2109985352
+338.2692871 48.1378097534
+339.3583679 14.7502012253
+340.2546082 22.1677837372
+341.0926819 16.1382217407
+343.4257202 3.3916258812
+344.6807556 37.5002441406
+345.4886475 12.0840492249
+346.2913818 17.2146377563
+347.2320557 31.7355937958
+348.2888184 4.5210719109
+350.1550903 49.1305541992
+351.2034607 33.8500823975
+352.4707031 30.4524250031
+354.2327881 51.7667541504
+355.2798767 34.5306625366
+356.3227539 11.2171964645
+357.3567505 13.4879398346
+358.8114014 14.665391922
+360.7315674 12.3768501282
+361.3736572 14.6568803787
+362.2590942 5.0865664482
+364.33255 17.8589229584
+365.3325195 80.9526367188
+366.3082581 6.2941837311
+367.138916 23.765871048
+368.2857361 82.5636138916
+369.0009766 39.9599571228
+369.8535156 36.5778427124
+370.5068054 20.5237941742
+371.3490601 40.944026947
+372.3425903 48.5494346619
+374.201355 441.1289672852
+375.2582703 120.7487792969
+376.1763306 26.4981842041
+376.7875366 9.9823160172
+377.3957214 13.0768604279
+378.3491211 4.0643119812
+379.1401978 28.9756622314
+380.1651001 6.4756832123
+381.059082 6.7269992828
+382.1589661 55.220916748
+383.2961426 104.3559112549
+384.1227417 44.2912979126
+385.0074158 8.7332820892
+386.0767822 17.9458312988
+387.5684204 17.006357193
+389.128479 135.3656768799
+390.1870422 51.9517059326
+391.3568115 95.8534011841
+392.1277771 93.9067230225
+393.1984863 122.0099716187
+394.1894226 41.481300354
+395.0839233 16.0431003571
+396.4924316 9.9691123962
+397.244812 18.8604736328
+398.2131958 5.6847553253
+399.4065552 27.4551887512
+400.3371887 57.076965332
+401.3075562 34.8642425537
+401.9739075 30.7762641907
+405.5832825 11.2586402893
+406.3184204 31.7287940979
+407.262146 227.2541503906
+408.3291626 58.3781089783
+409.3194275 46.4861984253
+410.3796997 63.7281150818
+411.3332825 99.0594863892
+412.3677979 18.5519351959
+414.5050659 33.09815979
+415.3845215 7.2893371582
+417.4833679 49.8801879883
+418.4855957 21.3670253754
+419.4081421 12.6014232635
+420.3953247 3.5903594494
+421.4833374 10.4235668182
+422.5892334 21.4574584961
+424.2736511 78.4374008179
+425.2949524 42.9852752686
+426.2450867 40.5538787842
+427.3049011 18.080324173
+428.2564697 21.8703804016
+430.350647 7.9593129158
+431.265625 39.4395828247
+433.1160889 4.727938652
+434.4216919 115.8816680908
+435.4269409 48.9586372375
+436.4803467 46.8123588562
+437.6124878 16.8921356201
+438.2505798 3.4836242199
+439.0822144 20.5076541901
+440.2249146 61.1118049622
+440.9899902 79.2282485962
+442.6369629 73.7099761963
+443.3889465 32.6480178833
+444.0151062 6.216545105
+446.118042 23.7545089722
+447.7565002 164.1026000977
+448.5672607 289.6828918457
+449.5733948 113.899230957
+450.6522522 94.4069519043
+451.9916077 145.9522705078
+452.9989014 50.9690856934
+453.6858826 19.9189052582
+454.5006409 25.8326816559
+455.2489624 30.1100769043
+456.1087952 66.0553131104
+457.1341553 245.8301849365
+458.0433044 465.1900634766
+459.1722107 154.9710388184
+460.4564514 14.0611953735
+461.413269 14.5030174255
+462.0626831 24.2656097412
+462.708313 11.7816448212
+464.1763611 176.9655761719
+465.2047424 239.3697357178
+465.9795837 215.6476745605
+466.7533264 76.1078567505
+467.4405212 15.4672803879
+468.2721558 12.8927364349
+469.5116882 8.3901891708
+470.6987 12.2879266739
+473.1004333 972.5397949219
+474.1271973 105.0556793213
+475.2755432 61.7747116089
+476.3230896 23.6273021698
+477.2693787 8.7871866226
+478.5414124 40.3916511536
+479.382843 38.2752914429
+480.4550171 29.6196975708
+481.6607056 104.1259155273
+482.3419495 174.3826141357
+483.3520813 117.3103942871
+484.6605835 50.85496521
+485.4694824 15.8643655777
+486.3798828 20.8296546936
+487.4717102 91.1832046509
+488.5073242 35.3893966675
+490.0933533 35.4129295349
+491.2098694 376.1060180664
+492.2310486 142.0685577393
+493.2926331 40.0123329163
+494.0111389 2.6636090279
+495.3614807 59.3499183655
+496.4937744 279.058013916
+497.350647 45.2196235657
+498.4512634 57.0112075806
+499.5966797 541.0213012695
+500.4899292 108.5821990967
+501.6395569 55.20677948
+502.6954651 34.1991004944
+503.6639099 51.7547340393
+505.1105957 1163.6921386719
+506.2232666 342.3010864258
+507.1984863 79.3499450684
+507.9568481 8.3774223328
+508.5644226 39.7821311951
+509.4229736 3.4749572277
+510.4626465 18.859079361
+511.4916382 9.7665987015
+512.8447266 92.0302581787
+513.7130127 826.3043823242
+514.5112915 311.5897521973
+515.5943604 10.9445133209
+516.7433472 36.3817672729
+517.4083862 75.3536224365
+518.3405762 207.7870788574
+519.1048584 116.74243927
+520.0742798 23.2740020752
+521.8414307 1166.0863037109
+522.4519043 1830.9649658203
+523.1621094 728.5837402344
+524.3018799 27.0527687073
+525.519165 19.6802654266
+526.6486206 20.298620224
+527.5161133 56.7485733032
+528.7645874 22.5656337738
+530.218689 172.5433197021
+530.9307861 39.2284736633
+531.6500244 49.6735115051
+532.4216919 27.893661499
+533.5974121 27.5257644653
+535.2768555 153.4498443604
+536.0842285 38.1353378296
+537.2706299 24.2587947845
+538.2416382 30.0460090637
+539.1467285 68.8493041992
+540.4259644 109.1370162964
+541.4116211 8.8079433441
+542.9589233 11.7697381973
+543.7359619 8.3605031967
+544.9069824 40.2415809631
+546.2073364 72.7335662842
+547.5466919 171.8505096436
+548.6044922 207.2447509766
+549.3828125 105.9518508911
+550.0460205 99.4350967407
+550.9503784 34.2530174255
+552.0441895 58.4354515076
+553.3337402 184.2816009521
+553.9476318 79.9645233154
+554.5491333 15.9883670807
+555.5762939 69.4190292358
+556.3925781 75.3133087158
+557.0874023 70.0031204224
+557.9333496 77.9061050415
+558.6757812 96.69947052
+560.1835938 52.1633148193
+561.1645508 218.9187774658
+562.138855 676.74609375
+562.96698 183.9776153564
+563.9976807 121.1871490479
+565.5982666 6.0244064331
+566.3769531 36.8222351074
+567.0909424 14.9721212387
+568.2060547 61.4547653198
+569.2074585 57.5000457764
+570.6378174 4793.1049804688
+571.5518799 601.1127929688
+572.694397 199.2471618652
+573.5871582 66.9129333496
+574.5082397 66.9176025391
+575.6729736 83.204498291
+576.7313232 65.7340393066
+577.6928711 143.0047607422
+579.1564941 16345.388671875
+580.1148682 2029.2711181641
+581.1602173 189.7070007324
+582.1644897 162.1919250488
+583.3043823 70.5012054443
+584.4060059 63.7523574829
+585.7861328 298.5628967285
+586.5761108 267.0901794434
+587.6626587 65.4580993652
+589.1101074 823.5736083984
+590.1105957 97.9760742188
+591.1000977 38.7196617126
+592.2129517 27.8228282928
+593.7467041 101.837310791
+594.7120361 892.5803222656
+595.4796753 272.2499389648
+596.508667 56.9695320129
+597.6340332 71.8600540161
+598.6928711 59.2579956055
+599.5041504 13.2830905914
+600.3706055 27.5396957397
+601.6013184 21.6152458191
+603.0957031 1723.7611083984
+604.024292 290.6708679199
+605.1286621 28.4950008392
+606.7492676 90.149772644
+607.8033447 79.6567840576
+609.1604004 68.1812210083
+610.4083252 213.1314086914
+612.144043 1921.923828125
+613.1184082 238.3725585938
+614.2614746 194.5179138184
+614.9317017 37.6868934631
+615.6627197 124.0668258667
+616.5980225 70.4839935303
+617.6638184 27.3854179382
+618.4344482 71.16746521
+619.3192139 49.7084197998
+620.2914429 161.7428436279
+621.03125 107.0777893066
+621.7669678 41.8961410522
+622.4942627 25.3278846741
+623.3510742 6.7594399452
+624.0407715 6.716999054
+624.6914673 339.551361084
+625.7480469 260.9555358887
+626.8466797 192.9302520752
+627.6854248 125.5143127441
+628.729187 667.5682373047
+629.7036743 310.469329834
+630.4733887 83.3231430054
+631.6328125 33.5374946594
+632.4683838 61.1349449158
+633.6608887 269.6766967773
+634.8613281 352.576965332
+635.6179199 189.3979187012
+636.9154053 888.7540893555
+637.6109009 1172.7113037109
+638.6983643 555.4230957031
+639.5571899 113.9711914063
+640.7315063 151.0577392578
+641.8638916 198.069519043
+642.6959229 628.681640625
+643.5808105 543.982421875
+644.460022 323.1995544434
+645.7039795 5237.26953125
+646.5682373 503.9176025391
+647.7089233 141.0266113281
+648.8691406 136.4772033691
+649.5488281 111.8422470093
+651.1435547 2215.1716308594
+652.2519531 545.4901123047
+653.4050293 192.4157409668
+654.3642578 67.6056060791
+655.069458 8.7449998856
+655.7216187 16.8810977936
+656.7119751 34.3419075012
+658.1567383 10.2342844009
+659.7622681 3194.4721679688
+660.6727295 1451.5678710938
+661.5250244 1367.3122558594
+662.5150757 563.7957763672
+663.5083008 143.0868835449
+664.5845947 50.0930633545
+665.5955811 23.8317718506
+666.3531494 9.3073301315
+668.4750977 10452.13671875
+669.1018066 9454.1484375
+670.425415 109.9489746094
+671.3983765 101.2116851807
+672.2329102 146.2656707764
+673.2600098 56.0871429443
+673.932312 13.1837062836
+674.9291992 16.4545383453
+675.8198853 18.1180038452
+676.736084 82.049446106
+677.4140625 63.9565582275
+678.1268921 53.328994751
+679.500061 29.9943828583
+680.3070679 29.5146083832
+681.2567139 419.9866333008
+682.2764893 166.8563995361
+683.6099854 17.5864601135
+684.7813721 26.4704322815
+685.8031006 349.9956359863
+686.694519 397.8983154297
+688.779541 25.9641952515
+689.6963501 65.1343765259
+690.4708252 24.8826065063
+693.4205322 129.4579772949
+694.2060547 274.6338806152
+694.9302979 910.6025390625
+695.7541504 1028.619140625
+697.5739746 19.6705360413
+698.8129883 476.8875732422
+699.7419434 318.0582885742
+700.4632568 49.4326286316
+701.9603271 254.1340942383
+702.7301025 390.9234619141
+703.9368896 795.009765625
+704.6734619 611.6164550781
+707.3204346 2734.5895996094
+708.2016602 3667.6345214844
+709.074585 426.2342224121
+710.4749756 49.0447731018
+711.6546631 10.6813735962
+712.4527588 42.6940116882
+713.2907715 32.3057632446
+714.7867432 33.5245437622
+716.4041748 6908.3754882813
+717.1604004 3478.8427734375
+718.1375732 16.1811313629
+719.5532227 12.8100261688
+721.5643311 7.283162117
+722.9344482 8.4621486664
+724.690918 7.1410923004
+725.881958 5.4369664192
+727.074707 6.2401313782
+728.7550049 5.4728121758
+729.6109619 31.2302246094
+730.4606934 20.4960155487
+731.5019531 30.1893043518
+732.489624 4.4035897255
+735.965332 4.9851956367
+736.6351318 25.2397022247
+737.6126709 22.8628845215
+738.5197754 69.3363571167
+739.6101074 49.8109588623
+741.4229736 126.3304901123
+742.5091553 33.2706604004
+743.4683838 13.6664018631
+744.3027344 5.8451633453
+745.3638916 3.8111152649
+746.5238037 98.5819396973
+747.482666 10.6537532806
+748.4493408 20.9533119202
+749.5384521 26.5414905548
+750.4293213 10.7002296448
+753.0900879 42.5117492676
+753.9630127 3.6970264912
+754.6955566 13.0624713898
+755.6477051 46.167640686
+756.671875 33.0194358826
+757.5136719 26.9501571655
+758.53479 32.297290802
+759.6018066 42.8029098511
+760.4644775 103.4339752197
+761.4125977 78.4785232544
+762.7990723 6.8519859314
+763.5645752 7.5675516129
+764.491333 22.7698249817
+765.8956299 52.0612106323
+766.5408936 265.5864562988
+767.602417 129.8556213379
+768.7353516 34.8885955811
+769.675293 21.4734363556
+770.7583008 38.3196029663
+771.5303955 89.9832611084
+772.4388428 235.701751709
+773.567627 77.330116272
+774.5878906 9.373884201
+775.6208496 24.1269989014
+776.6416016 25.4422397614
+777.5175781 8.8458099365
+780.3381348 3.340316534
+781.4890137 77.4395599365
+782.4718018 54.8214988708
+783.7438965 106.6100463867
+784.5292969 212.674331665
+785.5583496 148.9719696045
+786.574585 37.1578369141
+787.3114014 5.9875092506
+788.465332 861.8005981445
+789.4940186 308.9742736816
+790.4979248 79.0130081177
+791.4591064 21.183380127
+792.4837646 27.4943637848
+793.3521729 21.7785282135
+794.9678955 2.6866402626
+796.3690186 7.3921561241
+798.3956299 27.061460495
+799.6234131 13.4454488754
+800.6311035 108.5857696533
+801.6358643 137.2875976563
+802.5340576 23.911447525
+803.8051758 8.2240800858
+804.8537598 20.4632701874
+805.4923096 107.1384429932
+806.527832 60.29529953
+807.630249 14.6272859573
+808.6898193 6.780192852
+809.6673584 20.4455623627
+810.3527832 31.6234054565
+811.4748535 11.5035715103
+814.4277344 13.3000507355
+816.4959717 4.920955658
+817.5848389 133.0296783447
+818.442627 27.9380683899
+819.6414795 12.7640037537
+820.5461426 11.2555913925
+821.427002 2.670558691
+822.4375 4.309138298
+823.4969482 2.9423575401
+826.4532471 73.405090332
+827.6225586 111.6005783081
+828.6610107 23.1838645935
+830.3018799 19.3862533569
+831.7091064 4.6845111847
+834.7095947 15.2668418884
+835.5222168 11.1653881073
+836.6380615 16.4314441681
+837.6407471 29.8721427917
+839.4217529 8.8138055801
+840.7352295 11.5207777023
+841.6501465 11.7884302139
+843.3377686 7.7613515854
+844.6486816 3.2293078899
+846.5124512 3.0407147408
+848.2249756 15.7248134613
+849.6149902 42.1274909973
+850.5202637 23.3952674866
+851.6434326 20.9584102631
+852.6009521 28.2163352966
+853.6112061 36.9044532776
+854.5727539 333.5195922852
+855.6546631 152.3260955811
+856.5500488 52.8207473755
+857.4549561 17.5148448944
+858.6920166 21.9501609802
+859.5949707 21.7709922791
+860.3339844 6.2573289871
+861.682373 15.3636636734
+862.6434326 14.9593505859
+863.5256348 23.3538818359
+866.5904541 32.3842544556
+867.5135498 65.3001556396
+868.4401855 52.6833686829
+869.5402832 162.1763458252
+870.5562744 85.747833252
+871.4785156 22.8879508972
+872.5922852 485.5887451172
+873.5821533 158.0175933838
+874.4442139 35.3227424622
+876.0789795 8.3544664383
+876.7498779 6.6243596077
+877.8477783 17.8627681732
+878.6693115 75.22265625
+879.6998291 55.0189857483
+880.6208496 108.2757263184
+881.7174072 11.6388130188
+882.6000977 25.8591518402
+883.7747803 39.0111312866
+884.6016846 81.3932266235
+885.5124512 153.1954193115
+886.5889893 33.3433609009
+887.5751953 10.828207016
+889.4060059 6.0498385429
+890.3908691 2.9583725929
+891.9064941 4.9018726349
+892.6335449 41.6257324219
+893.5072021 31.648771286
+894.6109619 169.2211608887
+895.5186768 194.5191040039
+896.8691406 268.7825927734
+897.6226807 2495.3212890625
+898.5905762 1535.9814453125
+899.5949707 393.5325622559
+900.5948486 26.9815483093
+902.527832 1094.6958007813
+903.583252 587.241027832
+904.6287842 115.4039459229
+905.6165771 18.8964347839
+906.7462158 8.0528831482
+907.5064697 4.0843544006
+908.421875 10.2938833237
+909.4736328 62.4045448303
+910.4815674 127.2250518799
+911.5775146 50.646522522
+912.5577393 46.4789772034
+913.5576172 55.366771698
+914.6483154 820.4592285156
+915.5961914 379.7225341797
+916.6308594 127.3654327393
+917.3721924 26.8755264282
+918.6386719 12.1886396408
+919.6843262 8.0139436722
+920.4916992 5.2194437981
+921.6402588 12.954284668
+922.2519531 4.4939947128
+922.9593506 2.681014061
+923.7177734 3.0484676361
+927.4677734 546.8432006836
+928.5622559 257.0556335449
+929.6397705 30.8727264404
+930.5823975 8.1087636948
+932.2614746 4.3846683502
+938.8309326 6.8469018936
+940.9556885 5.4749970436
+941.6715088 3.2396700382
+943.2155762 4.9940261841
+944.5452881 1249.7056884766
+945.5284424 694.2324829102
+946.5740967 144.3683624268
+947.5272217 10.9211368561
+948.8719482 14.3164434433
+949.6707764 9.2435865402
+951.15979 6.7185516357
+952.0965576 4.8311257362
+955.4821777 7.0305223465
+956.9658203 4.33157444
+957.6811523 5.3713846207
+962.5593262 20.3346672058
+963.5544434 28.845954895
+964.5975342 13.1572685242
+966.0031738 15.7551641464
+967.6981201 5.8808226585
+968.6551514 2.7361314297
+970.6536865 3.6759734154
+971.748291 9.1252765656
+972.4888916 3.8540139198
+973.8436279 19.1528434753
+974.6217041 9.2306261063
+975.5407715 9.5651388168
+976.7661133 8.9782810211
+977.6878662 7.4445161819
+978.7473145 7.7450385094
+979.7131348 18.9689826965
+980.6730957 43.6967163086
+981.6416016 23.1478805542
+982.8647461 36.1122703552
+983.8776855 8.9563436508
+984.7678223 37.3666267395
+986.421875 3.0997133255
+989.552124 10.9032812119
+990.8319092 20.8215675354
+991.5786133 27.1439876556
+992.4859619 32.3521347046
+993.8220215 8.5088768005
+996.8273926 3.5707075596
+997.7458496 31.6606788635
+998.583252 13.933465004
+999.8422852 16.9738960266
+1000.773438 42.7419815063
+1001.542114 18.7476291656
+1002.838257 3.8569421768
+1005.824097 11.625831604
+1006.803345 12.6573648453
+1007.4646 48.3239364624
+1008.59668 280.4097290039
+1009.57312 186.0001525879
+1010.734009 49.4680023193
+1011.638306 10.8050451279
+1012.936646 17.5618953705
+1014.020142 7.4888620377
+1014.800293 4.408894062
+1015.70752 49.4983787537
+1016.559326 24.7410869598
+1017.877808 4.6959056854
+1019.724854 10.7389831543
+1020.560303 9.265750885
+1021.542236 28.2459526062
+1022.603882 9.1613006592
+1023.643433 21.6953105927
+1024.517212 20.4253940582
+1025.645996 306.210144043
+1026.67981 201.8626098633
+1027.647095 82.1651916504
+1028.717773 23.2329368591
+1029.505127 3.6120526791
+1033.751221 6.927107811
+1034.671143 22.7036514282
+1035.548462 28.6012191772
+1036.736694 9.3988990784
+1037.759644 19.5975246429
+1040.492188 17.3884220123
+1041.555786 24.428571701
+1042.605713 51.9075660706
+1043.56189 36.5363464355
+1044.733154 6.2350506783
+1047.80127 9.7934856415
+1048.503906 6.3662643433
+1049.429077 5.9241428375
+1051.38916 12.8508377075
+1052.774658 13.7544384003
+1053.837524 24.3703193665
+1055.621094 3.9260764122
+1058.620972 55.030418396
+1059.603638 28.3217735291
+1060.650513 35.2250061035
+1061.667847 14.5911245346
+1062.640747 8.5489444733
+1064.447754 9.1521959305
+1065.721069 8.0884037018
+1066.517822 3.5799815655
+1068.535767 8.5003643036
+1076.215454 11.0664787292
+1077.197388 20.6287193298
+1079.564087 8.9952449799
+1080.755493 16.4282722473
+1083.708862 15.8377952576
+1084.558838 2.7102367878
+1091.76355 6.5952596664
+1092.913696 11.8379840851
+1093.660889 5.8548364639
+1094.664673 13.2356443405
+1095.823486 8.1697864532
+1096.951172 56.1554794312
+1097.768555 7.9024968147
+1098.852173 23.1395816803
+1101.927734 3.3701078892
+1103.517456 15.4265956879
+1105.032349 14.6584186554
+1105.739502 14.582862854
+1106.630981 4.5975174904
+1110.625244 13.1793899536
+1111.866821 24.3246650696
+1112.713989 8.9763460159
+1114.679077 8.4058008194
+1115.786743 15.9241189957
+1117.476807 5.0818147659
+1119.816772 4.7731046677
+1120.570068 22.4257297516
+1121.489502 13.073633194
+1122.594727 127.8983840942
+1123.669312 45.469619751
+1124.737915 11.7601680756
+1125.636719 13.0713062286
+1126.733032 5.3806877136
+1127.589355 2.7284691334
+1128.605225 9.3049230576
+1129.598633 2.7557315826
+1131.615723 7.1545128822
+1132.549561 6.4217028618
+1135.317383 8.8229055405
+1135.935059 13.7259292603
+1136.53833 14.8966121674
+1137.491943 46.6330833435
+1138.921143 82.9234237671
+1139.713501 212.8802642822
+1140.608032 169.5128479004
+1141.5625 47.9261779785
+1142.297119 21.1831436157
+1143.605103 34.2536087036
+1144.743286 10.5088224411
+1146.149658 6.1481018066
+1148.430542 28.335811615
+1149.602905 27.6469917297
+1150.846558 5.1748065948
+1151.989868 8.3643264771
+1153.57251 19.9295749664
+1155.679199 6.2696251869
+1156.777222 22.8477363586
+1157.850464 12.1658287048
+1158.808838 7.9124898911
+1159.651123 29.502494812
+1160.856934 47.0440864563
+1161.893921 12.7479476929
+1162.535156 4.2355504036
+1163.405029 4.4938349724
+1165.487671 36.7053756714
+1166.576172 15.6041240692
+1167.577759 21.2392501831
+1168.542236 5.0892524719
+1170.615967 123.1748046875
+1171.578735 112.0249023438
+1172.407471 41.8832817078
+1173.513916 6.623855114
+1177.557617 17.0623512268
+1178.771606 37.3108482361
+1185.537476 7.9534611702
+1187.557495 137.5165710449
+1188.685547 107.5265960693
+1189.668335 26.9649429321
+1193.863525 5.1660909653
+1195.264282 12.8777599335
+1199.995605 5.4491252899
+1204.769165 12.689034462
+1205.904541 8.1786003113
+1206.848755 11.8254117966
+1214.415161 7.8435554504
+1220.762085 4.8062171936
+1223.829346 19.4961948395
+1226.629395 5.0735659599
+1234.439819 9.1574716568
+1236.821777 5.8360214233
+1237.477539 10.9165725708
+1241.036255 4.6749119759
+1245.302979 7.6566090584
+1248.377686 6.3248782158
+1249.595947 3.8702070713
+1250.758057 12.4143419266
+1251.665283 20.1854400635
+1252.825073 40.0742492676
+1255.573975 7.5472631454
+1256.771729 7.9499292374
+1257.724854 6.461391449
+1258.581177 6.6750469208
+1260.841553 5.7971100807
+1261.769531 15.3692493439
+1262.627808 19.7987747192
+1263.934326 3.1958236694
+1264.571777 4.7487778664
+1266.608521 5.2801208496
+1268.464355 3.5252361298
+1269.082764 11.0134277344
+1269.803955 5.8890657425
+1270.615601 18.358915329
+1273.736572 12.2882347107
+1274.748779 11.4903268814
+1277.035767 4.6454973221
+1278.740601 7.8543748856
+1279.838135 53.378074646
+1280.722656 23.0388774872
+1281.934692 10.2062034607
+1283.867432 16.2640953064
+1284.830444 8.8927574158
+1285.60376 12.667098999
+1287.055542 2.8876607418
+1287.996826 4.9592623711
+1288.829834 2.7401704788
+1291.719116 26.1504459381
+1292.944702 6.0138149261
+1297.706543 18.9219322205
+1300.737061 34.8718795776
+1301.821045 44.3345680237
+1302.779663 25.4708175659
+1303.996948 21.8549842834
+1314.064209 4.6958179474
+1317.493286 4.721654892
+1318.960327 20.8942470551
+1319.676514 14.767083168
+1320.449463 2.9150784016
+1335.826294 5.0415635109
+1337.000122 8.4176483154
+1338.157227 4.5173215866
+1352.63916 4.8204345703
+1411.120117 3.6275360584
+1428.089478 3.6350440979
+END IONS
+BEGIN IONS
+TITLE=small.31.31. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=31"
+RTINSECONDS=18.2222
+PEPMASS=837.386352539063 98453.3359375
+CHARGE=2+ and 3+ and 4+
+236.3044128 22.5725402832
+238.2662964 41.0604095459
+240.4346161 10.1662225723
+243.1887054 37.8764533997
+244.097229 22.3081512451
+245.2132874 100.2518234253
+246.1979065 15.4496831894
+247.4086761 28.4891605377
+249.1170654 84.0333175659
+250.2507782 26.0312614441
+254.231842 81.0066070557
+255.2749176 33.8924331665
+257.2207947 38.1197052002
+261.1325073 866.4111938477
+262.2144775 181.8187255859
+264.1641846 16.6630458832
+265.1488342 103.6633071899
+266.0966187 14.2227582932
+268.1913452 27.4666633606
+269.6255188 41.583404541
+271.4000549 43.1149330139
+273.2021179 40.9640007019
+274.1402893 22.443523407
+275.5669861 16.2455253601
+276.2516479 188.6776123047
+277.2140198 55.2233886719
+278.2807312 48.6398468018
+279.2092896 45.4808311462
+280.2177124 29.1365242004
+281.3068848 9.8294992447
+285.2148743 29.4378814697
+287.3745117 22.8506965637
+288.188385 39.2972755432
+290.5016479 10.5108442307
+291.3069458 44.6049423218
+292.3427124 115.6992340088
+293.1228027 1187.5936279297
+294.2579651 245.6394042969
+295.3710022 38.0945281982
+296.34729 43.0615997314
+297.2408752 19.4837665558
+298.3763733 11.0006542206
+304.4133301 94.124786377
+305.0350952 21.2562046051
+306.096283 58.3772926331
+307.5517273 18.3125591278
+308.5908813 10.3792924881
+309.3756104 37.7228050232
+310.2714844 23.8776245117
+311.0545654 38.3623733521
+312.2372437 18.1713142395
+313.4182739 28.7282352448
+314.4848633 19.7339706421
+318.2908325 73.4756774902
+319.1160583 226.909942627
+320.0421753 42.8864631653
+322.2515259 71.9865493774
+323.2788086 31.9523868561
+324.1285706 26.2444458008
+325.2052307 45.5945320129
+327.0751953 312.7028808594
+327.8918152 57.9574737549
+329.4055176 11.3366537094
+331.3106689 8.977312088
+332.3139954 12.2898902893
+334.3586731 67.8943023682
+335.5890808 39.6760101318
+336.4165955 106.7637252808
+337.2209778 901.2196655273
+338.2369385 185.4385681152
+339.4459839 19.7194576263
+340.4733582 22.8872909546
+341.1992798 16.078453064
+342.3467407 28.2533626556
+343.410553 18.1516227722
+344.1514893 89.4254455566
+345.3015137 34.7495918274
+346.2383728 64.6661071777
+347.2667236 97.7100143433
+349.5970459 72.6384963989
+350.3026733 142.2394104004
+351.2200317 51.9121208191
+352.4894409 28.2068023682
+353.561615 45.327835083
+354.33255 152.5073242188
+355.3154907 191.8111877441
+356.5452271 26.7823944092
+358.3917847 20.8452510834
+359.5575562 58.688293457
+360.2934875 118.2212677002
+361.3989868 33.7330169678
+362.2519836 149.7387237549
+363.3392944 16.690284729
+365.4359741 118.175163269
+366.6678162 123.4767303467
+368.2959595 498.0338745117
+369.4122925 162.1106567383
+370.614624 25.1244449615
+371.3735352 27.4943962097
+372.2082825 57.460144043
+374.1234741 725.2993774414
+375.2853394 210.5285491943
+376.2105103 233.4749450684
+377.3789062 93.6692123413
+378.512085 93.4018707275
+379.2714844 87.6451950073
+382.0960388 41.0767669678
+383.1200562 36.9416236877
+384.2677612 111.9592666626
+386.3518982 37.6772613525
+388.1341553 422.4378356934
+389.1685181 442.1226806641
+390.1634521 173.2889251709
+391.791687 348.6524658203
+393.2080078 470.6654052734
+394.4106445 162.395401001
+395.1300049 15.4573535919
+396.2803955 96.705116272
+399.6836853 78.6147003174
+400.4781494 93.5669403076
+401.2784424 87.8622741699
+403.2494812 40.2620162964
+405.3257446 58.1551933289
+406.0501709 12.4182605743
+407.1995239 460.9595031738
+408.4468384 240.3197937012
+409.8052368 92.7511672974
+410.4400635 153.3236236572
+411.4832764 229.0540313721
+412.3570557 53.5884780884
+414.4007568 53.476600647
+416.7807312 31.4617538452
+417.4437256 201.6941070557
+418.4613037 73.3440933228
+419.4172974 73.7483139038
+421.0755005 96.5350112915
+421.9921265 46.8468551636
+423.2286987 67.3787307739
+424.2659302 12.8299674988
+425.8588562 28.2758140564
+426.8334656 51.2530593872
+428.6078491 12.2903347015
+430.4814453 56.6052474976
+431.749939 59.3202667236
+434.4591064 433.9455871582
+435.3720398 209.7888183594
+436.4041748 80.9178237915
+437.5454407 13.3580884933
+438.4817505 65.8064880371
+440.0307922 227.622467041
+441.1077881 94.4647293091
+442.2399902 57.2785415649
+442.9437866 306.2830200195
+443.8668823 94.9802093506
+444.7421265 28.6307353973
+445.4178467 11.4228658676
+447.6836548 261.6870727539
+448.4248047 430.7475280762
+449.1860962 195.0796508789
+450.305603 72.0975036621
+451.4946899 127.7631454468
+453.3707275 46.9516677856
+454.1066589 49.2886810303
+455.153656 87.9569473267
+456.3320923 148.6001281738
+457.1679382 558.8208618164
+458.065979 827.283996582
+459.3497009 88.7883224487
+461.3502808 39.2627868652
+462.407196 103.8781967163
+463.4014282 35.8130645752
+464.6117859 131.7963867188
+465.7064819 825.4356079102
+466.486084 299.1950073242
+467.5329895 20.3816604614
+468.7789917 88.2693481445
+469.4817505 30.9036216736
+470.429657 16.7063407898
+472.7108154 79.0787353516
+473.8265991 98.7487792969
+474.4742432 139.0397644043
+475.2097778 62.3475036621
+476.7085876 16.3302783966
+477.5887451 76.3195648193
+478.3452454 97.0840454102
+479.2357178 81.6377716064
+480.3978882 22.0440807343
+481.6607056 88.58543396
+482.5320435 490.9368286133
+483.5979309 180.3158569336
+485.5035706 46.757686615
+486.3219604 26.9712047577
+487.2388916 112.1264648438
+488.1861572 143.4645080566
+489.4678955 57.784778595
+490.747345 581.3721313477
+491.5070801 337.9085998535
+492.5547791 210.4157714844
+493.8798218 70.3824768066
+495.6645203 71.9812545776
+496.5243225 503.0095825195
+497.7346191 114.5846710205
+499.5278625 823.4907226563
+500.2986145 375.4773864746
+501.0889587 104.7352142334
+502.5390015 204.5760955811
+503.4856567 60.3925933838
+504.577179 527.2438964844
+505.2766113 1751.4213867188
+506.4392395 340.6022338867
+507.5065918 71.162147522
+508.3927002 58.3685836792
+510.1304626 53.3227310181
+511.46875 27.238319397
+513.6300049 2136.361328125
+514.506897 484.4085693359
+515.1881104 72.4829177856
+516.1675415 129.9690551758
+517.203186 539.7543945313
+518.4018555 717.6645507813
+519.5164795 163.9106445313
+522.2094116 6050.4130859375
+523.1345215 1530.4995117188
+524.489624 33.4224510193
+525.5946045 147.5022125244
+526.4905396 98.7966308594
+528.4616699 15.5687828064
+529.6425781 60.8742713928
+530.411499 315.0612182617
+531.5230713 128.754119873
+532.2880249 62.2822380066
+533.1642456 37.9753837585
+534.2109375 134.6106414795
+535.4987793 111.9620819092
+536.3575439 47.0737991333
+537.4874268 127.1469726563
+538.5037842 214.4083862305
+539.4754028 87.6449432373
+540.9518433 208.3452758789
+542.1829834 97.7107696533
+543.2562256 16.4576454163
+544.2484131 27.4813117981
+545.4112549 57.8811950684
+546.3625488 173.6714324951
+547.234436 274.0187072754
+548.5539551 608.5941162109
+549.6293945 198.2370605469
+550.4707031 110.2846908569
+551.8035889 65.8761367798
+552.7009888 170.6861724854
+553.7105713 241.9991760254
+554.675415 159.5354919434
+555.5935059 343.9546813965
+556.5480347 160.7083587646
+557.3583374 17.1448726654
+558.2459717 129.2232971191
+559.5305176 76.3496704102
+560.2880859 105.9401473999
+561.3188477 402.0123901367
+562.1361084 1452.5382080078
+563 259.8263549805
+564.0432129 484.1878967285
+565.3096313 72.6253204346
+566.543335 36.042842865
+567.637085 102.8431549072
+568.2988892 484.0093994141
+569.6306152 403.8444519043
+570.4718018 5217.2573242188
+571.1029663 4714.1123046875
+572.2825928 190.7718200684
+573.512085 35.0174713135
+574.3572998 65.0747909546
+575.5526733 129.6874389648
+576.3580933 1076.8397216797
+577.074707 1090.9243164063
+579.1485596 23148.46484375
+580.0597534 1453.6424560547
+580.9279785 36.0803718567
+582.2237549 36.4094657898
+583.4170532 728.8620605469
+584.9117432 4135.8686523438
+585.6297607 2242.7287597656
+586.4436035 232.451461792
+587.2941284 137.5667419434
+588.1357422 28.275976181
+588.7498779 18.6456489563
+589.6328735 44.6463127136
+590.6693115 109.1358184814
+591.8929443 50.2919006348
+592.5649414 22.9324436188
+593.7481079 237.4598693848
+594.6275635 429.693359375
+595.828125 52.9044532776
+596.5562134 22.1312904358
+598.0194092 169.3762817383
+599.4447632 116.918006897
+600.6991577 51.7443847656
+601.5003662 155.2074127197
+602.6494141 252.8061523438
+603.489502 78.0556793213
+604.1967773 236.4913787842
+607.5212402 188.9813232422
+608.3781738 46.7322502136
+609.4138184 28.3446655273
+610.5270996 472.5671691895
+611.5463867 189.3285980225
+613.1661377 428.833190918
+614.1602783 131.4211425781
+615.3361816 175.4059448242
+616.4771729 383.9077148438
+617.5228271 307.8017578125
+618.7238159 483.9479675293
+619.5897827 250.8049316406
+620.3503418 86.0603713989
+621.2372437 66.2481231689
+622.7266846 32.5551490784
+623.4780273 10.8291702271
+624.7622681 150.703918457
+625.6806641 627.9900512695
+626.546875 613.1388549805
+627.5723877 173.5213928223
+628.3967285 229.9569396973
+629.2982178 147.7418670654
+630.0794678 170.0460205078
+631.2623901 356.583190918
+632.4561768 220.7828521729
+633.7077026 415.4074401855
+634.6547852 766.9655151367
+635.6109619 537.6751098633
+636.7841797 306.3224182129
+637.6109009 167.1454772949
+639.1049805 22.3354740143
+641.2982788 66.2066802979
+642.3289795 562.0303955078
+643.5814209 1730.5684814453
+644.5678711 945.8516845703
+645.555542 235.2494659424
+646.2872314 62.9628982544
+647.3652344 64.8470230103
+648.6728516 183.0495605469
+649.7244873 118.9204864502
+651.0952759 211.9731445313
+652.2697144 280.3937072754
+653.4534912 600.2806396484
+654.5186768 299.0743713379
+655.699585 60.7825584412
+656.8935547 24.878238678
+657.6815796 38.0135116577
+658.6331787 98.879447937
+659.8250732 55.5964660645
+661.4761963 5345.8120117188
+662.4816284 1627.5877685547
+663.5006104 285.1600952148
+664.7642822 42.885219574
+666.15448 28.4417381287
+666.8711548 21.5012550354
+668.8103027 118.6167755127
+669.5090332 64.6683349609
+670.5306396 446.0818786621
+671.4890137 392.1114196777
+672.3515625 147.2020874023
+673.1682129 66.0587463379
+674.7814941 67.7531433105
+675.6245117 68.4441986084
+676.6437378 191.9396057129
+677.4085693 43.4371795654
+678.4685059 28.7274475098
+679.7540283 111.7997283936
+680.5021973 597.8548583984
+681.5406494 137.2941436768
+682.5784912 45.0113334656
+683.7706299 384.302734375
+684.6794434 754.0330810547
+685.8374023 360.4050292969
+687.3910522 185.6484375
+688.7619629 144.5003814697
+689.737854 391.5901489258
+690.7098389 178.8194274902
+691.4443359 67.1886901855
+692.6968994 1351.2619628906
+693.6734619 1245.4473876953
+694.6199951 147.9010620117
+695.7129517 103.4500579834
+696.788208 60.4527130127
+698.1793823 1365.1595458984
+699.2328491 445.1021118164
+700.2632446 187.4794464111
+701.0126343 1010.0750732422
+701.7556152 1683.4864501953
+702.9439087 44.8862419128
+703.6801147 160.7977752686
+704.7216797 94.5038452148
+706.387146 1015.2260742188
+707.1716309 2015.3033447266
+708.135437 452.8561401367
+708.9100342 97.8498458862
+709.5750732 196.2057189941
+710.6027222 56.8482589722
+711.3969727 11.2168598175
+713.3100586 161.5436096191
+714.9230957 2543.3349609375
+715.6587524 2174.8776855469
+716.6948242 1041.9207763672
+717.6898193 115.0919647217
+718.3496704 276.8127746582
+719.3617554 135.9449157715
+720.5804443 27.1212348938
+721.5733032 113.7502746582
+722.5327148 117.9824295044
+724.1958008 4932.9555664063
+725.2284546 1665.6713867188
+726.1430664 253.3903045654
+727.4013672 248.8453216553
+728.3358154 519.0474853516
+730.22229 155.091003418
+731.5883179 134.0447235107
+732.6541748 176.305480957
+733.4919434 213.9729614258
+734.5092773 68.7782897949
+736.6861572 1247.1118164063
+737.642334 129.0534210205
+738.564209 439.5559997559
+739.5460205 282.6950073242
+740.5499268 636.5263061523
+741.3948975 2569.6350097656
+742.4720459 1122.6450195313
+743.4545898 287.8834838867
+744.3789062 36.1956214905
+745.6690674 210.4414672852
+746.5330811 133.4532012939
+747.4613037 100.6015777588
+749.274292 5354.4072265625
+750.2877197 1214.1910400391
+751.1403809 831.3541259766
+752.1351318 61.6659202576
+753.8687744 319.8079833984
+754.5335693 641.6408081055
+755.2341309 699.7274169922
+756.2315674 502.5621337891
+757.4714355 6660.5673828125
+758.2186279 9012.3603515625
+759.4178467 433.4787597656
+760.4558105 186.7908477783
+761.6036377 47.7815284729
+763.2119141 3553.0390625
+764.1722412 1708.28125
+765.3652344 200.2941894531
+766.4515381 760.1351318359
+767.5499268 525.4429931641
+768.6291504 188.0747375488
+769.449707 167.6288452148
+770.8657227 428.2929077148
+771.8409424 8017.55859375
+772.6679688 4479.9970703125
+773.7723389 39.6078491211
+774.9489746 27.8031311035
+775.6796875 74.1420822144
+776.4105225 55.3473587036
+777.3703613 403.5546264648
+778.574585 194.9165344238
+780.7565918 41109.4765625
+781.588501 6472.623046875
+782.6260986 264.0085754395
+783.6893311 420.2667541504
+784.5700684 947.1525268555
+785.5118408 491.5204467773
+786.565918 140.927230835
+787.2871094 113.0241394043
+787.9744873 55.823184967
+789.2203369 127.246055603
+790.0446777 43.6238937378
+791.4797363 63.1116371155
+792.9836426 675.0295410156
+793.7542725 562.8614501953
+794.8863525 148.6622467041
+795.7857666 116.3568115234
+797.0750732 335.293548584
+798.2799072 854.9848632813
+799.3181152 563.73046875
+800.5643311 499.0182495117
+801.62146 485.290802002
+802.6951904 121.8930206299
+803.5072021 194.7657623291
+804.7111816 131.300994873
+805.9083252 907.7048950195
+807.2121582 4778.060546875
+808.24646 769.3245849609
+809.4556885 117.4827575684
+810.7869873 461.1264648438
+811.7131348 760.3859863281
+812.6374512 112.6796875
+813.9498291 400.85546875
+814.7868652 1788.1477050781
+815.9606934 2642.2895507813
+816.8944092 2001.05078125
+818.7225342 528.9665527344
+819.8869629 4709.419921875
+820.6594238 3674.1796875
+821.4699707 99.7752685547
+822.1889648 55.2666015625
+822.9123535 56.7153320313
+824.3405762 50.6757888794
+825.5900879 130.0086517334
+826.6966553 304.2110290527
+828.460083 15043.5810546875
+829.1628418 8694.2509765625
+830.1014404 13.3464679718
+832.4104004 24.1820030212
+838.8339844 18.9352226257
+840.40979 11.08452034
+841.4139404 10.9824342728
+842.7432861 13.7822971344
+843.9229736 14.693655014
+845.5812988 47.1226654053
+847.4351807 8.9956331253
+849.5317383 286.4731750488
+850.5605469 133.7705078125
+851.6345215 79.6947174072
+852.5788574 122.7209777832
+853.5065918 133.7719421387
+854.5328369 1432.7590332031
+855.5855713 639.0410766602
+856.5935059 177.2955932617
+857.8446045 24.7695293427
+859.4685059 16.2519302368
+860.5511475 17.8434944153
+861.4772949 106.4881286621
+862.18396 32.4249000549
+863.5891113 51.8461036682
+864.196167 14.2463006973
+865.2025146 75.3541488647
+866.1446533 67.0232849121
+867.4624023 193.5371856689
+868.7783203 167.1047973633
+869.5506592 786.1063842773
+870.638916 239.7095336914
+871.6495361 101.7705459595
+872.5853271 1447.3876953125
+873.631958 885.2642822266
+874.5802002 153.9091491699
+875.5943604 47.588092804
+876.5653076 57.6647377014
+877.5895996 75.2015762329
+878.7536621 269.8436279297
+879.5334473 183.1461639404
+880.5301514 346.4375305176
+881.6766357 166.0237121582
+882.7037354 56.6402511597
+883.7493896 36.4935760498
+886.6607666 28.5236167908
+887.3850098 13.1499404907
+891.489624 54.9144821167
+892.6314697 8.6350727081
+894.6086426 364.368347168
+895.5072021 718.7908935547
+897.5216064 8215.02734375
+898.5823975 3533.3933105469
+899.6741943 952.3419189453
+900.7502441 49.8252677917
+902.6628418 31.5152397156
+903.8150635 13.8059644699
+904.7325439 33.5691146851
+905.6702881 10.830321312
+906.6174316 52.7515640259
+907.4328613 20.2701187134
+908.3806152 11.8903045654
+909.4200439 16.1477108002
+910.5742188 43.8332099915
+912.4487305 235.8530426025
+914.5437012 2947.4453125
+915.5952148 1608.0725097656
+916.6671143 297.7096252441
+923.5368652 51.1944503784
+924.5758057 23.0571155548
+925.90979 21.7333946228
+927.5247803 36.7584915161
+928.6068115 8.6359024048
+929.9172363 31.6274909973
+932.8100586 18.7696590424
+934.5308838 18.2489624023
+935.5688477 53.305393219
+936.5716553 69.5613250732
+937.8470459 50.4790878296
+938.6535645 32.3933677673
+940.932373 9.4114208221
+947.7314453 16.7663345337
+948.6960449 25.7241706848
+950.0407715 25.6354026794
+951.9580078 57.5335083008
+952.8658447 77.5173187256
+953.574707 74.498664856
+954.475708 270.309967041
+955.6134033 99.0758361816
+956.5478516 43.4984283447
+958.2773438 9.3899078369
+959.4022217 20.9428329468
+961.3829346 51.503364563
+962.8374023 11.3981657028
+963.5855713 80.8274002075
+964.6279297 13.4115371704
+966.0412598 36.4866638184
+966.7941895 76.5932312012
+967.5113525 76.2438049316
+969.5250244 54.8978271484
+970.602417 334.0358276367
+971.5668945 143.8446960449
+973.5693359 21.8653488159
+974.572998 51.7615203857
+975.7711182 26.2546615601
+976.5163574 76.422088623
+977.4370117 98.9591140747
+978.4022217 64.6895904541
+979.5332031 50.7955627441
+980.6422119 196.384262085
+981.7567139 120.7477798462
+982.8297119 149.786315918
+984.0411377 128.6687469482
+984.7468262 321.1223449707
+985.5611572 146.9742431641
+986.4538574 19.0202331543
+988.3522949 30.8564071655
+989.463501 56.0833816528
+990.4832764 84.0257797241
+991.4101562 158.0909576416
+992.6861572 113.942779541
+993.5379639 98.3704528809
+994.5665283 368.2882080078
+995.5789795 607.4658813477
+996.5583496 727.1881103516
+997.6486816 342.9652709961
+998.6849365 124.0961914063
+999.5557861 13.3874263763
+1000.776245 122.0067214966
+1001.683228 52.8296966553
+1002.780396 25.8723125458
+1004.333984 20.5378494263
+1006.556641 24.7144622803
+1007.730835 182.4100646973
+1008.578247 755.589050293
+1009.665649 629.3628540039
+1010.768921 133.9408874512
+1012.02771 479.8060913086
+1012.628784 2521.1313476563
+1013.62085 1311.3614501953
+1014.775269 283.5432434082
+1015.796387 8.7744150162
+1019.505127 78.1812667847
+1020.706055 86.7008361816
+1021.667114 65.4356842041
+1022.46228 18.6266517639
+1023.575073 8.7267971039
+1024.599487 164.3483123779
+1025.69751 1198.4481201172
+1026.689697 663.0573120117
+1027.681763 264.0401916504
+1029.554199 498.75
+1030.733643 345.8136291504
+1031.759155 107.6755981445
+1032.612549 30.5312232971
+1034.022217 25.6686191559
+1035.677246 69.373664856
+1036.703369 13.9841833115
+1037.655151 109.5706253052
+1038.580322 59.006275177
+1039.833252 15.6291446686
+1040.702271 13.5943870544
+1041.751953 29.2540588379
+1042.679077 181.4910583496
+1043.778564 104.2440795898
+1048.811523 28.9811248779
+1050.461182 28.5923576355
+1053.533813 9.5942564011
+1054.891479 24.4590263367
+1055.623291 14.4983406067
+1056.487549 10.6623058319
+1058.886353 33.3361206055
+1061.302856 30.0741100311
+1063.588379 27.2609367371
+1064.509033 10.4210300446
+1065.700195 29.2800102234
+1066.649414 22.0621185303
+1068.087769 34.1369094849
+1068.756104 14.1968688965
+1070.895752 16.6806125641
+1072.551025 34.1269035339
+1073.330322 140.8767547607
+1074.40979 121.7769775391
+1075.768921 8.719628334
+1079.873047 19.3501663208
+1080.694824 59.316570282
+1081.522217 46.4370536804
+1082.694946 68.4694290161
+1083.570312 35.5676956177
+1084.788696 18.2267875671
+1085.565063 16.1148681641
+1087.655151 23.6794242859
+1088.782593 12.7380275726
+1089.426758 14.8800792694
+1090.551147 67.6116867065
+1091.543945 177.962677002
+1092.53833 108.6555862427
+1093.62561 78.4674530029
+1095.591431 27.43800354
+1096.765015 85.1509399414
+1097.691284 93.4574737549
+1098.752197 35.0809249878
+1100.766235 27.6481552124
+1102.882446 8.9087743759
+1103.596924 34.8113937378
+1104.634399 35.5040054321
+1105.359375 61.1186714172
+1106.808838 108.7215042114
+1107.799927 147.4448852539
+1108.83374 479.3502197266
+1109.807617 393.9104919434
+1110.807861 231.0136260986
+1111.764648 49.2558288574
+1112.924561 66.0146026611
+1114 23.1639289856
+1114.718994 25.0129642487
+1115.348877 33.9695968628
+1116.60498 134.3370361328
+1117.531494 220.9136352539
+1118.638306 90.5298995972
+1119.668823 82.1864624023
+1120.475952 38.6205635071
+1121.617554 156.0301971436
+1122.672485 435.314453125
+1123.757324 330.5956115723
+1124.83374 205.6248931885
+1126.596436 2248.8359375
+1127.649902 1541.7561035156
+1128.760986 325.3707275391
+1130.569092 74.2179260254
+1131.402588 28.9441776276
+1132.275146 14.1403388977
+1133.588379 153.3879394531
+1134.560791 591.4514160156
+1135.571899 550.3041992188
+1136.649658 105.5595397949
+1137.635742 97.1646270752
+1138.621704 66.2121582031
+1139.650391 885.4327392578
+1140.699707 727.7988891602
+1141.592285 134.9362030029
+1142.59375 21.6015319824
+1145.94397 9.7304773331
+1148.706909 27.2087478638
+1149.953857 99.3135375977
+1151.579102 1768.0615234375
+1152.735474 822.1996459961
+1153.739258 231.2121429443
+1154.652222 32.9672660828
+1155.756104 20.5975418091
+1156.726196 108.8253326416
+1157.738647 20.7237529755
+1163.280396 8.8500099182
+1168.654541 1873.4738769531
+1169.64502 1493.8419189453
+1170.595337 280.2133178711
+1171.748047 23.5613174438
+1172.706665 40.5486183167
+1173.599609 11.2162075043
+1175.28418 18.0271949768
+1176.489014 17.5600337982
+1178.726929 28.5021095276
+1179.636108 20.6642875671
+1180.790649 17.7307662964
+1181.641357 42.5798149109
+1182.647095 35.4511413574
+1185.334229 16.9016342163
+1186.661743 31.3354320526
+1187.43335 73.1480789185
+1188.212769 11.0294475555
+1189.368286 17.6643791199
+1194.694946 24.1356964111
+1195.799438 24.9514598846
+1196.491455 29.8912830353
+1198.525757 27.3218917847
+1199.242432 9.0561790466
+1200.542603 11.1240873337
+1201.858154 18.4029178619
+1202.875244 33.7300605774
+1204.776978 17.3126373291
+1205.636963 43.2518081665
+1206.731689 17.6159591675
+1213.846069 34.373249054
+1214.676025 9.1807088852
+1218.523682 22.0537490845
+1219.781738 8.8461036682
+1220.759155 43.4061279297
+1221.539185 80.5286865234
+1223.860352 49.2393112183
+1225.949829 58.1787719727
+1226.901001 34.009098053
+1227.992798 43.6899909973
+1228.669922 15.377163887
+1231.387329 30.4715824127
+1232.803589 47.524559021
+1233.695435 38.4412994385
+1234.901245 33.8623008728
+1235.77002 26.462059021
+1236.867188 37.2255363464
+1237.671387 38.5433235168
+1239.115356 45.1712150574
+1239.841064 97.1477584839
+1240.836182 31.1904182434
+1241.819092 13.2830524445
+1242.728516 15.0890226364
+1243.892944 31.7161178589
+1244.937988 45.472820282
+1246.116455 61.1395149231
+1246.745239 12.035077095
+1247.750854 112.555015564
+1248.38623 8.7963695526
+1249.70874 91.6014404297
+1250.873657 44.3180541992
+1251.734741 121.3369979858
+1252.76001 141.7029724121
+1254.052979 48.6562728882
+1254.80188 21.2193012238
+1255.651123 52.973903656
+1256.849243 15.1110363007
+1258.905762 29.2961673737
+1259.669434 27.0384101868
+1261.851074 17.9881401062
+1262.898193 29.1146602631
+1263.830811 8.7790384293
+1264.814331 66.5617904663
+1265.5802 60.018447876
+1266.512817 54.2106170654
+1268.603394 231.2317504883
+1269.674438 144.812210083
+1270.748169 26.607131958
+1271.8125 38.2334671021
+1272.725952 28.9364452362
+1273.742554 53.3050079346
+1274.755981 28.6162128448
+1276.140869 21.723991394
+1276.973267 30.0227184296
+1278.83667 25.5297870636
+1279.522705 21.3196544647
+1280.877075 22.6132164001
+1282.653931 95.4200897217
+1283.75415 80.1583709717
+1284.81665 40.8377456665
+1286.134399 15.049200058
+1288.146118 34.8087615967
+1288.925903 15.6998624802
+1289.929443 36.9964294434
+1290.651245 34.8796691895
+1294.023926 24.0881710052
+1297.830811 36.6773071289
+1300.846924 35.233833313
+1301.954468 17.4229393005
+1307.663818 17.4632415771
+1310.550903 8.5347452164
+1311.74939 23.4319095612
+1315.54895 8.5348186493
+1327.751099 24.1903457642
+1333.943359 18.8568840027
+1337.557983 11.1061153412
+1341.499634 8.9359855652
+1343.533569 9.3632574081
+1348.657104 15.9147291183
+1349.655273 36.7312088013
+1350.851685 39.127117157
+1351.602661 28.3514232635
+1352.945435 26.4466247559
+1354.908936 16.3990859985
+1358.682983 10.4239196777
+1361.874146 20.3473167419
+1366.700317 118.7151794434
+1367.670288 70.0942993164
+1368.753418 37.2459335327
+1369.619385 21.4852600098
+1376.03833 8.3283262253
+1377.753052 130.1304626465
+1378.820679 26.5952911377
+1379.506226 62.759349823
+1382.984131 9.5111026764
+1383.810425 43.8851318359
+1384.938843 35.9518737793
+1385.744873 47.991569519
+1386.798096 22.9992256165
+1390.811646 23.7119960785
+1394.694214 525.9158935547
+1395.651123 450.8753356934
+1396.756958 182.5866699219
+1401.84021 47.2224578857
+1402.921631 67.2890472412
+1404.098999 40.2983779907
+1405.109009 11.0144166946
+1406.811401 9.490401268
+1411.69104 240.9561920166
+1412.766357 224.743347168
+1413.860474 73.8336257935
+1414.906128 33.9835510254
+1418.782349 34.1592903137
+1419.516968 23.3294334412
+1426.319214 10.3721866608
+1427.785156 41.1871032715
+1429.212158 20.7968940735
+1429.994141 24.0413475037
+1432.970825 65.3231735229
+1433.947876 16.2089653015
+1439.783081 13.5139932632
+1441.975342 9.6420917511
+1455.421631 12.1664485931
+1456.787109 10.3688879013
+1457.956421 20.5714912415
+1470.685303 17.4506149292
+1473.882935 14.5566663742
+1480.696899 44.8283348083
+1490.824585 74.5368347168
+1492.121216 9.369474411
+1496.115723 11.0514850616
+1499.862061 32.0789489746
+1500.472778 32.7124290466
+1501.671387 18.1019859314
+1507.73877 44.3785972595
+1508.889771 62.7148361206
+1509.898193 25.2018699646
+1510.5896 24.7053260803
+1512.181763 10.4624757767
+1515.915283 65.5682449341
+1516.822266 28.6913299561
+1524.517456 9.082909584
+1525.871216 25.3484554291
+1526.911377 45.8018836975
+1528.008789 57.4515533447
+1542.102295 21.8874168396
+1542.950928 56.7305374146
+1544.437256 21.0813560486
+1560.991943 9.4637107849
+1596.957031 34.4132270813
+1612.937256 14.0419025421
+1635.145386 16.2102451324
+END IONS
+BEGIN IONS
+TITLE=small.32.32. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=32"
+RTINSECONDS=18.939
+PEPMASS=643.796508789063 32045.30859375
+CHARGE=2+ and 3+ and 4+
+181.2378235 2.2395656109
+191.18396 2.5988221169
+192.1062469 8.1332912445
+192.7590027 3.7479753494
+197.4030914 6.337310791
+198.0996094 12.941742897
+199.057663 4.0732769966
+200.1711273 5.9942183495
+208.1856842 85.0435638428
+209.1423187 70.662437439
+212.0728455 26.4146785736
+213.3257141 5.4766068459
+214.3223267 2.9127445221
+217.6408997 2.6796207428
+220.1018372 10.608499527
+222.4568176 2.9997947216
+225.1778564 16.5184555054
+226.1112823 244.8345336914
+227.1343231 16.289516449
+230.2352295 3.1874480247
+233.1915588 247.5878295898
+233.994751 22.5343837738
+236.2280884 28.8547725677
+237.2050171 47.9076843262
+238.0738831 10.2649879456
+243.3180542 22.2002868652
+244.106781 28.6728134155
+245.2469788 60.9953041077
+246.0767059 7.0365862846
+246.943634 2.3654325008
+249.1483612 41.5916862488
+251.30159 2.6044070721
+252.0908203 2.8087949753
+253.3999023 8.8441114426
+254.2217407 73.9908447266
+255.2258301 12.9087896347
+258.1484985 2.3541224003
+261.0717773 503.641204834
+262.1373596 57.9498634338
+266.3757935 4.1015305519
+268.0888672 5.7696170807
+270.1402588 19.8390045166
+271.0932312 8.1479568481
+272.3756714 7.3292851448
+275.1710205 3.5930182934
+276.318634 11.8893642426
+277.2633057 39.4742050171
+278.2348938 16.1471672058
+279.0793457 12.6447658539
+286.1377258 8.4851169586
+287.8239746 3.3297712803
+288.7718811 5.0577778816
+291.3561401 9.1951389313
+292.1634216 7.621465683
+293.519989 6.507358551
+294.1746826 15.429400444
+296.2714233 9.8006916046
+297.0733643 2.6337587833
+298.4828491 2.353115797
+300.3879089 2.0656781197
+302.1026001 2.8194723129
+304.439209 9.9603414536
+305.3237305 3.3500738144
+306.4606323 2.5146944523
+307.2476807 4.5644726753
+308.6091003 7.1781902313
+309.3802795 6.4298200607
+311.5933228 5.3385543823
+313.1469727 17.5754013062
+314.7458801 9.1351938248
+316.4904175 13.9029874802
+318.0201111 25.0898551941
+319.122406 138.9204406738
+320.2937622 29.2882213593
+321.260498 8.7996730804
+322.9857178 7.1961445808
+323.636322 10.9884872437
+324.2822266 11.9941444397
+325.2739258 9.3885126114
+326.8968201 24.3549232483
+327.9698486 24.6038799286
+330.1556396 15.0043029785
+331.2763062 3.268654108
+333.1900024 2.7597858906
+336.1294556 88.6502304077
+337.1702271 277.3813781738
+338.309021 36.5005645752
+339.5037842 3.5124983788
+340.173584 9.2623491287
+341.3184204 10.7997636795
+342.5539551 5.0120096207
+343.7308044 25.0096378326
+344.7127991 24.5903148651
+345.3286743 7.4752173424
+346.1611328 9.1992111206
+347.6765747 9.4188842773
+349.4253235 7.8501477242
+350.5287476 14.4087162018
+351.3651733 12.2315530777
+352.2011414 7.3421292305
+353.1119995 16.4707641602
+354.2336426 92.0734176636
+355.3558044 42.0938835144
+357.1815796 7.9365682602
+358.3540955 3.5614991188
+360.0585632 33.9450149536
+361.2818604 41.7466964722
+362.289032 10.5531377792
+365.2852478 38.3287010193
+366.4416199 18.5954780579
+368.2716675 58.2160873413
+369.5852661 59.3377761841
+370.4685059 39.5405426025
+371.407959 19.8565654755
+372.3535767 49.7206916809
+374.1377563 353.8863220215
+375.2207947 85.4804763794
+376.3982544 12.5683498383
+377.4199829 27.9271907806
+378.1226807 54.6567802429
+380.4083252 4.2989678383
+382.5782471 175.2430114746
+383.4066772 46.240814209
+384.3508301 28.9988174438
+385.3137512 7.8595933914
+386.002533 16.8547306061
+387.3125305 4.582930088
+388.637146 10.7271375656
+389.5212097 5.323428154
+390.329834 35.6944541931
+391.449707 455.4782409668
+392.5647888 105.5212402344
+393.4544678 41.0497016907
+394.3773804 9.2965621948
+397.426239 4.2788715363
+398.4250793 3.8613007069
+399.2963867 25.5591373444
+400.3869019 108.7957000732
+401.407196 96.4832611084
+402.1306152 7.9813632965
+404.6062012 8.2057275772
+405.4729004 14.8615407944
+407.2283325 3.979411602
+408.4086914 9.060749054
+409.3230591 18.4740524292
+410.0554199 17.2370910645
+411.3070679 32.9886322021
+411.9685364 6.9076256752
+413.6810303 37.2659492493
+414.4992065 46.0755577087
+415.2637939 10.0452232361
+416.2862549 15.656712532
+417.2131348 43.562374115
+418.1271362 37.2426338196
+418.956665 17.0111961365
+421.650238 14.3836421967
+422.4318848 39.9575805664
+423.4157104 34.6928520203
+424.4555969 11.4912843704
+425.2895203 23.8367996216
+425.9829102 32.9832992554
+427.0926514 13.4488506317
+428.2542725 25.6477680206
+429.4116516 23.8879699707
+430.5662842 44.5736160278
+431.45578 41.8240356445
+432.4139709 24.0630092621
+433.9605408 115.4992828369
+435.0001831 27.924949646
+436.0497131 18.189540863
+436.7658691 6.4113736153
+439.4395142 77.9385070801
+441.0333252 43.8550872803
+442.1999512 32.7771492004
+443.0960388 43.0772171021
+444.1075439 17.777633667
+446.6228638 21.2577171326
+448.0929565 443.7286987305
+449.2453308 110.0068893433
+450.0470886 48.1609458923
+451.2973328 65.7323226929
+452.1485901 10.5527906418
+453.1485901 27.1375141144
+454.495575 33.3540115356
+455.5597229 69.9954910278
+456.822113 208.6176452637
+457.9698486 899.822265625
+458.9424744 78.0491790771
+460.0586853 23.330537796
+461.2442932 20.0771369934
+462.4061279 2.9334874153
+464.0140076 17.8689994812
+465.3642578 77.6775283813
+465.965332 104.1841964722
+467.1780701 85.6895751953
+468.3253174 19.1403846741
+469.7268982 65.5851898193
+470.5652161 39.1625328064
+472.9758301 24.7044029236
+474.1240845 22.5210456848
+475.2039185 26.537563324
+476.0015564 5.9084625244
+477.2983398 20.6819667816
+477.9688416 24.5121002197
+478.6401978 13.3494615555
+479.5818787 76.7589797974
+480.4211426 36.6380157471
+481.5558777 181.6687927246
+482.4398499 97.0600280762
+483.0844727 80.6294021606
+483.9285278 15.2641334534
+485.2808838 44.856552124
+486.5325928 42.8439254761
+487.5439453 41.2644805908
+488.4837952 41.7809715271
+490.1013489 372.1850585938
+491.1721802 270.253692627
+491.8494568 67.2076644897
+492.5592651 58.8081817627
+493.5516968 6.6369628906
+495.2785645 126.0107650757
+496.1062012 266.923034668
+497.1726379 74.5452880859
+498.7257996 115.3450469971
+499.440918 228.2149200439
+500.1432495 84.1380233765
+501.1945801 71.5403594971
+502.3836365 16.1954097748
+504.108551 493.8895568848
+505.2086792 873.0651855469
+506.2555847 122.9585113525
+507.3912048 330.6916503906
+508.2155762 117.6903686523
+509.6860352 22.787021637
+510.5309448 15.8352603912
+511.535614 40.6858901978
+512.7927246 440.4305419922
+513.6125488 1161.0803222656
+514.5331421 127.6543273926
+515.6729736 19.373046875
+516.3795166 4.7883987427
+517.5432129 10.186252594
+519.0534058 46.7401809692
+519.7268066 7.1947441101
+521.7414551 2123.9887695313
+522.6112061 1544.2182617188
+523.5668945 90.6191329956
+525.3564453 82.4597167969
+526.2998657 22.1280975342
+527.4137573 2.2757556438
+528.6382446 36.7980041504
+529.5286865 30.614238739
+530.5882568 1173.1441650391
+531.5679932 155.7680358887
+532.5842285 31.8906230927
+534.1539307 249.0610656738
+535.1777344 33.0399131775
+536.3112793 5.8340067863
+538.1943359 339.1308898926
+539.2033081 185.4969177246
+540.1149902 27.4091033936
+540.826416 6.604871273
+541.7020264 13.4257831573
+542.6964111 57.649307251
+543.4393311 44.8362884521
+544.5854492 21.2590751648
+545.3227539 6.4352607727
+546.727478 1683.1024169922
+547.7974243 357.9322814941
+548.5743408 242.6285095215
+549.644104 58.6439361572
+550.4350586 2.4351553917
+551.791748 177.687210083
+552.5404663 123.7623596191
+553.5977783 51.8947982788
+555.3537598 774.1026000977
+556.0352173 373.4018554688
+557.1535645 228.5387878418
+558.2210693 68.3689498901
+559.1850586 12.8048095703
+560.6350098 893.2918701172
+561.7073975 415.5634765625
+562.5401611 132.5955657959
+564.1315308 2666.3598632813
+565.0922241 244.5320129395
+565.963562 10.4130086899
+566.5670776 48.2756614685
+567.416748 11.0507459641
+569.5591431 1601.3894042969
+570.6459351 2576.5634765625
+571.4917603 176.0550079346
+573.3823242 38.1298217773
+574.9285889 11.5026988983
+576.25354 68.2959671021
+578.1254883 3498.2756347656
+579.1398315 15832.263671875
+580.0360107 769.3793945313
+581.2516479 36.2470932007
+582.4818115 56.2236251831
+583.4359131 62.3643455505
+584.3250732 46.4657325745
+585.27771 64.5649108887
+587.1061401 10951.1484375
+588.0539551 567.2284545898
+588.8720703 12.1020793915
+590.4376221 153.4518127441
+591.3156738 57.4391822815
+592.5202637 32.7427444458
+593.4888306 17.4248466492
+594.8361816 30.2072906494
+595.7628174 57.2339935303
+596.9242554 35.3944664001
+597.5806885 39.6937866211
+598.552124 36.039604187
+599.6107178 101.4705047607
+600.5377808 39.4480514526
+601.2587891 14.8843288422
+602.5682983 99.6879425049
+603.697876 142.6365356445
+604.6721191 329.2022705078
+605.5567627 43.0716285706
+607.3566895 189.0786895752
+608.4055176 159.4431304932
+609.2550049 91.1304626465
+610.4819946 81.4841537476
+611.8270874 202.6889343262
+612.5477905 110.5632629395
+613.4475098 499.7559509277
+614.078125 411.7807617188
+615.3652344 44.5393180847
+616.2753296 42.3343544006
+617.572876 569.8265380859
+618.5083008 88.2633361816
+619.5314941 75.4554290771
+620.6846924 210.8942260742
+621.7072144 49.7861557007
+622.6872559 362.8827209473
+623.6699219 35.9395217896
+624.7736816 102.6007232666
+625.8596191 4172.9458007813
+626.6013184 4224.294921875
+627.4925537 137.0161895752
+628.6619873 64.290435791
+629.4989014 23.7327136993
+630.1324463 12.2341585159
+631.3123779 41.9923477173
+632.3912354 20.7206039429
+633.3164673 18.5334205627
+634.7528687 25015.27734375
+635.6086426 3126.0458984375
+636.6333008 27.94962883
+637.463623 24.2243366241
+639.3619385 5.4836115837
+644.0717773 10.3683385849
+645.2427979 6.4308314323
+648.5030518 6.5290770531
+650.5969238 4.0981216431
+651.4228516 5.4756450653
+652.5054321 107.9179229736
+653.4870605 93.2184677124
+654.4818726 53.0082359314
+655.2963257 5.300927639
+661.4318237 828.0891723633
+662.5097656 237.5841369629
+663.5761719 23.5006752014
+664.3036499 2.0901319981
+666.7938232 2.7425670624
+669.9239502 13.3603696823
+670.6046753 42.6147842407
+671.4595947 16.1201019287
+672.4580688 3.9795258045
+673.4613037 2.2836329937
+678.2668457 10.8466434479
+679.5518799 11.4676494598
+683.4060059 2.7245256901
+684.6068115 16.4338531494
+685.4023438 2.5899882317
+686.2608643 7.2101707458
+687.3253174 28.9678630829
+688.5123291 26.8955612183
+694.5496826 12.8524246216
+695.725708 12.0314731598
+696.4935303 12.8285980225
+697.3874512 6.5582475662
+698.3972168 3.9606287479
+700.9260254 4.8672194481
+701.5484619 4.0395793915
+702.5526123 11.8237829208
+703.5557861 34.7769546509
+704.5864258 73.5813674927
+705.4207764 37.7439231873
+707.4206543 2.842515707
+710.3320312 6.8466210365
+712.536377 8.0082521439
+713.8875732 6.4255075455
+715.6689453 8.2418670654
+718.5025635 20.8532218933
+719.598877 5.5983142853
+720.3355713 12.6009178162
+721.4619141 152.9705810547
+722.5831299 76.4686431885
+723.7286377 41.4686355591
+724.6044922 7.8632583618
+725.5153809 6.8537330627
+726.3366699 6.339612484
+727.751709 23.6465969086
+728.7380371 16.9556007385
+729.524292 81.9595031738
+730.5 50.0996017456
+731.3735352 6.1875424385
+735.645874 4.8747363091
+736.5703125 16.5753898621
+737.5827637 21.4967803955
+739.4222412 742.7272949219
+740.5209961 248.9196472168
+741.5313721 47.9714698792
+742.6474609 22.395406723
+743.44104 11.9159965515
+746.3718262 101.8047637939
+747.5317383 103.0213928223
+748.3824463 23.9785289764
+749.6569824 4.1803922653
+752.4992676 7.2908411026
+753.3734131 2.4291272163
+754.4813232 6.3416790962
+755.4274902 4.6659851074
+756.5992432 23.5673465729
+757.6595459 7.7323389053
+758.5944824 17.1956481934
+759.6726074 2.1572854519
+763.5053711 134.9234466553
+764.4887695 274.4974975586
+765.5233154 116.8881149292
+766.5164795 165.155960083
+767.6181641 73.7392425537
+768.5333252 28.2676200867
+769.7359619 3.4142735004
+771.6361084 7.4665942192
+772.6523438 4.1691646576
+774.574707 9.1122426987
+775.5866699 3.1850278378
+777.4974365 7.1291508675
+780.4467773 7.272485733
+781.4816895 1012.1853027344
+782.4910889 316.8699951172
+783.4934082 82.2237854004
+784.5389404 148.2811279297
+785.5460205 35.6218490601
+786.6459961 6.1329264641
+788.2580566 2.8068180084
+789.6724854 2.3683326244
+791.3419189 2.8647179604
+793.4747314 11.692987442
+799.5734863 39.9983253479
+800.5993652 65.6526641846
+801.6442871 45.595615387
+802.6269531 13.0674514771
+809.9515381 10.1877727509
+810.7669678 2.5174059868
+813.6676025 4.6248836517
+815.3005371 14.7083282471
+816.5457764 10.2190408707
+817.6239014 41.9368515015
+818.598877 30.4117279053
+819.6452637 13.8176584244
+822.5040283 2.125244379
+823.635498 9.7675380707
+826.5332031 25.1623077393
+827.6173096 90.0765457153
+828.5949707 18.9534816742
+829.5178223 2.8138439655
+831.7169189 7.4261398315
+832.706665 3.6811749935
+834.513916 31.2555904388
+835.6960449 11.8632202148
+836.8077393 20.1527175903
+837.7329102 2.8607685566
+840.6429443 3.5500905514
+841.5013428 6.4076151848
+843.5545654 10.284403801
+844.5505371 5.625333786
+845.5137939 11.5845966339
+848.3654785 3.7434616089
+849.5494385 24.5457878113
+850.5926514 14.047665596
+851.7415771 6.3939714432
+852.7148438 23.9779434204
+853.6785889 12.3876819611
+854.6525879 128.9462890625
+855.6662598 71.157951355
+856.6893311 12.4216270447
+858.6810303 3.1167061329
+859.6083984 6.3561649323
+860.5273438 39.7236824036
+861.6640625 37.4453887939
+862.8034668 7.1749839783
+863.9942627 12.912653923
+865.3712158 13.1064271927
+866.5456543 15.680762291
+867.6398926 5.0505108833
+868.6981201 8.7538414001
+869.7258301 60.2492713928
+870.6590576 38.2383804321
+872.5286865 202.1694946289
+873.6820068 97.9322433472
+874.8135986 19.5653800964
+876.5511475 2.3121805191
+877.4737549 77.4042510986
+878.4730225 33.3452453613
+879.4450684 31.8135261536
+880.5987549 50.8954582214
+881.5109863 8.9411859512
+883.6239014 16.4688835144
+884.8392334 4.432641983
+886.4468994 2.9224185944
+889.3649902 4.2079510689
+892.8632812 2.9093556404
+894.5216064 38.7959823608
+895.5169678 60.6562728882
+896.9018555 108.4424819946
+897.5976562 1268.4964599609
+898.6029053 659.4733276367
+899.6431885 103.0331192017
+901.5136719 7.2758955956
+903.7436523 2.6324846745
+905.0222168 10.7690649033
+906.2077637 5.1419553757
+907.0977783 6.3560018539
+908.6044922 2.8610568047
+910.7264404 4.4575939178
+912.559082 15.3728570938
+913.62854 11.8156032562
+914.631958 285.1369018555
+915.611084 115.814414978
+916.7189941 19.4258785248
+920.5782471 2.6449201107
+922.7723389 2.5331268311
+923.5814209 14.7557020187
+924.8116455 2.0869891644
+926.9038086 13.0616941452
+928.6143799 2.3555300236
+930.831665 4.5832438469
+933.3739014 6.7537078857
+935.3400879 4.6045131683
+937.1340332 5.1403894424
+946.6094971 6.6171422005
+947.5203857 7.6603336334
+949.8015137 2.385661602
+953.2822266 30.5691928864
+954.2856445 13.8157329559
+956.6627197 3.3614673615
+961.5761719 18.8160934448
+962.5344238 10.3487844467
+963.6132812 5.0748820305
+965.6057129 10.1895627975
+966.6296387 4.9906234741
+967.8908691 2.9011428356
+969.1634521 2.4043292999
+972.5410156 2.7323997021
+973.5239258 2.7919969559
+974.5949707 7.2600169182
+975.6756592 2.6915018559
+977.4616699 8.5960159302
+979.5395508 43.2709884644
+980.5627441 14.9839134216
+981.7285156 30.5150852203
+982.7265625 19.4938240051
+983.4589844 4.5524511337
+984.7200928 5.6581931114
+987.524292 5.3083868027
+989.5306396 116.6254501343
+990.52771 107.2011108398
+991.5301514 27.9202766418
+992.6154785 14.3940963745
+994.6519775 7.4464850426
+995.9090576 8.3909883499
+996.625 34.7950782776
+997.7042236 29.0637722015
+998.609375 3.9733848572
+999.668457 13.4264764786
+1000.741699 13.9521598816
+1001.886108 2.1866974831
+1005.579224 2.8186230659
+1006.576172 84.7667694092
+1007.691406 105.4609603882
+1008.689697 81.9628982544
+1009.64209 34.6397819519
+1010.648315 10.0203104019
+1015.896973 7.4123411179
+1016.885132 2.6123373508
+1018.633789 7.4251656532
+1020.620728 4.2071304321
+1021.373047 5.7457718849
+1022.773804 13.3959169388
+1023.656372 17.1639137268
+1024.614136 138.3069000244
+1025.6604 118.9092025757
+1026.671021 97.2648925781
+1027.672119 26.2034568787
+1028.720581 2.672970295
+1032.621338 6.9601640701
+1035.053711 4.2712850571
+1036.879883 15.6065788269
+1039.590698 2.3641557693
+1040.664551 3.0301868916
+1041.617065 14.5325422287
+1042.681274 33.5238304138
+1043.592896 12.1991672516
+1052.848633 3.7375888824
+1054.107544 2.6477293968
+1059.623169 5.395046711
+1066.607788 7.5152668953
+1068.70166 6.1151509285
+1075.383667 6.579688549
+1076.041504 4.3680486679
+1076.649414 2.353921175
+1084.503052 3.2917954922
+1091.582031 7.4238982201
+1092.620728 9.7071962357
+1093.787231 2.6931939125
+1094.717041 2.5997605324
+1097.594116 8.4978513718
+1098.548462 3.1199433804
+1102.723999 46.6726455688
+1103.749878 40.5222358704
+1109.626587 8.7033243179
+1110.719116 19.0863685608
+1111.763916 15.8627128601
+1112.776855 2.5079109669
+1115.400024 7.5477089882
+1119.658691 26.5861244202
+1120.524902 36.1203536987
+1121.841797 42.1539726257
+1122.810547 3.9117391109
+1123.61499 2.3668603897
+1128.834595 21.7721824646
+1129.70459 2.4914073944
+1134.639282 5.8944907188
+1137.685059 68.5404129028
+1138.634033 45.1135292053
+1139.632324 34.3714637756
+1148.39856 5.3793535233
+1150.637451 7.5186171532
+1151.522095 10.1078891754
+1155.774414 24.2545928955
+1156.593628 2.4789793491
+1170.848877 3.2667946815
+1172.913696 8.1427049637
+1173.917603 6.7239456177
+1226.716675 5.2745761871
+1227.982544 2.7494363785
+1262.212646 14.8909111023
+1262.871704 6.5802869797
+END IONS
+BEGIN IONS
+TITLE=small.33.33. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=33"
+RTINSECONDS=19.7116
+PEPMASS=558.749389648438 24190.390625
+CHARGE=2+ and 3+ and 4+
+163.0866852 1.185112834
+167.164566 2.810811758
+169.0686951 2.1679799557
+170.1457214 1.9004659653
+176.2228241 3.968808651
+178.137207 1.440225482
+179.2805023 3.5512051582
+181.0028381 16.8374557495
+182.0587158 4.3730897903
+184.2359314 4.4520845413
+191.0304108 1.2264719009
+193.2341919 3.7848758698
+194.2574768 11.2398281097
+195.1512756 6.8833098412
+197.0557709 410.6856079102
+198.1544495 42.9513511658
+199.1352539 8.7112617493
+200.0641632 4.7525997162
+201.524826 3.5632023811
+202.1376343 86.9887084961
+203.1446228 8.9884767532
+204.2162628 1.6603653431
+205.4016113 2.4285778999
+207.2085571 1.345939517
+207.9927368 4.9639444351
+209.1147766 20.3413677216
+210.4062958 3.9867720604
+211.3454132 2.7147409916
+212.221283 9.6785345078
+213.0270081 2.1289582253
+214.4154358 1.4246839285
+217.1556702 9.8234071732
+219.3341827 5.728509903
+220.228363 1.428796649
+221.1628723 4.0896558762
+222.4940186 2.6646649837
+223.2041626 2.4636375904
+225.0787964 151.2533569336
+226.1456909 89.5089569092
+227.2183533 10.5753183365
+229.3823853 2.6181218624
+230.1463623 5.2199029922
+233.1999664 41.5267829895
+234.2558899 3.0838434696
+235.146759 7.6471996307
+236.3215027 11.5833406448
+237.045929 7.6035542488
+238.2754822 3.1103675365
+240.1571045 3.8110313416
+242.1192017 1.4384306669
+243.1809692 28.8754882813
+244.1977692 13.953792572
+245.2220001 38.7781639099
+246.2097931 8.0414628983
+247.4986572 7.2111554146
+248.2861176 2.8283641338
+249.2195435 15.3417062759
+250.1591492 2.0826976299
+251.0258789 4.5737905502
+253.3307495 17.6288890839
+254.2593079 24.2201538086
+255.9833679 3.1452755928
+258.1688232 10.9906949997
+259.2172241 1.6519783735
+260.5220337 7.8412265778
+261.1381226 51.5355873108
+262.2223816 17.511089325
+263.3875732 2.6622159481
+265.1221619 163.3394317627
+266.1932373 16.8131027222
+267.4360046 1.5546728373
+268.151001 2.6013998985
+271.2254028 7.2169270515
+272.4024658 10.0397911072
+273.2277832 1.3577657938
+274.2302856 1.3570401669
+275.460083 13.2623157501
+276.2101746 145.8095245361
+277.1922607 33.3778686523
+278.1959229 9.2851448059
+280.180542 4.6133136749
+282.2350769 4.1774449348
+283.3571167 3.9723672867
+284.1395264 2.1526949406
+286.4268799 5.698032856
+287.3110352 6.4671311378
+288.0817261 4.7492146492
+288.8900757 7.8843002319
+290.5391235 4.3383522034
+293.2081299 914.1170043945
+294.247406 134.2433624268
+295.6123657 8.7062911987
+296.4238892 3.3382995129
+297.3189087 6.8281078339
+299.5195312 8.407292366
+300.7247009 3.9484374523
+302.1668701 1.6416096687
+302.8413696 1.8005663157
+303.5213623 2.4361777306
+305.229187 14.2273569107
+306.3300781 16.3956203461
+307.4953613 4.4190907478
+308.2787781 2.654238224
+309.2758789 2.482763052
+310.2184753 10.092458725
+311.1722412 1.32792449
+313.1791382 24.8499774933
+315.3010864 9.5626306534
+316.1829529 8.8202152252
+317.2008972 5.0796589851
+318.5236206 19.3205471039
+319.3105774 21.6953163147
+320.3858032 3.8685965538
+321.0833435 4.9215574265
+322.401123 7.4965715408
+323.3492432 6.3789176941
+324.6836548 2.611988306
+325.2998657 6.6302742958
+326.1797485 6.4026012421
+326.8986816 10.6662492752
+327.6777344 11.4344625473
+328.3201294 14.395611763
+329.2490234 5.8754444122
+330.1599121 7.9676942825
+331.2588501 3.7823004723
+332.354126 8.6690006256
+333.0715332 4.9538564682
+334.2844238 7.9658699036
+335.1548767 3.7369379997
+336.160614 26.9636936188
+337.3140869 91.4076080322
+338.4890747 21.5623168945
+339.6755371 8.9990243912
+340.6342163 6.4283447266
+341.4716797 1.6405186653
+342.3445435 2.7562310696
+343.0316772 33.2515602112
+344.3150024 38.1467056274
+345.1986084 19.3110389709
+347.0899048 2.1675567627
+348.3183594 21.9310150146
+348.9987793 14.2396507263
+350.9580688 6.665848732
+352.7335815 21.3013267517
+354.1216736 26.074306488
+355.3486938 19.051153183
+356.2476807 7.922894001
+358.8375854 18.4023323059
+360.1248779 205.5933990479
+361.1046143 22.1848888397
+362.2095642 26.4327201843
+363.9893188 12.4156208038
+364.6397705 11.3796758652
+365.9952393 21.2162647247
+367.0061951 10.2621250153
+368.0523071 21.183631897
+369.1812134 12.26288414
+370.0291748 20.9913578033
+370.865509 22.8015022278
+372.2240601 14.6932449341
+373.7144165 14.4496250153
+374.3821716 54.6319694519
+375.2262573 27.8935623169
+376.3438416 11.0009365082
+377.2587891 17.4747505188
+378.2689209 25.2569332123
+379.1467285 20.2323169708
+380.3961182 26.7012653351
+381.5229492 56.6773262024
+382.506073 25.6511096954
+383.3375244 5.1652517319
+384.4159546 8.774348259
+385.666626 20.7881374359
+386.4522705 135.3782501221
+387.5013123 56.8328399658
+388.1190186 287.0804443359
+389.1795654 78.0584030151
+390.4396362 32.2468719482
+391.3736572 18.8306083679
+392.352478 34.8430480957
+393.1864929 61.2086524963
+394.0342712 6.4154801369
+395.2897644 15.7325897217
+396.4994507 35.7889595032
+397.4528809 10.9165172577
+399.4961243 12.9506940842
+400.5682678 24.184463501
+401.5688171 167.2005004883
+402.4592896 41.3855705261
+403.1263733 2.8095138073
+405.2272034 15.0614805222
+406.2357178 12.6224403381
+407.2235413 119.1684799194
+408.3031311 69.694442749
+409.5091553 87.4000930786
+410.4523315 45.0744171143
+411.2316895 32.2752151489
+412.1564026 3.4977850914
+412.8125 6.9599099159
+414.4829102 43.1860084534
+415.6739197 20.5801315308
+416.3153992 11.7918539047
+417.5050049 40.2136955261
+418.2410889 140.7033233643
+419.3996887 20.2474384308
+421.2770996 27.1077632904
+422.5380859 36.8781967163
+423.5083923 487.4313659668
+424.7836609 47.5053024292
+425.9527893 43.1781005859
+426.7132874 17.4839935303
+427.5018616 22.7234897614
+428.3843689 23.0135574341
+429.6919861 96.7400741577
+431.0451355 164.4724731445
+432.0534058 24.2978248596
+433.5852356 54.0559387207
+434.5565186 87.168548584
+435.7932739 6.3069553375
+436.8058167 18.8303527832
+437.7131348 9.0839395523
+438.855896 8.8049077988
+440.2996521 194.9550323486
+441.4541931 24.3325157166
+442.7142029 47.5123558044
+443.3612366 27.3095245361
+444.2713318 19.4321517944
+445.5895691 101.1580963135
+446.3867188 317.8854370117
+448.1154785 102.7877349854
+449.1730042 75.1773681641
+450.0446777 30.3544063568
+451.0635071 27.1023216248
+451.9354553 10.4993038177
+452.7110291 2.1024489403
+454.3079834 23.372341156
+456.1826172 116.9807052612
+456.9602356 272.2075500488
+458.0872192 3640.9604492188
+459.0057983 214.9988250732
+460.2013855 14.5895709991
+462.4026489 1218.2258300781
+463.2198486 27.5609741211
+463.9338684 25.7839984894
+464.9219971 29.8189468384
+465.6175232 124.5664520264
+466.231781 207.0263519287
+467.7860107 95.4142379761
+468.4937439 64.7604064941
+469.1822205 21.7269420624
+470.0603943 11.4388208389
+471.1722107 147.9028015137
+471.9596558 2068.6787109375
+473.4656982 106.480758667
+474.3321533 19.2897911072
+475.2648621 45.6531486511
+476.3980408 43.0124015808
+477.2712402 645.0124511719
+478.269165 1091.7255859375
+479.6423035 58.3694152832
+480.6447754 27.870513916
+481.5643921 53.0396194458
+483.2120056 408.4157104492
+483.9602966 9017.5361328125
+485.1116333 117.5164031982
+486.1228333 54.8471031189
+487.2341614 76.2082519531
+488.0674744 16.5872802734
+489.1678467 59.9955062866
+490.4085693 57.0661582947
+491.0939941 12.7060880661
+491.7002869 98.3091812134
+492.8416138 41.6978263855
+493.9093018 46.0032348633
+494.9836426 50.0777549744
+496.3456116 45.7314376831
+497.3795776 44.2498779297
+498.4090576 53.9961585999
+499.2937317 158.5665588379
+500.0869141 312.1527709961
+501.1843567 76.5762329102
+502.2471313 44.661567688
+503.4146423 206.4066467285
+504.8755798 250.8684539795
+505.6626282 2381.0153808594
+506.7105103 87.7698516846
+507.5561829 50.2966537476
+508.7147522 84.7468719482
+509.5899048 267.9959106445
+510.6253357 43.207950592
+511.7538757 7.3916301727
+512.7110596 121.1309585571
+513.6291504 453.0850830078
+514.3814697 69.4544448853
+515.0356445 1620.2471923828
+516.4226074 110.7071380615
+517.27948 107.0901184082
+518.2141113 73.2750091553
+518.9932251 20.3406677246
+520.9677734 4480.0317382813
+522.1690674 2882.3842773438
+523.1075439 349.5474853516
+524.1719971 29.7612857819
+525.083252 106.0915908813
+526.3720703 57.5805244446
+527.4293213 41.4792785645
+528.4824219 68.6217193604
+529.4523926 18.2780189514
+530.314209 80.4064712524
+531.2293701 48.9054374695
+532.050415 69.7605056763
+532.9782715 5.1820406914
+533.8049316 18.7936935425
+534.7558594 7.3594489098
+535.5493164 65.9767990112
+536.8098145 92.5755615234
+537.5980225 993.2066650391
+538.8804321 100.7132644653
+540.3337402 366.6795654297
+541.277832 254.9705810547
+542.670166 55.5301742554
+543.5429688 328.5047302246
+544.7345581 186.0972290039
+545.9701538 115.3403167725
+546.7149658 596.9763183594
+547.3684082 476.2371826172
+549.1375732 698.5833129883
+550.0482178 419.049987793
+550.8610229 26.4877510071
+552.4801025 114.6756286621
+553.3369141 17.3607139587
+557.6868896 3.0093832016
+560.7662354 6.8562335968
+561.8833008 49.5410003662
+562.5699463 16.190032959
+563.3973999 6.4187135696
+564.0804443 65.1904525757
+565.0610962 20.431678772
+565.9360352 12.6120643616
+567.4077148 15.5336818695
+568.6556396 29.8772621155
+570.3096313 827.6356811523
+571.2249756 559.5147705078
+573.020874 2.5781817436
+573.6554565 2.3796570301
+574.4302979 9.5530538559
+575.1601562 8.0587816238
+576.2730103 86.611328125
+577.036499 64.1799850464
+578.0787354 144.066696167
+579.1740723 14089.171875
+580.0458984 1048.98046875
+580.7709961 76.8851547241
+582.2055054 13.68861866
+583.4556885 128.0697784424
+585.1046753 610.9364013672
+586.0092773 90.9531555176
+586.9993896 163.9920959473
+587.6773071 92.1958694458
+588.8970337 10.6407737732
+589.7266846 8.3838768005
+590.5184937 1.4592753649
+591.3102417 8.9273834229
+591.9268188 8.7375974655
+592.6549072 13.442858696
+594.5236206 183.2671508789
+595.3994141 33.1881828308
+596.1688232 9.2070856094
+597.1928101 2.7696771622
+597.9503174 5.5075960159
+599.7352295 6.2905402184
+600.6972046 4.8350739479
+601.3058472 4.0696444511
+603.2443237 75.0097503662
+604.3283081 25.7355079651
+605.6933594 17.2583637238
+606.5568848 2.0573954582
+607.548584 9.001291275
+608.4674072 9.5401325226
+609.5421143 19.1793365479
+610.4781494 26.8310890198
+612.225647 233.926940918
+613.2052002 66.6234817505
+614.1694336 38.447593689
+615.0805664 17.1410255432
+615.7144775 3.5514559746
+616.6943359 11.1917705536
+617.4379272 40.5755310059
+618.27948 41.1756896973
+619.1236572 13.5469341278
+620.4624634 41.3446807861
+621.3720093 35.8019599915
+622.201416 17.5191040039
+623.0817261 10.340880394
+624.1506348 2.5543642044
+625.8419189 395.0202636719
+626.5568848 346.1106262207
+627.5697021 28.04139328
+628.3734131 19.3034095764
+629.2352295 18.4853019714
+629.9389648 23.8181171417
+631.0926514 37.9147186279
+631.9827881 9.7691249847
+632.7792969 8.3113489151
+634.7973633 2730.873046875
+635.6353149 992.1054077148
+637.2831421 76.9164123535
+638.3149414 25.4020767212
+639.2941284 25.6229667664
+640.1922607 267.0059814453
+641.1891479 50.0345878601
+642.2705078 67.8717498779
+643.6940918 11620.197265625
+644.5831299 1024.7700195313
+645.7802124 113.4189910889
+646.4733276 17.2430038452
+647.2391357 22.0500793457
+648.7479248 144.0475158691
+649.7470703 50.3869857788
+651.1266479 368.8120727539
+652.1861572 96.8530883789
+653.5515137 36.1452331543
+654.5631104 10.1647548676
+655.6950684 6.9915075302
+656.4375 3.8928897381
+657.875 4.8922472
+659.7268066 290.0243835449
+660.5161133 62.1287956238
+661.4782715 102.6850509644
+662.6280518 44.9521446228
+663.6411133 7.0958175659
+664.9628906 2.5721209049
+665.62854 1.9534649849
+668.6455078 153.885635376
+669.6281738 17.1086883545
+670.5806885 9.1812009811
+671.2536621 4.4685688019
+672.2833252 5.6820831299
+673.0087891 2.3322284222
+674.1009521 15.5686607361
+675.708374 11.517739296
+676.7058105 43.0522460938
+677.5845947 2.7271256447
+678.4143066 4.7697277069
+679.9354248 12.30194664
+680.5740967 30.8298511505
+681.7047119 5.243159771
+682.5125732 17.9143638611
+684.0100098 39.0387077332
+684.8590088 23.3014945984
+685.5627441 21.426656723
+686.2005615 11.6265077591
+687.0002441 5.1432538033
+687.6158447 5.5803947449
+688.8165283 23.6917171478
+689.8583984 27.6141300201
+690.7243652 40.8677024841
+692.3181152 68.1365890503
+692.9699707 96.3055496216
+693.8303223 26.7347488403
+694.8708496 32.5853614807
+696.1759033 9.0053253174
+697.7525635 182.8524169922
+698.7124023 311.5433044434
+699.6311035 38.7407722473
+701.2053223 119.9052734375
+701.9998779 44.3082427979
+703.8509521 14.5922880173
+704.732666 12.8639411926
+706.3634033 578.4483642578
+707.1931152 1340.5805664063
+708.1553955 206.5599822998
+709.2701416 15.014591217
+710.0422363 10.3926362991
+711.4680176 8.4928655624
+712.762207 15.3427591324
+713.3955078 8.3266363144
+715.1634521 894.8714599609
+716.3094482 1316.150390625
+717.1298828 714.491394043
+718.0904541 7.61845541
+719.598877 16.6855697632
+720.7750244 16.0377502441
+721.6827393 144.179901123
+722.6026611 39.7044029236
+725.2203369 8114.3662109375
+726.0594482 1330.2614746094
+727.6817627 9.3520994186
+728.5272217 1.884141922
+730.2202148 236.3370056152
+731.0755615 104.2392349243
+732.307251 14.5287094116
+733.2376709 11.2509222031
+734.1765137 4.1538319588
+736.94104 9.9660902023
+738.1622314 9.0994100571
+739.0466309 11.7545728683
+740.2419434 63.6925048828
+741.2677002 117.1860809326
+742.2392578 80.9374847412
+743.4289551 27.8083133698
+745.5224609 17.1013240814
+746.3575439 20.923242569
+747.3765869 16.4204139709
+748.8953857 231.0892486572
+749.6749268 390.1431274414
+750.8891602 75.0050354004
+751.8098145 2.5756659508
+754.5101318 262.893371582
+755.588623 104.3340911865
+757.7852783 1576.2126464844
+758.5904541 227.8522644043
+759.5322266 3.4401526451
+760.713623 18.3876209259
+762.9295654 897.0428466797
+763.6710205 667.2175292969
+764.6442871 19.725227356
+765.8881836 4.9179129601
+766.5072021 45.1047897339
+767.5155029 4.5261387825
+769.241333 8.2993144989
+770.5784912 23.6128311157
+771.717041 2585.9519042969
+772.6821289 503.7756958008
+774.0253906 7.0586719513
+775.2037354 5.6639370918
+775.9985352 8.712430954
+776.9095459 2.8157503605
+777.7406006 9.0104408264
+778.5528564 25.9575538635
+779.5081787 6.1850943565
+780.7207031 442.994934082
+781.5858154 203.312713623
+782.4865723 31.2710208893
+783.5900879 4.5734920502
+784.5925293 14.2479524612
+785.5330811 6.6718220711
+786.8010254 179.1029205322
+787.6394043 80.8114700317
+788.5773926 10.3295755386
+789.4056396 2.6752848625
+791.1898193 10.6394939423
+792.8129883 3.7554807663
+793.7462158 3.5562055111
+794.9846191 4.0917925835
+795.7122803 4.9809756279
+798.4858398 6.9348335266
+799.6463623 5.01501894
+801.1833496 18.6593742371
+802.0344238 2.7882170677
+806.0428467 10.4393138885
+807.0119629 4.880510807
+808.5581055 17.7283039093
+809.5068359 6.0280532837
+810.7010498 3.2014613152
+812.4099121 6.6814513206
+815.4522705 3.4307646751
+816.4138184 1.6849306822
+817.4801025 4.6596736908
+819.1226807 15.0092353821
+820.4163818 16.5614337921
+822.6917725 2.9945352077
+823.6489258 1.2294014692
+825.4008789 15.8235216141
+826.5487061 15.3186807632
+827.4508057 5.5343961716
+828.637207 77.9128952026
+829.4885254 23.5392208099
+830.1334229 7.5727496147
+831.6036377 3.9678800106
+832.9649658 1.9129058123
+834.5307617 4.6759724617
+837.9556885 4.676574707
+838.6970215 6.157886982
+840.6976318 2.0948662758
+841.5720215 10.6344051361
+843.4002686 3.8419089317
+844.578125 10.9090919495
+847.3817139 1.3020973206
+848.2271729 6.1674981117
+849.940918 7.4081926346
+850.8331299 4.0422229767
+851.7147217 7.4337940216
+853.3638916 2.7136597633
+854.7193604 6.5647864342
+855.4112549 4.490524292
+856.404541 14.8347301483
+857.0343018 3.0536415577
+861.5527344 5.8812608719
+862.6320801 5.0325231552
+863.6021729 1.3532065153
+864.4107666 2.395418644
+865.7558594 4.0177698135
+866.6448975 4.3958268166
+868.9691162 1.592662096
+870.5646973 2.713034153
+872.6086426 43.8305053711
+873.7030029 16.1012687683
+874.6435547 2.8236103058
+875.2786865 4.2821192741
+875.8934326 2.0194768906
+877.9705811 6.6351113319
+879.6741943 11.0404644012
+881.8074951 1.5283480883
+885.3295898 1.5609972477
+886.491333 1.4748570919
+887.4713135 1.5602477789
+891.6193848 3.9790682793
+893.5507812 1.7518818378
+894.5822754 48.7326812744
+895.5407715 56.9448928833
+896.6225586 27.7232398987
+897.6480713 79.5079345703
+898.5743408 50.741771698
+899.3951416 1.2625796795
+902.2459717 1.2554113865
+903.8225098 2.7510287762
+904.7821045 1.2688018084
+905.9813232 1.7962257862
+908.3537598 7.8944401741
+909.3850098 1.6837223768
+911.5819092 4.7782564163
+913.8117676 6.1404485703
+914.657959 15.9803647995
+915.8771973 4.4378261566
+916.6430664 1.3295750618
+924.4533691 1.475266099
+927.7629395 3.0651154518
+934.8209229 1.9669699669
+937.0397949 1.5527476072
+943.6724854 1.5659521818
+944.7000732 10.212269783
+946.6696777 1.3376574516
+948.4259033 1.6762924194
+954.4525146 6.2964391708
+960.857666 1.5931162834
+963.5266113 1.3009449244
+965.2374268 3.5605056286
+966.4395752 1.2082980871
+970.7562256 2.1772391796
+974.5067139 1.2143137455
+978.4986572 3.4974093437
+979.4387207 8.4480285645
+980.8502197 5.2887172699
+981.6083984 2.5188617706
+983.6005859 6.652162075
+987.4343262 1.8510615826
+988.8918457 1.9955246449
+989.7050781 14.5107421875
+991.0869141 6.4087276459
+991.7414551 4.1246461868
+992.7246094 6.6471934319
+993.9686279 4.6536521912
+995.4781494 2.6310517788
+996.894043 14.9660348892
+997.8236084 5.8801336288
+998.4521484 4.9425544739
+1001.936646 3.4777531624
+1002.553833 2.4863736629
+1004.539429 1.7924846411
+1005.5979 1.4798597097
+1007.078369 10.3065605164
+1008.573608 33.7127304077
+1009.56543 7.5034179688
+1010.789673 5.0784039497
+1012.375366 11.3672857285
+1013.448486 8.7755031586
+1016.66333 2.3762989044
+1018.821167 2.0157840252
+1019.868896 1.8706383705
+1023.00293 1.8978452682
+1024.088867 3.7838401794
+1024.716797 12.317117691
+1025.767822 15.5451011658
+1026.751099 5.8191232681
+1028.65979 3.8482460976
+1029.467773 3.4285666943
+1031.81189 4.094537735
+1040.196289 3.1609349251
+1041.411743 1.3505835533
+1046.859375 1.6623405218
+1049.572876 1.5348354578
+1054.685669 1.2294086218
+1056.371338 1.3395798206
+1065.609741 1.3321698904
+1066.759155 3.9687023163
+1074.488892 3.2488591671
+1088.047974 3.7720413208
+1092.793823 3.8937830925
+1097.21875 1.3385915756
+1102.704102 2.2631855011
+1103.830322 5.0063896179
+1107.202759 4.5753922462
+1110.894409 2.8556687832
+1115.954712 1.757589817
+1117.544922 2.8011696339
+1119.432373 10.7346382141
+1120.609253 1.7210968733
+1121.800049 1.1795370579
+1123.442993 4.3218884468
+1125.493652 2.9296381474
+1129.224854 1.9364284277
+END IONS
+BEGIN IONS
+TITLE=small.34.34. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=34"
+RTINSECONDS=20.5749
+PEPMASS=882.45263671875 28484.853515625
+CHARGE=2+ and 3+ and 4+
+249.1456299 2.6703259945
+251.1241608 13.1918745041
+252.9326477 16.1438350677
+254.0197754 4.5251402855
+255.2428284 65.5177536011
+257.1068115 5.7261815071
+260.1380615 312.0798339844
+261.3015442 36.7178840637
+262.3579712 28.5039196014
+263.2357788 31.0765094757
+265.2022705 1.4217939377
+266.3868408 5.6001052856
+269.9961548 4.8243384361
+272.1968994 100.6393890381
+274.1448975 4.3811945915
+275.0325623 1.4792064428
+277.2490234 1.9754874706
+278.3027649 10.7714252472
+279.1457214 74.2900466919
+280.0995789 16.6196422577
+281.1800537 19.5648841858
+282.3554382 12.6349611282
+283.2185669 25.6083660126
+288.1664734 7.5662755966
+289.2905579 11.3665771484
+290.2684631 58.53074646
+294.2583313 1.4238744974
+296.2482605 89.7871627808
+297.2501831 3.6087489128
+298.4019775 2.5461065769
+300.1510925 181.1099853516
+301.4795837 12.1110229492
+302.2556458 7.4639081955
+303.0300293 2.4155814648
+304.3612671 10.8712749481
+305.3898315 9.8631057739
+306.1986389 61.6056442261
+307.2867432 231.5829315186
+308.3280029 7.7484607697
+309.2937012 8.1151657104
+310.2362061 17.2113208771
+314.2664795 1.9500553608
+315.1798706 4.4982242584
+316.386261 4.272974968
+317.3397217 13.4831237793
+318.3261414 10.1796579361
+321.3835144 5.545935154
+324.1762695 4151.1176757813
+328.2138367 65.7996749878
+328.8338623 1.5623793602
+330.1410828 6.2460446358
+331.5568542 4.8683309555
+332.6029968 2.6495714188
+333.5336304 26.7263145447
+334.2393799 121.5840530396
+335.1741333 2.0687286854
+336.3395386 15.5362987518
+337.3865051 3.1924657822
+338.2588501 19.7723884583
+339.5171814 8.694732666
+341.2542725 15.7163410187
+344.3165588 3.7915012836
+345.463501 3.4786930084
+347.3391113 9.1778764725
+348.4811096 6.2548599243
+349.2514954 3.6455683708
+352.1303101 94.8424072266
+353.3684387 2.6876673698
+354.2128906 18.5491867065
+355.3570557 6.0285630226
+356.2526245 2.1818697453
+358.6063843 7.9165320396
+359.4178467 26.8005924225
+361.2320557 1.3828721046
+362.6035767 29.9970531464
+363.2275391 222.3109283447
+364.2570496 16.3707809448
+365.9806519 16.8531208038
+367.0725708 3.4933276176
+369.4416504 6.3215761185
+373.34198 53.5898742676
+374.2226562 4.3024559021
+375.3282776 46.0013008118
+377.4725037 5.1325726509
+379.2045288 14.910484314
+381.2692261 38.9969100952
+382.1473389 4.5876398087
+383.3074951 75.9230041504
+384.3829346 2.7367529869
+385.4833374 1.4092283249
+388.9520874 1.5645163059
+392.2945251 91.7025604248
+393.3091431 20.4282283783
+394.2489014 14.2819318771
+396.3129883 7.1076402664
+400.4190063 7.5271430016
+401.2440186 6.7263298035
+403.3397522 4.5944237709
+407.1033936 25.1745281219
+409.3296204 5.0679154396
+410.3536377 25.7519493103
+411.2728271 120.6632232666
+412.352356 10.5537443161
+413.2214355 5.3128566742
+414.3388672 5.3297166824
+415.1725464 5.3066101074
+417.5523376 4.1202864647
+419.361145 243.0337677002
+420.4372253 16.0604248047
+421.2493286 9.1796064377
+424.3361206 5.4518446922
+425.4919434 2.2170915604
+426.8532715 1.5601853132
+428.2526245 990.1494750977
+429.3363037 47.1389694214
+430.9337769 3.8561544418
+431.5403748 18.3755245209
+432.2544556 9.4253501892
+433.010498 1.9189395905
+434.2481689 11.8817129135
+435.2689209 4.9961028099
+437.3817139 342.8706665039
+439.5575562 4.6267485619
+440.7269897 6.8895702362
+441.4203796 8.5963792801
+442.8969421 16.0680465698
+445.2563477 23.473657608
+446.5130615 25.6362934113
+447.4819336 137.2653198242
+448.4736633 3.2994096279
+449.3421326 1.5362759829
+450.425354 1.7717134953
+451.4792175 10.5980243683
+452.3537598 39.6682434082
+456.4363403 6.5378351212
+458.6408081 6.4850749969
+459.3847046 13.3257741928
+460.5327148 14.2282238007
+462.3615723 6.2846021652
+463.4820557 7.463891983
+465.2496338 2023.8723144531
+466.1728821 36.6541366577
+468.4420776 9.3445262909
+469.5886536 4.8974065781
+470.4580383 2.4033653736
+471.519104 8.224817276
+473.2963867 13.027340889
+474.4255066 14.3718996048
+475.3825378 20.6955776215
+476.3551636 78.8828887939
+477.3180542 8.4933319092
+478.1328735 8.047369957
+479.2849731 3.7466547489
+480.2694092 13.0692272186
+481.3935547 15.7159175873
+482.3603516 17.1587905884
+483.5015869 7.8733229637
+484.3303223 11.0724744797
+486.3037415 44.3260803223
+488.2889709 32.6624755859
+489.4168701 3.7369484901
+492.2745056 332.0615234375
+493.3353882 47.9868354797
+494.3613281 95.7811737061
+495.77771 17.3567962646
+496.5870056 1.9407308102
+497.3936768 23.3400650024
+500.7966309 18.3739376068
+501.4386292 53.3751411438
+502.4563293 4.6637830734
+503.3947144 5.7266106606
+504.1313171 2.0681710243
+506.3135681 64.3139953613
+508.1835022 8.7762756348
+510.3009949 10278.1591796875
+511.4940491 10.8190889359
+512.3718262 3.4564154148
+513.2567139 39.653629303
+514.5003662 15.7100610733
+518.4366455 3.0647685528
+520.3355713 29.1017494202
+521.6169434 3.6429653168
+522.4108887 7.268558979
+523.3493042 15.908908844
+524.2609863 26.6885623932
+525.3789062 24.8954772949
+527.0762939 3.2223126888
+528.425415 17.2968444824
+529.3123779 18.1216869354
+530.5640869 2.7420890331
+533.6638184 2.4385564327
+534.512085 6.2130098343
+535.3638916 6.9279470444
+536.4814453 3.1929457188
+537.3956299 26.2439498901
+538.2844238 22.4684791565
+541.3401489 194.6268920898
+542.3405762 364.9896850586
+543.166626 5.003572464
+543.9733887 4.9016389847
+545.3616943 5.3183121681
+547.2213135 13.68841362
+548.3580322 17.8307228088
+549.512085 20.033946991
+550.6175537 6.825088501
+553.6314697 1.7686216831
+554.4191895 16.2729969025
+555.6845093 3.1564240456
+556.9180908 9.1100292206
+558.0787354 4.0400929451
+559.3449097 2251.5856933594
+560.369751 19.425239563
+561.5731812 28.1860351563
+562.8096924 4.8164281845
+563.6964111 5.8364038467
+565.3247681 161.4195404053
+566.2845459 32.0420684814
+567.7335205 8.6017436981
+568.510498 3.4495267868
+569.4257812 11.4109659195
+570.2727051 2.3978328705
+571.4158325 8.4347238541
+574.2592773 2.551615715
+575.338501 17.6775798798
+576.2647705 22.1184406281
+577.394043 39.0253448486
+578.3448486 228.9847259521
+579.5217285 145.7424163818
+580.8161621 3.2126216888
+582.9404297 4.3540301323
+583.7097168 8.448097229
+584.5830078 10.9736537933
+585.5084839 3.0236783028
+586.6266479 23.3621559143
+587.3962402 42.9161224365
+588.3010254 65.0873031616
+589.237793 5.707859993
+590.5026245 12.3013057709
+591.5778809 6.4618549347
+592.4091187 6.6600198746
+593.4320068 226.7594451904
+595.3384399 1069.1378173828
+596.6513062 18.9304542542
+597.4580078 3.1782748699
+598.4139404 5.0382184982
+599.5025635 6.4206213951
+600.239624 10.0867137909
+600.9630737 5.2163734436
+602.0805664 2.6016192436
+603.3883057 11.2633237839
+604.2510376 12.5854434967
+605.331665 303.2138671875
+606.3911133 195.9583435059
+607.6152344 31.0502967834
+608.7564087 10.7097005844
+609.7698975 26.6785011292
+610.4758301 9.5715923309
+611.5103149 8.1742639542
+612.4619141 11.1304855347
+614.2294312 29.0328674316
+615.2191772 28.9896869659
+616.5123291 44.4899902344
+617.5455322 10.1827459335
+618.2615967 3.170031786
+620.3486328 78.2785415649
+621.3818359 130.3794708252
+623.3175049 6705.3920898438
+624.1098633 26.85247612
+625.2579956 5.9495658875
+626.5548096 6.9448165894
+627.5497437 5.7784700394
+628.9058838 5.0422468185
+629.5576172 29.7995567322
+634.3068848 40.3487052917
+637.8551025 34.9823150635
+638.4725342 112.7821121216
+639.8545532 53.9756240845
+640.4576416 364.0397033691
+641.2529297 9.3645153046
+642.4320679 15.0944004059
+643.274292 3.6636927128
+646.9458008 8.8273906708
+650.4776611 3.3379149437
+651.31604 65.0350799561
+652.6357422 5.5920372009
+657.2302246 43.2042541504
+658.0736084 3.3846969604
+659.9066772 6.3253059387
+660.5246582 3.7540569305
+661.3989258 20.3748664856
+662.3399658 1.8287973404
+664.7441406 2.4289855957
+666.3327637 34.3830032349
+667.5883789 4.1366677284
+669.0001221 7.5780324936
+670.5515137 2.6953845024
+671.1729736 7.30240345
+672.0821533 14.6673374176
+675.7901611 8.8572702408
+677.298584 7.5334935188
+678.4237061 104.2655944824
+679.3091431 43.7822113037
+680.34021 30.5237464905
+681.1743164 3.2992854118
+682.2792358 14.4995956421
+683.3461914 4.9017210007
+684.7911987 9.998128891
+686.3510742 8.3092594147
+687.2630615 10.7561473846
+688.6036377 34.0438728333
+689.4942017 38.0924301147
+690.4196777 21.1083221436
+691.2724609 9.8662309647
+693.2611084 5.4554109573
+694.111084 9.7947235107
+694.984375 22.0407829285
+696.4297485 574.9740600586
+697.3325195 8.8193273544
+698.4497681 31.3779144287
+699.8158569 15.3667182922
+700.6071167 13.1542892456
+702.5513916 4.5880613327
+703.6442871 2.3393809795
+705.5695801 58.3516578674
+706.4344482 294.8704223633
+707.4857178 179.597442627
+708.6378174 25.6986923218
+709.3364258 13.2283277512
+710.3798828 14.7001342773
+711.3605957 3.0631422997
+712.5805054 6.4447379112
+713.5180664 11.4919214249
+714.1911621 14.2298488617
+715.5279541 64.546333313
+716.3792725 184.850692749
+717.5563354 38.662940979
+718.4586792 319.564666748
+719.5567627 55.2465896606
+720.651123 5.9256877899
+721.6671143 4.6030130386
+723.4006348 1147.3562011719
+724.2160034 12.5290594101
+725.5152588 19.0698184967
+726.5152588 124.697555542
+727.4086914 19.1869659424
+728.2906494 9.995051384
+729.5600586 19.0566864014
+730.4967041 13.3982620239
+733.3848877 762.2646484375
+734.4139404 875.3645629883
+735.4656982 86.1642608643
+736.510437 73.0701446533
+737.7817993 15.5100164413
+738.6259766 2.8196899891
+739.4825439 1.9503235817
+742.4661865 2.1329057217
+744.197876 14.8003177643
+745.0314941 12.7813606262
+746.7702637 9.2746486664
+747.5419922 35.6172637939
+748.3345947 13.7678623199
+749.5496826 26.6873550415
+751.3594971 12645.546875
+752.4332275 145.5868225098
+753.5565186 19.6109199524
+754.4121094 7.8177523613
+755.5543213 14.2307109833
+756.5019531 6.3909511566
+757.6739502 4.1250705719
+759.895752 2.6846544743
+761.0731201 10.4336662292
+761.8942871 13.1484851837
+762.8270264 6.2151079178
+764.3916016 3.9629495144
+765.7684326 4.5453829765
+767.248291 10.5537052155
+768.1297607 14.9399147034
+769.37146 175.4932250977
+770.5662842 20.4794578552
+771.5443115 21.2597312927
+775.5396729 5.8107886314
+777.1235352 6.5464406013
+777.7481689 2.0772986412
+778.717041 4.5684366226
+780.0932617 12.7577733994
+781.4390869 12.9915409088
+782.6447754 14.4395046234
+783.6245117 9.3221549988
+784.5153809 1.9685205221
+785.5477295 4.2744650841
+787.119873 6.2546253204
+788.8093262 4.1933202744
+789.9404297 8.683795929
+790.6474609 1.6653552055
+791.9349365 16.8111915588
+792.9581299 9.4179296494
+793.8791504 7.4126124382
+794.6942139 6.9675455093
+795.4825439 10.011838913
+796.512085 9.4394350052
+797.6600342 31.6119823456
+798.5727539 24.4936885834
+799.30896 6.3641448021
+800.170166 1.7659835815
+801.0250244 7.6369094849
+802.0130615 5.4480657578
+802.6251221 8.6247806549
+803.630127 21.7496910095
+804.3937988 6.0126805305
+805.5134277 25.1563262939
+806.7181396 29.5998363495
+807.7281494 37.0826187134
+808.7429199 26.5975723267
+809.5637207 11.8425455093
+810.9562988 31.749414444
+811.5646973 5.9198021889
+812.3502197 1.7467420101
+813.4415283 2.5595829487
+814.7814941 1.9656003714
+816.2874756 7.123904705
+817.2154541 13.1898136139
+818.190918 11.4313831329
+819.4328613 63.2818489075
+820.4371338 95.6640777588
+821.5762939 68.344543457
+822.5803223 31.2602844238
+823.482666 219.0132446289
+824.3948975 22.2683353424
+825.5526123 16.3315601349
+826.7242432 5.3458499908
+828.3649902 11.48001194
+829.2923584 18.3793735504
+830.5214844 51.7729110718
+832.0628662 28.2142276764
+833.0065918 47.2830352783
+833.9342041 6.4040613174
+834.8372803 18.9295654297
+836.3208008 371.1058959961
+837.4852295 363.6680297852
+838.5604248 126.6132125854
+839.621582 47.7511558533
+840.5432129 98.2358016968
+841.7188721 37.1083984375
+842.5819092 24.5345363617
+843.6307373 15.7399482727
+844.2810059 17.9507198334
+845.1816406 30.5371608734
+846.4266357 265.2034606934
+847.4626465 1275.7416992188
+848.4344482 117.3878631592
+849.1113281 14.8850851059
+850.392334 46.37550354
+851.5623779 42.9185066223
+852.8565674 162.4804382324
+853.6151123 119.6152191162
+854.5695801 626.9990844727
+855.5187988 11.9735956192
+856.2650146 21.7967205048
+857.404541 8.2749681473
+858.7093506 39.441947937
+859.8671875 60.6884422302
+860.4805908 58.8580474854
+861.2926025 200.7798461914
+862.232666 151.7951965332
+863.5015869 310.26953125
+864.4837646 5100.5932617188
+865.4627686 6480.8784179688
+866.3535156 85.338684082
+867.1134033 1.9655450583
+868.3709717 26.6628189087
+869.0964355 4.6843924522
+871.2927246 140.735458374
+871.9831543 52.2095832825
+872.7550049 81.3226928711
+873.8597412 23.8541183472
+874.4820557 6.5946440697
+876.1651611 2.3859820366
+881.652832 13.8097219467
+897.9191895 2.9203219414
+911.4100342 5.0287184715
+915.7102051 5.2736520767
+920.3389893 5.4971532822
+921.8690186 5.4057850838
+923.3126221 3.9351971149
+926.7220459 1.4088196754
+929.3314209 12.2811498642
+932.6827393 2.3795762062
+935.4189453 6.7101330757
+936.6862793 4.2564749718
+939.2545166 1.5598733425
+940.6109619 2.6609416008
+948.4099121 3.2028226852
+953.4987793 3.7389502525
+961.6021729 4.6314783096
+965.2097168 3.8481636047
+967.3043213 1.9377207756
+968.6889648 2.111975193
+976.1888428 3.7794470787
+977.3140869 1.6721279621
+1006.406738 2.9761767387
+1007.349243 3.8521766663
+1008.460083 36.2884025574
+1009.404663 5.0165143013
+1012.447144 2.3700637817
+1019.696411 2.0792233944
+1020.772217 1.838493824
+1022.512085 4.7138776779
+1027.349243 1.9479494095
+1031.585205 4.0934228897
+1032.528198 2.756162405
+1033.275879 2.7445042133
+1036.529175 1.4127519131
+1049.571899 2.522475481
+1050.414185 11.3954658508
+1051.592041 4.6032738686
+1057.279175 2.6843934059
+1058.421143 1.6503667831
+1059.257812 1.4242879152
+1060.230713 2.1828320026
+1061.822876 1.7136393785
+1063.516846 3.9814424515
+1066.063965 2.0405135155
+1079.620361 3.2574248314
+1082.654541 10.5836267471
+1085.204468 3.3455150127
+1087.006348 1.4812884331
+1091.274048 5.1207165718
+1096.709717 2.5776126385
+1098.363159 2.6131637096
+1101.452515 4.8788814545
+1108.459106 2.7990317345
+1112.015625 3.4803919792
+1121.702759 2.1218400002
+1124.312378 1.5416139364
+1126.663208 2.6802403927
+1128.518188 2.6107780933
+1129.311768 3.4821100235
+1136.258789 4.246573925
+1143.654541 6.1753940582
+1152.780518 4.1085863113
+1158.598511 2.3967661858
+1163.487183 1.9606382847
+1164.526733 3.2932925224
+1165.612305 5.4954776764
+1166.810303 2.5265908241
+1170.238403 1.6788372993
+1179.612915 3.8784813881
+1183.827393 9.7021026611
+1184.961182 9.5432033539
+1192.298462 1.9196689129
+1205.601929 6.6874952316
+1207.161133 6.0335149765
+1213.795166 9.069524765
+1214.518066 5.023557663
+1215.617188 1.9424891472
+1231.523193 2.3860442638
+1251.907959 2.1062092781
+1254.884155 3.6300907135
+1260.948853 2.2628498077
+1266.091675 1.5659835339
+1283.804443 2.1883125305
+1284.849365 2.7117731571
+1292.618164 3.4943857193
+1293.849609 3.9091701508
+1302.705444 2.037348032
+1303.73584 1.7485907078
+1305.358521 5.2080016136
+1306.503052 6.8302788734
+1309.985718 4.5631976128
+1310.620239 2.3265168667
+1325.7146 2.8087136745
+1331.753662 1.4589328766
+1337.746338 1.5960136652
+1347.226929 4.0237388611
+1348.856567 1.7574580908
+1349.901855 1.644416213
+1363.582397 1.6633307934
+1364.411499 1.8512606621
+1371.894287 4.8048520088
+1389.952271 1.8137477636
+1491.855835 2.6608996391
+1529.463501 1.5791412592
+1664.459473 4.6033859253
+1683.97998 1.9121853113
+1724.119873 4.7937302589
+1725.276123 1.9317893982
+1725.975342 3.1805717945
+END IONS
+BEGIN IONS
+TITLE=small.37.37. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=37"
+RTINSECONDS=21.8853
+PEPMASS=810.734497070313 105772.0703125
+CHARGE=2+ and 3+ and 4+
+228.1480103 13.8912096024
+231.1439362 16.8919963837
+235.1811676 27.3819503784
+236.1732635 26.0842990875
+238.9692688 14.4755706787
+240.125946 51.060710907
+243.2846375 24.3166065216
+244.6968079 117.6536407471
+245.2971802 461.2192687988
+246.1764832 33.4724845886
+249.0085449 22.507434845
+251.1908875 1340.6929931641
+252.3270111 141.5469665527
+258.2659912 22.2342567444
+260.8583679 93.3724822998
+262.247345 321.1994018555
+263.1517639 83.0024719238
+266.2729187 375.2647399902
+267.3489075 37.4660110474
+268.1401978 38.5094337463
+271.0675659 35.6856231689
+272.3457947 38.7297019958
+273.2172852 119.2417144775
+276.0412292 125.6666793823
+276.7359009 42.9858207703
+279.0878906 43.4974517822
+280.3442078 55.4872627258
+283.2668762 48.1831283569
+290.2818604 2111.1049804688
+291.2597656 227.4685974121
+294.2890015 698.0316772461
+295.2478027 106.0494308472
+301.9655762 19.4423599243
+308.2388 7366.0473632813
+309.2592163 781.6884155273
+310.203064 36.7131309509
+311.3127441 54.0231361389
+316.1654358 76.4889984131
+317.1161499 36.1838417053
+318.2874451 27.2752971649
+319.151062 88.6840057373
+319.7771912 25.5074214935
+320.458252 35.2527046204
+322.2411194 32.0868225098
+323.2131653 24.709148407
+326.1966858 106.344833374
+328.1905823 132.8715057373
+329.1765442 19.6648483276
+332.2033081 99.7161254883
+333.3655396 42.354724884
+334.1258545 34.592880249
+336.6265259 118.8902282715
+337.4405518 137.1025390625
+338.5308838 43.1065979004
+346.4325256 50.4022903442
+350.4356384 60.8453826904
+352.9012146 57.3421669006
+354.6166382 96.0771484375
+355.3358154 18.9094085693
+362.4034119 207.9087677002
+363.5021973 439.8062133789
+364.3082275 1669.037109375
+365.2144165 883.0979003906
+366.1508179 28.73487854
+368.33078 130.2599487305
+369.0619202 36.6667366028
+376.2539062 211.4081726074
+377.4156494 56.2806167603
+379.2651978 961.8323974609
+380.415863 190.7176513672
+381.3498535 262.2866516113
+382.2456055 473.2206115723
+383.4011841 144.8137817383
+386.3247681 49.9596099854
+387.4165649 17.6598320007
+389.447876 22.3906898499
+393.2080078 105.4004821777
+394.5292969 34.6743392944
+396.2722778 1322.7463378906
+397.3897095 368.8935241699
+399.2853394 1827.5166015625
+400.4317627 394.0803527832
+403.5575867 140.4907531738
+404.3595886 180.7539215088
+405.3514404 158.7323760986
+407.2657471 2033.7108154297
+408.4523926 290.9346313477
+409.4301758 71.7661209106
+410.401123 145.2328796387
+411.257019 938.1957397461
+412.2597656 150.6820678711
+414.0907593 159.5295410156
+415.1739502 77.9905319214
+417.5325928 46.6412277222
+421.3289795 3717.4875488281
+422.4140015 599.2224731445
+424.0847778 42.7266197205
+425.453125 122.4234542847
+433.44104 58.7441825867
+435.4522095 19.5153274536
+436.4153442 18.0965747833
+438.2386169 951.969909668
+439.2720947 5350.154296875
+440.3914185 789.2113647461
+443.4359741 26.6195011139
+444.7567139 51.2402801514
+445.4063721 58.9152832031
+447.2656555 43.2012519836
+449.3717651 117.590675354
+450.2848816 333.4251098633
+451.2612305 102.8806991577
+452.3373718 22.1035079956
+454.4755249 23.5877666473
+456.3162537 6072.0107421875
+457.3808594 1108.5762939453
+458.1504517 37.229801178
+460.4553223 86.2935333252
+461.7567749 52.8132743835
+462.3905029 240.3528747559
+464.4358826 42.2034606934
+465.3068237 50.2361907959
+467.1048889 227.9017944336
+468.7701416 28.4173564911
+474.7147827 138.7072906494
+475.3937988 126.5274505615
+476.1982117 68.4793548584
+478.4733276 1725.9620361328
+479.4445801 123.3336334229
+480.5354919 99.5474319458
+481.4630737 429.3359375
+482.4322205 93.1075592041
+483.6058044 79.9742660522
+484.2435303 132.8836212158
+485.3089294 43.4581489563
+489.6302795 169.4717559814
+492.3359375 397.5863647461
+493.4561462 31.8676300049
+496.5603333 32.3553123474
+497.8711548 692.5158691406
+498.49646 178.1313476563
+500.3467407 27.9512176514
+502.3070374 27.8963890076
+503.234375 140.4310760498
+504.5913086 32.3728027344
+505.4126282 25.5783634186
+506.6351929 51.4841461182
+507.5926514 21.1858081818
+509.4330139 1538.4382324219
+510.4212036 1162.3630371094
+511.4846191 134.9586791992
+515.6706543 47.6206130981
+516.4981689 47.4703598022
+517.2322998 15.7484798431
+518.9713135 160.6636352539
+520.2581787 397.3593444824
+521.4438477 187.2863464355
+523.4434814 338.7648010254
+524.5859375 235.6722412109
+525.3359375 80.5378723145
+526.4482422 25.0771350861
+527.1877441 43.7462730408
+530.4954834 45.2418632507
+531.4888916 58.3196868896
+533.5797119 1987.3127441406
+535.4420166 39.9238815308
+536.6169434 81.1957092285
+537.6870117 413.7684326172
+538.4228516 4389.8657226563
+539.390625 1203.7756347656
+540.331665 47.3067474365
+544.1933594 89.8442459106
+546.2869873 20.5416374207
+547.0501709 115.05884552
+549.0177002 134.8761291504
+549.9592285 113.779258728
+551.4534912 346.4711608887
+552.5435791 262.6210327148
+553.6182251 43.4004936218
+555.390625 3977.9814453125
+556.3996582 538.2102661133
+557.1474609 76.8086776733
+560.7067261 52.7878303528
+561.8548584 19.5370445251
+564.531311 55.9734764099
+565.3665771 137.5759277344
+566.4588623 1365.6400146484
+567.5480957 285.4733276367
+568.5292969 15.3207473755
+569.447937 131.3748168945
+570.9509888 83.9685134888
+571.8786621 97.1784820557
+574.0159912 220.5293884277
+575.0140991 80.9999389648
+576.3409424 23.0712833405
+579.8966064 347.7682800293
+581.4661255 308.5121154785
+582.8139648 335.9981384277
+583.4362793 775.0689697266
+584.6517334 120.3206329346
+585.5170898 14.2953939438
+588.7984009 17.5168094635
+591.3956299 216.4422302246
+592.3476562 94.0658416748
+593.5319824 75.7241897583
+595.1472168 23.8075485229
+595.9697876 60.5712623596
+597.9019165 234.6407928467
+599.5236816 28.2525138855
+601.2719727 14.7876758575
+602.4035034 160.8698730469
+603.2802124 362.5530395508
+603.9187012 15.0565748215
+607.4074707 75.7445144653
+609.3928223 3214.0517578125
+610.4111328 686.6463623047
+611.6491699 1568.0153808594
+615.112793 195.8461608887
+615.8927002 44.9310836792
+616.9619141 556.1567382813
+617.6464844 79.1371688843
+618.463501 23.1904430389
+619.9530029 103.3191223145
+620.7529907 45.1304893494
+622.347168 33.855430603
+626.4400024 3551.5595703125
+627.5388184 675.9508056641
+628.9772339 758.7285766602
+629.7052002 137.6947631836
+630.515564 44.4247169495
+635.7757568 26.4022426605
+636.4605713 176.8150634766
+637.4476318 70.9955673218
+638.7270508 15.1772174835
+642.8921509 71.8070297241
+643.6082764 16.3200931549
+644.7432251 32.6050605774
+646.484375 140.3724060059
+647.6437378 87.2590866089
+648.2507324 14.6726493835
+648.9538574 83.3513031006
+649.5874634 16.4721088409
+650.4970703 60.4192619324
+651.7681274 52.5167274475
+652.4776611 124.4153137207
+653.6953125 21.5132389069
+654.6912842 39.823474884
+655.4620361 32.9477119446
+656.7952881 484.6513671875
+657.7394409 3543.1381835938
+658.6077881 548.8182983398
+659.916626 37.912940979
+660.6905518 17.6753406525
+661.3545532 26.265789032
+662.4145508 247.604019165
+663.3013916 365.3190002441
+664.4919434 1346.4965820313
+666.1882324 46998.96875
+667.1953125 785.5537719727
+668.0762939 429.929901123
+669.2141113 230.7806396484
+670.0514526 185.2391967773
+671.3033447 5032.2294921875
+671.9538574 1508.1458740234
+672.9170532 248.3942565918
+673.5742188 234.7118377686
+674.2392578 34.5444374084
+678.0619507 108.3628768921
+680.1376343 161003.734375
+681.4400635 4346.734375
+682.5996094 2478.4753417969
+683.6893311 310.1212768555
+684.7375488 254.8768768311
+685.5610352 105.3298110962
+686.5146484 71.4406433105
+687.3600464 310.8408203125
+688.7300415 1289.3161621094
+689.7320557 252.1501464844
+691.1896973 1860.3326416016
+692.4069824 76.6477050781
+696.2870483 120.9505310059
+697.6019287 437.7376098633
+698.6182861 131.9191741943
+699.6971436 74.5290374756
+700.5223999 48.2675323486
+701.7653198 17.8098106384
+702.4783936 21.7286624908
+703.2596436 47.9261131287
+704.661499 34.1233444214
+705.5233154 330.3409729004
+706.3586426 18.3959522247
+707.5298462 19.6471481323
+709.0233154 133.0669708252
+709.6880493 68.0677108765
+710.4984131 58.8282737732
+713.9188232 2968.1616210938
+714.8173218 1576.4884033203
+715.8302002 66.6877441406
+716.9000854 41.4788589478
+717.6134033 101.1593170166
+719.0581665 325.4141845703
+719.7590332 112.8518829346
+720.46521 78.2820968628
+721.5516968 36.5372619629
+722.7314453 45907.4921875
+723.6448975 616.23828125
+724.404541 222.9025421143
+725.5067139 215.1358337402
+727.7814941 13832.921875
+728.5192871 3147.7055664063
+729.6829834 51.7329559326
+731.0113525 103.4188308716
+733.5950928 17.9614295959
+736.6330566 298265.9375
+737.6070557 3292.2666015625
+738.5841064 556.7426147461
+739.7945557 417.5900878906
+740.7832031 66.2888946533
+741.4543457 138.2883758545
+742.6781006 189.8497924805
+744.2181396 417.3048400879
+745.2614746 244.283782959
+746.0688477 179.0164489746
+747.1290283 231.3843536377
+748.480835 52.7538528442
+749.081543 121.8235702515
+750.6870117 165.1011810303
+751.5830078 100.7774810791
+752.6855469 695.9829711914
+753.8980713 30.5965518951
+755.7993164 800.9843139648
+756.5858154 297.3698120117
+757.6696777 130.9880065918
+758.588501 35.7918319702
+760.1077881 43.6415977478
+762.4194336 23.2147922516
+764.2900391 2274.564453125
+765.4136963 288.1708984375
+766.2498779 169.4617614746
+767.1051025 384.4114685059
+768.362915 132.0133666992
+769.274292 31.1671237946
+770.7449951 69.5170898438
+771.8033447 173.4928741455
+773.2810059 169.161819458
+774.4001465 188.4166870117
+775.3041992 123.1675643921
+776.6102295 188.8894805908
+777.588501 309.1109008789
+778.3215332 549.0601196289
+779.3585205 1312.3884277344
+780.3702393 4376.5483398438
+781.4952393 2338.9956054688
+782.5482178 523.4572753906
+784.329834 127.1314163208
+785.0368652 229.4205932617
+785.9764404 72.6994476318
+788.1882324 52123.1953125
+789.0550537 397.8968200684
+789.7330322 460.1986083984
+790.4630127 342.1746520996
+791.4963379 1460.6037597656
+792.9259033 8921.4404296875
+793.6331787 18812.498046875
+794.6739502 597.6147460938
+795.4804688 1637.2923583984
+796.5574951 600.9594116211
+799.4304199 43.9675712585
+801.821167 20142.005859375
+802.99646 15.7148361206
+803.6844482 22.5191307068
+805.0567627 31.6628684998
+808.6368408 239.6277313232
+809.5119629 25.9935321808
+822.451416 56.5064315796
+825.6456299 66.1323928833
+826.598999 75.9877471924
+827.7897949 22.661863327
+831.4667969 39.2292976379
+848.6644287 29.4657878876
+850.435791 147.0553131104
+851.4764404 72.288230896
+856.5093994 13.9889621735
+860.5928955 25.366350174
+861.6083984 27.06432724
+862.5853271 43.0117416382
+868.1173096 41.432762146
+877.397583 18.9575710297
+878.4490967 24.1235408783
+889.5703125 23.3911876678
+895.6412354 18.3653125763
+901.6948242 21.5534877777
+902.5181885 13.7253389359
+904.21521 15.4666137695
+905.4642334 193.9553527832
+906.5570068 294.2147216797
+907.4990234 187.8286437988
+908.6448975 20.945810318
+909.760498 26.5925178528
+918.4919434 25.6499996185
+920.2945557 49.3427734375
+922.5340576 380.0737915039
+923.4841309 722.012512207
+924.0894775 44.5614471436
+924.7015381 270.7391967773
+925.5725098 89.640045166
+926.5267334 17.6825752258
+927.2541504 14.1059093475
+928.4864502 27.0196495056
+931.6439209 37.2973899841
+932.6158447 43.366771698
+933.4476318 13.6332101822
+934.1113281 29.871843338
+935.4665527 125.9634399414
+936.576416 415.8505859375
+937.7220459 142.2548217773
+940.5250244 689.581237793
+941.439209 199.3004760742
+945.5068359 56.7260360718
+946.6542969 21.503112793
+947.428833 37.0902023315
+948.619873 57.8122062683
+949.505127 148.8288116455
+950.5644531 170.8786010742
+953.3530273 32.569065094
+955.5993652 21.7363739014
+960.868042 63.7212524414
+961.7390137 20.2575435638
+963.6086426 365.4346923828
+964.6739502 88.1205062866
+966.5511475 1133.3653564453
+967.6804199 575.4293823242
+968.7163086 23.7767276764
+971.9060059 17.786108017
+976.6850586 90.2902984619
+977.4995117 464.5316467285
+978.5302734 144.447555542
+979.7971191 16.5375385284
+982.5732422 58.0072555542
+983.5743408 43.8011856079
+994.5128174 13109.677734375
+995.6168213 4771.1220703125
+996.5819092 31.7894573212
+1003.410034 108.6092529297
+1005.026978 17.9720134735
+1006.72876 47.0595474243
+1009.661011 19.9136428833
+1011.456665 49.4386787415
+1012.550659 18.9268989563
+1014.195923 57.6955757141
+1015.484253 21.6647644043
+1019.459229 25.1288204193
+1020.513794 155.4529876709
+1021.608032 135.9368438721
+1028.809937 38.0152511597
+1031.397949 52.9612617493
+1032.496094 71.4401855469
+1034.881104 20.6563568115
+1037.524902 1638.5646972656
+1038.63147 1070.7784423828
+1047.787842 411.7048339844
+1048.549194 714.3565673828
+1049.401367 182.0635528564
+1050.009521 161.8768310547
+1050.687744 39.1075744629
+1054.512207 486.9960632324
+1055.590088 221.5564422607
+1060.778809 73.3830032349
+1063.401855 17.2946777344
+1065.546021 24685.345703125
+1066.577881 10904.3271484375
+1067.557129 134.4300231934
+1068.839966 44.6669120789
+1076.65979 121.2755279541
+1077.641846 113.1315307617
+1078.528564 36.8151016235
+1082.962524 21.6437320709
+1083.812622 39.7070465088
+1085.553345 19.080373764
+1086.241821 17.5774078369
+1092.544678 42.7766876221
+1093.819824 44.2013549805
+1094.560059 566.4008789063
+1095.610352 180.5849914551
+1104.50647 26.9008293152
+1105.392578 106.5173721313
+1107.613281 28.2882652283
+1111.498047 1074.2302246094
+1112.69397 355.7667236328
+1118.584961 73.5619506836
+1119.625977 68.8867950439
+1120.656982 31.2779579163
+1121.747559 17.0548324585
+1122.514526 35.7136573792
+1129.815186 24.2095451355
+1136.610962 3291.6022949219
+1137.677124 1685.5928955078
+1138.775024 42.0216941833
+1143.072754 91.9937820435
+1144.516235 14.7196455002
+1146.526123 442.594543457
+1147.515747 1587.5123291016
+1148.706665 756.5628051758
+1150.114258 33.8890151978
+1157.731445 89.3637619019
+1160.820557 34.992603302
+1161.617188 27.3096046448
+1162.632812 22.5996761322
+1164.617065 55586.89453125
+1165.632202 27369.546875
+1166.625 712.0775756836
+1175.640747 19.0857181549
+1176.873657 206.0828399658
+1177.774048 101.6881484985
+1178.475952 107.7202606201
+1179.61499 25.3593120575
+1181.632812 1895.1322021484
+1182.628174 767.981628418
+1190.748413 29.7655715942
+1193.628906 807.1120605469
+1194.790039 364.1477966309
+1195.657715 27.153553009
+1197.575806 46.9184761047
+1199.468872 32.3734359741
+1203.49353 288.6723632813
+1204.756592 409.8033447266
+1205.621704 317.3996276855
+1206.839233 79.6072998047
+1207.635742 348.6580200195
+1208.629883 132.56300354
+1218.46106 35.9993476868
+1221.623535 24418.3515625
+1222.610352 13214.2109375
+1223.656372 385.4161987305
+1224.61377 601.1659545898
+1225.574707 300.091003418
+1237.217163 30.0089378357
+1238.732056 308.0896606445
+1239.769897 215.4512786865
+1240.826294 104.716468811
+1246.564087 16.3613891602
+1250.672119 120.0978164673
+1260.727173 28.2445468903
+1262.425537 46.2912406921
+1270.772217 45.6584014893
+1282.061646 15.8447885513
+1289.666016 54.2524871826
+1295.697632 23.3247146606
+1301.615356 20.1972484589
+1308.851807 27.9999847412
+1310.162476 30.1775894165
+1314.850952 54.4718856812
+1316.304565 25.8948554993
+1321.405396 55.0615997314
+1331.03064 39.8981285095
+1341.550171 326.8678588867
+1342.72583 120.1716690063
+1346.407471 13.9061584473
+1356.779541 28.1876754761
+1358.692993 3712.7578125
+1359.654297 2484.4467773438
+1360.293945 17.8922233582
+1375.792969 43.0716247559
+1376.752197 44.4086151123
+1380.827515 67.9931869507
+1391.390747 15.8072319031
+1408.454468 40.2976036072
+1417.271606 15.7162160873
+1438.88269 78.9309082031
+1455.295776 75.0400314331
+1471.738037 52.3781814575
+1472.759888 32.6018218994
+1503.574341 16.741815567
+END IONS
+BEGIN IONS
+TITLE=small.38.38. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=38"
+RTINSECONDS=22.5947
+PEPMASS=837.346435546875 44373.89453125
+CHARGE=2+ and 3+ and 4+
+234.0889435 16.2530288696
+236.2792969 17.399433136
+237.3091278 28.2876434326
+238.2192383 23.143611908
+243.2301178 101.686630249
+244.1512756 89.2378768921
+245.2760468 94.768447876
+246.1706543 9.958070755
+247.5573425 17.1018238068
+249.183136 122.7435302734
+250.1990204 10.799747467
+252.2172241 22.5542697906
+253.2797089 67.2992248535
+254.2299194 271.3991394043
+255.2513885 60.2273483276
+256.3268433 19.5988693237
+257.2838745 39.2872238159
+258.3447571 8.768201828
+261.101593 1473.3492431641
+262.2647705 212.0046844482
+263.4212036 22.632232666
+265.1562195 289.0077514648
+266.1917419 34.3037796021
+269.3673096 12.968670845
+270.2390747 23.906414032
+271.311554 62.7260246277
+272.3433838 50.9481544495
+273.3841858 26.8501091003
+276.133667 353.0499267578
+277.1601562 128.225479126
+278.3179626 72.7775268555
+279.3484497 111.4000854492
+280.2896423 47.346282959
+281.0541992 12.7510738373
+282.2303162 31.34973526
+283.3112793 14.8865070343
+284.111969 14.0545520782
+285.3058777 35.0192832947
+286.2078857 54.5617713928
+290.4353638 13.0527772903
+291.1779785 26.518699646
+293.1383362 2413.4921875
+294.2260132 385.6142578125
+295.2723389 57.2039299011
+296.3161011 66.349609375
+297.2481689 13.6784296036
+298.6848755 17.0949783325
+300.6027832 48.3212127686
+301.3259277 34.8640632629
+302.3638611 13.4451189041
+304.4739075 53.6943893433
+305.2732544 21.4416847229
+305.9824219 40.0253944397
+307.4003601 7.8857145309
+308.5254211 27.9720020294
+310.2723999 16.3508033752
+311.3884277 41.1869430542
+313.1253052 76.1889877319
+314.4570312 11.1207942963
+315.3967285 12.8992261887
+316.3338623 13.9510345459
+318.3282471 112.0407867432
+319.1876221 316.3040161133
+320.2969666 58.6995277405
+321.5322571 60.0643539429
+322.3512573 28.7235774994
+323.2645264 37.0684776306
+325.263092 30.6955699921
+326.8851013 348.965057373
+327.7966003 64.5022583008
+329.71521 40.0332984924
+330.3326111 46.189704895
+331.3981323 22.1789550781
+332.2720032 16.9315662384
+333.3800354 80.8274993896
+334.2853394 66.5631027222
+336.1360474 266.4349060059
+337.24823 1393.3725585938
+338.2808838 324.1817932129
+339.3572693 71.0121765137
+340.298584 56.2993545532
+341.3276367 16.7002601624
+342.3742065 58.0317993164
+343.3529968 25.6790103912
+344.2331238 221.5765075684
+345.1465149 177.819732666
+346.2737732 134.030670166
+347.2818909 86.643157959
+348.2442017 107.0778198242
+349.3666382 50.376285553
+350.4335327 138.549987793
+351.4031982 111.5700759888
+352.3467102 45.3664093018
+354.3391113 144.0663146973
+355.336853 341.4952087402
+356.3181152 96.4888916016
+357.2635193 52.0262298584
+358.1259766 62.7891654968
+358.8517761 40.8666229248
+360.2379456 339.2656860352
+361.2142944 97.1558990479
+362.2387085 305.9703979492
+363.2493286 50.2408332825
+364.2672424 48.2038955688
+365.2918701 154.0169067383
+365.9254456 59.3292312622
+366.5872803 30.6666278839
+368.2960815 811.6067504883
+369.2660522 238.4870300293
+370.2508545 154.6426544189
+371.5354004 94.5474624634
+372.328064 114.3931503296
+373.4978638 118.7517242432
+374.2547607 1307.3702392578
+375.326355 292.2446899414
+376.3885498 182.9719848633
+377.4688721 138.5226135254
+378.6105957 139.6133270264
+379.3305664 127.3594207764
+380.2006226 18.939414978
+381.5171509 17.1827735901
+382.6127319 228.0416412354
+383.6641235 243.2135009766
+384.5570679 69.687461853
+386.0255127 105.1775665283
+388.1375732 767.4471435547
+389.2617188 871.9625854492
+390.3216553 265.9675598145
+391.5032043 295.6757507324
+392.4336853 282.4479980469
+393.3462524 764.5498046875
+394.381897 279.9746398926
+395.5795898 23.3627071381
+396.4224854 75.0152130127
+397.3895569 18.2993183136
+399.2575684 140.2364959717
+400.5021667 210.3156433105
+401.4917297 102.8980636597
+402.7142334 29.4859886169
+404.9252319 76.5282974243
+405.5517273 36.9830513
+406.5457458 138.9960632324
+407.2414551 1194.1340332031
+408.3550415 476.015625
+409.199585 171.8482208252
+410.398468 337.7335205078
+411.3344727 413.4884643555
+412.4907532 103.5324478149
+413.6248779 78.933380127
+414.5693665 56.2357559204
+415.4059448 11.3453226089
+416.7275085 72.7620239258
+417.5123901 173.7266540527
+418.3081055 111.5836105347
+419.4277954 58.8868179321
+420.4328613 30.8725967407
+421.3859253 167.8977355957
+422.3995972 89.4505691528
+423.757019 58.8834114075
+424.6983643 8.9387073517
+425.3400879 185.1233825684
+425.9979248 210.470489502
+426.6963501 79.137802124
+427.8634644 69.8451385498
+429.8217773 68.8965606689
+431.5175781 128.6952209473
+432.4266357 60.9266433716
+433.5124512 65.846244812
+434.4824829 792.2224731445
+435.7075195 179.8396453857
+436.5792236 49.7447853088
+437.4296875 30.4697914124
+438.503479 93.1642913818
+439.1600342 166.1004486084
+440.2553101 173.8288574219
+441.1878662 47.7198524475
+442.809082 444.7992858887
+443.5744019 130.1559906006
+444.5820923 23.5455513
+445.6368408 46.8096809387
+446.3603821 31.3516731262
+447.231781 187.3021240234
+447.9264526 309.7003173828
+448.5298462 719.7335205078
+449.7012329 221.724609375
+451.1785278 83.9864654541
+452.1359863 34.0855445862
+453.2666321 103.7484130859
+454.369751 52.0328216553
+455.564209 150.179107666
+456.2869568 227.1291046143
+456.901886 488.1810302734
+457.9205933 1273.3446044922
+459.3222046 95.3366012573
+460.3703003 46.9865226746
+461.5008545 140.5955505371
+462.4745789 54.2620658875
+463.7200317 139.4420471191
+464.604187 113.0402374268
+465.7866821 1427.1236572266
+466.6565857 280.4520263672
+467.492218 43.6685409546
+468.5231323 100.8762207031
+469.7147217 144.191116333
+470.6036377 13.9648685455
+471.2797852 76.9907073975
+472.4951782 138.6392822266
+473.4742432 188.089263916
+474.4766235 98.6762619019
+475.3783875 86.9194641113
+476.0822144 71.5807571411
+477.1419983 32.0833473206
+478.1159058 51.2108383179
+479.3277588 175.7752075195
+480.5820312 82.2646331787
+481.3471375 84.8876953125
+482.3973694 588.5518188477
+483.2624512 273.5405578613
+484.3287354 72.1882019043
+485.4536743 84.8931121826
+486.633606 94.9686737061
+487.4480591 310.9774169922
+488.410553 163.7753448486
+489.2275696 222.5439453125
+490.7116394 754.6959228516
+491.5029297 359.8717956543
+492.2574463 363.8765869141
+493.0635071 104.3120880127
+495.0970154 89.2823028564
+496.387207 816.0004272461
+497.5730286 206.4214477539
+499.3612366 995.2521972656
+500.1893311 1209.2646484375
+501.3403931 295.170501709
+502.4818726 323.9652709961
+503.7817078 307.62109375
+504.4220276 223.285949707
+505.2496033 2661.1176757813
+506.3321533 519.8902587891
+507.5423889 422.5955810547
+508.4928284 122.307800293
+509.3200989 81.0893707275
+510.3774719 35.6338653564
+512.6983643 259.366394043
+513.4047852 1716.3603515625
+514.1950684 2265.1225585938
+515.2531738 166.2907714844
+516.1746216 176.5910644531
+517.1582642 726.611328125
+518.3223877 891.3071289063
+519.2230225 237.2001800537
+520.1837158 67.5101547241
+522.2356567 9479.3203125
+523.1245728 2387.6740722656
+524.40625 137.0953521729
+525.3582153 166.1585693359
+526.543335 178.5007171631
+527.5166016 96.3897247314
+528.2052002 125.720664978
+528.8790283 16.8178157806
+530.2962646 467.4301757813
+531.4857178 434.1203613281
+532.5557861 143.2933959961
+533.7554932 97.3577880859
+534.7399292 228.6434326172
+535.5565186 159.3411865234
+536.5175781 12.6343107224
+537.7593994 152.6527404785
+538.559082 343.5985717773
+539.5950928 93.4612045288
+540.7601929 128.4750061035
+542.0587769 128.4871520996
+542.7114868 52.8369598389
+543.4239502 30.2967720032
+544.4354248 67.7820968628
+545.5727539 178.1798400879
+546.5153809 285.2656555176
+547.3319092 425.8667602539
+548.4789429 1008.1668701172
+549.4578857 413.3444213867
+550.3931885 112.3017349243
+551.406311 21.475687027
+552.703125 160.1442871094
+553.3679199 399.6072998047
+554.1539307 296.492401123
+555.4381104 602.7619628906
+556.3166504 288.4558410645
+557.0582275 193.5496520996
+558.1142578 346.8781738281
+559.2270508 331.182800293
+560.7768555 369.1432495117
+561.8153687 1540.7591552734
+562.6135864 1692.0693359375
+564.1132812 1458.2619628906
+565.2734375 239.1117858887
+566.1072998 17.189283371
+566.7315674 98.1366195679
+568.1334839 804.5863647461
+569.298584 434.6939697266
+570.7565918 16858.4140625
+572.5537109 176.4624938965
+573.6265869 78.5418777466
+574.8646851 141.2700653076
+576.3744507 2203.3259277344
+577.0653076 1287.1633300781
+578.9992065 25933.69921875
+579.6157837 15968.13671875
+580.5919189 159.5814666748
+581.5524292 147.974899292
+582.3039551 150.8287658691
+583.4645996 1059.3706054688
+585.1102295 9806.310546875
+586.2181396 938.393371582
+587.3370972 146.688949585
+588.4450684 27.1015510559
+589.8919067 176.765411377
+590.6357422 118.7414398193
+591.5286865 105.7073516846
+592.3249512 58.8321723938
+592.9870605 21.8533706665
+593.7825928 648.1463623047
+594.4954834 528.1607055664
+595.1611328 292.1897888184
+596.0809326 84.2616119385
+597.2710571 167.9323120117
+598.3942871 136.7983093262
+599.2741089 28.4474849701
+600.4411011 164.0109558105
+601.6599121 153.003692627
+602.6237183 265.7891540527
+603.4951172 608.9748535156
+604.7300415 230.0094909668
+605.5794678 36.5459022522
+606.8009644 125.315322876
+607.7474365 213.7332763672
+608.8115234 130.7435913086
+609.597229 224.8983459473
+610.6329346 531.7392578125
+611.7163086 398.461730957
+613.1005859 517.3999023438
+613.9575195 444.9905395508
+615.3065796 195.7139282227
+616.3612061 378.2553100586
+617.1551514 476.8579711914
+618.3847656 460.9596252441
+619.4406738 494.4331665039
+620.7424316 139.5285949707
+621.5496826 74.3667984009
+622.4227295 51.0980606079
+623.3684082 120.4878997803
+624.9310303 498.030456543
+625.7755737 1142.6352539063
+626.7538452 1170.5874023438
+627.7995605 214.0730743408
+628.6265259 649.5396728516
+629.6444092 121.895111084
+630.5084839 194.3731994629
+631.3049316 370.095703125
+632.3670654 231.3636169434
+633.3106689 671.0145874023
+634.3830566 616.9916992188
+635.2946777 1790.4916992188
+636.5026855 524.6366577148
+637.4985352 410.1621704102
+638.4584961 150.7776184082
+639.2528076 92.5953140259
+640.0394287 100.1576309204
+641.4710693 189.8380889893
+642.3292236 853.6494140625
+643.4442139 2863.794921875
+644.3710938 1594.744140625
+645.5314941 498.7106018066
+646.4381104 207.7555084229
+647.5646973 15.4130973816
+648.4864502 146.9723815918
+649.1018066 264.6974182129
+650.0899048 101.0894317627
+651.1677246 624.6741943359
+652.2869873 675.08203125
+653.4694824 830.732421875
+654.4588623 356.2044372559
+655.7189331 86.5325393677
+656.5487061 190.2635192871
+657.7852783 57.3428726196
+658.6020508 35.6347770691
+659.4067383 63.6955947876
+660.21875 235.8709106445
+661.5297241 7957.4555664063
+662.559021 2703.9565429688
+663.4219971 396.2236328125
+664.5645752 40.5087051392
+665.3719482 99.892616272
+666.1505127 12.3646459579
+667.5059204 109.135887146
+668.692627 376.080291748
+670.432251 617.6875
+671.4725952 603.3871459961
+672.6705322 219.7134552002
+673.7279663 44.6370010376
+674.8150635 76.3852157593
+675.5386963 187.6082305908
+676.2255859 245.5972747803
+677.1263428 234.9169921875
+678.1499023 200.6105804443
+679.8887939 413.7041931152
+680.5412598 530.0286254883
+681.5297852 209.7337036133
+682.3758545 19.9053001404
+683.8626709 661.2125244141
+684.6051636 669.7462158203
+685.7217407 609.0317382813
+686.6331787 200.544052124
+687.5292969 300.3655700684
+688.602417 347.6094360352
+689.6141968 365.4304199219
+690.7025146 122.3484725952
+692.4393921 1317.6072998047
+693.2301025 2216.990234375
+694.1286621 1033.6209716797
+695.2964478 318.5643310547
+696.3642578 92.0913085938
+697.8666992 1248.2668457031
+698.4851074 1038.4091796875
+699.236084 610.2543334961
+700.9261475 2396.4877929688
+701.6954346 2349.7641601563
+702.8238525 167.1690063477
+703.6990967 70.4266967773
+704.3676758 196.1095428467
+705.1323242 180.0894775391
+706.3323975 1859.2850341797
+706.9960327 2260.7026367188
+707.6877441 1660.7358398438
+708.7478027 309.6216125488
+709.5898438 147.8927154541
+710.2817383 54.6501579285
+711.2779541 40.3510437012
+712.503418 66.8335494995
+713.5898438 349.9738769531
+714.9625244 4248.6572265625
+715.6682129 4369.6655273438
+716.7362061 1478.2331542969
+717.8083496 362.4448547363
+718.9753418 198.6455688477
+719.8500977 248.1166687012
+720.894104 119.1559448242
+721.7232666 105.1686477661
+722.7322998 198.819732666
+724.2781982 8448.408203125
+725.1937866 2618.4504394531
+726.2057495 397.8979797363
+727.7963867 864.3847045898
+728.6635742 236.7860565186
+729.9399414 246.3087615967
+730.7520142 177.6125793457
+731.7991943 185.2180328369
+732.833252 594.5447998047
+733.7681885 101.3279571533
+734.5604248 47.6393661499
+735.2731934 43.4040794373
+736.6685791 1840.9750976563
+737.7756348 301.8461914063
+738.5860596 661.1833496094
+739.6853027 447.3944702148
+740.7531738 2068.8029785156
+741.6899414 3019.6376953125
+742.5592041 1394.2172851563
+743.4744873 476.5185852051
+744.463501 35.4925193787
+745.4307861 172.8328552246
+746.3255615 324.2993164063
+747.4509277 224.2102966309
+749.3085938 8204.921875
+750.3613281 3165.1176757813
+751.1583252 1309.3999023438
+752.1346436 90.0284576416
+754.3792725 1487.5419921875
+755.2764893 1378.6853027344
+756.4715576 498.5527648926
+757.791626 23750.33203125
+758.6280518 3035.6745605469
+759.5131836 648.0761108398
+760.18396 381.5818481445
+761.0151367 23.7382221222
+762.4364014 373.431640625
+763.0380859 2475.9045410156
+763.7408447 3823.6262207031
+764.6817627 683.4602050781
+765.7521973 276.2050476074
+766.5518799 1046.0241699219
+767.5080566 808.4943847656
+768.4815674 343.4509887695
+769.1595459 39.5195045471
+769.7850342 101.1722259521
+771.8115234 14300.4638671875
+772.6882324 7448.146484375
+773.9051514 183.1345825195
+774.8572998 70.0543136597
+775.701416 238.8386535645
+776.8028564 442.625
+777.5872803 433.110534668
+778.513916 272.7795410156
+780.5567627 43208.48828125
+781.1920166 40678.05078125
+782.4064941 375.0251464844
+783.425415 480.6850585938
+784.5775146 2202.8852539063
+785.6346436 803.7861328125
+786.7011719 233.0722198486
+787.5253906 65.5896987915
+788.7436523 380.6271972656
+789.6279297 170.4033660889
+790.3272705 105.0245895386
+791.5721436 87.8095855713
+793.2301025 1586.3178710938
+794.1199951 292.4273071289
+794.9890137 269.5014038086
+796.3309326 124.5807647705
+797.392334 281.5429077148
+798.3951416 1392.6712646484
+799.2666016 824.0695800781
+800.6478271 505.5631103516
+801.5681152 751.1921386719
+802.5957031 337.841796875
+803.5535889 140.0087280273
+804.9573975 169.8690948486
+806.0404053 1437.0854492188
+807.2163086 7053.796875
+808.1531982 1825.6848144531
+809.4595947 238.6774291992
+810.8056641 653.2864379883
+811.7062988 977.9455566406
+812.5928955 139.436920166
+813.3892822 47.7774848938
+814.3997803 2432.974609375
+815.1878662 1378.2860107422
+816.0775146 3136.1574707031
+816.7320557 2917.5998535156
+817.6555176 454.2880554199
+818.5946045 295.6268310547
+819.9281006 9970.375
+820.7044678 4826.5791015625
+822.2142334 304.0486450195
+823.3759766 63.1951522827
+825.0845947 59.6914367676
+825.8105469 204.863494873
+826.7381592 438.7472839355
+828.6298828 33509.63671875
+829.5909424 2244.5563964844
+830.385498 6.6725893021
+831.3966064 23.678396225
+832.2382812 24.8087062836
+838.4995117 38.2017059326
+839.4841309 108.5572509766
+840.5594482 11.909907341
+841.2728271 13.6959142685
+842.5698242 9.1135625839
+844.8206787 19.1734428406
+845.6279297 22.4661102295
+848.5980225 38.351184845
+849.6005859 238.8534851074
+850.465332 311.8129577637
+851.6203613 114.7458190918
+852.6619873 111.1414489746
+853.5981445 206.5926208496
+854.6131592 1930.6558837891
+855.5565186 941.4075927734
+856.5198975 349.8695068359
+857.6312256 127.9512634277
+858.6107178 89.9719696045
+859.9815674 77.8252716064
+860.6520996 31.3100013733
+861.5345459 150.5068054199
+862.3903809 100.6832427979
+863.5302734 81.78175354
+864.4521484 140.5319213867
+865.5533447 86.6915512085
+866.642334 243.1947479248
+867.5336914 156.8301086426
+868.7008057 278.8931884766
+869.6179199 951.748840332
+870.6004639 568.1122436523
+871.8719482 258.5115966797
+872.6029053 2215.5412597656
+873.6085205 1273.5064697266
+874.4223633 266.8619995117
+875.0616455 8.6658401489
+875.6943359 75.2504501343
+876.8757324 40.7381324768
+877.9024658 128.1382751465
+878.5963135 314.0501403809
+879.6734619 405.9682922363
+880.5578613 505.225402832
+881.4425049 230.628036499
+882.3518066 164.8783569336
+884.6481934 65.760887146
+885.5819092 57.0232009888
+887.6286621 43.4761352539
+889.5133057 41.2757797241
+890.5090332 16.955532074
+891.6514893 20.0768566132
+892.4516602 27.6968288422
+894.6967773 1220.8937988281
+895.6152344 1085.5493164063
+896.9593506 1157.9609375
+897.6102295 11739.2822265625
+898.5738525 5709.4487304688
+899.6409912 1379.2012939453
+900.6047363 45.977355957
+901.4898682 20.8462123871
+902.5128174 52.2988815308
+903.8551025 28.4156799316
+904.6074219 36.4812049866
+905.5961914 68.2473373413
+906.6328125 20.1794891357
+907.9263916 36.3484153748
+909.0273438 28.4359741211
+909.6759033 85.2515869141
+910.6142578 54.2925643921
+912.53125 519.9406738281
+913.6987305 215.7432250977
+914.647583 4436.1557617188
+915.6113281 2572.4973144531
+916.6573486 556.2379150391
+917.4924316 6.9880175591
+918.4350586 14.2305555344
+921.4315186 36.5468215942
+922.6872559 35.4534797668
+923.4597168 59.966506958
+924.4355469 36.440826416
+925.4992676 29.0669212341
+926.4241943 29.3189983368
+927.6577148 54.4191818237
+928.5546875 64.4998168945
+929.5133057 14.3279476166
+930.543335 21.490190506
+932.4237061 19.0505447388
+933.4782715 24.1857013702
+934.5628662 61.0274887085
+936.0043945 53.9951782227
+936.7186279 12.3824262619
+937.7072754 115.8113708496
+938.6663818 79.9541015625
+939.7110596 7.4621200562
+940.6729736 114.9376525879
+941.5201416 9.7164516449
+943.7568359 11.9211559296
+945.8670654 39.5417709351
+946.7088623 29.0459365845
+947.652832 57.3818664551
+949.6508789 9.3637228012
+950.4768066 34.3367156982
+951.5648193 71.5941619873
+952.4923096 87.6119918823
+953.579834 106.8951263428
+954.6026611 381.906463623
+955.6030273 204.8358459473
+956.4924316 6.8461265564
+959.3082275 49.2299613953
+960.5897217 17.8189029694
+961.5612793 43.050819397
+962.6595459 16.6182632446
+963.6783447 189.3590087891
+964.8587646 119.5205841064
+965.8829346 50.3719787598
+966.6627197 110.1015167236
+967.569458 103.9057693481
+968.5999756 98.2192840576
+969.581543 185.7278900146
+970.5020752 693.5463256836
+971.6536865 154.7432250977
+972.6629639 49.7183570862
+973.5725098 10.710735321
+974.6793213 121.6219558716
+975.555542 101.7407684326
+976.4630127 128.4818878174
+977.5949707 43.4780349731
+978.5737305 159.143157959
+979.5806885 167.3419342041
+980.6873779 300.8451538086
+981.6402588 133.8415527344
+982.6568604 401.2583618164
+983.8768311 426.8171386719
+984.7242432 857.6748657227
+985.630249 351.3572692871
+986.6206055 118.4129867554
+989.3920898 23.825378418
+990.6905518 143.6714172363
+991.5909424 420.3285522461
+992.5054932 328.4949951172
+993.4797363 111.902961731
+994.4682617 345.8013916016
+995.5446777 1114.0341796875
+996.5539551 1597.4100341797
+997.5507812 719.9399414063
+998.6999512 207.102432251
+999.703125 61.5901985168
+1000.626709 176.6089019775
+1001.776001 122.748046875
+1002.756592 48.748298645
+1003.521362 11.2400627136
+1004.394165 27.7544193268
+1006.442993 46.32371521
+1007.554321 399.2369995117
+1008.64917 1585.6435546875
+1009.639648 624.6618652344
+1010.759766 124.6528778076
+1011.884644 458.929901123
+1012.576782 4565.607421875
+1013.537964 2272.046875
+1014.529297 472.2649841309
+1015.766235 57.9532585144
+1016.70166 27.5055160522
+1017.469116 9.724817276
+1019.61084 71.0299835205
+1020.575562 110.2686538696
+1021.701782 60.3528137207
+1022.463623 77.3248748779
+1023.752197 38.9830093384
+1024.613159 229.275177002
+1025.687622 1814.6962890625
+1026.680054 1230.4631347656
+1027.688965 378.3241577148
+1029.548706 899.9031982422
+1030.609863 436.372467041
+1031.748413 98.3332443237
+1032.721313 8.288225174
+1033.664917 15.5071086884
+1034.67041 35.4221687317
+1035.519409 28.6738090515
+1036.628662 48.6821327209
+1037.887695 93.7300262451
+1038.595093 108.931350708
+1039.776489 38.1247177124
+1041.069458 13.1146087646
+1041.995728 60.2770729065
+1042.773438 118.324760437
+1043.80481 154.4664764404
+1044.837402 41.3372497559
+1046.672729 7.5301175117
+1047.5979 43.2872238159
+1048.556885 6.7428708076
+1049.30188 10.2097253799
+1051.677124 26.2850914001
+1052.476196 13.037399292
+1053.845093 47.5784721375
+1054.820923 112.804397583
+1055.664429 40.6980781555
+1056.327271 40.8925094604
+1057.106079 30.0648288727
+1058.609985 35.1449279785
+1059.873169 23.8338127136
+1060.584229 12.6904249191
+1063.282349 10.7122573853
+1063.909302 19.0877075195
+1064.589478 50.5622406006
+1065.554199 15.0917167664
+1066.619629 53.0927848816
+1068.711548 59.9926719666
+1069.708984 16.4835853577
+1070.733643 7.8944783211
+1072.565674 48.0338249207
+1073.548462 186.9635772705
+1074.508789 192.337097168
+1075.679932 48.6502838135
+1076.727905 14.3848218918
+1078.698608 14.250825882
+1079.850708 47.020980835
+1080.51355 44.0414657593
+1081.117065 34.2098007202
+1082.317993 74.4186477661
+1083.670776 97.2247161865
+1084.647217 67.9545516968
+1085.416748 16.409330368
+1088.456787 45.9299278259
+1089.699219 33.7875976563
+1090.6521 214.0207824707
+1091.552856 384.8198852539
+1092.595947 212.2780914307
+1093.823975 107.0292053223
+1094.834229 59.1363334656
+1095.891113 71.1010818481
+1096.653076 187.0176849365
+1097.71875 152.1113586426
+1098.553955 22.0590763092
+1099.348633 34.6953163147
+1102.748535 6.7950735092
+1103.595703 53.1932525635
+1104.916748 51.8221206665
+1105.741821 105.9269790649
+1106.651611 249.5882263184
+1107.583008 156.1814117432
+1108.674072 675.2879638672
+1109.624756 793.2453613281
+1110.655762 356.8908691406
+1111.68689 64.7484970093
+1112.610596 52.63438797
+1114.019165 41.3843154907
+1114.925537 106.1515197754
+1115.971191 147.1011352539
+1117.508057 294.8889160156
+1118.676392 81.6558532715
+1119.778564 26.992017746
+1120.852295 117.1744384766
+1121.66333 189.303894043
+1122.722412 714.5368652344
+1123.65979 754.7989501953
+1124.688232 327.4010620117
+1126.549072 3808.7548828125
+1127.658447 2436.83984375
+1128.731567 349.7704162598
+1130.224609 163.1735076904
+1131.338501 44.5615234375
+1132.555786 100.8689041138
+1133.710571 263.1729125977
+1134.602905 1139.9105224609
+1135.63916 797.9387817383
+1136.617432 189.9716033936
+1137.773804 305.7724609375
+1138.595581 183.9865875244
+1139.741333 1660.1140136719
+1140.775879 814.5839233398
+1141.700806 264.060546875
+1142.496704 23.9221630096
+1143.392822 8.8625822067
+1144.52356 13.6889066696
+1147.517822 26.4771308899
+1149.198853 74.2012481689
+1150.122925 72.3093566895
+1150.945435 231.7214202881
+1151.60437 2374.6591796875
+1152.662964 1731.4708251953
+1153.699219 589.10546875
+1154.422852 39.8636360168
+1155.519775 45.6087493896
+1156.701782 159.9292602539
+1157.717285 112.3180999756
+1158.665161 47.2993965149
+1161.719849 36.2834358215
+1162.770386 13.4369153976
+1163.43811 22.8642978668
+1164.633545 6.9373874664
+1166.623413 16.0466060638
+1168.620605 3126.701171875
+1169.656738 2177.0021972656
+1170.650513 711.1051025391
+1171.776489 55.1570243835
+1172.795776 12.6296110153
+1175.69458 37.0968894958
+1176.804932 27.7635593414
+1177.946289 38.0699462891
+1178.975464 8.4842739105
+1179.632446 23.6659851074
+1181.722656 48.1038360596
+1182.605469 31.8387107849
+1185.322998 14.0666437149
+1186.561646 91.2088699341
+1187.636353 41.3284645081
+1188.533936 21.2485961914
+1189.837891 28.2648048401
+1192.034668 21.624168396
+1192.874023 11.3230686188
+1194.011475 33.4368667603
+1194.813721 74.8744125366
+1195.810669 39.5758666992
+1196.69043 19.7077102661
+1197.694702 29.8389396667
+1198.495728 29.4056053162
+1199.540771 14.8766994476
+1200.42395 9.4546279907
+1202.950073 19.4391307831
+1204.071899 26.3298835754
+1204.912109 15.9041719437
+1205.768555 32.5333213806
+1208.127563 40.3348770142
+1208.912964 37.5621414185
+1209.723877 7.4857172966
+1211.382202 20.9628200531
+1213.783447 23.8076953888
+1216.018555 8.8988895416
+1216.910767 16.9883384705
+1217.570068 17.3630123138
+1218.602173 30.4046173096
+1219.46936 51.8404045105
+1220.743286 58.8522338867
+1221.76123 66.5994110107
+1222.818237 83.638420105
+1224.006226 63.4702911377
+1224.884277 33.452747345
+1225.845947 97.3361129761
+1226.660767 81.1329345703
+1227.60144 68.5201263428
+1228.570312 17.1051273346
+1229.595215 13.7006254196
+1230.695068 11.981221199
+1231.856689 30.5208530426
+1233.753296 38.9460639954
+1234.559692 80.6999282837
+1235.643555 97.8168869019
+1236.750488 62.2823867798
+1238.080322 27.0761966705
+1239.783813 145.7684020996
+1240.755127 184.1488037109
+1241.89917 82.7143173218
+1244.670044 28.0675468445
+1245.630005 144.3835296631
+1246.738037 65.1871948242
+1247.802979 50.4593734741
+1248.616577 126.4495773315
+1249.792725 93.7507171631
+1250.760864 81.5186004639
+1251.788696 282.9327087402
+1252.640259 141.9467468262
+1253.73645 26.4776725769
+1254.805542 24.1400642395
+1255.949951 28.5289878845
+1256.680908 18.9419403076
+1257.761475 9.9415845871
+1258.809204 13.2304239273
+1262.695435 30.1714496613
+1264.743042 139.2145233154
+1265.744873 178.7368774414
+1266.756592 102.482635498
+1268.165527 42.7194709778
+1268.814697 456.8314208984
+1269.722046 274.5441894531
+1270.72583 75.4104690552
+1271.723389 29.0102977753
+1272.646484 63.02891922
+1273.811157 28.7126655579
+1276.93335 8.545671463
+1278.80249 26.6383934021
+1279.907715 70.7626800537
+1280.859497 36.0210838318
+1282.08667 45.5071868896
+1282.808838 148.7758178711
+1283.798462 75.4591293335
+1284.656494 52.4107284546
+1285.81543 32.2309265137
+1286.786865 49.8783111572
+1288.579224 79.8014602661
+1289.377686 22.3304157257
+1290.440552 36.4781761169
+1291.808716 24.1468238831
+1292.585327 12.0861530304
+1294.674438 7.8664984703
+1296.158569 15.1903543472
+1300.275024 13.3889980316
+1300.904785 8.7091560364
+1301.661743 27.8910560608
+1305.7771 11.1758527756
+1307.413818 19.5978488922
+1310.681152 11.7400712967
+1311.908691 23.7777004242
+1312.763062 11.225481987
+1314.637573 34.6092910767
+1316.111572 20.9422492981
+1319.74939 15.4798183441
+1323.772583 8.227637291
+1325.85498 37.2144241333
+1335.286621 62.1247787476
+1336.042603 6.8133354187
+1340.80896 17.0392189026
+1341.822998 12.3497514725
+1342.754028 17.0052566528
+1343.693726 23.7671432495
+1345.102905 16.4392566681
+1350.716919 24.1173801422
+1351.81897 47.6079330444
+1352.621216 43.6870002747
+1353.641968 31.6816711426
+1354.621094 7.5941414833
+1356.851807 6.9441366196
+1358.521606 18.3864765167
+1359.398682 10.5237493515
+1360.722534 15.8489341736
+1361.693481 22.2687339783
+1364.008911 7.9585342407
+1365.452637 14.7629261017
+1366.873779 124.5592498779
+1367.823975 112.4667510986
+1368.846069 72.7318954468
+1369.850464 34.0722885132
+1370.747925 47.4194488525
+1371.876709 18.4835910797
+1376.755005 52.1321487427
+1377.665771 64.5735549927
+1378.715576 151.4219360352
+1379.708496 26.7208709717
+1381.717896 19.6413154602
+1383.78772 75.3053131104
+1384.801392 181.0491333008
+1386.007568 103.8858108521
+1386.827271 69.9148178101
+1387.862671 11.4876689911
+1394.631714 968.3504638672
+1395.675171 728.303527832
+1396.761841 211.3618927002
+1397.943115 14.6578922272
+1401.687256 130.2391662598
+1402.694458 151.1618347168
+1403.799194 75.6654052734
+1404.925293 13.0849103928
+1405.783691 14.1959552765
+1411.064819 89.0179138184
+1411.74646 472.6491699219
+1412.761841 509.1305541992
+1413.785034 158.7152709961
+1414.645264 22.292301178
+1416.823242 32.6957778931
+1423.846313 9.619178772
+1428.026001 39.3981361389
+1429.263672 24.4582366943
+1430.001343 32.4857025146
+1431.662598 18.9184741974
+1432.78064 42.2392196655
+1433.783325 11.8796186447
+1439.039795 8.6906814575
+1439.721313 16.1920166016
+1440.383301 8.4583110809
+1441.494019 8.5133752823
+1443.639771 10.3946771622
+1447.835449 20.0397891998
+1455.777222 9.1639051437
+1456.731445 7.8627166748
+1462.803833 16.7132873535
+1479.27356 8.3833532333
+1480.653076 25.1709327698
+1481.69519 15.975728035
+1482.39917 33.0833435059
+1483.918335 19.8575286865
+1489.227539 29.1354675293
+1489.951294 13.1323747635
+1496.27771 9.3450574875
+1497.665283 22.4726200104
+1499.008179 38.3247833252
+1499.995239 66.93309021
+1500.821045 35.7308158875
+1501.684937 26.4823551178
+1507.695435 78.4646987915
+1508.682495 105.8913116455
+1509.90271 50.4602508545
+1510.994995 22.1661434174
+1511.85376 10.0619306564
+1514.52124 8.1332626343
+1515.865356 59.0373954773
+1516.750122 31.354801178
+1518.059814 49.9769897461
+1524.731934 29.0344028473
+1525.899902 143.354019165
+1526.805176 82.1829681396
+1527.540527 22.379611969
+1528.165771 8.8076019287
+1531.015259 10.5559711456
+1542.73999 73.4497680664
+1543.790894 55.0182037354
+1544.751465 17.5261287689
+1559.274536 7.9112925529
+1559.896973 27.5770797729
+1561.097656 10.7844228745
+1562.174438 30.0982379913
+1569.863037 11.8515338898
+1573.519897 9.0489168167
+1587.024902 24.24634552
+END IONS
+BEGIN IONS
+TITLE=small.39.39. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=39"
+RTINSECONDS=23.3204
+PEPMASS=643.725463867188 15927.515625
+CHARGE=2+ and 3+ and 4+
+191.0834656 7.8088006973
+193.3980103 7.4389576912
+194.174408 5.6528029442
+195.2162933 12.5904474258
+197.9825745 21.9523258209
+198.9685669 7.0591983795
+200.1627197 2.3216013908
+203.1913605 4.2833929062
+205.6049194 7.859275341
+208.0933075 35.7433052063
+209.1091156 62.7351722717
+210.0638123 5.0709638596
+212.2050476 32.2690391541
+212.9931335 3.2465701103
+215.3967133 2.3244092464
+216.2393494 4.4449152946
+219.0369873 8.4312953949
+220.239624 4.2472910881
+225.0439911 17.1648483276
+226.1940613 247.1266479492
+227.1366577 50.1538848877
+228.1729736 2.2006213665
+230.2562561 2.2576985359
+233.0751343 227.5427246094
+234.3068237 28.5928974152
+235.1412048 6.0820584297
+236.521637 10.6149559021
+237.2861023 39.0993385315
+238.3763275 19.9240074158
+241.2740784 2.4709265232
+243.2835388 25.4593505859
+244.2278137 32.2394561768
+245.3088379 47.9273376465
+246.3381042 15.2268381119
+249.2671204 29.6139373779
+250.0759888 4.473572731
+251.1172485 6.269803524
+253.1078491 10.726808548
+254.2306213 60.2438812256
+255.3092651 19.1745262146
+258.4972229 2.1775102615
+259.2358704 6.5105905533
+261.0523987 482.2094421387
+262.0892639 47.7276000977
+263.2354126 11.8313865662
+265.0918579 3.5452716351
+267.9411011 6.6244049072
+269.1756287 8.0627012253
+270.08255 7.2881970406
+271.4075928 12.0798711777
+273.0913086 8.6385688782
+276.2281494 5.5559978485
+277.2419739 46.3394432068
+278.2037354 11.035993576
+282.3154602 5.6676497459
+287.3989258 3.2193593979
+290.2353821 6.6934332848
+291.2436523 8.1048755646
+292.646698 5.0189185143
+294.609436 3.8746080399
+295.4519043 4.328707695
+296.217041 11.7021427155
+304.5848389 12.7034721375
+307.5488586 4.7694425583
+308.3057251 2.9370567799
+309.1940002 7.1570487022
+310.4908142 18.9500083923
+312.2477112 3.44181633
+313.112793 9.4602899551
+313.8663025 8.8442029953
+314.8525391 13.0801925659
+316.9336243 9.6990947723
+318.3487244 29.524684906
+319.2996521 111.6250076294
+320.2059937 17.5331192017
+323.5785522 7.4907717705
+326.8770142 66.0434188843
+328.3330994 5.7086024284
+330.3674622 5.0099115372
+331.2277222 2.9099740982
+332.4152832 4.8103556633
+333.3373108 5.8200292587
+334.2695923 4.6482496262
+335.392334 15.9137496948
+336.3130493 112.120803833
+337.2272339 239.3745117188
+338.2229919 29.2216377258
+339.2511597 4.9208393097
+340.2133179 22.9747161865
+343.8754578 13.6719064713
+344.6558838 15.2708969116
+345.3613586 10.0376033783
+346.2525024 19.5740242004
+347.1489868 6.7447485924
+349.6464844 1.9933643341
+350.4522095 7.4491033554
+351.4568481 22.7431793213
+352.1274719 15.5038318634
+352.9104919 21.7695236206
+354.2766724 114.1855621338
+355.2714233 47.8581390381
+356.1688843 4.5744447708
+357.2168884 22.7772731781
+358.1131287 19.0394210815
+358.9543457 6.7087421417
+360.3730164 30.2993354797
+361.4297791 53.2627639771
+365.1712341 19.1947193146
+366.2002258 25.91705513
+368.5068359 63.2274551392
+369.5062256 47.5319213867
+370.4182434 38.4278335571
+372.2284546 31.1681098938
+374.1212769 413.183380127
+375.2058716 55.5434455872
+376.2343445 9.0582609177
+377.503479 18.7979297638
+378.7260742 20.0889129639
+379.571228 7.6996760368
+380.4069214 5.0477585793
+382.3779907 140.3228302002
+383.1672668 89.2918701172
+384.0706177 44.632068634
+385.0547485 16.1236629486
+389.3033447 8.3242931366
+390.4418335 4.9252510071
+391.5253296 404.0701293945
+392.2939453 55.1460189819
+393.2770386 124.5081634521
+394.4089966 16.697347641
+395.7305298 6.998998642
+396.5825806 5.5137815475
+397.2890015 8.181552887
+399.1749268 30.2042789459
+400.275238 140.4341125488
+401.3323364 119.3097915649
+402.4259033 13.26912117
+403.2405396 12.1174221039
+404.4163208 4.0569596291
+405.4335938 2.8665888309
+406.5214233 3.3211164474
+408.3476562 21.295501709
+409.2182617 13.5548391342
+410.1635132 37.0122680664
+411.3090515 27.5567855835
+413.0341187 12.9911231995
+414.0324707 70.8931732178
+414.8397827 8.6230459213
+416.6542969 7.6307353973
+417.3969727 24.3596076965
+418.5219727 40.2467002869
+419.5993347 5.5362958908
+420.8611145 21.1822357178
+422.1091003 38.0888442993
+423.131073 25.8578338623
+424.197113 5.7419161797
+425.6075745 69.0293807983
+426.5765686 17.8115768433
+427.5314026 13.3352985382
+428.4738159 5.1821918488
+429.2652893 4.3008351326
+430.3421936 2.6518073082
+431.5307007 60.4137420654
+433.4644165 55.6260375977
+434.3003235 93.100730896
+434.9079895 19.3601379395
+435.6044617 52.5579681396
+436.5120544 8.2553939819
+437.688324 4.423623085
+438.6815796 7.7247180939
+439.6629028 80.8796844482
+440.6115417 34.9019584656
+441.4373474 17.7041034698
+442.6991272 55.1003189087
+443.3583984 34.4020881653
+445.6860352 12.1706047058
+446.8058167 5.8816361427
+448.1497498 411.4522399902
+449.1715393 155.2066192627
+450.2371521 61.4713020325
+451.513855 69.0287246704
+452.3770447 23.4819526672
+453.5274353 40.764213562
+454.5446777 30.8044967651
+455.5174866 15.9955816269
+456.9899292 184.4482727051
+458.0927429 832.6474609375
+459.2073669 35.3282852173
+461.3985901 13.0242404938
+462.4405823 22.3206920624
+463.9308472 10.6498861313
+465.6903687 199.3643035889
+466.5923767 63.0270462036
+467.4592285 27.0544815063
+468.8148193 33.1482162476
+469.5290527 20.1225414276
+470.5690002 12.5273990631
+471.3894043 10.1417093277
+472.708374 28.391960144
+473.8996887 37.0931663513
+474.5203552 17.3922271729
+475.1885681 25.8578910828
+476.6107178 15.3430461884
+477.7002869 70.9167022705
+478.6528931 33.6391792297
+479.6928711 48.3785552979
+480.8881836 50.4261627197
+481.7117615 148.4231872559
+482.5844116 113.7462463379
+483.6254883 40.2570877075
+484.499176 11.878868103
+485.5190735 25.2486686707
+486.6081238 18.5990390778
+487.2521057 58.2468833923
+488.2424622 27.8018531799
+490.0959473 322.4416503906
+490.8838806 96.2927780151
+491.5898132 154.071975708
+492.5606689 49.7618637085
+494.9495239 12.5537443161
+495.5743103 275.2856750488
+496.4165955 132.96484375
+497.4901733 35.4546165466
+498.5601501 159.2234039307
+499.5314941 267.1204833984
+500.6805115 39.6346092224
+501.4990234 44.9348907471
+502.486084 14.9124946594
+504.1905823 518.7727050781
+505.224823 675.5643310547
+506.3413086 131.4436645508
+507.5652771 355.1172790527
+508.6343384 30.7881031036
+510.5132751 74.6986846924
+512.7023315 357.205078125
+513.6450806 1058.3149414063
+514.5089111 85.2367782593
+515.4923706 15.1651639938
+516.7202148 30.5716342926
+517.6761475 19.6836986542
+518.8167114 39.1228713989
+520.1530762 13.2531995773
+521.3544312 737.9924926758
+522.2138672 2200.0986328125
+522.9736328 441.4435119629
+523.6126709 26.7991218567
+524.5214233 11.7536439896
+525.6655884 91.3973236084
+526.284729 4.3860683441
+527.2789917 27.7119655609
+528.2841187 3.7184333801
+530.3579102 618.713684082
+531.1159668 521.692565918
+531.9667969 7.3756771088
+533.0712891 15.2824172974
+534.2590942 171.3088378906
+535.1303101 41.2229957581
+536.2634277 13.4531078339
+538.1308594 283.2489013672
+539.2888184 107.2336730957
+540.0689697 40.1578445435
+540.9334717 28.8144512177
+542.2442627 4.208158493
+543.2723389 55.3302230835
+544.6895752 7.8027582169
+546.4108276 799.5314331055
+547.1376953 819.7933349609
+548.2423096 407.3721923828
+549.3724365 87.2443695068
+550.3580322 11.3998603821
+551.8417969 140.4933776855
+552.5853271 138.7289581299
+553.625 45.8067855835
+555.3045654 788.6333618164
+556.0606689 341.6120910645
+557.2318115 180.6300506592
+558.274292 53.4358673096
+559.432251 18.6193027496
+560.7467651 842.1317749023
+561.7754517 435.4836425781
+562.512085 126.3610687256
+564.1669312 2411.841796875
+565.1680908 146.8418731689
+566.3403931 33.9548225403
+567.5093384 44.8838806152
+569.322998 1105.078125
+570.3503418 1970.8217773438
+571.015625 900.151184082
+572.1210327 22.040971756
+573.2533569 19.3864326477
+574.2255249 24.0659446716
+575.6530762 53.9182510376
+576.6832886 18.5065383911
+578.1541748 3688.5473632813
+579.1639404 14244.984375
+580.0262451 281.2370910645
+580.769165 14.9491424561
+581.5216064 38.2678451538
+582.729248 37.3060302734
+583.5710449 69.9613800049
+584.6473999 38.1112136841
+585.5133057 52.0980415344
+587.1104736 9166.8388671875
+587.9833374 219.2747650146
+588.5914307 5.3087930679
+590.4017944 138.1345977783
+591.1156006 103.0525894165
+592.5690918 35.7444076538
+593.5858154 21.3229064941
+594.8174438 38.9884185791
+595.6583862 46.5587921143
+596.4830933 68.517868042
+597.5504761 70.0378646851
+598.5421753 26.5148735046
+599.8366699 82.4853973389
+600.6148682 50.3626708984
+601.3846436 46.3231735229
+602.7965088 107.972366333
+603.647522 132.5573425293
+604.6403198 413.4607543945
+606.6860352 24.9960670471
+607.512207 154.8701477051
+608.3724365 131.6428527832
+609.3572998 100.5648193359
+610.5467529 97.1725082397
+611.8265381 187.7190246582
+612.6324463 142.0589294434
+613.4491577 388.4594421387
+614.0837402 357.6454162598
+615.338562 48.9035415649
+617.5855103 613.3695678711
+618.6504517 49.4158287048
+619.7583008 36.6083526611
+620.8502197 236.9922180176
+622.6118774 364.2564697266
+623.6960449 30.3129405975
+625.3374023 670.9080810547
+626.2226562 6599.4267578125
+627.1026001 685.6610107422
+628.2745361 20.3225269318
+628.885376 56.4168510437
+629.7012939 34.2395095825
+630.5923462 2.9146270752
+632.1391602 20.7491188049
+634.7337646 21934.2734375
+635.5266113 3213.5932617188
+636.708252 25.1548442841
+637.5806885 4.8333053589
+638.3676758 2.3011929989
+639.2519531 3.0139038563
+640.4567871 10.174328804
+641.6341553 5.590546608
+644.4384155 2.2053146362
+645.3949585 2.6397368908
+646.3189087 2.5967991352
+649.4168701 2.054002285
+651.4043579 2.3906280994
+652.6512451 63.5075073242
+653.4720459 55.9271125793
+654.5064697 37.1785354614
+655.5531616 6.9646673203
+658.6619873 3.1184546947
+661.4677734 691.7994995117
+662.4694214 261.4930114746
+663.4608154 25.4868736267
+665.2023315 2.2736167908
+667.8227539 6.9231071472
+669.3231201 4.9866309166
+670.5128174 42.5501022339
+671.4337158 41.2284965515
+672.6287842 16.5479774475
+673.8980713 3.5185055733
+676.5338745 5.4405970573
+677.6489258 6.7055187225
+678.5693359 4.9134645462
+680.5612793 2.5594949722
+682.5917969 3.3725283146
+684.2467041 2.6413824558
+685.3897705 6.7105560303
+687.4733887 45.6804046631
+688.5397949 19.7347126007
+689.619751 4.0531725883
+692.3770752 5.4543409348
+695.6802979 8.190990448
+699.4890137 2.6787962914
+701.2766113 6.1186904907
+701.9436035 2.7312321663
+703.2237549 24.6829376221
+704.4509277 70.8547821045
+705.3482666 26.2612113953
+708.6318359 13.6309309006
+709.9367676 10.0132884979
+710.6134033 6.0814089775
+711.3404541 3.290617466
+712.4942627 14.0207500458
+713.4849854 4.5263142586
+714.5186768 9.8918809891
+718.4825439 8.4764690399
+719.5291748 14.4150104523
+721.4448242 226.2403259277
+722.5266113 116.8290634155
+723.5170898 18.1946125031
+724.6981201 2.9092533588
+725.697876 7.5157265663
+727.4974365 16.8693981171
+728.5910645 21.1385345459
+729.522583 69.2974319458
+730.4703369 53.0966949463
+731.4366455 20.50922966
+732.7034912 2.9788188934
+736.4257812 13.9971170425
+737.5247803 12.8584957123
+738.8310547 100.9909667969
+739.5429688 548.9594116211
+740.4094238 189.31640625
+741.4985352 43.3326721191
+742.4315186 11.0646057129
+743.6662598 2.1385188103
+745.397583 3.1094307899
+746.4309082 152.1012878418
+747.4160156 127.9567871094
+748.4819336 46.5897903442
+749.7150879 20.8562011719
+750.621582 3.7025744915
+754.5222168 3.6379084587
+755.5834961 17.7983341217
+756.5179443 17.1002540588
+757.4221191 4.279458046
+758.3265381 12.6579017639
+759.5379639 5.2042350769
+762.9219971 10.3592720032
+763.5423584 115.5650482178
+764.5447998 303.9430236816
+765.5644531 111.8109741211
+766.4932861 178.4958953857
+767.5501709 75.7904510498
+768.6452637 11.1488542557
+769.9377441 7.3653297424
+770.6181641 6.927942276
+772.2138672 8.4383096695
+772.8436279 12.4873762131
+773.7958984 7.6703419685
+774.6483154 10.1453676224
+775.6103516 9.601108551
+776.7349854 11.8188447952
+781.5465088 1036.3240966797
+782.4932861 284.8499755859
+783.4312744 54.9843902588
+784.5700684 113.4140090942
+785.6411133 30.5154685974
+786.4006348 3.6547355652
+789.717041 11.132692337
+791.6539307 9.572886467
+792.317749 17.1722106934
+794.7480469 2.4821629524
+799.2860107 45.8985137939
+800.6672363 55.2312927246
+801.5384521 56.6076583862
+802.5568848 13.1682853699
+806.6639404 5.1877307892
+810.7679443 9.2552881241
+811.6940918 3.8374819756
+817.0748291 15.0691757202
+817.7720947 59.6363372803
+818.7781982 39.2008972168
+820.0579834 5.8455810547
+824.571167 2.9292812347
+825.5738525 6.1789464951
+826.8392334 14.2495555878
+827.5723877 63.1320114136
+828.5924072 19.3159122467
+829.6525879 4.2389054298
+831.5422363 23.2754631042
+832.503418 19.9429092407
+833.4976807 10.8903799057
+834.5582275 22.3210716248
+835.6450195 8.3147621155
+836.3342285 2.7807087898
+837.5899658 5.1847896576
+838.3719482 8.3298540115
+839.0438232 10.1265001297
+840.0325928 8.0168714523
+841.4803467 7.3285989761
+842.4742432 9.3333368301
+843.663208 19.9359054565
+846.6529541 2.7161684036
+847.5367432 5.1934561729
+848.751709 9.3418483734
+849.55896 17.5317955017
+850.5909424 17.1890735626
+852.6328125 5.2104611397
+854.0197754 28.4305763245
+854.6606445 118.8531570435
+855.5776367 65.5935668945
+856.4033203 2.2874853611
+858.5828857 3.8491528034
+859.3997803 33.0339660645
+860.6455078 21.0786075592
+861.6313477 26.3546066284
+862.4718018 3.0047636032
+863.4144287 7.3989238739
+864.7236328 7.2420196533
+867.7548828 8.9644994736
+869.5938721 67.9284057617
+870.6547852 36.8127555847
+871.9039307 12.6889190674
+872.5732422 186.0389251709
+873.6921387 85.2340316772
+874.8308105 4.7400140762
+876.5546875 6.4979147911
+877.5020752 33.5928649902
+878.637085 24.5154800415
+879.5219727 23.7293663025
+880.611084 30.4822330475
+881.4937744 16.9082641602
+882.3406982 10.9512548447
+883.6719971 9.1799411774
+884.5089111 16.7836303711
+887.6428223 2.158657074
+889.6628418 3.4626047611
+893.6326904 3.1281654835
+894.5041504 70.6815338135
+895.6470947 86.5846862793
+897.5473633 1278.1220703125
+898.5826416 641.7963256836
+899.534668 32.8448677063
+900.6707764 6.0239720345
+902.5379639 6.3567767143
+904.44104 7.3677811623
+906.4737549 23.3219032288
+907.2769775 1.9199362993
+910.5875244 2.851508379
+911.6126709 6.8252906799
+912.7254639 27.2340183258
+913.9016113 23.4103450775
+914.6444092 197.866027832
+915.62854 145.8448944092
+916.7802734 11.9093570709
+918.3250732 3.5705831051
+920.74646 2.1147725582
+921.807251 9.226556778
+922.713501 7.0594162941
+923.6467285 9.1625537872
+926.6594238 2.1643574238
+928.8045654 2.3337373734
+929.9313965 7.5064692497
+930.717041 7.2010269165
+931.4293213 6.2290444374
+932.4481201 2.8850753307
+937.47229 10.7891988754
+939.8306885 7.7439723015
+940.791626 2.4674041271
+946.300415 7.1453843117
+947.7053223 9.5829162598
+948.5699463 8.2695131302
+949.4519043 2.7081825733
+953.8521729 2.6072626114
+955.4971924 5.7392544746
+956.7486572 5.616651535
+961.3856201 6.5782008171
+962.5662842 9.3991088867
+963.5714111 14.9672002792
+964.8756104 2.5528230667
+965.6224365 8.0984010696
+966.5718994 9.6047000885
+972.5618896 24.4230384827
+973.9035645 4.6080255508
+974.6271973 4.1326646805
+975.6998291 8.3281526566
+978.6434326 9.3862247467
+979.6237793 12.2467088699
+981.0776367 28.8047332764
+981.755127 26.0478153229
+982.673584 11.0175065994
+983.8615723 4.8953018188
+984.9859619 2.3124909401
+989.6365967 153.2235565186
+990.6173096 76.3221664429
+991.5186768 18.7385482788
+992.6303711 5.3338937759
+994.8050537 3.9229454994
+995.638916 5.4855632782
+996.5427246 51.5058631897
+997.6412354 39.4643173218
+998.6765137 7.0427012444
+999.4831543 5.6496911049
+1000.806274 15.7493066788
+1001.677002 11.7889041901
+1006.640015 88.7028274536
+1007.585205 130.9014587402
+1008.611938 46.9236793518
+1009.555664 19.8903636932
+1010.617188 2.2137088776
+1013.433594 2.1840085983
+1014.736938 2.1638998985
+1015.692505 8.1238956451
+1019.383179 7.3474588394
+1021.607788 2.9860467911
+1022.69397 9.4941120148
+1023.786499 32.0508346558
+1024.704346 106.1219177246
+1025.699097 183.3210906982
+1026.770142 77.1171569824
+1027.703735 12.0045204163
+1033.65625 5.0262374878
+1036.350586 7.9220042229
+1040.280029 6.6757035255
+1041.386963 12.2117271423
+1042.663696 17.2450752258
+1044.73645 4.5632767677
+1049.669678 8.6775588989
+1052.721313 4.2538986206
+1066.003174 3.658056736
+1069.669434 4.0621237755
+1071.656006 2.5055673122
+1074.745117 7.5793070793
+1075.799438 6.8266968727
+1091.84436 12.5137653351
+1092.730103 6.8823852539
+1094.729736 7.3639249802
+1095.674072 3.6405422688
+1096.600586 4.0568003654
+1097.831299 2.1191487312
+1102.411011 15.8268909454
+1103.754517 25.2224273682
+1104.599365 5.0632076263
+1109.765869 16.1967563629
+1110.656372 20.4777793884
+1112.782837 3.4566457272
+1119.281006 11.4300298691
+1120.514038 62.5958328247
+1121.610596 27.5863723755
+1122.526001 8.2361469269
+1123.760376 3.53774786
+1125.702148 2.9439923763
+1128.705933 6.2823195457
+1130.935669 2.6535665989
+1136.609009 9.7493629456
+1137.665161 38.2400016785
+1138.492432 15.0997924805
+1148.548828 3.0340461731
+1150.412109 5.4497871399
+1151.560303 6.5243272781
+1153.743896 3.1360538006
+1154.75354 2.1380898952
+1155.798828 27.833190918
+1156.978149 2.0670421124
+1167.547852 2.6777853966
+1173.709839 3.6957211494
+1226.748535 10.6098957062
+1227.634766 4.5916628838
+1262.998779 3.8965876102
+1264.119629 2.4393930435
+END IONS
+BEGIN IONS
+TITLE=small.40.40. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=40"
+RTINSECONDS=24.1177
+PEPMASS=725.6767578125 19426.4765625
+CHARGE=2+ and 3+ and 4+
+208.1488495 63.2845497131
+209.2344971 78.2826538086
+210.1612854 10.1747436523
+212.3783417 13.018445015
+213.2650299 10.3777685165
+217.1832886 5.599501133
+219.1960297 7.2932219505
+220.239502 12.918094635
+223.151123 7.9947009087
+224.1733704 4.9241642952
+225.2197571 84.0257492065
+226.1816101 240.2438812256
+227.1699219 32.9467315674
+228.2987976 5.2887887955
+228.9522552 3.4468712807
+230.1957855 15.7448825836
+231.2882233 3.9410820007
+233.2122192 291.546661377
+234.2695465 35.0302085876
+235.2281952 4.0232553482
+236.1472931 24.9386959076
+237.2285919 18.9010620117
+238.3448944 10.3345098495
+239.9302673 4.2060408592
+243.1810303 228.1584472656
+244.2180176 48.3398361206
+245.2401276 59.7021026611
+246.1601257 14.3033733368
+247.6560364 35.7681465149
+249.2824249 55.0268440247
+250.0780029 4.6471972466
+252.2329102 7.5025177002
+253.5668182 8.206820488
+254.1889038 116.545539856
+255.208374 21.340423584
+257.1555786 3.4938504696
+258.1611938 28.7551345825
+261.1721191 552.5572509766
+262.2331543 113.1781005859
+263.148468 14.9333086014
+265.0874939 458.4147338867
+266.1035156 89.7396469116
+267.2272339 15.5060987473
+271.1347046 27.3689556122
+272.3982544 6.6391763687
+273.237854 8.5305633545
+275.1524963 45.0222930908
+276.1722717 33.2821655273
+277.1605835 51.1938896179
+278.4093628 22.6610107422
+279.9925537 13.3275947571
+281.3392639 12.5332899094
+282.1923828 5.6967988014
+283.4023438 2.6188042164
+284.4663086 3.7882490158
+291.5378723 6.5671029091
+293.1069946 619.7670898438
+294.197052 121.0440979004
+295.2284546 3.380800724
+296.1437683 11.6317825317
+300.0252991 4.6258449554
+301.3239441 17.0972003937
+304.3382568 4.0763092041
+306.0626526 9.96616745
+310.251709 9.8380479813
+311.3442688 20.0828361511
+312.1569824 4.6978187561
+313.4109497 34.8113059998
+315.4097595 5.3514637947
+317.1054688 3.7671115398
+318.2051392 25.4825458527
+319.2541199 43.2021179199
+320.0848389 6.2354073524
+322.3423462 19.0260486603
+323.1823425 26.6962337494
+324.4106445 4.1206793785
+326.8719177 84.6092224121
+327.8530273 17.4362106323
+329.2164917 12.7662448883
+330.43927 8.6963682175
+333.4989929 34.6515388489
+334.3799438 6.59623909
+336.0336304 64.3782196045
+337.2017517 120.9041519165
+338.3377075 41.5654945374
+339.4796143 6.3807435036
+340.1705017 17.2184638977
+341.2403564 15.0606441498
+342.4573975 6.383184433
+343.1058655 8.2169618607
+344.236969 11.9717721939
+345.1737976 28.8950042725
+346.0898743 9.3935422897
+347.1928406 37.9324798584
+348.3036804 19.9492759705
+349.3720398 6.6700673103
+350.2751465 38.5468177795
+351.2338562 27.9132461548
+352.2027893 8.2034158707
+352.8666077 34.306968689
+354.1950989 24.7929477692
+355.2540283 32.7343444824
+356.2401123 39.9524116516
+357.2254944 6.0863280296
+358.0883789 24.2257022858
+360.5424805 22.0937576294
+361.3628845 14.2822360992
+363.2705078 14.151892662
+364.3851318 17.3971824646
+365.3360901 43.3117904663
+366.1941223 19.1441726685
+366.8358154 10.1585502625
+368.3291626 110.9329986572
+369.204895 46.4929275513
+370.5755005 36.1000137329
+371.3227234 41.1208000183
+372.2354126 59.7345199585
+374.1845093 417.9534912109
+375.2903442 120.7640533447
+376.2580261 29.1936721802
+377.3317871 14.3262462616
+378.958374 26.0667457581
+380.4107361 11.3346233368
+382.2999268 60.0801315308
+383.2695923 66.0032348633
+384.1608276 18.7602157593
+385.8552856 3.6143901348
+386.8825073 11.8980436325
+389.0637207 82.9874725342
+390.270874 64.6299209595
+391.522583 62.0803070068
+392.4334717 56.972442627
+393.3331299 98.8306427002
+394.4065857 47.7929725647
+395.1710815 8.3129634857
+395.8695679 3.7299349308
+396.6628723 14.1922359467
+398.3459167 5.5392017365
+399.2952271 33.3217086792
+400.2375793 63.85572052
+401.5327759 26.8424339294
+402.3614502 5.4458575249
+404.3708801 9.0227117538
+405.1048279 9.7675571442
+406.1082764 15.2521429062
+407.2323608 214.7720031738
+408.2148132 50.0722618103
+409.298645 45.1296844482
+410.3796387 38.3077697754
+411.2786865 121.8415222168
+412.3482666 31.1604766846
+413.4238892 9.1786985397
+414.743042 21.0732746124
+415.3800659 9.3674688339
+417.2720947 25.779958725
+418.012146 15.9652891159
+419.3215637 11.7897262573
+420.3677673 9.00623703
+421.3579102 10.0558080673
+422.6373901 8.8458423615
+423.6110229 25.4210090637
+424.3363953 53.3094673157
+425.5217896 72.6279373169
+426.5420227 22.0899047852
+427.198761 8.9837732315
+428.6889038 19.1195297241
+430.0366211 21.9389820099
+431.0830688 35.7739524841
+432.0131836 22.3365116119
+433.4707947 32.4999771118
+434.458374 75.2423934937
+435.5001221 87.8093643188
+436.5530396 11.1377630234
+437.2724609 25.8997211456
+438.6251831 24.0683822632
+439.5982056 14.7451267242
+440.4046021 70.5174942017
+441.4417114 6.1046276093
+442.5286255 123.5804901123
+443.4905396 49.1289825439
+444.4917603 8.5982923508
+445.466217 6.3858261108
+447.6351013 47.1359634399
+448.6289673 240.2917480469
+449.4517822 99.1234436035
+450.381134 41.2218704224
+451.2433167 29.2181739807
+452.1227112 76.6863250732
+453.2764587 66.1425933838
+454.2352905 41.7349586487
+455.0965881 7.3687286377
+456.0386963 83.7063140869
+457.1459351 320.3661499023
+458.1842041 251.5741882324
+459.0045471 121.0614318848
+460.6690369 43.0171775818
+461.5275879 68.0563430786
+462.5506592 49.9537582397
+463.2044373 6.7630901337
+464.5031738 147.0721435547
+465.6893921 413.6975402832
+466.4592285 85.8462753296
+467.3907166 44.8652114868
+468.3251648 19.1922607422
+469.1371155 15.6680612564
+470.3599854 9.0354633331
+471.5428467 12.0916557312
+472.8453979 864.733581543
+473.5547485 379.6974487305
+474.3775635 34.4972381592
+475.1971741 35.5179786682
+475.9631348 19.3068466187
+477.1700745 6.5716218948
+478.4137878 49.2722320557
+479.2207336 52.9473800659
+480.5081177 28.8504905701
+482.1446228 270.1902160645
+483.1351013 92.6549682617
+484.0853271 39.0788078308
+485.5458984 39.5024299622
+486.2521667 8.3619270325
+487.1873169 64.8023223877
+488.1119385 35.5691604614
+489.8337097 43.4311447144
+491.1011658 389.7891235352
+492.2651672 95.0511550903
+492.8723145 21.5231742859
+493.540802 52.3675460815
+495.5965881 50.1582145691
+496.3492126 225.5542297363
+497.2304382 50.6712760925
+498.2631836 31.1618003845
+499.4317017 423.9192504883
+500.2624512 303.0214233398
+501.2554626 107.032409668
+502.4873047 49.7943916321
+503.5137939 36.0567359924
+505.1415405 1292.869140625
+506.2980347 290.041595459
+507.4641724 74.0296707153
+508.4919434 42.7337646484
+509.6464844 24.7713603973
+510.7364807 19.5074996948
+512.6191406 82.8443145752
+513.6907959 1129.9780273438
+514.5860596 234.1461486816
+515.586792 38.0178527832
+516.5013428 9.827876091
+517.4715576 87.0906677246
+518.3746948 192.380645752
+519.2116699 85.2030487061
+520.1541748 27.0798282623
+521.8391113 1003.2473144531
+522.6105347 2538.0217285156
+523.6817017 146.4266967773
+524.8204346 16.2616767883
+525.6557007 24.4383525848
+526.6384277 24.354839325
+527.4869385 53.1199111938
+528.6072388 8.9631690979
+529.4160767 63.0224533081
+530.2098999 136.2846679688
+531.2164307 63.2614822388
+532.2006836 70.4557495117
+533.2789307 25.3518791199
+534.2852783 24.0885543823
+535.3328857 171.9118652344
+536.282959 38.5292205811
+537.0463867 23.0976486206
+538.1049805 69.4484405518
+539.3443604 81.7499771118
+540.3967896 18.976474762
+541.0489502 38.023651123
+542.4002075 5.3656439781
+543.2557373 26.1244850159
+544.6898804 28.7220821381
+545.4934082 11.1732673645
+546.5271606 49.0816345215
+547.3000488 54.5779075623
+548.2424316 198.976348877
+549.2374878 191.9277038574
+550.1264648 28.8870124817
+551.668396 46.1796875
+552.6079102 58.4646759033
+553.3343506 164.177230835
+554.1882935 62.9421310425
+555.2531738 63.8173599243
+556.1600342 94.8312683105
+556.9343262 64.9414672852
+558.2302246 174.7708435059
+559.0793457 25.0993003845
+560.1362305 74.20728302
+561.2835693 223.7242889404
+561.8894043 408.0284729004
+562.5175781 265.7194824219
+563.2036133 114.4065628052
+564.2468262 164.3004150391
+565.2850342 25.8166942596
+566.5253906 17.9280700684
+568.2780762 120.231880188
+570.3869019 3023.533203125
+571.0143433 1661.0255126953
+571.6906738 864.0121459961
+573.0731201 123.8711853027
+573.9344482 38.6801528931
+574.8419189 24.5115470886
+575.8423462 40.0849075317
+576.7827759 109.8296966553
+577.8519287 95.2812728882
+578.9841309 11274.0595703125
+579.678772 8067.5424804688
+581.1173096 276.59375
+582.1109619 133.0173492432
+583.0799561 55.1766052246
+584.0881348 93.6075439453
+585.7055664 351.0135803223
+586.5455933 272.8756103516
+587.2716064 103.905670166
+589.0855713 704.8817138672
+590.1175537 171.7908172607
+591.227417 22.3399982452
+592.1854248 32.9761199951
+593.3338623 80.4995574951
+594.2348633 126.9920654297
+594.8424072 949.3641357422
+595.6115723 315.755065918
+597.0562134 35.9950904846
+598.2803955 45.1823997498
+599.2449951 82.3379364014
+600.1380615 23.0673007965
+601.4880371 24.9798965454
+603.1876831 1755.0548095703
+604.0648804 219.4320831299
+604.979248 60.8554382324
+606.8466187 101.02784729
+607.6607666 15.5650749207
+608.5101929 38.0684585571
+609.5145264 21.4800224304
+610.491394 157.6178741455
+611.8741455 971.0979003906
+612.5837402 919.7130126953
+613.6175537 143.4387207031
+614.4122314 121.4879837036
+615.6716309 148.3319091797
+616.3942871 33.8367576599
+617.3272705 136.5653076172
+618.7484131 129.0368804932
+619.8221436 179.3913421631
+620.743042 234.2242736816
+621.5338135 63.603225708
+622.5864868 37.9385147095
+623.4867554 24.8087081909
+624.5280762 132.3224487305
+625.1303101 231.1667022705
+626.5386963 222.5849304199
+627.6862183 155.3547973633
+628.7006226 544.8148803711
+629.4436035 259.3002929688
+630.1796875 216.0809936523
+631.4327393 38.9111938477
+632.2044678 52.7945251465
+633.2210693 85.0966491699
+634.0891113 156.0473632813
+635.260376 390.3263244629
+637.1328125 1613.1033935547
+638.2406616 733.7731933594
+639.062439 264.157989502
+640.2120361 90.1502151489
+641.4052734 128.5292510986
+642.340271 516.2053833008
+643.3641357 796.3024291992
+644.3616943 267.5433959961
+645.7059326 4726.19921875
+646.6306152 770.0775756836
+647.5904541 177.5356445313
+648.7841187 246.4938964844
+649.59729 93.8976287842
+650.8603516 1024.6923828125
+651.6132812 1262.5589599609
+652.5231323 297.3063049316
+653.4545898 177.3239135742
+654.4390869 102.9770507813
+655.5186768 26.5383110046
+656.5767822 38.5919456482
+657.8787842 10.2784748077
+659.7466431 3319.1328125
+660.6679688 1280.7142333984
+661.5510254 1611.5671386719
+662.4936523 510.9947814941
+663.4116211 162.1113433838
+664.4520264 59.2663536072
+665.3239136 22.0166454315
+666.3252563 42.8897514343
+668.6662598 17611.240234375
+669.592041 2960.2277832031
+671.5848389 205.8745422363
+672.6618042 86.8969802856
+673.7645264 35.5581436157
+674.5991211 4.1918339729
+675.4708252 22.0307121277
+676.9468994 155.0403747559
+677.8111572 95.6329574585
+678.6522217 28.4446716309
+679.7606812 50.8660697937
+681.1168823 264.170135498
+681.8320312 155.0486602783
+682.5313721 176.3878326416
+683.7514038 19.8187904358
+684.6120605 26.2519702911
+685.7851562 490.1112060547
+686.4567871 291.1290893555
+687.1057129 196.713973999
+688.3044434 41.2810325623
+689.2346191 14.9728555679
+689.8366699 11.5624408722
+690.6308594 78.2663421631
+692.1323853 15.3548498154
+693.7280273 400.1829223633
+695.1616211 1571.3642578125
+696.0822754 336.0369262695
+697.206543 46.8104782104
+698.7923584 419.8572998047
+699.6851807 313.7186889648
+700.6824951 18.4124851227
+702.282959 522.3916015625
+703.2989502 338.7153930664
+704.258667 913.6138916016
+705.1920166 286.1520080566
+706.8704834 645.7138671875
+707.8100586 3873.771484375
+708.6636963 1784.0274658203
+709.5168457 236.9007110596
+710.2843018 17.3094100952
+710.8931885 15.1920585632
+712.0804443 60.199306488
+713.5223389 58.9483642578
+714.590332 33.9245109558
+716.4727783 7842.3505859375
+717.1943359 4682.5458984375
+718.5412598 4.8122262955
+719.2591553 6.4802265167
+720.00354 11.9976797104
+725.2147217 20.0891742706
+728.4805908 11.1458282471
+729.4667969 20.1453990936
+730.5593262 25.6336078644
+731.592041 11.6700849533
+732.5130615 23.8091907501
+733.6054688 17.4372158051
+734.5635986 4.8791332245
+735.6308594 10.7287607193
+736.6168213 34.5353469849
+738.5682373 61.2137565613
+739.5328369 46.4984436035
+740.5545654 43.5970497131
+741.5270996 115.7893829346
+742.5308838 44.6707611084
+743.4200439 35.6975479126
+744.2333984 11.9155416489
+745.8388672 9.562371254
+746.5556641 75.4335250854
+747.4771729 59.0677032471
+748.5020752 39.3157119751
+749.5650635 19.8686714172
+750.5332031 20.0437469482
+751.4841309 7.8823113441
+752.1702881 2.8277702332
+753.5970459 34.6313667297
+754.5679932 19.2047977448
+755.5511475 54.7678451538
+756.465332 46.1580047607
+757.7178955 34.7569465637
+758.736084 36.5798149109
+759.6072998 17.7630958557
+760.5146484 144.1600341797
+761.5633545 37.8349533081
+762.6954346 18.7275848389
+763.8902588 12.7244167328
+764.5963135 44.1569786072
+766.4033203 343.7128295898
+767.5493164 104.9492340088
+768.5286865 42.7004432678
+769.5766602 14.1015453339
+770.6174316 30.1647434235
+771.472168 95.5728912354
+772.4581299 202.1355438232
+773.567627 86.8188705444
+774.5332031 25.7551937103
+775.5513916 41.3746337891
+776.4416504 8.8140592575
+777.5142822 7.4672307968
+778.5371094 3.4431612492
+779.4438477 10.0214967728
+780.5311279 16.3084526062
+781.5372314 109.6027679443
+782.506958 56.9878158569
+783.4945068 78.5704879761
+784.4696045 223.6742248535
+785.5079346 161.9709014893
+786.6176758 34.3668441772
+788.458374 843.5521240234
+789.5445557 361.4698181152
+790.5545654 42.4150352478
+791.5629883 18.6852378845
+792.4663086 15.792429924
+793.5194092 14.066037178
+794.3422852 5.5676250458
+795.6134033 6.0782985687
+797.0023193 7.2690191269
+799.5079346 9.8028774261
+800.4910889 144.1999816895
+801.5314941 84.9862976074
+802.37854 41.1409378052
+803.567627 7.1766734123
+805.5997314 88.9384613037
+806.6026611 50.423915863
+807.5175781 31.4315910339
+808.6047363 4.5454559326
+809.6062012 18.905128479
+810.4992676 8.2368755341
+812.3077393 7.9562749863
+814.5404053 3.995269537
+815.8126221 14.1927146912
+816.6337891 19.0367450714
+817.5854492 73.4555130005
+818.5648193 53.8116569519
+819.2900391 4.4567732811
+821.8201904 11.341709137
+825.7706299 2.8023991585
+826.62146 50.0231704712
+827.5982666 60.3260269165
+828.6740723 62.9857444763
+830.78125 4.4005508423
+831.949585 12.6760540009
+833.0418701 4.2755966187
+833.9743652 7.1699018478
+836.5944824 10.1597652435
+837.4886475 37.3780326843
+838.5550537 14.9223117828
+839.574707 9.3876171112
+840.5322266 5.7735695839
+842.9190674 11.1967353821
+844.2275391 24.8927612305
+846.4586182 2.5326509476
+848.5045166 7.012049675
+849.4398193 40.1103439331
+850.9783936 36.2708892822
+851.8387451 7.9114627838
+852.5418701 17.7169971466
+853.7612305 37.4295310974
+854.519165 265.2407531738
+855.5742188 174.429473877
+856.4870605 44.0321426392
+858.8387451 22.5094852448
+859.8366699 6.062374115
+860.6257324 9.1141452789
+861.6254883 11.4568576813
+862.6315918 8.7373085022
+865.0532227 5.8412122726
+866.6322021 50.9727516174
+867.5859375 56.7537078857
+868.5230713 79.9644241333
+869.5773926 162.4701843262
+870.7138672 134.0639953613
+871.7154541 35.078338623
+872.5770264 421.7613220215
+873.6313477 213.221572876
+874.5968018 60.8721199036
+875.7451172 3.275169611
+876.5887451 10.8844022751
+877.7539062 25.9128684998
+878.6859131 35.3500976563
+879.5979004 34.0537376404
+880.6154785 133.4809265137
+881.786499 45.1302757263
+882.5223389 16.0402565002
+883.6945801 15.708199501
+884.6043701 79.3995742798
+885.6203613 144.9090423584
+886.4676514 53.4509468079
+887.7059326 4.343773365
+888.6037598 3.9528765678
+889.470459 18.5698032379
+890.2648926 18.9255180359
+891.4190674 7.7074751854
+892.7313232 24.7390289307
+893.7557373 47.7140235901
+894.631958 140.8439331055
+895.6571045 219.1949615479
+897.5452881 2911.3979492188
+898.5765381 1551.2827148438
+899.5709229 418.9732055664
+900.6253662 76.62840271
+902.5533447 1062.0913085938
+903.6270752 479.0470581055
+904.607666 106.2112731934
+905.5784912 26.4143466949
+906.4306641 5.0631814003
+907.5817871 3.042873621
+908.5683594 12.1708450317
+909.4000244 38.014213562
+910.4984131 136.2353363037
+911.678833 43.9121894836
+912.6575928 83.6334609985
+913.8208008 85.4415283203
+914.6495361 792.930847168
+915.6937256 507.2446594238
+916.6950684 134.6088562012
+917.7192383 33.9342918396
+918.6988525 7.4430088997
+919.7119141 14.4666080475
+920.541626 4.7871417999
+921.5524902 3.4458777905
+923.7851562 8.8007144928
+927.5317383 467.6200866699
+928.5246582 256.1320495605
+929.6240234 82.3702163696
+930.5472412 15.160279274
+935.7545166 15.368019104
+939.7547607 5.9171514511
+940.6772461 3.6695761681
+944.543457 1425.5611572266
+945.5529785 727.7795410156
+946.5437012 189.6546630859
+947.6043701 33.7750778198
+948.7058105 12.3003606796
+953.4512939 3.2933001518
+954.0604248 4.8848786354
+955.7193604 16.1548938751
+956.5736084 3.840811491
+957.6226807 4.3323159218
+959.5712891 12.7976121902
+962.5487061 37.6402549744
+963.3925781 16.7212753296
+964.5198975 8.5327148438
+965.4925537 13.2770347595
+966.5600586 18.6109981537
+967.7720947 4.9689898491
+968.9018555 4.754257679
+970.717041 31.4858016968
+971.4967041 9.780878067
+973.5467529 7.0278768539
+974.7667236 13.7150621414
+976.3885498 11.2311153412
+980.5655518 22.2603034973
+981.6005859 21.9390144348
+982.6184082 18.6315784454
+983.5280762 40.5241355896
+984.6339111 10.9460420609
+985.2546387 6.6302337646
+985.8592529 5.4167060852
+986.7633057 6.7555561066
+989.744751 12.4885253906
+990.5623779 29.0227413177
+991.4870605 26.8916435242
+992.6424561 34.8319091797
+993.5015869 4.6499729156
+994.6619873 9.665304184
+996.9888916 14.3332862854
+997.8430176 11.8480167389
+998.4660645 24.1767730713
+999.1259766 9.5383882523
+1000.025269 5.4424567223
+1000.793457 27.8201751709
+1001.72522 17.0415115356
+1002.91333 6.5229210854
+1003.81958 2.6470646858
+1004.662354 9.2427272797
+1005.446045 14.9855117798
+1006.655762 7.8569560051
+1007.699829 9.695438385
+1008.560059 279.0929870605
+1009.700439 214.3880310059
+1010.732544 50.5361976624
+1011.491211 21.4612464905
+1012.293945 15.4960899353
+1013.110962 6.1387925148
+1013.864868 3.1891002655
+1015.516602 29.2606925964
+1016.727417 11.6696128845
+1017.711182 12.180431366
+1019.48999 6.8297185898
+1020.434814 3.9406957626
+1021.578735 42.4243202209
+1023.169067 19.5083770752
+1023.901001 9.2178192139
+1024.736938 40.6468925476
+1025.655762 329.8604125977
+1026.674438 250.3150787354
+1027.771729 73.8272247314
+1028.69458 7.6600708961
+1030.50769 10.5305109024
+1031.760742 24.1659297943
+1034.528198 4.9519505501
+1035.646851 22.5831623077
+1036.584351 35.5646629333
+1037.553467 16.4799289703
+1038.553955 7.6070189476
+1040.681274 17.3389835358
+1041.634033 37.756149292
+1042.785767 36.4026145935
+1043.734985 50.9231452942
+1044.666748 16.4945545197
+1045.724854 3.9152696133
+1047.604126 7.5640597343
+1048.536865 20.3384075165
+1049.841919 6.6620407104
+1050.554077 7.2443552017
+1052.050415 4.3123602867
+1052.809814 18.2717189789
+1053.712524 32.1204681396
+1056.63855 2.5803375244
+1058.050781 10.5846834183
+1058.708008 58.0038642883
+1059.645752 23.8097915649
+1060.595459 36.3525848389
+1061.984253 8.7020788193
+1062.643799 4.9206781387
+1063.656006 3.5134654045
+1064.458008 16.6403846741
+1065.482422 18.8344688416
+1066.947021 9.7117767334
+1068.118774 6.4809150696
+1069.483398 20.8431282043
+1073.349976 8.3506298065
+1076.104492 14.9145793915
+1076.925781 7.9486365318
+1077.709717 5.4843916893
+1080.398682 7.3182458878
+1081.629883 6.1757435799
+1083.621826 2.5248734951
+1084.401978 3.5275070667
+1085.480957 3.3180203438
+1086.664673 3.395408392
+1090.04187 4.1301312447
+1092.555298 10.6382465363
+1093.47644 2.8774092197
+1094.744751 15.6033086777
+1095.748535 7.0215044022
+1096.66687 37.8941574097
+1097.670166 35.7216300964
+1098.544434 8.4558763504
+1101.605469 17.4103870392
+1102.862061 8.7890605927
+1104.932251 9.3438186646
+1105.72522 9.2904720306
+1106.959351 17.8171615601
+1107.69751 2.9935674667
+1108.734009 8.4495582581
+1109.652588 6.9624180794
+1110.684204 4.9934835434
+1114.703369 31.8751525879
+1115.850586 8.4649353027
+1119.412354 6.6219472885
+1120.60437 26.7619361877
+1121.818604 46.8897705078
+1122.733643 77.3034744263
+1123.75354 32.3989334106
+1124.770508 14.7680110931
+1127.749878 6.1371760368
+1128.620117 7.0415902138
+1129.672607 4.406434536
+1130.591797 3.3076257706
+1131.35791 3.3094244003
+1134.159058 5.2876758575
+1135.318848 6.1366376877
+1136.550903 12.3521976471
+1137.673462 36.1019668579
+1139.069458 27.2304515839
+1139.754517 206.1366271973
+1140.547119 194.124710083
+1141.84436 56.3795547485
+1142.817383 13.4584312439
+1143.706543 14.5276565552
+1144.508789 19.5688400269
+1145.827393 17.250295639
+1147.714844 12.2788791656
+1148.595825 52.5643577576
+1149.631836 40.6243629456
+1150.583008 12.3349123001
+1151.615967 2.8080227375
+1152.919312 27.2015609741
+1153.693115 22.6364135742
+1154.70105 19.6499538422
+1155.620483 18.7494125366
+1156.666626 32.768497467
+1157.778931 20.4953613281
+1159.803955 26.5019264221
+1160.79895 35.5426712036
+1161.607422 11.2779226303
+1163.734009 13.6137676239
+1164.633789 5.276119709
+1165.520508 7.7363491058
+1166.650024 19.0950050354
+1167.604492 11.1361513138
+1168.762695 2.9837241173
+1169.630493 7.6094074249
+1170.677734 124.0638275146
+1171.700806 85.9312057495
+1172.699219 36.6135139465
+1173.727417 22.8782081604
+1176.703857 7.7179574966
+1177.739502 12.6370782852
+1178.712769 9.1069297791
+1179.753174 12.2282772064
+1182.955688 2.8685324192
+1184.611694 2.566747427
+1187.582031 177.5314331055
+1188.652954 146.2054138184
+1189.740967 32.635597229
+1191.800903 2.9525053501
+1195.444824 4.0545496941
+1196.665527 3.0355212688
+1200.651611 6.744489193
+1203.829712 2.7854003906
+1204.662964 13.2054233551
+1205.783813 7.3242702484
+1206.658325 14.9336910248
+1207.829102 7.9785423279
+1212.552368 3.0845298767
+1214.396118 9.9687585831
+1217.808716 4.6626644135
+1220.951416 7.1402397156
+1221.632935 6.5255041122
+1222.562012 2.6600213051
+1223.484985 3.7722988129
+1225.11145 4.2455015182
+1225.719849 6.6897702217
+1229.882935 3.6961817741
+1232.647583 3.6321501732
+1233.71814 2.7740960121
+1234.412231 6.4076271057
+1235.923462 7.0384273529
+1251.562134 32.0033569336
+1252.797241 16.3839797974
+1253.911255 9.4604892731
+1254.768799 3.0936894417
+1255.781616 18.4032459259
+1256.591431 5.1363458633
+1258.704468 11.0892181396
+1259.77771 5.5653395653
+1260.732056 8.2170476913
+1261.937866 5.2529644966
+1263.057007 6.7511920929
+1265.877686 7.7969794273
+1268.640869 26.496799469
+1269.882935 9.0945549011
+1271.016602 3.9353990555
+1273.242554 9.6775588989
+1274.122314 23.1799564362
+1274.763428 16.7478790283
+1275.846313 15.1229381561
+1276.874634 16.4407501221
+1279.661255 68.1021499634
+1280.802124 27.7682056427
+1281.727661 9.1600017548
+1283.605957 51.7671394348
+1284.504639 7.6246328354
+1285.69519 9.2162361145
+1291.866333 3.5186116695
+1292.746826 5.1888751984
+1293.689697 6.8678097725
+1294.658081 8.6801424026
+1296.912476 35.9776229858
+1297.913574 12.8592376709
+1300.634155 68.8169403076
+1301.697021 34.5001029968
+1302.889526 8.3464832306
+1304.998047 2.6952314377
+1318.711548 41.6585235596
+1319.668091 11.1290025711
+1321.49353 4.272359848
+1335.317261 7.9327783585
+1336.028687 7.2888965607
+1390.706421 16.3362598419
+END IONS
+BEGIN IONS
+TITLE=small.41.41. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=41"
+RTINSECONDS=24.9079
+PEPMASS=674.698852539063 10586.8896484375
+CHARGE=2+ and 3+ and 4+
+191.9720001 6.9035463333
+194.2046509 49.3395690918
+195.2110596 151.8765716553
+196.1136627 6.934940815
+197.1329041 3.3360083103
+198.1025848 10.5883054733
+205.0282135 16.4670085907
+209.0813904 7.310505867
+209.7114258 2.7063646317
+212.2749176 9.3848781586
+216.1207123 1.9470514059
+216.9850769 6.3935642242
+218.3301086 3.0446407795
+219.9555511 16.4191093445
+221.3613434 3.3495445251
+222.1163635 13.5647783279
+226.088974 228.1074066162
+227.2580566 30.4999351501
+229.1636963 4.1680965424
+230.2833252 4.1923103333
+231.1740417 15.3258981705
+232.1603241 3.62226367
+233.1801453 7.9694623947
+237.1834412 77.8825836182
+238.2164154 22.5588874817
+240.2252197 11.9518108368
+241.2027893 4.2574119568
+243.2081146 10.0439271927
+244.1745148 4.0856580734
+245.1222839 38.0795783997
+247.2419281 6.6798567772
+248.1043701 33.4890899658
+248.7615967 11.0172586441
+249.4572601 3.561211586
+250.8800507 11.2467422485
+252.0356293 3.7891328335
+254.1865845 2408.8549804688
+255.2696075 207.5914459229
+257.1217651 74.2973937988
+258.1880493 8.4619722366
+259.1675415 6.7359843254
+260.1509399 6.0394968987
+261.392334 3.2045254707
+262.0683594 11.1461801529
+263.4084778 1.8420057297
+267.2897949 50.6598205566
+268.1625977 9.8968286514
+271.2296143 4.2079157829
+272.329895 3.0705111027
+273.2655945 40.1212158203
+274.3060913 4.6104040146
+276.0374756 45.9344596863
+277.2562866 8.6264448166
+278.3216553 8.5569763184
+279.2127991 5.2485237122
+280.0834961 3.4858293533
+280.9267578 10.6970968246
+283.4222717 3.5169329643
+287.2476196 13.0509395599
+288.1858826 12.8394317627
+290.0761108 10.0288639069
+291.4222717 4.9919404984
+292.5876465 8.8376970291
+293.2043152 1.9512927532
+295.071228 85.2331619263
+296.1601257 22.7934474945
+299.3053894 3.3336315155
+300.1980896 6.5338220596
+301.9945068 36.8567886353
+302.8292847 6.8696222305
+304.4063721 19.9637107849
+305.350769 22.2581062317
+306.2784119 6.1454381943
+311.9623718 3.819119215
+312.8518372 9.2840194702
+313.6322632 2.143270731
+314.9324036 1.9991996288
+318.1917114 74.839050293
+319.2666626 57.106918335
+320.1249695 2.8763582706
+320.9052124 6.2239408493
+323.3259888 9.6801834106
+324.4133911 7.3141264915
+325.9984741 3.377603054
+327.3557739 17.2525730133
+328.3851318 10.535982132
+329.2378845 5.8121738434
+330.1454468 9.1110038757
+331.3374023 8.9614801407
+332.6584473 5.1255073547
+333.3261719 4.9940562248
+334.2097168 4.9833984375
+335.3262329 9.6174631119
+336.3800659 6.58162117
+337.2572937 24.801071167
+338.9286499 10.7220134735
+339.8247681 4.1602845192
+342.5318909 5.2791285515
+343.3834229 2.6444766521
+345.444397 7.4602127075
+346.3782959 13.8106069565
+347.272583 26.8243179321
+348.2605896 6.362736702
+349.1730347 6.2410049438
+352.2539978 120.2552947998
+353.2167664 12.9667768478
+354.276062 215.3822937012
+355.2601013 40.4455184937
+356.3278503 13.8064212799
+357.2670288 53.1075172424
+358.4714355 5.8674535751
+359.3674927 2.9439589977
+363.2006226 3.5536084175
+364.4059448 227.7767333984
+365.3970642 53.5265235901
+366.349884 6.3732581139
+368.5909424 21.8535499573
+369.3955078 16.079126358
+370.1151123 6.3725404739
+371.2189941 54.6505393982
+372.350769 15.3705663681
+373.2450562 46.3310279846
+374.2944031 4.6273226738
+375.3384399 2.0060017109
+376.3543091 9.8781604767
+377.0975952 2.4883723259
+378.6888428 7.6242046356
+379.4289246 3.2050173283
+380.2148438 7.4403858185
+381.1914978 4.8294062614
+382.3035583 780.1309204102
+383.4431458 125.5759429932
+385.3049316 8.9240980148
+386.3213806 32.1029396057
+387.2462769 19.2660522461
+389.0816345 17.7747116089
+390.5510254 4.0764036179
+391.2875366 3.8356993198
+392.2838745 3.3304462433
+393.949707 19.4397850037
+395.2168579 4.7746291161
+396.4267578 8.5838069916
+397.3153687 2.2812821865
+398.1553955 5.4914798737
+399.3741455 2.0586678982
+400.476593 4.8602499962
+401.4276123 5.731751442
+402.3786926 4.7864351273
+403.3091736 3.6535139084
+404.0237427 22.1893749237
+405.3708496 12.7289867401
+406.3931885 16.7163219452
+407.5812988 11.1917514801
+408.5201111 7.0058412552
+410.3268738 1.9518213272
+412.2997437 12.3680610657
+413.241333 2.7712769508
+415.2915649 3.4144432545
+416.0323486 10.7396259308
+416.9840698 9.0606184006
+417.9314575 11.4008846283
+420.5379639 77.2317810059
+421.3046265 52.1154823303
+422.3086548 3.3244349957
+423.3401184 65.2944030762
+424.489624 30.6912288666
+425.3867188 10.0764217377
+426.2844543 8.9723119736
+428.026123 17.2776527405
+429.430603 7.6952648163
+430.6459961 10.3820858002
+432.5228577 25.1108551025
+433.5967407 59.5971641541
+434.6426697 17.5732498169
+435.488678 6.5454158783
+437.2066956 126.3626556396
+438.3236389 27.5243873596
+439.2911072 3.6943664551
+440.5169983 8.3856124878
+441.9370422 95.8977584839
+443.2632751 7.3746995926
+444.3802795 14.6908521652
+445.3225708 3.7142906189
+446.1238708 10.8071746826
+447.1410217 4.3418240547
+448.3341675 14.3057165146
+449.2113342 85.7112731934
+450.4018555 26.2122859955
+451.052063 11.1030874252
+451.6680603 12.2627983093
+452.4289551 2.7514078617
+453.4501343 87.9661026001
+455.0755005 34.4164428711
+457.1867676 4.8500556946
+458.1638184 3.9818634987
+459.2026978 12.7253961563
+460.1778564 12.7268848419
+460.9731445 10.4348449707
+461.9068298 25.7910041809
+462.9450989 224.13722229
+464.1768188 27.2396850586
+465.2657166 96.0444641113
+466.2450562 83.2855606079
+467.3865051 24.8034210205
+468.4447327 21.0056610107
+469.6369629 8.9277954102
+470.4041748 14.3064718246
+471.4790955 23.8078422546
+472.8027344 38.9866714478
+474.1740723 55.6880531311
+475.549469 24.8551864624
+476.4693298 30.7034568787
+477.2461243 7.1916694641
+477.9013672 14.2405252457
+479.2944336 76.9786987305
+480.5551758 13.2718276978
+481.5414429 22.1281223297
+482.4027405 16.174331665
+483.4371643 22.7172088623
+484.3103943 23.07554245
+485.3857422 11.0771427155
+486.4189148 10.2850961685
+487.7706909 24.4411277771
+488.7136841 36.0528144836
+489.8092346 47.7482070923
+490.6349182 37.1029243469
+491.4111633 12.6378641129
+492.9985352 76.7254486084
+493.9442139 10.2657728195
+495.2897339 47.3703651428
+496.5227661 45.9779891968
+497.6845703 22.6780376434
+498.5837402 109.3529052734
+499.6245728 9.0763444901
+501.2772827 264.1363525391
+502.249115 38.8429222107
+502.8838806 6.2416300774
+503.490448 7.8790473938
+504.5682983 93.0051422119
+506.2965088 146.8913421631
+507.1620178 350.2034301758
+508.3370972 6.0777816772
+509.5737305 57.5906677246
+510.4183044 19.0494403839
+511.1503601 15.8778533936
+513.3238525 303.6498413086
+514.3319092 112.5093383789
+515.5692749 761.5570678711
+516.6049194 23.390209198
+518.2094116 174.7589416504
+519.092041 214.5964355469
+520.4003296 65.5074996948
+521.1799316 16.8627300262
+521.8388672 36.1628990173
+522.604126 14.9511976242
+523.656189 13.1099853516
+524.5596313 8.4754934311
+525.7357178 22.1970844269
+527.093689 506.9752502441
+528.1643066 77.2404632568
+529.4486084 59.406703949
+530.5718384 18.9761638641
+531.3521729 4.0218791962
+532.3270264 13.727268219
+533.0101318 16.63813591
+534.6513672 134.8303222656
+535.6618652 191.4297027588
+536.3463135 98.946144104
+537.2790527 37.2254943848
+538.0699463 17.1365661621
+541.2996216 125.9640350342
+542.0621338 44.4494438171
+543.7287598 243.3684234619
+544.4620361 221.5509033203
+545.0772095 159.8723754883
+546.1333618 7.3249731064
+547.2055664 23.8284492493
+548.3282471 61.1495361328
+549.4087524 61.9039611816
+550.2108765 31.5082244873
+551.3048096 31.7934169769
+552.4376831 104.7642288208
+553.338623 80.9102478027
+554.1246948 14.2872161865
+554.7355957 25.3308830261
+555.784668 50.5105285645
+557.5361938 18.3664703369
+558.3209229 22.0088233948
+559.0889893 13.0340614319
+560.1060181 13.1322288513
+561.0516357 35.4888763428
+561.9629517 18.464925766
+563.1566772 207.423828125
+564.0176392 44.2702026367
+564.7147217 16.7424869537
+565.90448 32.6559371948
+566.8443604 28.5589904785
+567.6757812 7.2663841248
+568.5777588 57.328125
+569.7157593 180.2874755859
+570.5274658 53.2382850647
+571.7779541 59.3911056519
+572.59198 98.2436447144
+573.5286865 16.7962646484
+574.4633789 75.2147827148
+575.1989746 76.1439437866
+576.196228 136.916229248
+577.2407227 47.1034126282
+578.2052612 411.7405090332
+579.348877 114.5191192627
+581.1472168 461.6849365234
+582.4589233 73.6696472168
+583.2689209 561.6310424805
+584.0805664 234.5239562988
+586.6026001 1287.4156494141
+587.7143555 51.9961585999
+588.6188965 29.7973690033
+589.5150757 16.4482250214
+590.6870117 71.1411743164
+591.7507324 2307.9418945313
+592.4501953 1297.1771240234
+593.0938721 517.5145874023
+594.1998901 34.9236907959
+595.6407471 55.3627548218
+596.3446655 168.9540863037
+597.4144897 70.0882720947
+598.6447144 11.4556427002
+600.6082764 9071.3671875
+601.4581299 176.5533752441
+602.0952148 288.0332336426
+602.9802246 13.67045784
+603.6652222 10.3208932877
+604.4398193 10.9308338165
+605.3665771 36.3450737
+606.1876221 110.3265075684
+607.4672852 461.2422180176
+608.5133057 203.3233337402
+609.6037598 1402.2919921875
+610.6812744 409.807800293
+611.4542236 25.8046245575
+612.4719238 25.2175369263
+613.4498291 42.1413803101
+615.0864868 406.3784790039
+616.3955078 39.4748840332
+617.8041382 149.1653442383
+619.6331787 901.3839111328
+620.5205688 25.9707736969
+621.4639893 61.0396003723
+622.9044189 32.1411743164
+624.3388672 35.6427612305
+625.2897339 22.3954925537
+626.4517212 63.7659721375
+628.126709 1695.7739257813
+629.329834 121.3285675049
+630.2159424 15.3452510834
+631.3012695 94.4648895264
+632.0578613 36.0768432617
+632.7562256 5.9666366577
+633.3657837 47.1110420227
+634.6940308 104.7057189941
+635.6367798 57.504447937
+636.7277832 24.5818462372
+637.5598145 22.7626667023
+638.4259644 16.2070484161
+639.7368164 68.5985412598
+640.5 32.387802124
+641.9101562 102.0420761108
+642.6878662 161.5901641846
+643.6679077 842.0687255859
+645.2120361 232.1270141602
+646.2463379 13.9069766998
+647.776123 110.1834487915
+648.6559448 836.8824462891
+649.4619751 76.0984649658
+650.5921631 40.9339065552
+652.1314697 2160.5654296875
+653.3026123 62.860496521
+654.4882812 52.5030593872
+655.6499023 36.9356689453
+657.2565918 6148.8212890625
+658.0352173 1149.8623046875
+659.2427368 46.0086479187
+660.1169434 43.9877471924
+660.9064331 37.3910751343
+661.7632446 36.9871520996
+662.7540283 14.5489225388
+663.4840698 10.8785028458
+666.0372314 10264.2724609375
+667.2364502 109.646736145
+668.6037598 28.4092750549
+669.3928223 2.7780284882
+670.289978 4.8773474693
+671.0811768 3.9710347652
+671.8515625 2.419262886
+674.2232666 2.5482058525
+676.3956909 2.4028685093
+679.5299072 1.9322903156
+681.4404297 3.4162864685
+683.4803467 140.2906799316
+684.5303955 62.4633102417
+686.7689209 4.4426202774
+688.4119873 15.5234031677
+689.2155762 3.499112606
+691.4086914 8.8824386597
+693.4849854 10.0135812759
+694.3010254 3.4120700359
+697.3919678 7.8361253738
+699.5426025 53.7177658081
+700.5534668 17.6844425201
+701.5787354 3.0299220085
+702.3133545 1.9517672062
+704.1932373 12.2331848145
+705.229126 49.2721138
+706.4157715 31.8997917175
+707.302002 67.5716705322
+708.5023193 17.9185657501
+709.6756592 5.2848973274
+710.5157471 28.4382610321
+711.4888916 13.0496864319
+712.5332031 2.5186364651
+715.5129395 5.0181746483
+717.517334 25.98072052
+718.5137939 31.5521030426
+719.4997559 11.2369003296
+720.7132568 19.6614494324
+721.489502 6.0890846252
+722.4830322 50.1311759949
+723.6516113 38.2973022461
+724.4869385 46.9879455566
+725.4160156 14.8496046066
+726.3154297 9.0129728317
+727.564209 3.8089609146
+732.3814697 16.5390701294
+733.5593262 4.1005744934
+735.477417 512.4299926758
+736.5267334 210.0106658936
+737.4888916 15.4111013412
+738.5205078 208.3759460449
+739.5732422 61.2705993652
+741.3709717 21.647233963
+742.2032471 5.5467863083
+743.6544189 15.7783956528
+746.5075684 3.7476069927
+749.5675049 2.1368684769
+750.8723145 12.0227909088
+752.5239258 27.5874671936
+753.6384277 6.9559206963
+754.6107178 11.7209129333
+755.5895996 20.3197116852
+756.4594727 6.7652158737
+757.244751 2.9952831268
+759.5782471 12.0703248978
+760.5289307 12.1561994553
+761.743042 8.0058574677
+764.380249 3.0413942337
+765.2871094 2.4091155529
+766.0981445 1.9339625835
+770.7528076 3.1026284695
+771.5050049 4.8711647987
+773.7940674 15.3001251221
+774.5777588 6.8816151619
+776.4351807 68.3559341431
+777.512207 90.1647644043
+778.5856934 13.6895294189
+780.7165527 5.1012010574
+781.494751 3.3066632748
+782.4266357 11.1318693161
+783.7498779 24.7888889313
+784.5361328 8.7311115265
+785.4727783 33.7573699951
+786.5983887 27.3479042053
+787.5 31.9066619873
+788.4320068 2.0123167038
+790.6551514 7.450949192
+792.6600342 5.5296192169
+793.7752686 4.8902945518
+794.6958008 7.4880433083
+795.6987305 4.3880524635
+799.3634033 24.3765983582
+801.4729004 92.1114883423
+802.5648193 23.1146392822
+803.913208 12.4480934143
+804.6560059 65.9722061157
+805.5914307 21.431930542
+806.4821777 9.6632394791
+807.4854736 6.128059864
+809.4884033 6.0734705925
+811.6890869 8.0895767212
+812.4875488 16.9006595612
+813.1954346 3.929297924
+813.9764404 9.9724645615
+814.6934814 3.5846142769
+816.6032715 6.3407826424
+818.4078369 272.0791015625
+819.463501 133.1290283203
+820.4556885 4.9871973991
+821.4456787 6.556763649
+822.2906494 3.3780517578
+823.5255127 5.9025559425
+828.4130859 2.0923657417
+830.449707 120.458694458
+831.5233154 73.7880249023
+833.5159912 8.9479942322
+834.71521 22.907333374
+835.5775146 29.4443340302
+836.5979004 14.0598611832
+838.1845703 16.3374328613
+839.1661377 6.9986834526
+840.5622559 4.4046831131
+842.2706299 1.9604526758
+844.484375 6.9701075554
+845.7315674 20.1822776794
+846.6418457 62.9508972168
+847.4902344 30.8419380188
+848.6097412 10.2858066559
+849.4648438 16.1347427368
+850.5701904 4.455965519
+851.6270752 41.538192749
+852.5360107 21.0370845795
+854.5135498 48.9543380737
+855.5074463 25.8505821228
+856.2783203 6.603061676
+857.3903809 34.946723938
+858.3980713 17.9244270325
+861.7810059 10.3369474411
+862.6838379 5.3349127769
+864.6700439 23.7245635986
+865.7901611 33.901725769
+866.5898438 217.4091796875
+867.6479492 98.06300354
+869.4761963 19.3068733215
+871.6130371 5.1805019379
+872.4515381 3.2685980797
+873.5064697 16.9944725037
+874.7979736 8.4058799744
+877.5345459 9.5190925598
+878.5330811 5.9500436783
+879.6057129 21.8790855408
+880.5732422 11.4529380798
+882.5335693 700.5054321289
+883.5603027 265.100769043
+884.6131592 12.9196233749
+885.5825195 7.890393734
+887.4664307 8.5314340591
+888.4420166 9.9048728943
+889.5664062 9.7202110291
+891.9401855 8.791270256
+893.6564941 7.1671814919
+896.5574951 7.4191589355
+897.5495605 4.1966524124
+898.711792 7.052728653
+899.8044434 2.3789451122
+900.6112061 5.6292805672
+901.5213623 13.57604599
+902.7258301 9.172747612
+905.0081787 14.639090538
+905.7521973 88.2890014648
+906.7226562 12.0594291687
+907.6320801 21.4808807373
+908.5944824 116.0249252319
+909.5189209 44.0625267029
+910.5252686 2.2850809097
+911.5089111 10.7646160126
+912.4472656 10.1936979294
+913.4919434 4.0487728119
+914.649292 6.2916183472
+915.3823242 31.5592498779
+916.3917236 13.498049736
+918.6331787 22.9490413666
+919.5584717 14.955909729
+920.743042 11.665430069
+921.6470947 6.9425945282
+922.6228027 7.9896759987
+924.5588379 63.4635429382
+925.5526123 37.6926231384
+926.6392822 8.530128479
+927.9195557 13.0007867813
+928.854248 12.6451616287
+929.5280762 92.1306915283
+930.5943604 127.4406738281
+931.4411621 55.8088798523
+932.3956299 85.8797836304
+933.5349121 41.3170928955
+934.6258545 15.3935165405
+935.8161621 6.7474479675
+939.3109131 6.8335814476
+941.1490479 2.6385557652
+942.8276367 12.7512397766
+943.6424561 2.7110135555
+946.4597168 568.4714355469
+947.5080566 240.7861022949
+949.364624 397.4788513184
+950.4468994 217.0295715332
+951.5490723 7.5887613297
+954.4525146 6.4442014694
+956.4737549 19.5701122284
+957.661499 60.3546409607
+958.6828613 35.5282936096
+959.5340576 12.5048732758
+960.6984863 1.8347373009
+963.8779297 8.9615364075
+964.6695557 72.7387008667
+966.3741455 413.373046875
+967.5506592 191.6677246094
+968.7342529 12.5358142853
+969.7268066 2.4059267044
+970.4941406 20.3845119476
+971.6730957 6.503724575
+972.8658447 2.9943978786
+974.5895996 166.44140625
+975.5957031 100.0687408447
+977.5144043 192.5999145508
+978.5963135 144.9339904785
+979.5275879 20.0617618561
+980.7697754 10.685218811
+983.3621826 3.1301105022
+984.4481201 8.6041240692
+987.4766846 9.5328111649
+988.2321777 3.4260315895
+989.6766357 2.4069604874
+990.6036377 2.0907189846
+991.4071045 2.4285433292
+992.8677979 7.229174614
+996.7043457 10.0463781357
+997.8186035 6.0659589767
+999.875 5.3046169281
+1001.509644 98.8645324707
+1002.583252 34.150138855
+1004.416748 43.5183181763
+1005.716919 18.4737377167
+1007.531128 8.1616249084
+1008.399414 9.8926963806
+1009.11731 2.0926785469
+1009.73938 11.5853633881
+1010.488281 11.2696113586
+1011.568237 13.4447517395
+1012.921509 53.6351776123
+1013.633179 49.9018325806
+1014.714233 31.3320274353
+1015.725952 2.8692462444
+1016.455811 1.9748746157
+1018.147217 5.4065570831
+1018.78064 6.3519892693
+1019.677002 3.1230285168
+1020.775635 7.6370372772
+1021.612671 1.8666983843
+1027.213623 30.2787399292
+1028.677612 23.0695266724
+1029.616577 568.5516357422
+1030.588867 328.3777770996
+1031.330322 7.0216560364
+1032.468384 20.8803062439
+1033.380127 13.9182548523
+1035.986938 23.8599433899
+1036.654297 111.9460296631
+1037.711426 71.237121582
+1038.678467 3.9375123978
+1041.038818 2.6805648804
+1043.37085 16.7261772156
+1044.591187 21.1796321869
+1045.852783 1.9490809441
+1046.706421 4.2656230927
+1049.573853 69.6321563721
+1050.594482 28.6295623779
+1052.517944 39.8436126709
+1053.513428 19.8064403534
+1054.709106 9.0931606293
+1055.72168 75.4086914063
+1056.685059 18.3655662537
+1058.21106 19.3386268616
+1059.556274 31.8399486542
+1060.61145 79.8488540649
+1061.640259 76.5948944092
+1063.239258 5.1044383049
+1064.638184 5.3098435402
+1065.993408 3.9564547539
+1067.47229 5.8824596405
+1068.565674 9.2278547287
+1069.737427 30.8001785278
+1070.706055 9.1575975418
+1071.706787 37.1944656372
+1072.687988 12.310631752
+1073.567627 4.5966787338
+1074.852783 2.6042776108
+1077.514771 1135.8698730469
+1078.551636 608.7612304688
+1079.615356 11.2222681046
+1080.272461 8.0897140503
+1081.572632 41.6424369812
+1082.715454 20.2632369995
+1086.621582 217.1333618164
+1087.572388 93.5852203369
+1088.601685 67.737411499
+1089.701172 22.4880561829
+1094.575439 1067.5710449219
+1095.615845 575.3017578125
+1096.552246 4.5673975945
+1097.622681 5.9002146721
+1098.676392 2.5600886345
+1100.618896 5.0097694397
+1103.022461 2.9283339977
+1103.881958 12.4911642075
+1105.561279 198.7925415039
+1106.60083 140.7774353027
+1117.601929 3.1198654175
+1121.907227 4.0861515999
+1124.685181 21.6781215668
+1125.768066 17.2152423859
+1136.292847 2.5623481274
+1138.666748 10.2447280884
+1139.55249 6.8295550346
+1140.72583 6.9040813446
+1141.827515 7.8892397881
+1144.68457 3.7203855515
+1148.015259 2.7760739326
+1149.799316 2.504406929
+1155.701538 13.4018650055
+1156.643921 9.8337287903
+1157.639038 16.9873027802
+1158.715942 16.994430542
+1160.261841 21.9374446869
+1161.394531 20.3171920776
+1165.400391 6.2448925972
+1167.297485 22.3178062439
+1169.865112 2.1525318623
+1172.804688 10.7116785049
+1174.589355 38.654800415
+1175.582642 23.7043571472
+1176.316406 2.8769237995
+1177.649658 1.9619556665
+1178.749146 4.1295690536
+1180.919189 1.9535139799
+1181.652344 11.7876729965
+1182.806885 54.0511322021
+1183.807007 59.0568275452
+1184.704346 29.0442733765
+1187.00708 3.6418731213
+1189.726196 1.938405633
+1191.646851 62.9855957031
+1192.72168 33.2978897095
+1194.324219 2.5746705532
+1199.747314 313.1666870117
+1200.733521 194.79637146
+1201.435303 6.4356098175
+1202.64624 14.8584165573
+1203.640747 16.5227794647
+1217.644775 45.5430374146
+1218.789795 30.7478675842
+1234.485474 3.1873195171
+1245.880615 5.130589962
+1271.682983 4.61581707
+1272.693115 2.317574501
+1288.776978 12.4563980103
+1289.623169 6.0669083595
+END IONS
+BEGIN IONS
+TITLE=small.44.44. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=44"
+RTINSECONDS=26.194
+PEPMASS=810.818725585938 174472.9375
+CHARGE=2+ and 3+ and 4+
+234.1609497 24.4125366211
+238.2489319 75.2526779175
+240.2477875 126.5467147827
+245.2875061 308.7339172363
+246.2361145 25.7297325134
+247.0751648 33.5553741455
+248.101593 38.9574050903
+251.2608948 1315.7026367188
+252.3491058 257.7414550781
+258.217804 13.7541656494
+261.5563354 47.0539245605
+262.3298035 332.24609375
+263.3305664 13.5913734436
+265.102417 23.9486427307
+266.2581177 308.7790527344
+271.7164917 134.8150787354
+272.7078857 173.8344573975
+273.4596863 127.148651123
+276.3656616 226.3264312744
+277.3882141 17.5297431946
+279.2110291 96.5776977539
+280.3078003 191.1193084717
+281.279541 16.4115047455
+285.3117676 25.995475769
+288.2375793 59.3549995422
+290.2532043 2026.0538330078
+291.2692261 328.9646911621
+294.2101135 762.0849609375
+295.2470703 93.2060012817
+300.226593 19.0037479401
+302.3126221 11.6527366638
+303.945282 30.2161197662
+305.2913818 45.8744354248
+308.2209778 6979.5825195313
+309.3053894 835.4201660156
+311.2314758 34.8077507019
+316.2669983 87.5056228638
+317.3930054 16.5321731567
+318.4329224 22.3708114624
+319.4386902 32.6246185303
+320.3682556 24.4053211212
+322.1725464 93.7954864502
+325.5011597 26.3289489746
+326.3477783 74.926071167
+328.2894592 86.2895584106
+332.3334961 49.8632316589
+335.184021 24.6376914978
+336.2573853 209.4052886963
+337.3019104 215.4822387695
+338.2505188 64.6716003418
+346.2244873 133.3916473389
+347.0844727 11.7365961075
+351.6643066 17.1543178558
+353.7212524 17.6255722046
+354.4412842 39.2294311523
+361.4747314 54.0933303833
+362.2647095 181.8561248779
+363.2885742 251.7246704102
+364.2971191 1604.1373291016
+365.2761841 575.9663085938
+366.4013062 54.7870941162
+367.4200439 16.6506538391
+368.2477722 85.0992202759
+369.3565063 11.8685874939
+376.3701172 243.3704681396
+378.2749634 21.4727058411
+379.2869568 996.1017456055
+380.3505249 70.8134994507
+381.2880249 148.99609375
+382.2250977 480.4443359375
+383.3271484 116.1088943481
+386.1077271 21.7673873901
+387.4547729 56.9072036743
+389.524231 43.9865150452
+390.2251892 14.0961618423
+391.4591064 15.3302087784
+393.3127747 51.9137535095
+394.066803 37.492816925
+395.3108521 14.4657611847
+396.3244019 1505.9405517578
+397.3997192 290.5905761719
+399.3061523 1678.0466308594
+400.2573853 214.2772979736
+403.406189 31.4448623657
+404.2121582 403.2382202148
+405.1071167 29.5289306641
+407.2770691 1523.9036865234
+408.3223267 330.2138977051
+409.3092041 54.875038147
+410.3471375 111.2075424194
+411.2685547 663.8309936523
+412.2276306 100.4078979492
+413.1664429 16.686164856
+414.036499 71.4800567627
+415.5370483 35.9225654602
+418.5850525 14.5470056534
+421.3087769 3448.8911132813
+422.3292847 631.0883789063
+423.4926758 83.3986968994
+424.206665 24.534034729
+425.3928833 100.0562591553
+428.4237671 21.5620288849
+430.2825317 20.5546607971
+431.0776367 13.2590656281
+433.085083 45.3322067261
+434.5411377 16.9536457062
+435.5235596 56.4325294495
+438.4732056 1245.076171875
+439.3206787 3756.5517578125
+440.3062134 657.8823852539
+441.4691772 75.3042678833
+442.6489868 13.2451477051
+443.3820801 55.7289047241
+445.3034668 153.1757965088
+449.5863953 131.9139251709
+450.3675232 245.5330963135
+451.2035522 16.543296814
+452.5354004 22.2118434906
+453.3834839 36.2104301453
+456.3065186 5012.1499023438
+457.4144897 799.4578857422
+458.7193604 36.253868103
+459.369873 13.8414449692
+460.3765564 70.1832885742
+462.3262024 304.0784606934
+463.3989868 78.5101470947
+464.3538818 63.6662101746
+466.6664124 84.5330200195
+467.6024475 31.4228992462
+468.3019104 44.5232429504
+472.5154114 25.0111846924
+475.0810852 200.4124755859
+476.2449341 45.2493400574
+478.3469543 1821.6623535156
+479.3675842 255.4306488037
+480.4396973 21.9646129608
+481.4470215 357.5931396484
+482.5337219 38.0052337646
+483.6936035 166.4992523193
+484.7864685 161.0921936035
+485.6957397 12.5349349976
+487.6507874 13.1318740845
+488.2511292 69.8675003052
+489.3312683 101.3940505981
+490.15625 92.1259918213
+491.1105042 82.7273254395
+492.4199219 277.4504394531
+493.348114 162.3857727051
+493.9543152 15.8921260834
+494.5650024 36.2238082886
+497.8616943 714.3502807617
+498.5325317 290.2679138184
+502.9434204 32.4562149048
+503.9623108 23.1265068054
+504.5696716 46.2043609619
+505.6109314 23.3871002197
+506.5416565 13.2177848816
+507.5128479 17.4453296661
+509.3334351 1328.4566650391
+510.488739 892.9583129883
+511.6571045 61.1863059998
+514.303833 15.8512907028
+516.3139648 38.5691566467
+519.2333984 57.4498519897
+520.4558105 187.0941314697
+521.4071045 138.7275390625
+522.7350464 93.9693527222
+523.4683838 164.7390594482
+524.3519287 148.2129974365
+525.1237793 169.6836090088
+527.4936523 25.6416511536
+531.5256348 28.5670051575
+532.640625 42.3115310669
+533.5764771 1595.1013183594
+534.5343018 31.1972923279
+535.6353149 19.8626098633
+536.7449341 81.7534179688
+538.2843628 4808.9013671875
+539.4483643 1112.9007568359
+543.552063 22.3501586914
+544.1583252 16.8383655548
+546.4454346 88.3033447266
+547.0854492 96.5760498047
+549.4090576 103.2047576904
+551.4832764 329.487487793
+552.6160889 143.6497192383
+553.3935547 29.7847976685
+555.4261475 3645.2897949219
+556.3899536 697.1651000977
+557.3701172 22.7345085144
+558.7095947 21.3666553497
+560.3614502 55.8840904236
+561.1439209 19.1120262146
+562.7768555 28.0364933014
+563.6852417 29.0711975098
+564.8972168 41.4689254761
+566.3729858 920.0009765625
+567.5480957 153.1097106934
+568.5504761 50.3306732178
+569.4943848 62.0900611877
+570.5640869 12.5466861725
+571.6199951 22.3528900146
+573.6981201 44.5208129883
+574.4215088 117.4112091064
+577.2089844 24.8199577332
+579.7799072 294.8994445801
+581.317749 290.8456726074
+582.7342529 306.4179382324
+583.5125732 559.0740356445
+584.5526123 83.8334960938
+585.5274658 67.9175186157
+586.5460815 26.2936210632
+588.8121338 58.6647415161
+589.5115967 14.557557106
+591.5140381 221.1484832764
+592.6083374 60.8273162842
+593.7125244 89.8215332031
+596.5893555 15.0564813614
+597.3398438 77.1090927124
+598.1070557 74.5161132813
+599.2913818 35.9830474854
+602.6929932 180.031036377
+603.5517578 149.5358581543
+606.416687 22.8623123169
+608.6981812 328.9391784668
+609.4159546 2860.8620605469
+610.4615479 510.7614746094
+611.4810791 1090.7142333984
+612.133667 515.7010498047
+615.4337769 164.7030029297
+616.8518066 373.0289306641
+617.6784668 321.4088134766
+618.6005249 13.8938770294
+619.3487549 50.3211212158
+620.6870728 95.9390563965
+621.8778076 22.2652664185
+622.9395142 24.0641937256
+626.4516602 3262.8129882813
+627.4855347 780.9430541992
+628.2498779 56.4593200684
+629.1708374 772.6771850586
+634.4382324 57.2260513306
+636.5518799 231.7636260986
+637.5782471 110.864112854
+638.3944092 43.757686615
+642.7199707 22.6057605743
+645.6351318 98.9661331177
+646.6036987 123.280670166
+647.5010376 60.0331039429
+648.5454102 38.0826263428
+649.9158936 54.6711120605
+651.5737305 66.4428405762
+652.4577637 108.9406051636
+653.4266968 17.8991756439
+654.0875244 15.439620018
+655.479248 20.6781616211
+657.3565674 1863.7496337891
+658.1303101 1933.4953613281
+659.1714478 47.0425491333
+660.3613281 67.7685012817
+661.8276978 103.7396469116
+662.7765503 99.4586639404
+663.4992676 199.4218902588
+664.4813232 1086.9252929688
+666.1955566 40758.140625
+667.7081299 435.7071838379
+668.5197754 285.7415466309
+669.5439453 112.0987930298
+670.7354736 419.6302185059
+671.3867188 3437.6486816406
+672.0655518 928.7923583984
+673.3143311 269.7500610352
+674.1542969 79.7489547729
+675.8791504 16.6220417023
+677.4505615 46.0948028564
+678.425293 39.6864395142
+680.1418457 147870.453125
+681.3276367 4224.2314453125
+682.1989136 273.7242736816
+682.8212891 1868.6120605469
+683.9772949 159.1202392578
+684.8128662 185.2687530518
+685.5324707 84.954284668
+686.2652588 78.2214813232
+687.0028687 120.1496810913
+688.5054321 965.4377441406
+689.2218018 297.2857666016
+690.9709473 1216.6588134766
+691.6453857 319.0004577637
+692.7779541 26.495798111
+693.9602051 23.4843082428
+695.3896484 33.6407279968
+696.3642578 96.7292480469
+697.5658569 390.2328186035
+698.5539551 260.6630249023
+699.5214844 106.7739105225
+700.1671143 20.3211784363
+701.5111084 55.1758804321
+702.3031006 43.2369270325
+703.5004272 39.5273628235
+705.9650269 64.3966827393
+706.9928589 118.0103530884
+709.3320923 156.3320617676
+711.1590576 18.649684906
+713.8295288 1673.5997314453
+714.5829468 1648.8715820313
+715.1868896 322.0323486328
+717.3042603 137.9452209473
+718.8482666 309.5285644531
+719.5101318 138.0673675537
+720.1882324 75.3665771484
+722.7254639 39913.62890625
+723.6468506 851.9365234375
+724.5738525 248.4262390137
+725.8123779 122.5909729004
+726.8875732 398.5057067871
+727.5250244 4709.4873046875
+728.1491699 9976.310546875
+729.2794189 193.5319671631
+730.2225342 59.1406440735
+731.0793457 68.0009155273
+731.7624512 15.0502223969
+732.7189941 62.0714874268
+733.7166748 41.0587234497
+736.6555176 257593.78125
+737.567749 4859.9057617188
+738.6530762 379.1741333008
+739.4899902 506.0804443359
+740.2785645 104.0247802734
+741.0947266 158.579864502
+741.8303223 11.5519065857
+742.8156738 127.4562454224
+743.5601807 113.6872558594
+744.6265869 183.9086914063
+745.6948242 214.5750732422
+746.9140625 203.1850585938
+747.7957764 77.5155029297
+748.4366455 76.7316818237
+749.3312988 75.090637207
+750.8565674 44.0942611694
+751.8375244 110.0225830078
+752.6872559 664.5390625
+755.3475342 75.3986663818
+756.2105713 592.311706543
+757.1231689 18.0009346008
+758.4465332 55.1061439514
+759.4859619 32.2778511047
+760.4865723 154.0403442383
+764.1536865 1932.8469238281
+765.1430664 116.5572662354
+766.7010498 218.4521789551
+767.5039062 249.6789855957
+768.4750977 28.1110134125
+769.6191406 72.416015625
+770.6499023 127.652053833
+771.5915527 36.3063049316
+772.5557861 35.4175605774
+773.4608154 94.94896698
+774.512207 95.4010696411
+775.5045166 119.9604110718
+776.3227539 89.0985946655
+777.526001 256.5403442383
+778.4609375 198.8320922852
+779.3408203 1147.4483642578
+780.3989258 3560.4990234375
+781.4998779 1439.5908203125
+782.4243164 533.8759765625
+783.791626 89.0840835571
+784.7023926 430.7835693359
+785.6633301 34.8398742676
+786.7695312 457.0031433105
+788.18396 45478.2109375
+789.0410156 1216.7347412109
+790.2963867 619.30859375
+791.4703369 1119.62890625
+792.9056396 8610.7060546875
+793.6384277 18539.802734375
+794.6812744 644.2766113281
+795.434082 1421.4614257813
+796.553833 561.5293579102
+797.8839111 103.9640808105
+798.5980225 56.9051742554
+799.9160156 15.7084178925
+801.8269043 19780.041015625
+802.6533203 1048.0010986328
+803.5640869 35.2275619507
+804.3936768 12.8890266418
+805.2094727 34.3831634521
+806.4986572 16.9883613586
+808.7575684 181.1837310791
+809.7095947 83.7780532837
+813.4813232 18.3572826385
+820.3265381 20.6427879333
+822.414917 35.403717041
+823.5858154 44.6326446533
+826.3221436 59.947555542
+831.4998779 27.6797046661
+838.6352539 13.576374054
+846.4890137 19.5876331329
+849.527832 18.4974384308
+850.3754883 87.3436584473
+851.3988037 77.5746307373
+860.3900146 34.6190872192
+861.7294922 39.7508888245
+864.2106934 14.9939250946
+866.7041016 14.169919014
+872.394165 33.0112876892
+875.6662598 22.5015563965
+877.5738525 19.3810768127
+889.7982178 13.250295639
+897.7910156 16.1462783813
+900.4924316 108.203994751
+904.3395996 29.9933433533
+905.5162354 130.3548126221
+906.4520264 253.8789825439
+907.59729 79.3978118896
+908.7159424 77.1905212402
+909.5842285 27.7186985016
+916.753418 35.1068916321
+917.4869385 17.8347682953
+918.5227051 31.786195755
+919.4395752 43.6864433289
+920.2718506 27.6812171936
+921.2454834 37.8636512756
+922.5362549 243.2292175293
+923.5197754 581.0028076172
+924.4432373 297.6859130859
+925.6383057 38.7272453308
+929.6138916 24.3235874176
+931.480957 19.9913024902
+932.4915771 40.6477203369
+933.7025146 37.4418296814
+934.857666 35.3942718506
+935.6931152 99.5238037109
+936.447998 338.5136413574
+937.560791 138.4801940918
+940.4525146 588.2064819336
+941.44104 319.4093322754
+943.4901123 22.4055652618
+947.8110352 62.9919090271
+948.958252 30.9635429382
+949.618042 88.5695648193
+950.6734619 59.8926734924
+959.8529053 44.8480453491
+960.5898438 121.8562469482
+961.2902832 20.4972686768
+963.5859375 236.4152526855
+964.5194092 136.9465942383
+966.4973145 1056.3334960938
+967.5474854 466.7300415039
+968.4647217 55.5827026367
+970.6557617 12.4866228104
+972.7426758 14.6996421814
+976.4523926 176.380859375
+977.5330811 582.3475341797
+978.6417236 283.9405212402
+982.5305176 43.4530334473
+989.1398926 31.3000526428
+989.7886963 12.8431863785
+993.3426514 26.7000694275
+994.5 11074.5546875
+995.5268555 4982.4770507813
+996.5311279 119.9386367798
+998.1815186 67.4370040894
+999.3947754 34.0634498596
+1001.877563 18.0989246368
+1004.684937 40.0914649963
+1007.689941 13.1803627014
+1011.731445 76.057144165
+1012.611938 51.9397888184
+1013.689697 31.4217948914
+1016.228882 30.0101127625
+1018.070679 11.8032417297
+1019.515137 33.2799186707
+1020.482422 203.9082946777
+1021.378906 58.7084541321
+1029.561157 30.3314170837
+1030.677368 82.2954101563
+1031.51001 149.6153564453
+1032.870972 40.5978469849
+1034.178955 24.5898418427
+1036.468018 44.3311538696
+1037.50769 1321.4670410156
+1038.513916 923.3795166016
+1039.220947 49.6361618042
+1047.501221 285.7018432617
+1048.489868 707.9703369141
+1049.504883 373.5067138672
+1054.509277 420.0202026367
+1055.560059 144.1146697998
+1056.79248 26.5759162903
+1059.20105 16.4597473145
+1060.18335 21.146314621
+1063.825439 46.8123970032
+1065.562134 21715.66796875
+1066.561768 9135.20703125
+1067.566895 118.689201355
+1076.565918 147.6058654785
+1077.612915 199.7151947021
+1078.684814 13.3999547958
+1082.780273 26.5386390686
+1083.494019 67.3046264648
+1084.559937 11.5267448425
+1086.512939 44.9980125427
+1087.940674 15.9219532013
+1089.297241 32.256111145
+1092.131348 22.7578125
+1093.566895 44.4544754028
+1094.571289 402.6242370605
+1095.644531 210.0372467041
+1105.308228 35.0746192932
+1111.462646 946.0194091797
+1112.601318 522.0135498047
+1113.478882 45.1069717407
+1118.093262 33.1678695679
+1118.75708 21.8028526306
+1119.641602 172.8215637207
+1120.414429 24.1533546448
+1121.332275 25.8227100372
+1123.621216 25.4949245453
+1125.635498 30.2764091492
+1129.467896 24.1653785706
+1130.510986 43.3252258301
+1131.809204 36.690662384
+1134.070557 23.2733726501
+1136.601929 2987.5375976563
+1137.664673 1600.4805908203
+1138.738281 115.4170150757
+1146.628296 551.5401611328
+1147.625366 1160.8458251953
+1148.585815 499.4090576172
+1149.697876 126.9644775391
+1157.697754 25.0536327362
+1159.557495 39.5856819153
+1160.740479 57.7352027893
+1162.711182 55.9810943604
+1164.633423 49515.4765625
+1165.632935 22972.490234375
+1166.669067 837.5556640625
+1168.678223 12.5725364685
+1175.692261 20.482334137
+1176.573608 66.0898895264
+1177.681641 129.6345367432
+1178.751587 81.8769073486
+1179.504028 27.8372821808
+1180.44458 44.6248970032
+1181.666992 1085.1180419922
+1182.780396 1215.9627685547
+1183.890259 64.3575210571
+1187.423096 18.0085525513
+1188.035522 13.7900371552
+1193.655762 857.4273681641
+1194.637939 355.5287475586
+1195.655273 22.4805049896
+1197.419922 46.5062026978
+1203.582153 226.0847015381
+1204.667969 765.8215942383
+1205.624634 255.1495056152
+1206.827393 87.3538818359
+1207.658203 325.3551635742
+1208.682007 85.9364013672
+1217.889038 24.0691947937
+1221.633423 20877.18359375
+1222.635376 11335.7705078125
+1223.540771 412.1231079102
+1224.586792 831.8147583008
+1225.670898 293.1287841797
+1232.619751 22.873462677
+1233.293579 17.5194683075
+1234.559326 19.3451023102
+1238.679199 145.4091186523
+1239.789185 261.4499511719
+1240.765625 41.3413238525
+1247.686035 19.3340625763
+1251.494995 27.9295215607
+1270.484741 24.0241298676
+1288.133545 21.477973938
+1289.794678 26.6546859741
+1292.809937 16.52202034
+1296.455688 45.2885169983
+1307.69165 42.3976173401
+1314.496338 57.9660682678
+1315.331665 28.62550354
+1316.059937 12.0874481201
+1324.451538 35.9159545898
+1330.665161 20.6739749908
+1331.683105 20.7341632843
+1332.977905 26.7778110504
+1340.599243 59.3529052734
+1341.630981 207.4011383057
+1342.622803 48.3352279663
+1346.622559 27.5048656464
+1356.731934 20.048368454
+1358.713013 3792.1733398438
+1359.755493 1831.0882568359
+1360.690918 47.4121246338
+1375.548584 17.5084133148
+1376.304688 70.1515045166
+1382.062622 35.9322433472
+1417.606201 16.0625190735
+1439.651978 16.3185272217
+1444.671021 20.8576374054
+1445.773315 16.0949077606
+1454.661255 118.495803833
+1455.755005 67.5925750732
+1465.858032 24.9635772705
+1471.952148 106.3272781372
+1472.703247 40.9511146545
+1534.070923 17.0996417999
+1534.92981 18.0325908661
+1574.40625 16.4217777252
+END IONS
+BEGIN IONS
+TITLE=small.45.45. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=45"
+RTINSECONDS=26.8992
+PEPMASS=837.778076171875 91143.390625
+CHARGE=2+ and 3+ and 4+
+237.2359772 24.0056171417
+243.2255249 106.9584350586
+244.187912 36.1135749817
+245.2360992 79.867225647
+246.1416168 7.2581324577
+247.1875 10.4802303314
+249.0738831 16.7280597687
+250.026947 16.4882488251
+251.3054504 40.5082740784
+253.2304993 29.8893680573
+254.1574097 182.9017181396
+255.2700958 15.5840702057
+257.2608032 6.4197454453
+261.1016235 866.6000366211
+262.2191772 93.4567565918
+263.2952271 55.2751808167
+264.3917542 55.0446472168
+265.356781 77.8809967041
+270.4786682 22.9858856201
+271.3155212 50.1489143372
+272.4196472 10.6481113434
+274.2664185 12.166926384
+275.9044495 158.7061767578
+276.9863586 41.5883102417
+277.7378845 22.6820430756
+278.3418274 67.7825088501
+279.2042847 45.1244735718
+280.3002014 12.3080635071
+281.3341064 13.8773822784
+285.1859741 8.1207380295
+287.4785767 25.6081562042
+291.0860901 31.2197971344
+293.1266479 1506.7186279297
+294.1878357 142.4835357666
+295.1242676 52.5011177063
+296.3808899 36.8193092346
+297.3745728 16.863494873
+301.1309814 23.36028862
+301.9936218 12.3162212372
+304.4108276 22.8358669281
+305.6472168 28.5938110352
+306.5960083 54.825302124
+307.5867615 12.2250547409
+308.419342 6.1634778976
+310.3369446 37.648815155
+311.2366943 22.3298454285
+312.7755737 41.9237670898
+313.4133301 86.9461517334
+315.4360352 10.6911811829
+317.2939453 6.090239048
+318.3406982 93.4417572021
+319.121521 184.5579223633
+320.2174988 53.1240959167
+321.09729 33.9824485779
+321.8389893 6.834546566
+322.6439819 29.4649238586
+324.3515625 22.8902664185
+326.8722534 303.7785644531
+327.5647278 28.7196731567
+331.4216614 17.4426021576
+333.361084 97.4524230957
+334.0462952 8.3351755142
+336.105835 130.5607757568
+337.178772 893.7940063477
+338.2849731 150.0220947266
+339.3334961 17.275718689
+340.2467651 52.106552124
+341.0418701 14.9603404999
+342.4131165 33.6926307678
+343.3215942 14.2346830368
+344.3747559 168.1799621582
+345.3412476 27.4582538605
+346.3010864 73.5750427246
+347.3862 20.3011016846
+348.5750122 30.7074317932
+349.611084 36.5007171631
+350.2576294 102.9457702637
+351.3487549 121.7381896973
+352.3322754 49.1013641357
+354.3095703 146.571685791
+355.2237854 172.4731445313
+356.3944702 57.0633392334
+357.8912048 26.1886558533
+358.5082703 23.1238689423
+360.2666626 229.0997772217
+361.2121582 77.337272644
+362.3216248 218.8106994629
+364.6287842 30.957151413
+365.3103638 102.1159820557
+366.440979 83.5988616943
+368.2659912 504.9994506836
+369.4904175 148.9460906982
+370.4257202 46.2589187622
+371.2980957 12.6130981445
+372.3167114 66.9786148071
+373.5733948 146.6115112305
+374.2463379 689.1939697266
+375.1629028 322.5387878418
+376.2174683 79.2303924561
+377.3004761 29.7296829224
+378.396698 63.7941932678
+379.1084595 125.5558700562
+380.1091919 30.4201316833
+381.0636597 16.6564292908
+382.182373 88.6815032959
+382.9535522 113.7504196167
+384.2481079 61.3839950562
+385.9691772 96.9501419067
+388.1167603 637.717956543
+389.2556763 522.8707275391
+390.29953 185.1781005859
+391.2971191 130.3826751709
+392.2830811 156.8869476318
+393.2434998 472.7543029785
+394.4063721 222.7406616211
+395.6932068 37.5100708008
+396.3554993 42.5117759705
+397.642395 14.3099956512
+399.4013062 95.8902359009
+400.1434326 93.6028900146
+401.3132935 166.1204833984
+402.1774292 35.5804138184
+402.7987061 30.0260047913
+404.9855957 93.7660369873
+406.5805054 82.6592254639
+407.2615356 682.4172363281
+408.2099609 204.1759033203
+409.1488037 96.7060775757
+410.4059448 200.2684020996
+411.4377747 312.4312744141
+412.4884033 31.8493995667
+413.57547 18.718914032
+414.4569092 34.4904708862
+415.4381714 34.3661651611
+416.4046021 23.0066566467
+417.4041138 72.0113296509
+418.4694519 83.5719070435
+419.3721008 70.9088134766
+420.5427856 14.0011024475
+421.3623962 38.6368751526
+422.5150757 82.3622970581
+423.5074158 24.4562950134
+424.394043 18.4216575623
+425.5123901 135.4407958984
+426.4484253 81.1662368774
+427.1104126 43.285572052
+427.8914185 25.9701004028
+428.9645691 24.4722537994
+430.1594238 34.9420471191
+431.3786621 58.8274269104
+433.6732788 35.0014343262
+434.2937622 267.9909057617
+435.2753296 214.4421386719
+436.3778076 140.2749938965
+437.5807495 30.8077335358
+438.7518311 23.6315784454
+439.5752258 184.925567627
+440.2875366 42.1748046875
+440.8876953 37.7975959778
+442.7146606 252.5421447754
+443.712738 91.7161254883
+444.4233093 13.4295330048
+445.484314 6.8391852379
+446.6513367 78.5727386475
+448.1138916 521.5665283203
+449.0852661 345.690612793
+449.9472961 14.5267381668
+450.6039429 29.7439651489
+451.7281494 43.2171325684
+452.7800598 74.9317626953
+453.5331421 56.0135307312
+454.4312744 47.6571769714
+455.3272095 11.6318292618
+456.3364563 306.0097351074
+457.1156921 616.6013183594
+458.0774536 684.1965332031
+459.2140808 121.900352478
+460.4154053 45.3359603882
+461.9202881 109.7865142822
+463.0296326 41.6654777527
+464.2903748 186.4088287354
+465.6795044 1185.4733886719
+466.6196899 395.3018188477
+467.5259399 66.6471252441
+469.1644287 71.5465393066
+470.1998291 77.1364212036
+471.2245483 9.8341064453
+473.1358643 131.5585632324
+474.1348267 170.3326263428
+475.2038269 117.1770782471
+476.243988 38.1590499878
+477.3306274 7.8518648148
+478.6401672 187.4787750244
+479.5238953 80.3774642944
+480.5812683 13.2683324814
+482.3343506 302.5147094727
+483.1862793 317.3294067383
+484.0382385 62.7073554993
+485.5108337 50.0907859802
+487.2276306 221.9378204346
+488.2932739 70.548538208
+489.3235779 112.477180481
+490.3663025 153.5282440186
+491.1238708 595.1935424805
+492.0879211 284.0663452148
+492.9589233 93.0437393188
+495.754303 191.930480957
+496.5818787 485.2887573242
+497.3728027 112.9750366211
+498.2286377 19.5996894836
+499.3703613 668.7107543945
+500.1078491 819.442199707
+501.2167358 210.9578552246
+502.3222961 166.9834289551
+503.4921265 183.0810546875
+504.583252 481.5084838867
+505.3144226 1774.00390625
+506.3871765 311.6405334473
+507.4480896 220.3622131348
+508.508728 122.6259841919
+509.5201721 7.1577234268
+510.6077271 39.5271530151
+511.2441406 9.4194431305
+512.7687988 245.5344848633
+513.7563477 1829.6762695313
+514.6177979 760.0778198242
+515.6685791 60.6644363403
+516.5068359 89.7475357056
+517.2477417 398.1037597656
+518.3131104 546.2254638672
+519.2855225 179.3167419434
+520.2431641 45.5339050293
+522.1984253 5375.4501953125
+523.0705566 1896.1595458984
+523.9694824 35.7632293701
+525.4743652 122.5538482666
+526.5750732 121.6680679321
+527.6380615 65.4391555786
+528.5848389 50.2395820618
+530.2530518 271.0619812012
+531.3474121 362.5102233887
+532.2330322 153.8398284912
+533.3449097 151.1812896729
+534.5170898 28.2853012085
+535.4807129 61.1259498596
+536.2711792 42.8421287537
+537.6119385 30.7122535706
+538.5927734 165.6981658936
+539.5633545 41.4001312256
+540.3012695 35.4372177124
+541.0032959 38.5663261414
+542.1719971 52.3989562988
+543.0755615 39.7248573303
+544.7821045 11.7772197723
+545.7252197 52.8994865417
+546.5187378 147.8260040283
+547.217041 344.2270507813
+548.4597168 861.8621826172
+549.4298096 208.5628967285
+550.1462402 58.5285491943
+551.6385498 171.9050140381
+552.7388916 105.6363449097
+553.6866455 320.5641784668
+554.5866699 203.5218658447
+555.6118164 349.6333618164
+556.437439 45.4156951904
+557.1019287 97.5961151123
+558.364502 233.2486419678
+559.4831543 193.1203308105
+560.6677246 223.6743927002
+561.8040771 1183.1501464844
+562.6625366 1074.6860351563
+563.8544922 805.9131469727
+564.6032104 295.8083190918
+565.4040527 120.9399719238
+566.4348145 34.7662124634
+567.4940186 45.5742263794
+568.0957031 308.1604003906
+569.1925659 265.5610656738
+570.6955566 9334.525390625
+571.6459961 1049.9361572266
+572.8618164 200.351348877
+573.8710938 62.1933898926
+574.541626 57.1530723572
+576.3308105 790.1505126953
+577.0274658 898.3994750977
+578.9613647 15931.7333984375
+579.5625 8766.615234375
+580.1722412 2077.5766601563
+581.5658569 88.9854125977
+582.8344116 121.2537536621
+583.4432373 928.3531494141
+584.9698486 4631.8955078125
+585.640686 3071.6311035156
+586.8303223 251.4642028809
+588.0644531 80.3634490967
+589.3825684 74.0725326538
+590.3242798 24.9536323547
+591.1563721 47.4588394165
+592.6378784 141.0346679688
+593.7931519 488.9411010742
+594.605957 664.7733764648
+595.6143799 139.2226867676
+596.5415039 74.0002822876
+597.545166 60.4429321289
+598.6357422 95.8358306885
+599.7561035 61.4001846313
+600.6905518 97.3985748291
+601.53479 95.2785491943
+602.6148682 235.621673584
+603.661377 334.9577941895
+604.5040283 24.1374855042
+605.2647705 107.1164627075
+606.1592407 21.3304729462
+607.5375977 149.6335144043
+608.5995483 153.720916748
+609.4747314 52.0821723938
+610.4907837 506.5035400391
+611.6409912 195.9127807617
+612.4645386 178.9442749023
+613.314209 225.9992980957
+614.225708 228.383972168
+615.3121948 246.0088653564
+615.9953613 21.7148590088
+616.6122437 291.4946594238
+617.5658569 166.0085144043
+618.4564209 405.7604980469
+619.4112549 219.6166381836
+620.3587646 195.4977416992
+621.2650146 86.3899383545
+622.1108398 42.0746231079
+622.9957275 44.0749931335
+625.3122559 594.3807983398
+626.27771 719.9282226563
+627.2821655 231.2488098145
+628.6137695 284.5545654297
+629.5081787 103.0729522705
+630.5374756 232.8345031738
+631.3903809 474.0645141602
+632.2854004 82.8706893921
+632.8974609 49.3991394043
+633.559082 387.1871337891
+634.7191162 743.5439453125
+635.5 808.8416748047
+636.5863037 285.5735168457
+637.427002 198.5001068115
+638.4344482 88.8536834717
+639.2790527 99.0560302734
+640.0327759 74.2305145264
+641.8538818 255.9264984131
+642.6895752 817.3409423828
+643.6246338 1849.6853027344
+644.6391602 913.4165039063
+645.6154785 275.5331115723
+646.4874268 117.0893096924
+647.1728516 53.9154891968
+648.6264038 260.0214233398
+649.5899048 59.1888580322
+651.0838623 526.61328125
+652.4393311 443.0880737305
+653.4694824 489.6323242188
+654.4225464 293.5354003906
+655.5649414 42.7473640442
+656.425415 42.2211685181
+657.8619995 78.5034103394
+658.6566162 51.8468551636
+659.4483643 87.2017822266
+660.1298218 187.7669219971
+661.4660034 5096.7724609375
+662.5013428 1980.7185058594
+663.5936279 384.9331970215
+664.368042 90.9030685425
+665.2997437 69.2010955811
+666.3843384 119.1887359619
+668.2843018 63.9664573669
+668.9353027 148.0983886719
+669.8421631 40.1728057861
+670.5501709 340.3911132813
+671.5777588 493.5152893066
+672.6943359 129.996307373
+673.5895996 82.5598144531
+675.3011475 162.3729858398
+676.2674561 148.7035064697
+677.3710327 128.0202331543
+678.3825073 35.9953231812
+680.3404541 699.5114746094
+681.2628784 260.4043579102
+682.0391846 114.9647369385
+684.1051025 791.1237792969
+685.1727295 661.4216308594
+686.2073975 248.1439056396
+687.3157959 203.2305297852
+688.6176147 258.5952148438
+689.7401123 177.8653869629
+690.4450684 75.3450927734
+691.4891357 62.894859314
+692.7302246 1903.1403808594
+693.7636719 1557.9140625
+694.6171875 331.2918701172
+695.7939453 134.8891601563
+697.2486572 196.6381530762
+698.2529907 1209.3162841797
+699.2348633 373.5462036133
+700.4728394 250.6488189697
+701.2420654 2352.80078125
+702.1837158 678.2053222656
+703.0142212 84.1471328735
+703.777771 78.787147522
+704.4885254 96.8999633789
+705.9335327 380.8871154785
+706.8363037 2413.0424804688
+707.685791 1487.03125
+708.4487305 181.8787689209
+709.2799072 177.8504943848
+709.9970093 105.2876968384
+711.3407593 61.2373733521
+713.3675537 164.3536987305
+714.9438477 2700.7319335938
+715.6690063 2808.5639648438
+716.7666016 886.3546142578
+717.7648926 254.5710449219
+718.6341553 210.7272338867
+719.6801758 135.2843170166
+720.6046143 53.7198600769
+721.6714478 65.9233703613
+722.857605 120.1308517456
+724.1923218 4371.146484375
+725.270874 2257.5422363281
+726.2420654 256.9402160645
+727.3461914 343.5631408691
+728.3260498 285.6904907227
+729.3759155 115.0826416016
+730.3006592 234.1668548584
+731.3170776 90.439666748
+732.5708008 164.8641967773
+733.2939453 242.8394317627
+734.3117676 94.0560302734
+735.6091309 82.7966842651
+736.5571289 729.6016235352
+737.3426514 493.3053894043
+738.4838867 355.6514282227
+739.5196533 323.9130859375
+740.5073242 561.2845458984
+741.3498535 2128.3081054688
+742.407959 1719.5150146484
+743.5446777 259.4949645996
+744.4202881 35.5135421753
+745.7384033 242.8837890625
+746.4873047 133.1789550781
+747.5302734 159.5088653564
+749.3050537 4943.9545898438
+750.2873535 1809.2152099609
+751.2058105 886.388671875
+752.3339844 133.3740081787
+753.7891846 178.3114776611
+754.6643066 1210.5583496094
+755.7254639 482.304107666
+756.5447998 253.5140686035
+757.5717773 8058.1860351563
+758.217041 8502.306640625
+759.1625977 565.6414794922
+759.9180908 546.6209716797
+761.411499 47.0512542725
+763.2474365 3638.4892578125
+764.2607422 1183.5405273438
+765.449585 154.1365966797
+766.4700928 752.4194335938
+767.4952393 663.5910644531
+768.4470215 216.452331543
+769.4627686 82.1509094238
+771.8208008 8184.1147460938
+772.5426025 3715.4733886719
+773.1568604 1547.0447998047
+774.7189941 45.1621627808
+775.5827637 146.3915557861
+776.835083 132.8621826172
+777.5928955 324.4156799316
+778.5689697 216.8190917969
+780.774292 47736.73046875
+781.6712646 9182.1259765625
+782.668335 208.099822998
+783.5718994 456.2767944336
+784.4855957 1045.1901855469
+785.5112305 594.0704345703
+786.6053467 238.1751861572
+787.6207275 83.0082855225
+788.4304199 87.1623458862
+789.2954102 182.4813079834
+790.3059082 85.0584869385
+791.2872314 102.9130706787
+792.9970703 652.5950927734
+793.880127 723.2536621094
+794.7449951 175.4432067871
+795.666748 194.3775939941
+796.7989502 336.9741210938
+797.9051514 496.8143310547
+798.7095947 1019.9214477539
+799.6672363 208.8592071533
+800.5955811 437.349822998
+801.5330811 424.9031066895
+802.581543 161.2603607178
+803.3859863 61.1492233276
+804.4824219 45.0692520142
+805.8687744 774.1404418945
+806.9360352 2711.9523925781
+807.739624 3011.3403320313
+808.7893066 437.7358398438
+809.6987305 178.5582122803
+810.9190674 547.3790283203
+811.7214355 677.0283813477
+812.5864258 192.966003418
+814.3383789 1521.646484375
+815.0250244 1051.8833007813
+816.0184326 2655.8239746094
+816.7232666 1602.1595458984
+817.6394043 517.3186645508
+818.8491211 391.374786377
+819.8981934 4781.9008789063
+820.6905518 3569.8410644531
+821.6448975 342.015045166
+822.6551514 72.6164398193
+823.717041 92.2702407837
+825.5637207 116.2888793945
+826.5939941 258.1391601563
+828.4560547 18961.18359375
+829.196167 12914.75
+830.1907959 290.0145874023
+831.9841309 10.0765733719
+837.7875977 9.3670425415
+840.1871338 6.21403265
+841.9110107 12.923494339
+842.5340576 13.1282548904
+843.7473145 13.7476215363
+844.4851074 8.6596097946
+845.4908447 9.5417203903
+848.0437012 30.8492488861
+849.6165771 131.764465332
+850.6574707 217.7676086426
+851.5863037 43.6946411133
+852.6341553 132.22315979
+854.5169678 1189.5133056641
+855.6055908 606.8336181641
+856.515625 264.1773986816
+857.6564941 31.9416122437
+858.5101318 57.1972427368
+859.4699707 15.101140976
+860.6328125 39.0458145142
+861.661377 62.2666702271
+862.5369873 42.9434967041
+863.6412354 49.4599304199
+864.4733887 38.2481651306
+865.4304199 26.4195308685
+866.5286865 240.0451812744
+867.5882568 78.6069488525
+868.8427734 143.0199127197
+869.6502686 543.0258178711
+870.6142578 245.0966491699
+872.5323486 1574.1435546875
+873.5758057 863.5380249023
+874.5517578 195.8695373535
+875.8322754 57.8601837158
+877.0513916 34.8625717163
+877.737915 90.3896789551
+878.5587158 141.9054718018
+879.4631348 149.174407959
+880.6072998 384.1843261719
+881.7119141 94.851524353
+882.7034912 62.2959899902
+884.0167236 34.4381484985
+884.734375 40.5538444519
+885.5002441 62.4826316833
+886.6585693 37.7743530273
+887.4202881 21.3476390839
+888.699585 17.7628307343
+889.6489258 12.6816492081
+890.9378662 15.1467647552
+892.8553467 18.0852203369
+893.956665 66.241897583
+894.7404785 576.8174438477
+895.6358643 597.2290649414
+897.5426025 7628.9921875
+898.5843506 4246.7387695313
+899.6135254 969.1446533203
+900.7420654 172.6541137695
+902.6151123 43.9516563416
+903.7770996 10.743103981
+904.5926514 30.9862918854
+905.6617432 25.4174556732
+907.8422852 13.5772590637
+908.6590576 25.4003620148
+909.505249 28.8223457336
+910.5727539 33.0320091248
+911.7606201 50.5553817749
+912.6120605 221.233001709
+913.7633057 229.3025665283
+914.6534424 2886.82421875
+915.5787354 1828.8414306641
+916.6529541 577.242980957
+917.6314697 48.4385223389
+922.4307861 29.505531311
+923.3121338 15.6193752289
+924.7027588 54.871925354
+925.4554443 14.4516859055
+926.5385742 12.0302734375
+927.4156494 61.9475097656
+928.1386719 6.635158062
+929.65271 35.9268264771
+930.4957275 11.9762248993
+931.6777344 7.4598855972
+932.6395264 12.1523342133
+934.618042 69.7926940918
+935.4298096 20.3661174774
+936.4929199 32.7355957031
+937.4038086 16.9245376587
+938.3918457 59.7837524414
+939.4378662 19.0304756165
+940.510376 30.9407653809
+941.6999512 32.1788330078
+944.5993652 22.6055793762
+945.6270752 10.8947811127
+946.6103516 40.3453598022
+948.5202637 6.6934132576
+950.2528076 26.4156074524
+951.8625488 59.1798706055
+952.7121582 10.3157930374
+953.7600098 56.2043533325
+954.6445312 221.000213623
+955.5041504 97.0185546875
+956.4851074 37.7795639038
+957.4678955 16.4321403503
+959.6311035 11.135969162
+960.6027832 23.3606052399
+961.5325928 20.3288211823
+962.5925293 74.1410369873
+963.5913086 95.2834777832
+964.710083 99.3003997803
+965.6724854 32.5463256836
+966.7811279 137.7967071533
+967.5126953 95.3471908569
+968.5950928 39.0348777771
+969.5456543 74.0087280273
+970.5595703 328.0985717773
+971.6662598 184.5632629395
+972.5986328 38.2801246643
+973.8231201 38.7906494141
+974.5560303 27.0227813721
+975.4136963 35.531955719
+976.5882568 73.9927062988
+977.5270996 75.8334884644
+978.5881348 72.493347168
+979.5415039 114.0135650635
+980.6777344 114.1499633789
+981.6815186 165.5335693359
+982.6531982 185.6265716553
+983.7889404 202.5672149658
+984.6308594 333.7211608887
+985.564209 206.763458252
+986.5643311 47.7537689209
+989.6325684 36.486907959
+990.6646729 99.1930236816
+991.7844238 134.3114624023
+992.5802002 92.0004730225
+993.6165771 66.4130477905
+994.432251 233.7592773438
+995.5043945 705.2722167969
+996.5250244 854.0234375
+997.5438232 490.452331543
+998.6811523 155.679107666
+1000.339478 78.7800979614
+1001.642944 120.0396728516
+1002.640869 33.6645431519
+1003.47229 15.0417337418
+1006.773682 79.4696044922
+1007.814087 286.1180725098
+1008.666016 762.2666625977
+1009.697144 484.9403381348
+1010.701172 225.5331420898
+1011.880127 143.1327819824
+1012.545898 3292.8366699219
+1013.547729 1595.5328369141
+1014.550903 448.0395812988
+1015.522827 103.1450805664
+1016.544678 30.5827865601
+1018.766968 31.6341152191
+1020.044067 98.1000518799
+1020.97937 74.9951171875
+1021.939209 78.2406463623
+1022.633667 18.6232471466
+1023.575439 15.5885696411
+1025.073608 296.3486938477
+1025.685303 1089.2791748047
+1026.685791 990.0850219727
+1027.638184 277.5232543945
+1028.542236 96.8764343262
+1029.56604 588.8721923828
+1030.590942 337.4245300293
+1032.08728 40.9437103271
+1033.185181 13.7924747467
+1034.23877 9.0635633469
+1035.539673 11.5444107056
+1036.389038 24.1711940765
+1037.748535 37.3946304321
+1038.727661 40.752910614
+1039.632568 12.3518066406
+1040.999634 6.5279450417
+1042.847534 115.7065429688
+1043.854492 52.6313781738
+1045.483032 9.8921976089
+1047.65686 20.1121063232
+1048.818237 7.2955217361
+1049.641846 45.6522369385
+1050.458618 23.3365592957
+1051.501221 15.1599187851
+1052.577881 31.9392051697
+1053.876831 16.5710277557
+1054.657593 34.449672699
+1055.674316 22.13621521
+1056.657715 76.4441680908
+1057.458984 30.2011642456
+1058.633423 26.9766464233
+1059.85022 18.6410598755
+1061.075439 31.5174102783
+1062.872559 36.0503845215
+1063.692017 12.2601795197
+1064.674072 15.3052062988
+1065.805054 16.2176303864
+1066.817261 24.7621002197
+1068.058838 8.4074010849
+1069.519653 8.3275938034
+1070.139282 10.1009941101
+1071.680786 43.7312278748
+1072.37915 6.3390865326
+1073.506836 152.4554748535
+1074.527222 156.7079620361
+1075.522827 44.6047477722
+1076.442993 33.6264533997
+1077.727539 43.846206665
+1078.904175 39.2122917175
+1079.771973 17.4536781311
+1080.671631 56.7772521973
+1081.655151 34.4706726074
+1082.729248 115.6518554688
+1083.685059 24.4196395874
+1084.680176 74.1731491089
+1088.604126 27.6860733032
+1089.967041 43.807346344
+1091.367188 383.5520629883
+1092.556396 235.6661376953
+1093.473633 61.4120826721
+1094.286377 18.7512588501
+1094.895752 26.6200447083
+1095.632446 43.1223640442
+1096.799561 170.8660430908
+1097.652344 86.5401535034
+1098.693726 106.3118209839
+1101.276855 32.0192070007
+1102.418335 32.6116828918
+1103.788086 95.530670166
+1104.602417 37.2014808655
+1105.740967 69.5218582153
+1106.669922 87.6401062012
+1107.564819 60.9405212402
+1108.706909 454.1335449219
+1109.740845 550.2391357422
+1110.806641 231.7690124512
+1111.817871 91.4368743896
+1112.723877 61.2075500488
+1114.070435 39.5265045166
+1114.837891 60.6487541199
+1115.865234 33.563785553
+1116.801758 75.6405792236
+1117.5802 225.2491760254
+1118.575684 111.7395782471
+1119.828369 41.5056381226
+1120.736694 85.5517807007
+1121.792114 98.8255767822
+1122.748413 327.289276123
+1123.797852 330.3916931152
+1124.77771 186.102935791
+1126.581055 2284.1064453125
+1127.627197 1474.6771240234
+1128.635986 515.0584716797
+1129.564697 32.5660095215
+1130.735352 56.7250862122
+1131.77063 21.5125160217
+1132.645386 50.2583351135
+1134.516602 702.7035522461
+1135.624146 525.0874023438
+1136.928833 195.4818878174
+1137.796875 198.025604248
+1138.633057 153.3269500732
+1139.730469 877.2864379883
+1140.703857 529.5169677734
+1141.698975 245.1698608398
+1142.608276 73.6090698242
+1143.707031 21.0455875397
+1146.525635 14.2369537354
+1148.791626 48.9099578857
+1149.495117 47.8270339966
+1151.59021 1632.7856445313
+1152.616211 1141.1417236328
+1153.610718 320.7726745605
+1154.459717 49.7073822021
+1155.743164 69.1117553711
+1156.890747 66.7532272339
+1157.695068 60.639881134
+1158.810303 27.1132698059
+1159.637939 42.4445304871
+1163.118774 36.22631073
+1163.845337 17.9851875305
+1165.409058 30.1421260834
+1166.730835 36.1127853394
+1168.644775 2034.3387451172
+1169.590454 1426.9270019531
+1170.610229 608.7203979492
+1171.576782 99.6361618042
+1172.603882 28.1180648804
+1176.681885 13.7769775391
+1177.746094 6.7710194588
+1178.964233 23.1972160339
+1179.918457 20.5326251984
+1181.617432 68.0648880005
+1182.67749 42.1407546997
+1184.288696 19.3223609924
+1186.702393 47.9723320007
+1187.706177 21.6077575684
+1190.382446 18.5422039032
+1191.824097 21.0070133209
+1193.669189 7.9154634476
+1194.76001 41.3823471069
+1195.958252 30.1165847778
+1196.729126 34.2184371948
+1199.107422 9.0177516937
+1200.767212 7.6774206161
+1202.79541 25.8138256073
+1204.084595 24.312461853
+1205.937134 55.1432533264
+1206.984619 58.122833252
+1207.957275 16.121175766
+1209.079346 47.733341217
+1214.609985 5.9814605713
+1215.685913 50.1528625488
+1217.699707 39.4704971313
+1218.835938 25.2273540497
+1219.746338 65.2370529175
+1220.906494 51.703742981
+1222.116455 60.7225189209
+1222.830322 9.8281793594
+1223.543945 33.0953369141
+1224.58374 63.521446228
+1225.846313 32.5614929199
+1226.797119 40.7564697266
+1227.72229 24.0400943756
+1228.677979 20.5212688446
+1229.562134 58.0622406006
+1230.648438 14.6206178665
+1231.522461 13.0581550598
+1233.189331 25.5850868225
+1234.658569 54.7408370972
+1235.638062 70.0433044434
+1236.76355 29.1522045135
+1237.712891 35.5187911987
+1238.848511 26.2361431122
+1239.817383 101.6477127075
+1240.959595 6.900996685
+1244.857788 19.5858592987
+1245.565796 55.826625824
+1246.644897 96.7397155762
+1247.859497 84.3317871094
+1248.862427 98.3601226807
+1249.774536 36.3328552246
+1250.809326 105.4917831421
+1251.812256 186.6844940186
+1252.94519 89.8241729736
+1253.802856 37.4234962463
+1254.608765 43.8650627136
+1255.954468 15.073975563
+1257.564819 7.7284150124
+1261.677612 22.7532119751
+1262.506226 11.3696079254
+1263.778687 30.6149673462
+1264.780396 62.9514808655
+1265.702515 154.9598083496
+1266.877319 58.5483512878
+1267.900146 11.3723506927
+1268.85498 196.4820709229
+1269.728882 138.6426544189
+1270.409912 54.5982818604
+1271.102661 29.989610672
+1271.845459 47.4367294312
+1272.894775 39.5180587769
+1274.845947 6.0614948273
+1276.190552 28.5073471069
+1278.2771 31.1184768677
+1279.607666 86.9501037598
+1280.595825 25.1670837402
+1282.718994 90.7384414673
+1283.43042 77.8180389404
+1284.597168 41.0625991821
+1286.127075 19.3978977203
+1288.804443 81.1329269409
+1289.679077 50.8058166504
+1292.914429 38.0603141785
+1295.465942 10.642865181
+1298.046265 41.9446754456
+1299.025146 37.7425842285
+1300.824585 17.4278411865
+1301.87793 10.7296266556
+1303.722046 19.1113643646
+1305.685547 6.2846593857
+1313.689941 13.8443374634
+1320.97937 11.2865180969
+1325.926147 12.0774774551
+1332.758911 11.2214508057
+1334.902954 11.3174161911
+1341.239624 9.2468290329
+1341.977051 22.8946228027
+1344.766235 6.0150775909
+1349.126709 24.0655975342
+1350.842163 28.7779197693
+1351.813599 41.1801223755
+1353.048584 36.6191711426
+1356.462891 10.0860795975
+1358.247681 11.7765445709
+1359.54895 11.3501720428
+1361.464233 23.8533420563
+1362.865723 37.9586830139
+1366.536133 84.4598846436
+1367.991211 113.9652938843
+1368.893066 7.7240662575
+1369.67981 45.8450775146
+1371.7854 7.4358124733
+1377.071777 22.1380500793
+1377.737427 57.6904411316
+1378.741577 46.5510749817
+1379.616821 67.2032928467
+1380.844482 34.1819763184
+1383.869995 95.6137084961
+1384.725586 45.6703872681
+1385.657349 22.6940727234
+1387.051514 56.7426567078
+1387.757202 36.1496047974
+1388.67749 23.1698474884
+1391.677246 11.8545770645
+1394.635742 559.8012695313
+1395.733521 478.0211181641
+1396.694458 284.0413818359
+1397.712036 43.1527404785
+1400.504272 22.0474948883
+1401.535767 51.6615104675
+1402.161621 42.5026473999
+1402.909546 126.4349136353
+1403.899292 35.736366272
+1404.603638 24.4536113739
+1405.346191 36.3434486389
+1411.690552 279.7271118164
+1412.662354 270.177947998
+1413.596802 180.3442382813
+1414.713135 87.2720794678
+1424.900757 8.4918336868
+1428.899292 47.708530426
+1429.911865 9.2113714218
+1431.095825 57.9379920959
+1431.835205 55.1174507141
+1432.597168 8.2983932495
+1437.593994 6.6354551315
+1439.762817 14.0289287567
+1441.724121 6.5267972946
+1442.69397 6.0262465477
+1444.224854 6.716442585
+1447.619263 12.5269470215
+1455.054443 16.2900085449
+1457.01001 15.7952184677
+1458.029053 33.3421592712
+1467.746826 6.0130076408
+1479.903687 6.9997587204
+1480.634766 10.7891759872
+1481.658081 14.698890686
+1482.602783 14.0260868073
+1483.875488 17.4590034485
+1490.677734 27.9746856689
+1491.578247 10.6795358658
+1499.081421 19.0085754395
+1499.902954 20.8569984436
+1502.005127 33.4391174316
+1507.157593 10.6866073608
+1508.121338 86.868560791
+1509.016968 55.3438339233
+1509.807495 56.6291809082
+1515.874634 21.8958625793
+1516.927124 16.444486618
+1518.239014 9.9713935852
+1525.774658 83.0012969971
+1526.783325 69.3495101929
+1527.827881 13.955537796
+1535.978149 8.5517454147
+1543.160645 58.9736404419
+1543.909546 17.8450889587
+1545.492065 8.4826040268
+1554.963135 12.6647453308
+1556.799561 12.2239971161
+1559.753662 11.2529983521
+1572.569214 19.6752643585
+1574.586548 12.2226228714
+1585.959106 8.0092039108
+1587.803711 12.2425231934
+1597.807739 14.9773254395
+1614.648315 7.6148462296
+1636.923462 31.736448288
+1652.211914 20.8081951141
+END IONS
+BEGIN IONS
+TITLE=small.46.46. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=46"
+RTINSECONDS=27.6339
+PEPMASS=674.841369628906 21437.576171875
+CHARGE=2+ and 3+ and 4+
+194.0488434 36.820766449
+195.0915222 140.9526672363
+196.1929321 19.1372528076
+197.9348145 10.7839603424
+198.8618317 3.4978365898
+205.2115631 4.3073148727
+206.151825 6.3012299538
+209.0626678 14.4808082581
+210.1989441 5.3966531754
+212.283844 6.1982693672
+217.2372589 23.5873794556
+221.3475342 6.4302692413
+222.1876831 15.9069509506
+223.2690887 5.8660440445
+226.1338501 198.1745605469
+227.2660217 18.3312187195
+229.0447388 8.8304185867
+230.1466064 7.3410377502
+231.047699 10.6402626038
+237.2146759 104.5745010376
+238.3922424 25.2986450195
+239.4669495 4.6068487167
+242.5347443 9.6273803711
+243.2966766 26.2607517242
+244.8187561 27.5557975769
+245.5390167 8.2713708878
+247.3132019 9.9138393402
+248.2635498 13.328742981
+249.1562042 4.6290388107
+249.7785492 2.8883364201
+251.2190247 7.2483410835
+252.8449554 2.8928647041
+254.1787109 2739.064453125
+255.2546997 242.8802947998
+257.1183777 51.3637237549
+258.2604065 10.8405952454
+259.1427917 4.5464577675
+260.1044617 5.1260228157
+262.020813 8.5884685516
+263.1442261 9.1743907928
+267.2018433 80.3446044922
+268.1951904 8.9003896713
+271.2383118 19.3657875061
+273.1723633 30.0136299133
+274.2121277 8.3814992905
+275.1121216 7.4824414253
+276.2009888 44.6933517456
+279.2286377 5.418847084
+280.0733032 3.6279473305
+283.513855 6.2408995628
+284.257019 6.9814829826
+285.4330139 12.5469932556
+286.2591553 5.2110881805
+287.2132568 7.7385187149
+288.3631897 19.0470275879
+289.2412415 5.0860481262
+290.210144 5.5324296951
+293.3405762 12.6703701019
+294.1173401 5.8038554192
+295.1690369 45.2475891113
+301.3082275 12.0875844955
+302.1295776 20.7314662933
+303.1184692 6.6925516129
+304.3804321 23.2065086365
+305.127533 12.3589277267
+306.2476196 6.0005803108
+307.0644226 18.7158184052
+308.2458496 3.3148055077
+309.0358887 3.8778958321
+310.7063904 4.4001893997
+312.8493652 16.8288879395
+314.3703308 4.0641994476
+318.133606 106.2060928345
+319.0828552 18.4166507721
+323.3886414 26.5444583893
+324.1208191 7.7425203323
+327.3309326 20.3702068329
+328.4008789 5.1227536201
+329.4711609 14.3143186569
+330.3438721 6.1354250908
+331.3335571 5.0870523453
+332.7778931 3.7578318119
+336.2220459 23.1352577209
+337.2245178 44.8260765076
+338.1229248 6.2439117432
+339.3113708 7.0664057732
+340.4108276 10.977889061
+342.0666504 10.6040878296
+346.3834229 7.7598667145
+347.3135986 20.9918041229
+348.1915894 6.8154029846
+352.2418213 104.2252960205
+353.2208862 7.8180003166
+354.3421631 185.8667144775
+355.370697 61.8097763062
+356.6327515 19.1244831085
+357.4115601 32.1001319885
+358.3993835 10.2922811508
+360.9772339 25.3017749786
+364.3153992 233.980255127
+365.4015808 87.4654159546
+366.1816711 4.0235638618
+367.2427063 7.7719893456
+368.7080688 23.8983955383
+369.5285034 9.6337013245
+371.206604 59.2082290649
+372.4812012 33.3943862915
+373.2649231 69.6161117554
+374.2922974 9.4863491058
+376.7673035 9.7745552063
+377.7165527 4.8216862679
+378.6123657 13.2694702148
+382.3448486 737.1243896484
+383.3326416 147.4431304932
+384.3687134 6.4703931808
+386.8601685 19.1938018799
+388.152832 8.9525928497
+392.2254639 6.3446860313
+394.2637329 5.1691184044
+395.03302 3.4599502087
+396.145752 12.7013921738
+397.0091553 8.4044151306
+399.190155 8.5557584763
+401.1898804 8.7953281403
+402.3813782 14.3208808899
+404.1355591 26.7520809174
+405.1776123 3.4094376564
+406.0455322 12.2614173889
+406.9250488 12.1728687286
+415.3392944 8.9106445313
+416.2891235 4.7428145409
+417.7254639 4.2690443993
+419.2692871 21.1073360443
+420.4595337 59.8132705688
+421.1837769 78.4712600708
+422.5511475 24.1191005707
+423.2876892 126.9174346924
+424.1851196 24.5877990723
+425.0489197 4.3441371918
+425.7759705 13.42253685
+426.8862305 3.005761385
+428.053772 19.609287262
+430.381134 13.9934577942
+431.1711426 5.9495172501
+432.6226501 19.2808609009
+433.7462158 40.1072463989
+434.4076233 15.5417108536
+435.296814 9.0607261658
+437.2452087 112.1282806396
+438.3674927 34.3286170959
+439.4934998 15.88098526
+442.1035767 126.4857635498
+444.0249939 3.4134502411
+444.9468689 8.3418960571
+445.5844727 6.8389501572
+446.380188 12.663640976
+447.5524292 25.1933860779
+448.5979309 53.0369720459
+449.3545227 65.2090148926
+450.2919617 52.2714576721
+451.4309082 60.2613487244
+452.1972046 4.8273477554
+453.5187378 83.2091217041
+454.5256348 20.4696922302
+457.2872314 8.032787323
+458.0319824 17.4245414734
+458.6621094 3.2958397865
+460.1008301 14.7917766571
+460.7900085 39.4942169189
+461.4707336 24.0897388458
+463.0762939 227.629989624
+464.4505005 39.4320793152
+465.2113037 86.0694580078
+466.2199402 110.1950531006
+467.1647034 16.8720226288
+467.9000244 13.4908370972
+468.6153564 38.1702575684
+470.3424377 43.6232948303
+471.1061401 20.9144020081
+471.8757629 15.8956813812
+473.1774597 16.4126033783
+474.3765564 30.9581413269
+475.7512817 21.6363945007
+476.4290466 9.2993173599
+477.517395 21.9715251923
+478.7171326 7.745306015
+479.4924316 65.6525115967
+480.6513367 26.4665489197
+482.3874207 38.1432914734
+483.4074097 7.2249689102
+484.541748 70.9226150513
+485.3634033 7.1242594719
+486.4015808 8.3087301254
+488.2078857 36.5426750183
+489.0757751 28.890712738
+490.1909485 22.0826206207
+490.8371277 8.1483049393
+493.0759583 118.7105102539
+493.9684448 6.6914744377
+495.3279419 39.2713623047
+496.3000488 53.7229042053
+498.2553101 135.1308898926
+499.025177 25.188457489
+500.2860413 20.4734573364
+501.2900391 238.4070739746
+502.017334 93.6293182373
+503.7470093 6.8329429626
+504.8059082 40.7246818542
+506.2133484 90.1128082275
+506.8993835 174.9428863525
+507.5444641 127.7655181885
+508.541687 8.3597269058
+509.3300171 26.008890152
+510.3180542 69.3355331421
+511.3291016 8.2764835358
+513.3389893 315.434753418
+514.4492798 80.769859314
+515.5401611 827.3446044922
+516.3729248 33.1612625122
+517.3408203 30.7052497864
+518.6671143 229.6727905273
+519.5510254 80.7650909424
+520.2512207 32.6340484619
+521.1629639 22.9547691345
+522.5753784 15.9429855347
+523.3065186 7.9081168175
+524.2153931 26.3887634277
+525.5631104 20.8389778137
+527.1090088 388.725189209
+528.3249512 97.6576538086
+529.4262085 25.7437057495
+530.0281982 13.246881485
+530.9086914 6.2727880478
+531.9298096 15.8850879669
+533.2687988 13.0921602249
+534.4234009 121.1902618408
+535.5653076 250.3277282715
+536.666626 80.3045349121
+537.7261963 16.166311264
+540.6179199 8.1467237473
+541.5771484 173.1979980469
+542.6756592 22.8402004242
+543.8203125 442.8371276855
+544.619751 413.7473449707
+545.5220947 125.3562927246
+546.520874 10.1844387054
+547.4040527 17.853225708
+548.1074219 70.2253570557
+549.2797852 32.991859436
+550.1286621 51.3255157471
+551.2661743 34.4319343567
+552.3068848 173.2867431641
+553.414978 78.483039856
+554.409729 11.9581632614
+555.1600342 44.7447547913
+556.0387573 37.4250221252
+557.2081909 15.8504886627
+558.2143555 32.7422027588
+559.1079102 26.0647068024
+560.7247314 58.5335388184
+561.6471558 60.3000640869
+563.0371094 192.7753448486
+563.9053955 60.9825057983
+564.6005859 80.1235046387
+566.0978394 33.6869735718
+567.0535889 38.2552680969
+568.3521729 58.1964225769
+569.7828979 195.4516601563
+570.5606689 65.3335647583
+571.4089355 63.1927604675
+572.3104248 32.4150009155
+572.9370117 21.0591316223
+574.5136719 84.376159668
+575.4821777 135.3485412598
+576.3327026 141.5884246826
+577.6806641 289.4674072266
+578.4960938 266.0378112793
+579.3983154 111.6115646362
+581.1452637 433.9255981445
+582.2697144 33.6684875488
+583.2672119 539.7983398438
+584.1256714 243.1698913574
+585.9553223 71.2549285889
+586.7679443 1478.4161376953
+588.822876 37.2682228088
+589.5140381 22.3123264313
+590.562561 27.2324237823
+591.7784424 2589.4599609375
+592.5860596 1898.8756103516
+593.5527344 165.6440124512
+594.4883423 29.2408752441
+595.1887207 55.9934844971
+596.2481689 158.6524658203
+597.2643433 55.6929702759
+598.7103271 50.1618652344
+600.6411743 9938.3203125
+601.6359253 691.7771606445
+602.5061035 96.4373474121
+603.2994385 30.9441490173
+604.4580078 30.262802124
+605.5944214 79.7526550293
+607.3867188 527.545715332
+608.5101318 211.5739440918
+609.5952148 1410.4665527344
+610.7432861 399.2766723633
+611.5986328 86.6316452026
+612.6865845 21.9499263763
+613.5137939 60.5657196045
+614.8391113 250.2478027344
+615.5570679 91.9542770386
+616.2658081 7.567896843
+617.6241455 72.6635894775
+618.5119019 63.0381278992
+619.6654663 992.0480957031
+620.519165 94.1569442749
+621.3969727 40.0083198547
+622.9395752 67.2377548218
+624.0145264 28.3560791016
+624.7298584 57.2481803894
+625.7128906 35.2923851013
+626.4299316 20.617433548
+628.0622559 1715.2250976563
+629.1670532 260.100402832
+630.3813477 19.1952266693
+631.3312378 118.3343429565
+632.3607788 28.3800735474
+633.2914429 24.1209526062
+634.206665 105.7840194702
+635.276123 97.0972137451
+636.1901245 35.424156189
+637.3505249 38.2005767822
+638.3900146 14.8848934174
+639.7347412 34.0951080322
+640.4400024 67.6712417603
+642.0656738 200.8614501953
+643.3348389 477.6151123047
+644.12146 643.4810791016
+645.2478027 101.6296234131
+646.1737671 37.4706192017
+647.5632324 48.0189666748
+648.6831055 939.1175537109
+649.5784912 241.5710144043
+651.894104 1692.7094726563
+652.6269531 921.8832397461
+653.722168 30.8630485535
+654.6182861 54.2413330078
+657.2731323 6663.7880859375
+658.0439453 1958.8854980469
+659.2883301 36.8398551941
+660.0084229 47.5797080994
+660.8916016 27.1675720215
+662.3173828 3.8088185787
+663.2894287 14.8967676163
+666.046936 12934.240234375
+667.0424194 303.7174682617
+668.1462402 26.8667011261
+669.2751465 18.8280391693
+670.2364502 7.3971533775
+671.8681641 11.1863851547
+675.0404663 4.5490541458
+676.526062 15.1289558411
+677.4202881 3.6054427624
+679.218811 3.2433235645
+681.5762939 4.8973202705
+683.4909668 99.2325134277
+684.3621826 52.0417442322
+685.6030273 11.528585434
+687.5609131 5.3689947128
+688.2502441 28.6734580994
+689.1846924 7.5596609116
+693.3994141 7.0509753227
+699.4354248 49.7884521484
+700.3620605 22.6291809082
+701.0203857 4.6082663536
+704.0175781 9.4120979309
+705.2191162 57.8800354004
+706.4365234 20.4186172485
+707.4793701 40.685760498
+708.3719482 33.9164428711
+709.1087646 7.8740444183
+710.4868164 15.6218166351
+711.7658691 4.9086303711
+713.368042 6.4460501671
+715.6427002 11.6627674103
+717.2255859 2.9019799232
+718.4509277 28.2558288574
+719.1032715 8.5022306442
+720.4558105 40.7965393066
+721.4807129 17.4739265442
+722.3978271 46.6336288452
+723.3668213 19.5864810944
+724.4071045 74.3002853394
+725.3265381 10.4294586182
+726.4786377 8.2374706268
+728.5584717 5.5880255699
+731.2570801 5.6885771751
+732.5303955 16.1318569183
+733.6430664 14.1599340439
+735.4781494 556.4338378906
+736.5695801 270.9471435547
+737.8905029 52.0710754395
+738.5714111 172.9934539795
+739.5186768 56.4767951965
+740.8946533 43.0430526733
+741.5053711 55.145450592
+742.78125 3.4879665375
+745.3013916 12.8611335754
+748.9764404 5.6386175156
+749.6140137 21.6797866821
+750.5588379 3.4633545876
+752.5726318 67.9218139648
+753.5994873 20.8501529694
+754.4714355 34.0392684937
+755.5941162 19.0533905029
+756.4797363 14.8109836578
+759.3973389 10.6105155945
+760.5267334 23.525270462
+762.1622314 6.3793091774
+764.5090332 13.3786659241
+771.7025146 8.835565567
+772.4356689 8.8069248199
+773.6856689 5.3689713478
+774.4898682 8.9192047119
+776.3703613 67.9814071655
+777.4904785 66.0570831299
+778.7290039 19.4254360199
+779.5307617 11.3907842636
+781.7658691 3.7350738049
+782.4494629 2.6651911736
+783.3378906 23.6307888031
+784.2950439 8.0186872482
+785.5740967 53.4260864258
+786.5581055 10.1299381256
+787.5089111 22.7651863098
+788.5864258 5.4757089615
+790.0925293 16.5251731873
+790.6945801 11.2204656601
+792.8399658 7.1502919197
+793.5262451 8.6653289795
+794.7810059 10.6794261932
+795.6397705 15.5899801254
+796.4152832 6.9859247208
+797.5706787 9.6177139282
+799.3560791 17.8302612305
+800.5147705 26.1536941528
+801.5664062 63.5522766113
+802.4990234 33.6377029419
+803.4708252 3.0680236816
+804.4979248 65.5033111572
+805.5056152 38.9969024658
+806.6507568 15.335515976
+812.4880371 19.0620136261
+813.3751221 16.326423645
+816.012085 4.7319135666
+816.7349854 10.1894102097
+818.3679199 224.7578430176
+819.5307617 178.2261810303
+820.6356201 24.9830245972
+821.6502686 7.2459526062
+822.5344238 3.435479641
+826.5405273 5.3518466949
+829.276123 29.2178573608
+830.5064697 120.3983764648
+831.6323242 96.0346069336
+832.4506836 15.41340065
+833.567627 41.7776489258
+834.454834 16.0965633392
+835.7070312 8.3057441711
+836.3748779 24.0369606018
+837.0673828 5.3338365555
+837.8514404 18.2372207642
+838.9494629 10.6994180679
+839.7127686 4.3163805008
+841.5185547 4.6321344376
+842.6149902 2.9677913189
+844.5732422 16.714969635
+846.5958252 65.2856826782
+847.6237793 30.5633163452
+848.5554199 11.283908844
+849.493042 19.7777061462
+850.4039307 23.0404624939
+851.5089111 37.1581001282
+852.4442139 11.0278072357
+854.65979 21.8208312988
+855.6140137 40.7410202026
+857.2165527 21.7743606567
+857.8326416 10.5791816711
+858.8574219 6.3420290947
+859.7543945 2.6221253872
+861.6290283 5.7272939682
+862.5250244 5.1812210083
+864.7297363 10.2612257004
+865.5905762 26.7463855743
+866.4993896 303.0964660645
+867.6346436 123.6864471436
+868.8120117 12.667011261
+869.7283936 7.6054878235
+871.7950439 5.8890390396
+872.8068848 7.7407417297
+873.5810547 18.0349311829
+874.8721924 8.2486791611
+876.6253662 4.0202217102
+877.7728271 4.0839982033
+879.7042236 5.6649394035
+880.5646973 36.5192642212
+882.5455322 686.1287231445
+883.6026611 338.9803161621
+884.4934082 35.0410003662
+885.7186279 11.5791664124
+888.4625244 7.5976495743
+889.6394043 12.6807785034
+891.6187744 7.6485266685
+892.9436035 3.9943339825
+896.7391357 14.5771818161
+897.7857666 7.4041810036
+899.6594238 20.4644069672
+900.9989014 8.1120767593
+901.7883301 8.1468029022
+902.7310791 28.0642776489
+903.6208496 6.7489132881
+905.5946045 118.3052978516
+906.5733643 47.5016822815
+908.645752 81.2570037842
+909.5588379 70.1519699097
+910.5568848 18.0921859741
+911.7181396 10.7134437561
+913.5113525 5.3472943306
+914.4606934 27.1058444977
+915.3997803 12.1453313828
+916.8535156 4.9770040512
+918.7012939 26.7834739685
+919.5483398 19.782699585
+920.4735107 18.5609149933
+921.6088867 19.3261642456
+922.6882324 5.7060689926
+923.795166 18.6266517639
+924.6011963 31.3505554199
+925.56604 35.1084785461
+926.6212158 13.9313468933
+927.6177979 15.9865093231
+928.6151123 16.9636211395
+929.5539551 101.4522247314
+930.5332031 110.1027526855
+931.4926758 61.9913864136
+932.3789062 148.6174316406
+933.5974121 53.3373947144
+934.5822754 16.5291824341
+935.3433838 16.0036811829
+936.402832 7.4762711525
+939.5125732 14.575717926
+940.2548828 3.4406235218
+940.8566895 4.0147294998
+941.4821777 2.9037456512
+943.6281738 6.1399869919
+944.6031494 10.4579792023
+946.5631104 578.4650268555
+947.5291748 314.1552734375
+948.7614746 127.0110015869
+949.4655762 337.2961425781
+950.4086914 253.3213500977
+951.4520264 35.0832901001
+956.4810791 12.1290340424
+957.5358887 76.6102828979
+958.5307617 28.9948444366
+959.5842285 19.3525676727
+960.6130371 10.2944374084
+961.7723389 9.0739879608
+964.0096436 16.5044326782
+964.7182617 36.89087677
+966.4515381 385.1958312988
+967.5084229 165.6884460449
+968.4666748 29.7968215942
+969.3341064 4.6744880676
+971.4639893 11.5201292038
+974.4984131 124.162071228
+975.6546631 87.2680969238
+976.7349854 44.2172088623
+977.55896 191.4910736084
+978.5144043 96.278427124
+979.5874023 36.7025947571
+980.7906494 4.6623091698
+984.692627 5.6382727623
+985.6864014 13.8569431305
+987.4302979 6.0771789551
+988.4527588 5.1916837692
+991.2017822 4.1719450951
+993.7388916 5.802441597
+996.5383301 33.4133987427
+997.4963379 3.5917291641
+998.9158936 6.2974805832
+1000.812622 12.8661565781
+1001.658569 72.2837142944
+1002.474121 51.0769882202
+1003.640747 9.7978038788
+1004.608276 18.591835022
+1005.674072 19.6349029541
+1006.581665 3.4579248428
+1007.654907 7.9981312752
+1008.755249 7.3019309044
+1010.743896 12.6453552246
+1011.640259 20.1610870361
+1013.430908 98.1705780029
+1014.545044 49.0259094238
+1015.548828 16.986579895
+1019.472656 7.397236824
+1024.770142 6.5542764664
+1026.59375 44.1330032349
+1027.658081 41.9108543396
+1029.491211 499.5422973633
+1030.677979 305.220703125
+1031.771973 58.2511138916
+1032.611572 14.3848657608
+1033.767578 6.4346084595
+1035.519165 24.7480812073
+1036.5625 112.906578064
+1037.709473 114.8618392944
+1038.63147 13.8595724106
+1042.712036 23.5045261383
+1043.677002 16.8324584961
+1044.56604 16.4150333405
+1050.037964 60.2835006714
+1050.801392 11.0788984299
+1051.518433 7.2904529572
+1052.72583 32.859664917
+1053.737061 15.7180767059
+1055.012695 11.6883811951
+1055.82019 55.7537078857
+1056.637207 43.1955680847
+1057.442871 6.3820929527
+1059.627563 14.5368041992
+1060.468384 141.7731170654
+1061.414307 71.3810348511
+1062.500732 13.7038764954
+1064.985718 3.3106524944
+1067.85083 29.8840808868
+1068.720581 6.5415291786
+1069.633545 17.1329956055
+1070.800659 5.2009763718
+1071.746094 30.3317642212
+1072.660645 17.2437648773
+1074.348511 2.8744032383
+1077.546997 1250.7532958984
+1078.553833 717.164855957
+1079.599609 151.0117797852
+1081.214233 32.8201713562
+1082.468628 27.8017578125
+1084.372925 10.8310012817
+1086.552368 143.0911254883
+1087.572266 76.6682815552
+1088.678345 80.1575698853
+1089.704346 27.249414444
+1090.359375 5.6399478912
+1094.570679 1189.8292236328
+1095.599976 547.0649414063
+1096.578125 163.4526519775
+1097.731689 13.511756897
+1099.734985 9.5191450119
+1103.762329 3.9120025635
+1105.540039 191.1136169434
+1106.626953 159.3215484619
+1107.656616 24.666519165
+1117.290283 3.1930041313
+1119.461426 3.0445520878
+1124.65564 11.9695081711
+1127.188721 3.8336448669
+1127.795898 2.7961652279
+1133.78418 5.1770853996
+1138.301636 7.9529809952
+1139.269897 6.7486810684
+1143.505493 3.9671833515
+1144.930542 7.7402248383
+1147.597412 4.198410511
+1149.746338 4.1714892387
+1153.83728 3.8713898659
+1155.126587 6.2532157898
+1156.100586 8.7937726974
+1157.613525 21.1034793854
+1158.635254 13.0411777496
+1159.78186 7.7463474274
+1160.843018 15.4733495712
+1161.737305 25.8687667847
+1166.526733 7.4716572762
+1171.672485 4.6204390526
+1173.583374 2.749579668
+1174.859985 36.9752578735
+1176.086548 11.1676082611
+1176.849243 11.0625114441
+1182.646362 11.4102993011
+1183.692749 48.3794364929
+1184.560425 12.9770078659
+1185.814331 4.1436882019
+1191.664429 47.0467529297
+1192.612305 59.16248703
+1193.652588 24.4022636414
+1194.94043 3.1890273094
+1199.653687 357.3952331543
+1200.720459 243.9772949219
+1201.605957 35.931312561
+1202.654297 27.5717811584
+1203.685059 13.3765277863
+1204.714111 4.8196492195
+1215.736816 3.0639081001
+1217.800171 64.5410614014
+1218.615845 20.6156349182
+1219.294678 6.2322220802
+1228.741333 2.782794714
+1230.739014 5.0676937103
+1234.844604 5.1320142746
+1260.696289 3.5768034458
+1262.673706 6.3777046204
+1289.120728 29.8485145569
+1289.907104 6.8058800697
+1290.9375 5.867228508
+END IONS
+BEGIN IONS
+TITLE=small.47.47. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=47"
+RTINSECONDS=28.3862
+PEPMASS=558.899841308594 21319.5234375
+CHARGE=2+ and 3+ and 4+
+166.2696533 1.8838367462
+169.1428833 1.9550216198
+170.2388 1.6822267771
+174.0922852 2.5911681652
+181.0496216 4.5023908615
+182.1309814 1.9104101658
+186.0558929 5.1016025543
+187.9887543 2.0367822647
+191.982605 1.7372937202
+193.5849609 4.1392154694
+194.3419189 4.4109983444
+195.2353363 5.5674395561
+197.1036987 356.3928833008
+198.1847382 41.9450874329
+199.1371918 2.2392644882
+200.1227722 2.593403101
+201.4551392 12.9814777374
+202.1594849 56.017074585
+203.1941376 6.5857820511
+204.0632172 1.6743365526
+207.3043213 2.884898901
+208.186554 9.6401548386
+209.1799164 27.4949874878
+210.0997314 2.9433579445
+211.1500549 4.9026045799
+212.0582581 3.7480089664
+213.9095306 1.4127185345
+216.923645 1.6744226217
+222.1220398 1.6343420744
+223.2122498 2.468405962
+225.1616211 149.9846801758
+226.2066345 94.4976959229
+227.2141724 6.3584604263
+229.3265381 2.860360384
+230.1770935 1.3622006178
+233.010849 35.3666915894
+234.0802155 2.1212170124
+236.2108154 13.9215831757
+237.1716309 9.4806118011
+237.9967651 1.5173562765
+240.2851562 2.794836998
+242.532074 6.5246710777
+243.2486877 34.9394950867
+244.1749573 27.6224346161
+245.2906799 42.3857574463
+247.0290222 12.9299564362
+249.371048 16.8680686951
+250.3725433 7.325732708
+251.2722778 9.3714199066
+252.5026245 1.406278491
+253.4573059 22.2370452881
+254.3200073 39.3569946289
+255.2897034 4.5981831551
+256.0074463 4.2900557518
+258.2867432 6.6221990585
+259.1201782 12.433675766
+260.0389099 11.9171218872
+261.2196045 56.2121505737
+262.1536865 17.5814971924
+263.1159668 4.7885942459
+263.9633179 6.0980997086
+265.2380981 156.7158508301
+266.2728271 18.354637146
+267.5163574 4.4321374893
+269.6970215 4.4800248146
+271.3938904 1.9140813351
+272.3496094 3.2674663067
+275.1610718 5.9278583527
+276.1201172 157.6864776611
+277.1312256 42.3730888367
+278.3027649 3.7563016415
+279.1760254 2.4916410446
+281.2531128 1.6717932224
+283.2113953 9.0109605789
+284.2843323 1.8237807751
+285.5158081 1.6208409071
+288.1914673 1.5708628893
+289.4052429 24.5907459259
+291.1775513 18.820892334
+292.5827942 50.0859985352
+293.1940918 829.8439941406
+294.1978149 152.008972168
+295.2502136 13.2817401886
+296.1403809 4.1181383133
+296.9625854 9.6214923859
+298.5237427 4.2781720161
+299.2139893 3.0494966507
+300.1993713 3.7186615467
+301.4141846 3.7976763248
+305.1982422 20.5772018433
+306.1293945 3.1957201958
+308.324707 2.1933166981
+309.3462524 14.9385957718
+310.2518921 8.330821991
+311.2285156 1.8569304943
+312.9758301 3.250015974
+313.9831238 12.5850410461
+315.1498718 8.2975435257
+316.4541321 12.2098731995
+317.9421997 8.1019639969
+318.6524658 11.6953468323
+319.3221436 12.654129982
+321.7592163 1.6445208788
+322.656311 6.2101364136
+323.3855286 3.3868687153
+324.3580933 9.2199821472
+325.3497009 6.404443264
+326.2438049 10.0184669495
+327.1985474 27.2984313965
+329.115509 2.8141582012
+330.2081299 2.5785727501
+331.1390991 7.8743696213
+331.9189148 9.291062355
+333.1207275 18.277765274
+333.8432007 6.5988798141
+334.5406494 7.2371892929
+335.4296875 5.020277977
+336.2980957 26.7815818787
+337.2459106 80.4320220947
+338.4359741 18.3053035736
+339.2128296 11.9815769196
+340.086853 5.1044363976
+340.8798828 8.0885620117
+342.0506592 4.9063920975
+343.1134033 3.8787035942
+344.2369995 15.7219343185
+345.1471558 14.3521699905
+345.9854126 3.8141379356
+346.5858154 1.4795207977
+347.2286377 2.1166923046
+348.3835754 4.3594679832
+348.9958496 4.3965506554
+351.6578064 5.9595041275
+353.0576782 19.8666305542
+354.2498779 30.7835159302
+355.3109741 26.4634990692
+356.4612427 8.6867551804
+357.4716492 7.3544449806
+359.4107666 21.726234436
+360.1895752 161.2199554443
+361.098175 57.6397857666
+362.3101501 27.2008419037
+363.2876282 10.1712579727
+364.6499023 24.6522865295
+365.5044556 6.9047460556
+366.2807922 3.1200199127
+367.3835449 21.6242523193
+368.4123535 18.0660972595
+369.517395 14.8671970367
+370.3184814 39.5546684265
+371.1932983 10.1767520905
+372.6026306 10.5189819336
+374.1241455 67.0977859497
+375.305542 19.2379112244
+377.0321045 35.4643707275
+378.2449341 19.7014122009
+379.613739 17.090259552
+380.3826294 15.8883829117
+381.2956543 24.4775810242
+381.9368591 35.3704605103
+382.8794556 12.217083931
+383.8186646 18.2672233582
+384.7216187 3.3665316105
+386.4984741 228.5418701172
+387.5166016 39.1814842224
+388.1236267 277.031036377
+389.1531372 93.9834442139
+390.3046875 61.285697937
+391.1782227 22.713924408
+392.2704468 53.7460479736
+393.2554321 31.3362426758
+394.2353516 19.3251686096
+395.3911743 5.3987474442
+396.5241394 32.2845649719
+397.3476562 1.4414023161
+399.3797607 9.6938858032
+400.1772461 14.345872879
+401.5345764 125.1269378662
+402.4835815 32.9610328674
+403.4504395 6.6833605766
+404.0757751 1.3975214958
+405.4836121 4.1471362114
+407.1027527 105.9329071045
+408.48349 72.9670257568
+409.5431824 68.5160293579
+410.4588318 19.5836448669
+411.5099487 13.4062957764
+412.5967102 17.1565818787
+413.5986938 14.5235862732
+414.6332397 21.1263656616
+415.6235352 21.6717529297
+417.5990295 84.6537246704
+418.4290466 111.4246902466
+419.6984863 27.8434352875
+420.3707581 8.8683652878
+421.4040527 17.5671272278
+422.3682556 23.00248909
+423.6821899 349.5886535645
+425.0099487 66.2605056763
+425.9668884 33.3625335693
+427.2979431 39.5150527954
+428.3110657 56.3556442261
+429.4396667 45.9578857422
+430.6746521 118.2063293457
+431.6719971 29.6878471375
+432.6964417 41.5214691162
+433.8615417 62.0406112671
+434.5611877 71.2233657837
+435.5076599 23.2747192383
+436.4566956 27.0986022949
+437.7381287 15.6596078873
+438.5584717 7.2026867867
+439.8858643 64.7220001221
+440.6913147 111.5695877075
+442.3927307 17.1086845398
+443.1651001 18.6875171661
+444.2072754 17.5301971436
+445.406311 34.3581085205
+446.2337341 299.7243041992
+446.9243164 80.220123291
+448.137085 40.8348274231
+448.8124084 32.7580986023
+449.5722961 71.86668396
+450.4734192 16.0378398895
+451.3202209 9.7598743439
+452.590271 9.285284996
+453.4174805 14.0599794388
+454.4241638 11.1885194778
+455.2866211 12.5710830688
+455.9764099 23.4000511169
+456.6879578 197.7796630859
+457.9590759 2298.0090332031
+458.600769 1019.2546386719
+460.1129456 31.3897438049
+461.8743896 130.420211792
+462.6011658 935.5103759766
+464.1807556 28.8526592255
+465.1567993 16.8968582153
+466.046051 246.1177825928
+467.6120911 62.5385894775
+468.2908936 109.1952896118
+469.1834106 46.5488586426
+471.0909119 126.1240310669
+471.9961853 1788.1927490234
+473.5927429 80.4812469482
+474.5487671 23.5967636108
+475.3708801 17.4969367981
+477.1484375 387.5515136719
+478.2216797 1040.2132568359
+479.5556641 51.9585189819
+480.5769958 26.3948249817
+481.8560181 50.5383529663
+483.9961853 8167.4677734375
+485.6781616 63.5703811646
+486.7811584 42.2752304077
+487.407959 71.9435882568
+488.5541992 34.1278648376
+489.2918701 46.7521286011
+490.3858948 39.2783279419
+491.256958 115.984085083
+492.1756897 50.4173049927
+493.259613 32.5041694641
+493.9489441 39.4462356567
+494.8537598 44.956703186
+495.9987183 28.036567688
+497.2276306 37.0004959106
+498.0802612 46.1502304077
+499.4980469 253.8072509766
+500.2684021 180.2139892578
+501.1792908 66.3639755249
+502.2228699 50.9605789185
+503.552002 263.8743591309
+505.0516052 341.6298522949
+505.716217 2046.5040283203
+506.878479 145.3696594238
+507.9594116 18.3624801636
+509.1107178 164.1379394531
+509.9101562 151.3482971191
+510.845459 14.2252082825
+512.2958984 65.4393615723
+513.4464111 322.4274291992
+514.3260498 339.5137329102
+515.1005859 1245.55078125
+516.5408936 80.5644760132
+517.3104248 89.397102356
+518.380127 96.3535995483
+519.3302612 48.8713340759
+521.0136719 3848.6323242188
+522.2050781 2662.203125
+523.1010742 417.1585388184
+524.4521484 64.791885376
+525.3272705 135.9963378906
+526.487915 51.0140457153
+527.3615723 29.9030437469
+528.6479492 56.8616142273
+529.5098267 25.5448684692
+530.3905029 62.5695877075
+531.5551147 57.6359634399
+532.6291504 42.3325119019
+533.2631836 23.2830066681
+534.2275391 26.8458786011
+535.1228027 30.6983604431
+536.0891113 17.0883140564
+537.5826416 868.5905761719
+538.8076172 87.9437103271
+539.5924072 30.4354972839
+540.3604126 252.9435424805
+541.2298584 247.9888916016
+542.2086182 80.0385360718
+543.4307251 291.094329834
+544.651062 161.9718017578
+546.9881592 990.0441894531
+548.6036377 100.7432403564
+549.6627808 544.7709960938
+550.4116821 147.6226654053
+551.0255127 28.9612159729
+552.3418579 101.5628509521
+552.9522705 25.6135425568
+554.1672363 2.6237845421
+555.1976318 2.7560536861
+556.5814209 1.9509052038
+558.053894 1.8608484268
+560.3429565 1.9130904675
+561.1854248 2.1411116123
+561.8031006 14.9123020172
+562.5220947 5.3448734283
+563.8192749 62.7213249207
+564.552002 25.6934604645
+565.3748779 10.8816432953
+566.4005737 7.5548810959
+568.3364258 10.2694416046
+569.6671143 170.4190368652
+570.5168457 685.2991333008
+571.1395264 435.1681213379
+572.3353882 7.9424886703
+573.456665 12.240858078
+575.7269287 27.4738922119
+576.6700439 91.334815979
+578.0397949 123.5023117065
+579.2694702 13265.3984375
+580.4984131 133.4954376221
+581.2734375 28.5845851898
+582.0654297 16.5033721924
+583.4257812 79.2978820801
+585.131897 605.3294677734
+586.1436768 85.1797714233
+587.0160522 106.7779464722
+587.6392822 77.3491439819
+588.8688354 6.584104538
+589.9732666 11.2021570206
+590.7412109 3.7612848282
+591.461792 13.3749485016
+592.8426514 15.752453804
+593.6451416 25.6503486633
+594.7036133 123.3820495605
+595.527832 48.433807373
+596.491272 3.822496891
+597.5568237 5.0922732353
+598.640625 2.6201038361
+599.4210205 3.3322594166
+600.4483032 2.7782356739
+601.5846558 4.5329122543
+603.2501831 51.6212539673
+604.1660156 32.6651306152
+605.4836426 7.7484302521
+606.3212891 3.0706365108
+606.9693604 2.355036974
+607.7931519 3.4246025085
+608.4450684 10.5367908478
+609.4329834 7.458170414
+610.2371826 30.4059581757
+612.2514038 268.0287780762
+613.2122803 78.3591384888
+614.2174072 38.8897323608
+615.3735352 14.4396219254
+616.2800293 16.2825279236
+617.7017822 50.2330856323
+618.9099121 35.1653823853
+620.3432617 39.6406402588
+621.088562 40.8484687805
+622.5289307 13.4267339706
+624.2540283 10.6585464478
+624.9370728 14.6206331253
+625.9014893 255.3910217285
+626.5665283 306.6289672852
+627.5782471 31.4490413666
+628.5474854 23.1730594635
+629.4404297 14.8938846588
+630.5394897 8.9189872742
+631.3666992 32.9729576111
+632.468811 26.0053749084
+633.4066772 31.4409732819
+634.7792969 2367.6374511719
+635.6547852 1047.3582763672
+637.2322998 70.8726959229
+638.2748413 32.5158195496
+639.8532715 175.6106414795
+640.6914062 115.3061828613
+641.7601929 22.7798843384
+643.7047119 10204.255859375
+644.6016846 1090.2171630859
+645.4760742 43.4670677185
+646.1989136 79.1839523315
+647.0352783 30.4112854004
+648.364502 50.079536438
+649.1763916 168.9165802002
+650.6998291 151.8896942139
+651.5146484 76.477180481
+652.3355713 40.6622657776
+653.4647217 36.7690467834
+654.4639893 19.4460411072
+655.7496338 1.5668208599
+656.3812256 12.3956203461
+657.9415283 3.5324380398
+659.7374268 274.37890625
+660.720459 48.2012062073
+661.5358887 72.6524429321
+662.5733643 33.0596351624
+663.8743896 13.8828191757
+665.9735107 2.2464075089
+668.6680908 147.4324188232
+669.5407715 38.2652549744
+670.4686279 9.8969631195
+671.1706543 3.7583212852
+675.28479 6.2783274651
+676.3001709 23.4983310699
+677.1236572 24.6900215149
+677.9575195 11.4404172897
+680.3414307 36.0073547363
+681.3540039 14.0195999146
+682.7391357 18.8971481323
+684.1577148 30.3038635254
+685.1704102 28.5752334595
+686.0938721 12.6045131683
+689.4487305 10.6194906235
+690.4416504 13.0547637939
+691.4700928 26.0774974823
+692.8493652 81.3072357178
+693.8657227 47.2546768188
+695.0446777 15.5705499649
+696.3309326 10.760477066
+697.8308105 184.8752441406
+698.6635742 278.9821472168
+699.71521 58.2378387451
+701.2388916 94.0897445679
+702.2072754 33.2098617554
+702.996582 2.0888299942
+703.8300781 8.3129968643
+704.8675537 7.1913752556
+706.7618408 1115.8931884766
+707.5809326 486.1334228516
+708.21521 191.2761535645
+709.1890869 11.6813411713
+710.5091553 6.3561153412
+711.6524658 6.0659332275
+712.9539795 15.4157028198
+713.7445068 3.3923306465
+715.2198486 624.4477539063
+716.3780518 1160.8624267578
+717.2258301 646.3505859375
+718.475708 3.6315350533
+719.6744385 5.827881813
+720.5837402 17.0545730591
+721.7388916 150.8013153076
+722.6350098 18.5828132629
+725.2524414 6875.2446289063
+726.0855713 1358.6867675781
+727.4108887 8.3682289124
+728.4367676 16.4844436646
+730.2416992 220.2694244385
+730.9543457 57.2375679016
+731.6734619 24.1277713776
+732.5987549 8.0780315399
+733.3656006 25.3352012634
+734.6057129 1.5050861835
+736.4945068 4.1232023239
+738.1790771 16.8148956299
+739.5690918 20.6654758453
+740.899292 86.5071716309
+741.7099609 75.6143417358
+742.5672607 63.170539856
+743.4890137 22.9895687103
+745.3392334 11.4543762207
+746.8955078 29.5787029266
+747.5983887 2.0891618729
+748.9020996 232.8963317871
+749.7127686 371.3899841309
+750.6651611 61.6254310608
+751.7218018 19.9774303436
+752.8820801 1.9121590853
+754.2242432 115.9813232422
+755.0665283 131.0622406006
+756.1179199 25.2806396484
+757.7790527 1449.1442871094
+758.6315918 261.5831604004
+759.7423096 7.7463512421
+761.0900879 4.5393533707
+763.1744385 1114.1002197266
+764.1544189 171.3888549805
+765.5411377 12.659866333
+766.692749 43.3625679016
+767.7126465 16.004076004
+769.1104736 1.4802776575
+771.7585449 2562.5808105469
+772.670166 407.7002868652
+773.6899414 14.9630384445
+774.6031494 1.6358021498
+775.5233154 1.6216545105
+776.2331543 4.671069622
+777.0023193 8.4661865234
+777.8162842 25.6119613647
+778.6350098 36.9910011292
+779.6575928 9.3779554367
+780.5222168 249.4644012451
+781.3112793 433.8194274902
+782.6256104 47.5980987549
+783.5513916 7.2630252838
+784.5938721 4.9409065247
+785.5159912 10.0848331451
+786.807251 163.0220336914
+787.7281494 100.6427154541
+788.6444092 13.2800111771
+789.428833 1.9132511616
+791.5349121 3.3988466263
+792.7113037 2.7572846413
+794.6430664 3.999673605
+797.583374 4.4923868179
+798.4744873 1.8934164047
+799.4116211 2.6868269444
+800.5351562 8.9334421158
+802.0812988 3.8549673557
+806.9711914 3.5529472828
+807.9604492 13.3074302673
+809.2105713 10.0988063812
+812.1920166 2.324886322
+814.4697266 4.6215929985
+817.1103516 1.9834852219
+818.4544678 6.7305727005
+820.151123 11.223575592
+820.8951416 6.4991898537
+822.7390137 8.0853624344
+824.0233154 1.5529749393
+825.4293213 10.969619751
+826.5445557 8.2209405899
+828.7943115 65.7950744629
+829.6430664 31.0968227386
+830.8079834 1.5800280571
+833.6352539 2.2283804417
+838.6177979 5.6591415405
+839.604248 5.0977544785
+843.3879395 7.5088973045
+845.6207275 2.4031600952
+847.4604492 2.2096030712
+850.6219482 4.8923606873
+852.6905518 4.6615710258
+854.3475342 5.8754072189
+855.65625 5.518032074
+856.484375 4.225361824
+857.4177246 7.0788311958
+858.7386475 1.342118144
+862.711792 2.3831505775
+867.3458252 16.0289382935
+869.5993652 3.3834791183
+872.6484375 37.3267173767
+873.6170654 25.8268966675
+874.5721436 5.3609509468
+877.7591553 4.8777704239
+878.5882568 11.982793808
+879.5704346 1.6364430189
+880.6328125 5.274187088
+885.736084 3.0069320202
+889.449585 1.5031650066
+890.5496826 1.8294051886
+891.4185791 4.7249064445
+892.7512207 2.5759291649
+894.5289307 57.3505821228
+895.5614014 40.6536102295
+896.4644775 22.962310791
+897.5549316 69.166557312
+898.536377 29.4784374237
+899.4978027 7.3577833176
+901.8182373 2.4076144695
+902.7889404 1.6402717829
+903.6218262 3.0902438164
+904.796875 1.8055809736
+906.6590576 1.5527024269
+907.5340576 1.3985384703
+908.7337646 1.4893974066
+911.6810303 2.1569571495
+913.9259033 6.2368717194
+914.6551514 11.5022583008
+915.8162842 8.8179645538
+916.713501 5.3239417076
+924.4868164 1.6327499151
+940.6060791 3.8223521709
+941.7088623 4.2064623833
+944.5631104 7.8985538483
+945.3959961 5.6136856079
+948.5026855 2.8272886276
+952.7530518 2.6730167866
+954.6864014 4.3564805984
+956.4562988 3.5447030067
+959.5543213 2.0362286568
+962.6022949 1.8468747139
+963.6828613 2.5463256836
+967.6269531 1.8318189383
+976.7281494 1.8594179153
+978.8330078 1.540240407
+981.2196045 2.7267496586
+989.510498 1.4293417931
+990.7818604 1.3666080236
+991.7470703 4.8701124191
+992.578125 9.640370369
+994.788208 4.6203026772
+996.4311523 22.1870918274
+997.2416992 5.9089717865
+998.81604 2.0399827957
+1001.675293 2.1801738739
+1002.526367 2.1482799053
+1006.612549 7.4875631332
+1007.56311 11.0393981934
+1008.612671 29.1661758423
+1009.610352 16.0021724701
+1010.710083 4.4142756462
+1011.618652 4.8564929962
+1012.363525 5.9471292496
+1013.542358 5.5833597183
+1019.558228 3.055346489
+1020.474365 6.5071964264
+1024.484619 15.0628528595
+1025.678711 4.5711984634
+1028.015869 5.6672253609
+1029.692505 3.9759976864
+1030.792969 3.6553235054
+1035.481689 2.3078255653
+1036.44812 1.5151780844
+1037.230469 1.9106196165
+1040.559692 5.2023916245
+1041.502197 5.5777082443
+1043.328369 1.9984054565
+1044.568115 3.7293286324
+1048.337524 1.4904812574
+1052.56665 1.5421087742
+1056.631592 3.0477707386
+1064.772339 1.4782326221
+1075.801636 2.1462404728
+1077.118164 1.6952773333
+1078.651611 1.5659971237
+1081.565186 1.4041142464
+1091.966675 4.1429715157
+1094.013916 5.7094860077
+1097.053833 1.4465813637
+1097.850952 4.1917414665
+1109.021973 1.8306128979
+1110.162598 4.657122612
+1115.78186 5.5787787437
+1119.855103 1.9090838432
+1124.413696 2.6638977528
+1127.583008 1.3419878483
+END IONS
+BEGIN IONS
+TITLE=small.48.48. File:"small.RAW", NativeID:"controllerType=0 controllerNumber=1 scan=48"
+RTINSECONDS=29.2342
+PEPMASS=882.535034179688 29807.576171875
+CHARGE=2+ and 3+ and 4+
+251.1123352 13.3629236221
+252.131012 2.1543300152
+253.1077576 24.7840652466
+254.1556091 3.3317112923
+255.1587372 78.2171707153
+256.3659668 2.3560609818
+260.1148682 351.8559875488
+261.136322 11.7271337509
+262.2469177 29.4596862793
+263.2363892 41.6368331909
+264.2201233 3.0196893215
+267.2665405 2.6273517609
+270.0157776 17.0017204285
+271.4620056 6.1784362793
+272.2916565 117.7402267456
+273.3765259 6.6770167351
+276.2020874 2.4308745861
+277.1490479 1.8058974743
+278.2283936 9.9094905853
+279.2092285 37.9618835449
+280.226593 19.2831935883
+281.1006775 9.1465730667
+282.059082 5.4870424271
+283.1973572 30.8828048706
+286.3846741 3.1448564529
+287.2493286 2.6377859116
+288.2244873 11.104393959
+289.2286987 9.2700271606
+290.2765503 69.2139968872
+292.2678833 3.363350153
+293.7135925 9.8864345551
+296.1105652 135.8566131592
+297.3912964 11.3381614685
+298.0882874 1.4002702236
+300.1025085 208.1550140381
+301.2443848 11.3482789993
+302.2359009 5.2375164032
+302.9718628 1.5883028507
+304.1632996 4.2284417152
+305.1862488 5.6262245178
+306.1570435 37.2098388672
+307.2293396 302.0812683105
+308.4001465 8.9852390289
+309.3195801 3.6734268665
+310.2604675 15.3319034576
+314.7181396 13.0854530334
+316.0126343 14.1070804596
+317.1567078 22.5439472198
+318.2611084 11.1642141342
+319.2636108 2.622436285
+320.2952271 3.8425571918
+321.2666016 9.9641771317
+322.2523499 4.2074809074
+323.5545349 233.9425048828
+324.2091675 3934.4921875
+325.3265991 3.0070815086
+326.2130127 4.4407668114
+328.2427368 73.4725418091
+329.368103 7.0881505013
+330.2471924 3.2905077934
+331.2383728 9.0130434036
+332.2066956 9.3343067169
+333.2660217 41.3313598633
+334.2788696 99.2382278442
+335.704071 7.6570568085
+336.4287109 7.0910339355
+337.1474304 1.4673632383
+338.2145386 27.7186775208
+339.3460083 5.285531044
+340.8938599 5.8202724457
+341.545166 8.7587547302
+342.3719177 5.7552571297
+344.2245483 4.2025194168
+346.519989 2.1671695709
+347.560791 9.9989032745
+348.335022 12.475110054
+349.608551 4.8359036446
+350.2425537 4.1132311821
+351.6309204 8.4703178406
+352.2975464 107.5333709717
+353.6089478 5.1979932785
+354.3197632 13.5704584122
+355.369812 11.5284194946
+356.3406982 4.3769211769
+358.4089355 11.2833414078
+359.3564453 12.2161111832
+362.3616943 25.7703323364
+363.2514038 254.1546478271
+364.3667603 17.2350101471
+365.2475586 6.9392352104
+366.0709229 4.7696509361
+367.3709412 9.5699281693
+368.4211426 4.5324778557
+369.3152161 1.8266881704
+373.3092346 50.2778930664
+374.2848511 8.0293903351
+375.3347168 39.7309265137
+376.2566528 7.0360922813
+377.2233887 2.3290650845
+379.2922058 21.4908695221
+381.1940613 29.3077468872
+382.3361206 12.5318574905
+383.3356323 73.7885360718
+384.2683411 4.0546331406
+385.35495 2.8449542522
+387.5125427 2.9825460911
+389.6590576 5.3601255417
+390.7165527 5.8641262054
+391.755188 20.5704364777
+392.3774109 110.9341201782
+393.3387451 20.417755127
+394.2309875 18.4169635773
+395.2645264 6.7601852417
+396.2063599 2.449164629
+398.5987549 2.9320216179
+400.2446899 15.087138176
+401.2996216 7.696331501
+402.3255615 1.4165025949
+403.3967285 2.415173769
+406.3798828 6.9764380455
+407.4350281 5.8961820602
+409.2828979 6.4581212997
+410.5956726 30.8884086609
+411.2623291 126.5227127075
+412.3522644 13.2385444641
+413.4377441 1.2657694817
+415.4282837 5.1735067368
+416.130249 5.1187119484
+417.2478638 4.273566246
+419.3616333 261.1559448242
+420.3312988 19.4472999573
+420.9641724 2.9003992081
+423.3364868 1.4399843216
+424.5024719 2.3315429688
+428.255188 950.7559204102
+429.2283325 48.5300598145
+430.4528198 9.8254737854
+431.3986511 6.4205708504
+432.3634949 4.1034393311
+434.3610535 11.9878063202
+435.340332 28.7261886597
+437.3748779 338.7320861816
+438.3071899 2.6287691593
+439.624054 10.3833866119
+441.2585144 23.2447433472
+442.4972534 7.8008184433
+445.1958008 12.2508010864
+446.3591919 13.1630992889
+447.3241577 171.5003509521
+448.2763977 7.3252277374
+449.3506775 10.6456441879
+450.5115662 1.8778481483
+452.3237915 65.2722930908
+454.2327271 4.0836582184
+455.6668701 9.4253406525
+456.3689575 7.238650322
+457.1444702 2.4329488277
+458.2311401 4.041738987
+459.4165039 10.5951118469
+460.3899536 1.3701256514
+461.5110779 1.5414998531
+462.4070435 3.6046056747
+463.2543335 12.2500209808
+464.4402466 75.4969711304
+465.3257751 2000.7969970703
+466.3658447 22.0365066528
+467.3042297 4.4402880669
+468.2583618 1.7723685503
+469.7786865 5.0457577705
+471.3291626 6.4592413902
+472.9433594 16.532283783
+473.8139648 9.9145240784
+474.5939636 7.5024094582
+475.3056641 22.0080394745
+476.4029541 95.793510437
+477.456604 12.0398597717
+478.5296021 5.6086130142
+479.400238 1.3033998013
+480.5152283 10.4383535385
+481.3108826 8.7933111191
+482.2946167 18.9811325073
+483.1364136 13.111779213
+484.2928162 19.3698730469
+486.2304993 65.9205627441
+487.7629089 5.9251317978
+488.474762 46.3933181763
+489.2928162 1.5175033808
+490.2661743 2.0994446278
+491.1258545 12.4885177612
+492.3010254 255.3369293213
+493.3411865 30.2636928558
+494.3681946 88.6336212158
+495.2319031 3.2118031979
+496.5074768 10.1344480515
+497.2940369 22.6753311157
+498.0927734 2.8074109554
+500.5104065 16.9945220947
+501.3392944 87.708442688
+502.4431152 5.1284718513
+503.423584 7.4561653137
+505.1155701 5.707025528
+506.359375 87.6210479736
+507.5907288 2.6261754036
+508.269043 16.0257339478
+510.2853699 11060.09765625
+511.426239 23.9543304443
+513.3071289 50.1458511353
+514.3386841 18.5157966614
+515.368042 2.5257782936
+517.4273071 2.7372665405
+518.2737427 6.6840028763
+519.5887451 4.5548686981
+520.3554688 39.8122558594
+522.3996582 5.7615242004
+524.4375 27.5331115723
+525.3782959 41.5154953003
+526.5918579 6.792845726
+527.4061279 3.9680826664
+528.2510986 4.2065343857
+529.3869629 7.9891939163
+530.3901978 4.9536838531
+531.3619385 4.3853869438
+532.2176514 1.2664728165
+534.4545898 10.1723632813
+535.4836426 2.830477953
+537.6923828 10.1126937866
+538.5726318 23.4350852966
+541.3092041 246.0058135986
+542.3373413 459.0114746094
+543.4658203 5.0961675644
+545.2417603 6.8128070831
+547.2520752 29.3867702484
+548.3538818 18.1532077789
+549.6903076 2.7937250137
+550.5545654 5.6858129501
+551.1768188 3.4274988174
+552.677063 3.4068465233
+555.6610107 4.6900663376
+556.307373 2.9224772453
+557.8132324 4.2174024582
+559.3348389 2215.8820800781
+560.2454834 34.9593429565
+561.5240479 18.0678749084
+562.4871216 1.7233510017
+563.2382202 9.9302682877
+565.3270264 183.6421661377
+566.2531738 15.1554260254
+567.3532104 6.8488001823
+568.5281982 10.6241006851
+569.5997925 17.88854599
+570.6329346 4.7682132721
+571.4383545 15.880648613
+572.3168945 1.8667408228
+575.3435669 31.3671989441
+576.374939 29.7617607117
+577.7547607 56.2556228638
+578.3985596 207.8100738525
+579.5043945 106.8144073486
+580.5040283 5.7446365356
+581.4019775 4.0625066757
+582.515564 5.6065120697
+583.5947266 9.6674804688
+584.4782715 16.6056213379
+585.6975098 4.0078878403
+586.6495361 17.9206047058
+587.3981323 77.2238540649
+588.3433838 52.4049797058
+589.6365967 7.3281388283
+590.467041 7.8479585648
+592.3532104 2.5369832516
+593.3149414 210.612991333
+595.3862305 1142.5246582031
+596.6856689 1.3225828409
+597.3773193 4.0621066093
+598.4800415 14.4166517258
+599.4751587 4.8739385605
+600.732666 10.7677221298
+601.5500488 2.3504507542
+603.4666748 15.9181985855
+605.2788696 334.8245239258
+606.3125 225.1048126221
+607.3375244 17.1047897339
+608.3204346 28.3626499176
+609.8007812 21.7877197266
+610.6152954 15.2299804688
+611.5437012 12.8943862915
+612.5561523 19.1172561646
+613.2800293 3.4501690865
+614.4273071 41.2093772888
+615.3407593 19.6821556091
+616.4249268 37.1116828918
+617.5227051 9.8786697388
+619.1380615 4.4412469864
+620.2523193 57.355796814
+621.3409424 139.4749755859
+623.2803345 7379.5512695313
+624.4747314 15.0618400574
+625.3579102 4.2602968216
+626.2831421 4.8022937775
+627.2203369 12.2039422989
+628.5440063 10.3507270813
+629.6148071 38.5041007996
+630.4906616 2.3310201168
+631.7652588 2.2026233673
+632.4837646 2.1166386604
+633.1566772 1.2528344393
+634.444519 21.471075058
+635.8068848 2.2608566284
+636.5891113 1.6152260303
+637.7996826 16.8847084045
+638.4283447 100.8662567139
+639.5988159 23.499294281
+640.3479004 509.4677734375
+641.3706055 13.9805164337
+644.3205566 11.9645881653
+645.0908203 8.2294359207
+645.7264404 2.9727611542
+647.3706055 3.0870866776
+648.4893799 4.3238997459
+649.4958496 5.8276686668
+650.4822998 8.7233104706
+651.3746948 53.8466415405
+652.2265625 6.9380283356
+653.6072998 8.9118843079
+654.4439087 1.8371425867
+656.5722656 7.7735490799
+657.4680176 26.1791362762
+659.4191284 7.522128582
+661.0532227 11.2240962982
+661.7061768 18.0748577118
+662.9125366 2.588224411
+663.6259766 4.3983030319
+664.4344482 5.8583192825
+665.6727295 3.8809480667
+666.4163818 37.5033988953
+667.4022217 5.8039803505
+669.4487915 4.117058754
+670.7333984 5.0529265404
+671.7553101 27.6204948425
+673.1920166 13.6827945709
+676.5021973 3.4383933544
+678.463501 90.5122375488
+679.3745117 49.8393783569
+680.4002686 10.186674118
+681.3519287 14.33685112
+682.2276611 11.5637025833
+683.3676758 4.183224678
+684.5150146 7.2549471855
+685.4835205 3.519961834
+686.6315308 3.7666022778
+687.3010254 7.7658314705
+688.2891846 20.6162815094
+689.3944092 23.3787307739
+690.4584961 27.8162956238
+691.5462646 25.4570636749
+692.3034058 4.0206766129
+693.539917 6.3652482033
+694.4691162 5.4357247353
+695.1881714 5.4206786156
+696.4199829 635.4410400391
+697.5018311 17.1975841522
+698.5270996 23.4536705017
+699.3911133 12.944278717
+700.3297729 5.941400528
+701.5158691 8.2126502991
+702.5994873 2.4285771847
+703.7754517 1.4057586193
+705.3709717 54.9636917114
+706.4077759 337.491973877
+707.4470215 180.470199585
+708.6479492 31.9121055603
+709.5048218 10.5063381195
+710.4255371 15.7952518463
+711.5289307 13.9458227158
+712.8498535 9.529091835
+713.5720215 1.7608399391
+714.4451904 18.258272171
+715.5686035 48.7205924988
+716.3968506 179.9649658203
+718.3091431 293.5436401367
+719.4806519 49.885559082
+720.673584 2.5983910561
+721.6335449 5.4620628357
+723.4087524 1176.6770019531
+724.1762085 2.4056835175
+725.2313843 18.6176967621
+726.4467163 114.9350738525
+727.4702759 30.2191677094
+728.4660645 7.6228790283
+729.7178955 14.5874586105
+730.4771118 16.408246994
+731.425354 13.7716903687
+733.3887939 666.8927001953
+734.3682861 936.9372558594
+735.4182129 113.2747116089
+736.5274658 100.198677063
+737.7429199 6.8593292236
+738.6866455 13.9473247528
+740.5738525 3.2970607281
+742.5292969 4.2271847725
+744.4232178 6.6819763184
+745.5794678 3.1726093292
+746.9664307 15.0618028641
+747.6662598 20.9367160797
+748.5856934 22.3793334961
+749.3654785 12.056183815
+751.3907471 13049.5205078125
+752.3199463 177.049331665
+753.4660645 37.7162513733
+754.4927979 33.7150535583
+755.3702393 5.9925236702
+760.0587158 18.2803993225
+760.6794434 8.7302131653
+761.7150879 22.4106349945
+762.5461426 14.5289030075
+763.647583 1.3987293243
+764.5489502 14.032365799
+765.7365723 17.1834793091
+766.7062988 4.7129201889
+767.5201416 15.4321498871
+769.3479004 178.8858642578
+770.380127 18.2816009521
+771.3706055 35.6944084167
+772.3150635 5.6694960594
+774.4136963 14.323595047
+776.1176758 5.123939991
+777.614502 5.5665421486
+778.6047363 14.7595233917
+779.5391846 4.1076135635
+780.4616699 3.7966370583
+781.5457764 2.8566553593
+782.8917236 8.913143158
+784.4885254 6.9769039154
+785.685791 3.0073680878
+786.3762207 6.7137241364
+788.6271973 5.9019155502
+789.5544434 6.8853635788
+790.6104736 15.290512085
+791.4436035 5.1670389175
+792.4498291 5.0588822365
+793.4227295 2.9894030094
+794.3885498 19.1345100403
+795.4136963 9.2931032181
+796.4685059 9.3229913712
+797.5238037 37.6275978088
+798.4819336 11.8431625366
+799.4285889 20.7260475159
+800.5584717 11.5206661224
+801.8686523 16.3955917358
+803.1993408 35.3005867004
+804.0819092 14.0934658051
+804.8306885 9.8488616943
+805.4937744 22.238910675
+806.3057861 2.8377008438
+807.3415527 32.5850791931
+808.453125 40.1100845337
+809.1887207 13.4082260132
+809.9718018 11.8974647522
+810.8759766 19.3381156921
+811.8886719 20.6424293518
+813.0847168 9.7401065826
+813.7762451 3.5010173321
+814.6555176 3.7032196522
+817.041626 20.1914749146
+818.3450928 23.2351284027
+819.3638916 82.8991546631
+820.5228271 118.9005203247
+821.6656494 108.8392181396
+822.7972412 57.3343009949
+823.5731201 190.4901580811
+824.6737061 33.2085189819
+825.574585 11.8395709991
+826.4543457 5.6477603912
+827.1497803 6.9805965424
+829.3394775 30.4356937408
+830.5101318 37.4818229675
+831.4709473 12.4316120148
+832.1998291 10.7054767609
+833.2041016 39.0845794678
+834.2370605 8.8239173889
+835.8851318 74.273727417
+836.5587158 345.6155395508
+837.4892578 355.309967041
+838.5579834 126.3169403076
+839.5831299 43.6097793579
+840.6853027 133.9269104004
+842.0955811 43.134223938
+843.2624512 33.6846427917
+844.6882324 23.9548950195
+845.7463379 60.8869514465
+846.598999 305.3226623535
+847.4162598 1362.6226806641
+848.5655518 138.0818481445
+849.7336426 29.8938598633
+850.8813477 44.7183456421
+851.755127 28.3734912872
+852.5739746 99.8460845947
+853.5806885 228.8729858398
+854.5345459 667.1352539063
+855.8116455 42.7520294189
+857.2370605 7.1969642639
+858.2429199 8.9743452072
+859.2229004 27.7347221375
+860.5791016 136.5741271973
+861.4735107 115.2814254761
+862.1428223 162.1693725586
+864.4091797 5708.7338867188
+865.4748535 7228.162109375
+866.5731201 180.3934326172
+867.8792725 11.7753839493
+868.5533447 21.6603469849
+869.5234375 21.2266597748
+870.2940674 2.1829288006
+871.6682129 123.5094146729
+872.743042 93.5764389038
+873.7503662 25.9001312256
+874.5871582 5.8886871338
+875.1904297 4.9006309509
+881.7098389 3.8518872261
+899.6605225 1.4087599516
+904.5112305 3.7852373123
+908.9217529 3.0830175877
+911.2589111 5.3434038162
+914.9371338 1.7785055637
+920.6402588 2.1169433594
+925.75 1.655885458
+926.3721924 2.5116434097
+936.4562988 7.4088220596
+937.40271 1.5776231289
+948.5820312 2.265226841
+951.3883057 5.0375561714
+952.6507568 3.9761536121
+954.541626 3.7202031612
+958.5795898 2.2107951641
+965.0773926 2.9151597023
+966.6049805 3.6832709312
+968.6358643 2.8032181263
+972.3841553 3.5880742073
+980.3774414 1.6568661928
+984.6560059 4.0637488365
+986.4906006 4.1291894913
+990.0438232 2.6260068417
+993.7286377 1.9007667303
+1001.260498 1.4803642035
+1006.876831 2.8764429092
+1008.522095 53.8127288818
+1009.628906 12.3799905777
+1014.414062 2.7556452751
+1015.556763 4.6308970451
+1016.481201 2.1658575535
+1017.583618 2.205524683
+1019.872803 2.2133405209
+1022.634033 3.8962512016
+1023.393188 2.928747654
+1033.7677 6.2838768959
+1040.81958 2.7914690971
+1047.6875 2.0638942719
+1048.355347 1.4089440107
+1050.205933 11.5794849396
+1050.848877 5.9912528992
+1051.664917 2.0029451847
+1053.778809 4.1762371063
+1058.251709 3.796210289
+1059.343506 1.6364923716
+1061.220093 4.8353476524
+1062.420166 2.2658448219
+1063.362793 1.9217025042
+1065.573975 3.2692155838
+1075.364014 6.5963869095
+1081.682617 2.3127803802
+1082.762207 7.2656173706
+1084.480103 1.4251745939
+1090.583252 2.3345792294
+1094.891235 6.471701622
+1099.777832 2.0249342918
+1104.693237 4.341299057
+1109.785767 1.3234817982
+1110.7771 1.428404212
+1119.043701 1.9474369287
+1123.860352 3.5913796425
+1124.852173 10.4456739426
+1130.459351 3.4271934032
+1135.726929 1.5419324636
+1136.509399 3.007281065
+1141.776611 3.5984370708
+1142.512329 3.0221631527
+1143.572266 1.5546730757
+1156.492554 1.3021858931
+1163.406494 1.5143729448
+1166.769043 1.2579483986
+1170.411987 2.9120812416
+1180.438232 7.9711551666
+1183.333008 10.2348976135
+1184.567505 5.4730286598
+1186.245605 2.8282208443
+1186.957642 1.2442734241
+1189.147583 2.5938777924
+1198.795288 1.9462186098
+1204.636475 1.699367404
+1207.73291 2.4050841331
+1209.933716 4.5456461906
+1211.166138 1.5754752159
+1213.748413 2.3557806015
+1214.499146 1.667357564
+1226.134033 3.3348770142
+1232.322266 2.368396759
+1239.252197 1.889105916
+1260.821777 1.2551330328
+1262.669312 1.4085662365
+1269.434937 1.657381773
+1278.662354 7.5645289421
+1287.865112 1.8795638084
+1292.684692 4.626449585
+1293.764526 3.0295891762
+1303.470703 2.0078313351
+1304.783691 4.3526239395
+1305.963501 3.1246209145
+1306.924683 2.0755226612
+1307.847412 3.8471758366
+1308.730347 1.9038361311
+1309.668701 6.8470363617
+1310.563599 1.4334141016
+1335.653809 2.7239573002
+1349.935669 2.8618879318
+1361.784546 1.2564569712
+1364.838013 2.7277929783
+1365.635498 1.7941657305
+1369.533325 2.7822601795
+1429.61853 2.346054554
+1446.664429 2.0156695843
+1483.107544 5.2070007324
+1547.776733 1.2610274553
+1723.519287 1.640920639
+1724.323975 1.2519712448
+1724.991333 5.1561379433
+1743.361206 3.1923613548
+END IONS
Binary file test-data/searchgui_tiny_result_default_4engines.zip has changed
Binary file test-data/searchgui_tiny_result_default_4engines_modifications.zip has changed
Binary file test-data/tiny_searchgui_modifications_result1.zip has changed
Binary file test-data/tiny_searchgui_modifications_result_amandaonly.zip has changed
Binary file test-data/tiny_searchgui_result1.zip has changed
Binary file test-data/tiny_searchgui_result_amandaonly.zip has changed