Skip to content

Commit 410ff00

Browse files
committed
imply plain mzML, when using stdout
1 parent 6e133e4 commit 410ff00

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

MainClass.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,9 @@ private static void RegularParametersParsing(string[] args)
685685
if (parseInput.StdOut)
686686
{
687687
parseInput.LogFormat = LogFormat.SILENT;
688+
689+
//use non-indexed mzML with stdout
690+
if (parseInput.OutputFormat == OutputFormat.IndexMzML) parseInput.OutputFormat = OutputFormat.MzML;
688691
}
689692

690693
if (parseInput.S3Url != null && parseInput.S3AccessKeyId != null &&

0 commit comments

Comments
 (0)