Skip to content

Commit 57f8b50

Browse files
committed
Small update for metadata keys
1 parent 6176160 commit 57f8b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MainClass.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,8 @@ private static void RegularParametersParsing(string[] args)
584584
"-o, --output");
585585
}
586586

587-
if (metadataFormatString == null && outputFormatString == null)
587+
if (metadataFormatString == null && parseInput.DepositionMetadataFile == null
588+
&& parseInput.ExperimentMetadataFile == null && outputFormatString == null)
588589
{
589590
parseInput.OutputFormat = OutputFormat.MzML;
590591
}

0 commit comments

Comments
 (0)