Skip to content

Commit

Permalink
Ensured writing consistency with multiple data files
Browse files Browse the repository at this point in the history
  • Loading branch information
nbollis committed Jan 29, 2025
1 parent e415c39 commit 2f089fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MetaMorpheus/Test/PostSearchAnalysisTaskTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public static void WriteDigestionCountFiles_IsCorrectFromSearchTask(DigestionCou
string searchTaskId = "test";
DigestionParams digestionParams = new DigestionParams(maxModificationIsoforms: testCase.MaxIsoforms, maxMissedCleavages: 0, minPeptideLength: 3);
var db = new List<DbForTask>() { new DbForTask(Path.Combine(TestContext.CurrentContext.TestDirectory, testCase.DbPath), false) };
var files = new List<string>() { Path.Combine(TestContext.CurrentContext.TestDirectory, "DatabaseTests", "sliced_b6.mzML") };
var files = new List<string>() { Path.Combine(TestContext.CurrentContext.TestDirectory, "DatabaseTests", "sliced_b6.mzML"), Path.Combine(TestContext.CurrentContext.TestDirectory, "DatabaseTests", "Q9UHB6_Chym_snip.mzML") };
var tasks = new List<(string, MetaMorpheusTask)>{ (searchTaskId, new SearchTask
{
CommonParameters = new CommonParameters(digestionParams: digestionParams, listOfModsVariable: variableMods),
Expand Down

0 comments on commit 2f089fc

Please sign in to comment.