Skip to content

Releases: PNNL-Comp-Mass-Spec/Mzid-To-Tsv-Converter

Version 1.3.0

16 Apr 20:13
Compare
Choose a tag to compare
  • Change the method used for outputting the tsv file. The new method more easily supports adding/removing fields based on user options
  • Add 'ScanTime(Min)' as a new column by default. Output that matches previous versions can be made using the -ne or -noExtended command-line flag.

Release v1.2.4

16 Nov 21:49
Compare
Choose a tag to compare

Adds the option to filter on SpecEValue, EValue, and/or QValue when creating the TSV file.

Release v1.2.3

14 Nov 21:30
Compare
Choose a tag to compare

Includes an updated Readme file and updated DLLs

Release 1.2.2

10 Jul 20:24
Compare
Choose a tag to compare

Allow converting of all mzid files in a directory without needing to use wildcards with a single command

Release 1.2.1

27 Mar 21:20
Compare
Choose a tag to compare

When parsing the MZID file: Add exception handling for duplicate ID issues, and show better messages; also add option to ignore duplicate IDs

Release 1.2.0

31 Jan 23:48
Compare
Choose a tag to compare

Change project format to support compiling as .Net 4.5, .Net 4.6.2, and .Net core 2.0
Update number formatting in the output
Reduce memory usage when converting by reading SpectrumIdentificationResults just before writing them, rather than reading the entire mzid file and holding it in memory.

v1.0 2017/07/04

04 Jul 22:19
Compare
Choose a tag to compare

Stable version

Works on Mono.

Fixes bug where it output instrument scan number rather than scan index for MGF and ms2 files