There are two options for converting an MS-GF+ output file (.mzid) into a tab-separated file (.tsv)
MzidToTsvConverter.exe -mzid:SearchResults.mzid -unroll -showDecoy
Converts MS-GF+ output (.mzid) into the tsv format (.tsv)
Usage: java -Xmx3500M -cp MSGFPlus.jar edu.ucsd.msjava.ui.MzIDToTsv -i MzIDFile (MS-GF+ output file (*.mzid)) [-o TSVFile] (TSV output file (*.tsv) (Default: MzIDFileName.tsv)) [-showQValue 0/1] (0: do not show Q-values, 1: show Q-values (Default)) [-showDecoy 0/1] (0: do not show decoy PSMs (Default), 1: show decoy PSMs) [-unroll 0/1] (0: merge shared peptides (Default), 1: unroll shared peptides)
Parameters:
-unroll 0
(Default), a PSM matched to a shared peptide will be printed as a single line.
-unroll 1
, a PSM matched to a shared peptide will be printed in multiple lines.