Skip to content

Commit 898ed18

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

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_wikis/GSoC:AAPropertiesComputation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,11 @@ Progress Log
238238
are considered to be invalid.
239239
- public final static String cleanSequence(String) - this method
240240
replaces any invalid character in sequence with '-'.
241+
- Added more test cases when invalid input are given to properties
242+
generating methods.
243+
- Adjusted methods to handle such cases.
244+
- If input protein sequence is null, a null exception will be
245+
thrown.
241246

242247
Skype call notes
243248
----------------

_wikis/GSoC:AAPropertiesComputation.mediawiki

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ Likewise, Sirius PSB transforms sequences accordingly to their respective groupi
171171
** public final static boolean doesSequenceContainInvalidChar(String) - this method checks if the sequence contains invalid character. Return true if invalid character exists, false otherwise.
172172
*** Any character outside of the standard 20 amino acid codes are considered to be invalid.
173173
** public final static String cleanSequence(String) - this method replaces any invalid character in sequence with '-'.
174+
* Added more test cases when invalid input are given to properties generating methods.
175+
** Adjusted methods to handle such cases.
176+
** If input protein sequence is null, a null exception will be thrown.
174177
175178
== Skype call notes ==
176179

0 commit comments

Comments
 (0)