Skip to content

Commit

Permalink
adding editor for creating lipid fragment structures
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-kopczynski committed Oct 25, 2023
1 parent 255a425 commit d277179
Show file tree
Hide file tree
Showing 5 changed files with 1,815 additions and 3 deletions.
4 changes: 1 addition & 3 deletions LipidCreator/MS2Form.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1023,9 +1023,7 @@ public void parseXML(XElement element, List<XElement> nodes, List<XElement> edge


public void test_Paint(object sender, PaintEventArgs e)
{


{

if (!currentHeadgroup.Equals("PC") || (!f.ContainsKey(currentFragment) && !currentFragment.Equals(""))) return;

Expand Down
Loading

0 comments on commit d277179

Please sign in to comment.