Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nbollis committed Jan 17, 2025
2 parents 1a3e410 + 43c0caa commit 9024441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mzLib/Omics/Digestion/DigestionProduct.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using MzLibUtil;
using MzLibUtil;
using Omics.Modifications;

namespace Omics.Digestion
Expand Down Expand Up @@ -42,7 +42,7 @@ protected DigestionProduct(IBioPolymer parent, int oneBasedStartResidue, int one
#region Digestion Helper Methods

/// <summary>
/// Generates all possible variable modification patterns for a peptide.
/// Generates all possible variable modification patterns for a peptide, which includes variable and localized modifications but excludes fixed mods
/// </summary>
/// <param name="possibleVariableModifications">A dictionary of possible variable modifications with their positions.</param>
/// <param name="maxModsForPeptide">The maximum number of modifications allowed for the peptide.</param>
Expand Down
4 changes: 2 additions & 2 deletions mzLib/mzLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>mzLib</id>
<version>5.2.44</version>
<version>1.0.547</version>
<title>mzLib</title>
<authors>Stef S.</authors>
<owners>Stef S.</owners>
Expand Down Expand Up @@ -95,4 +95,4 @@
<file src="Transcriptomics\bin\x64\Release\net8.0\Transcriptomics.dll" target="lib\net8.0-windows7.0" />
<file src="Transcriptomics\bin\x64\Release\net8.0\Digestion\rnases.tsv" target="lib\net8.0-windows7.0" />
</files>
</package>
</package>

0 comments on commit 9024441

Please sign in to comment.