@@ -19,7 +19,7 @@ public void TestMgf()
1919 var tempFilePath = Path . GetTempPath ( ) ;
2020
2121 var testRawFile = Path . Combine ( AppDomain . CurrentDomain . BaseDirectory , @"small.RAW" ) ;
22- var parseInput = new ParseInput ( testRawFile , tempFilePath , OutputFormat . MGF , false , MetadataFormat . NONE ,
22+ var parseInput = new ParseInput ( testRawFile , tempFilePath , null , OutputFormat . MGF , false , MetadataFormat . NONE ,
2323 null , null , null , null , false , false ) ;
2424
2525 RawFileParser . Parse ( parseInput ) ;
@@ -40,7 +40,7 @@ public void TestMzml()
4040 var tempFilePath = Path . GetTempPath ( ) ;
4141
4242 var testRawFile = Path . Combine ( AppDomain . CurrentDomain . BaseDirectory , @"small.RAW" ) ;
43- var parseInput = new ParseInput ( testRawFile , tempFilePath , OutputFormat . MzML , false , MetadataFormat . NONE ,
43+ var parseInput = new ParseInput ( testRawFile , tempFilePath , null , OutputFormat . MzML , false , MetadataFormat . NONE ,
4444 null , null , null , null , false , false ) ;
4545
4646 RawFileParser . Parse ( parseInput ) ;
@@ -66,7 +66,7 @@ public void TestIndexedMzML()
6666 Console . WriteLine ( tempFilePath ) ;
6767
6868 var testRawFile = Path . Combine ( AppDomain . CurrentDomain . BaseDirectory , @"small.RAW" ) ;
69- var parseInput = new ParseInput ( testRawFile , tempFilePath , OutputFormat . IndexMzML , false ,
69+ var parseInput = new ParseInput ( testRawFile , tempFilePath , null , OutputFormat . IndexMzML , false ,
7070 MetadataFormat . NONE ,
7171 null , null , null , null , false , false ) ;
7272
0 commit comments