Skip to content

Commit eb9ac90

Browse files
kohchuanhockandreasprlic
authored andcommitted
/* June 3 - Current (Week 6) */
1 parent dc55789 commit eb9ac90

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

_wikis/GSoC:AAPropertiesComputation.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,20 @@ Progress Log
224224
the number of decimal places required for their usage
225225
- Added adaptor methods with default decimal places
226226
- All JUnit test cases passes now.
227+
- Added a new class, Utils under aaproperties with main objective to
228+
provide some utility methods that does not belong to any other
229+
available classes.
230+
- Added the following methods into Utils.
231+
- public final static double roundToDecimals(double, int) - this
232+
method enable the rounding of value to desired decimal places.
233+
- public final static boolean
234+
doesSequenceContainInvalidChar(String) - this method checks if
235+
the sequence contains invalid character. Return true if invalid
236+
character exists, false otherwise.
237+
- Any character outside of the standard 20 amino acid codes
238+
are considered to be invalid.
239+
- public final static String cleanSequence(String) - this method
240+
replaces any invalid character in sequence with '-'.
227241

228242
Skype call notes
229243
----------------

_wikis/GSoC:AAPropertiesComputation.mediawiki

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ Likewise, Sirius PSB transforms sequences accordingly to their respective groupi
165165
* Slightly modified current adaptor methods to allow user to decide on the number of decimal places required for their usage
166166
* Added adaptor methods with default decimal places
167167
* All JUnit test cases passes now.
168+
* Added a new class, Utils under aaproperties with main objective to provide some utility methods that does not belong to any other available classes.
169+
* Added the following methods into Utils.
170+
** public final static double roundToDecimals(double, int) - this method enable the rounding of value to desired decimal places.
171+
** public final static boolean doesSequenceContainInvalidChar(String) - this method checks if the sequence contains invalid character. Return true if invalid character exists, false otherwise.
172+
*** Any character outside of the standard 20 amino acid codes are considered to be invalid.
173+
** public final static String cleanSequence(String) - this method replaces any invalid character in sequence with '-'.
168174
169175
== Skype call notes ==
170176

0 commit comments

Comments
 (0)