You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Export MS Annika CSMs from Proteome Discoverer to Microsoft Excel format. Filter out decoys beforehand and filter for high-confidence CSMs (see below).
14
-
- Convert any RAW files to *.mgf format, e.g. using [ThermoRawFileParser](https://github.com/compomics/ThermoRawFileParser).
14
+
- Convert any RAW files to *.mgf or *.mzML format, e.g. using [ThermoRawFileParser](https://github.com/compomics/ThermoRawFileParser).
15
15
- Set your desired parameters in `config.py` (see below).
16
16
- Run `python create_spectral_library.py`.
17
17
- If the script successfully finishes, the target spectral library should be generated with the extension `_spectralLibrary.csv`.
@@ -44,7 +44,7 @@ The following parameters need to be adjusted for your needs in the `config.py` f
44
44
```python
45
45
##### PARAMETERS #####
46
46
47
-
# name of the mgf file containing the MS2 spectra
47
+
# name of the mgf or mzML file(s) containing the MS2 spectra
0 commit comments