We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e133e4 commit 410ff00Copy full SHA for 410ff00
1 file changed
MainClass.cs
@@ -685,6 +685,9 @@ private static void RegularParametersParsing(string[] args)
685
if (parseInput.StdOut)
686
{
687
parseInput.LogFormat = LogFormat.SILENT;
688
+
689
+ //use non-indexed mzML with stdout
690
+ if (parseInput.OutputFormat == OutputFormat.IndexMzML) parseInput.OutputFormat = OutputFormat.MzML;
691
}
692
693
if (parseInput.S3Url != null && parseInput.S3AccessKeyId != null &&
0 commit comments