Skip to content

Commit

Permalink
added lipid transfer from quick lipid search
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-kopczynski committed Oct 10, 2023
1 parent dfc3fb7 commit e93937d
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 93 deletions.
2 changes: 1 addition & 1 deletion LipidCreator/Adduct.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

namespace LipidCreator
{
public enum AdductType {Hp, HHp, NHHHHp, Hm, HHm, HCOOm, CHHHCOOm};
public enum AdductType {Hp, HHp, NHHHHp, Hm, HHm, HCOOm, CHHHCOOm, NoAdduct};

[Serializable]
public partial class Adduct
Expand Down
90 changes: 54 additions & 36 deletions LipidCreator/CreatorGUI.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e93937d

Please sign in to comment.