Skip to content

Commit

Permalink
Update to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Sep 15, 2022
1 parent 2e1abce commit 40837f4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Jonas Schaub, Achim Zielesny, Christoph Steinbeck, Maria Sorokina
Copyright (c) 2022 Jonas Schaub, Achim Zielesny, Christoph Steinbeck, Maria Sorokina

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion SugarRemovalUtility CMD App/Usage instructions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------------------------------
Sugar Removal Utility Command Line Application Usage instructions v. 1.3.1.1
Sugar Removal Utility Command Line Application Usage instructions v. 1.3.2.0
---------------------------------------------------------------------------------------------------

This application can be used to remove sugar moieties from molecules in a given data set, according
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
~ MIT License
~
~ Copyright (c) 2021 Jonas Schaub, Achim Zielesny, Christoph Steinbeck, Maria Sorokina
~ Copyright (c) 2022 Jonas Schaub, Achim Zielesny, Christoph Steinbeck, Maria Sorokina
~
~ Permission is hereby granted, free of charge, to any person obtaining a copy
~ of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -30,7 +30,7 @@

<groupId>de.unijena.cheminf</groupId>
<artifactId>deglycosylation</artifactId>
<version>1.3.1.1</version>
<version>1.3.2.0</version>
<name>SugarRemoval</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/de/unijena/cheminf/deglycosylation/Main.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jonas Schaub, Achim Zielesny, Christoph Steinbeck, Maria Sorokina
* Copyright (c) 2022 Jonas Schaub, Achim Zielesny, Christoph Steinbeck, Maria Sorokina
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -33,7 +33,7 @@
* SugarRemovalUtilityCmdApplication class, calls its execute() function and measures the time it takes for execution.
*
* @author Jonas Schaub
* @version 1.3.1.1
* @version 1.3.2.0
*/
public class Main {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
* It offers various functions to detect and remove sugar moieties with different options.
*
* @author Jonas Schaub, Maria Sorokina
* @version 1.3.1.1
* @version 1.3.2.0
*/
public class SugarRemovalUtility {
//<editor-fold desc="Enum PreservationModeOption">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
* the deglycosylated cores and removed sugar moieties for each molecule is created as output.
*
* @author Jonas Schaub
* @version 1.3.1.1
* @version 1.3.2.0
*/
public class SugarRemovalUtilityCmdApplication {
//<editor-fold desc="Public static final constants">
/**
* Version string of this class to print out if -v --version is queried from the command-line.
*/
public static final String VERSION = "1.3.1.1";
public static final String VERSION = "1.3.2.0";
//</editor-fold>
//
//<editor-fold desc="Private static final constants">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
* </p>
*
* @author Jonas Schaub
* @version 1.3.1.0
* @version 1.3.2.0
*/
public class SugarRemovalUtilityTest extends SugarRemovalUtility {
//<editor-fold desc="Constructors">
Expand Down

0 comments on commit 40837f4

Please sign in to comment.