We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6176160 commit 57f8b50Copy full SHA for 57f8b50
MainClass.cs
@@ -584,7 +584,8 @@ private static void RegularParametersParsing(string[] args)
584
"-o, --output");
585
}
586
587
- if (metadataFormatString == null && outputFormatString == null)
+ if (metadataFormatString == null && parseInput.DepositionMetadataFile == null
588
+ && parseInput.ExperimentMetadataFile == null && outputFormatString == null)
589
{
590
parseInput.OutputFormat = OutputFormat.MzML;
591
0 commit comments