Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyGirin committed Nov 26, 2024
1 parent cb37c2a commit f897a06
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -728,14 +728,14 @@ const correctSequences: ISequenceString[] = [
{
testCaseDescription:
'2. Verify that spaces separate different amino acid sequences in import',
sequenceDescription: 'e.g. AlaAla CysCys',
sequenceDescription: 'e.g. AlaAla CysCys (1)',
sequenceString:
'AlaAsx CysAspGlu PheGlyHisIle XleLysLeuMetAsn PylProGlnArgSerThr SecValTrpXaaTyrGlx',
sequenceType: [SequenceType.PEPTIDE, PeptideType.threeLetterCode],
},
{
testCaseDescription: '3. Verify ignoring of line breaks during import',
sequenceDescription: 'e.g. AlaGly\nCys',
sequenceDescription: 'e.g. AlaGly\nCys (2)',
sequenceString:
'Ala\nAsx\n\n Cys\n\n\nAsp\n\n\n\nGlu\n Phe\nGly\nHis\nIle \n\nXle\nLys\nLeu\nMet\nAsn Pyl\nPro\nGln\nArg\nSer\nThr\n SecValTrpXaaTyrGlx',
sequenceType: [SequenceType.PEPTIDE, PeptideType.threeLetterCode],
Expand Down Expand Up @@ -774,35 +774,35 @@ const incorrectSequences: ISequenceString[] = [
{
testCaseDescription:
'4. Verify error message for unsupported symbols in import',
sequenceDescription: 'Ala|',
sequenceDescription: 'Ala| (1)',
sequenceString: 'Ala|',
sequenceType: [SequenceType.PEPTIDE, PeptideType.threeLetterCode],
},
{
testCaseDescription:
'4. Verify error message for unsupported symbols in import',
sequenceDescription: 'ala',
sequenceDescription: 'ala (2)',
sequenceString: 'ala',
sequenceType: [SequenceType.PEPTIDE, PeptideType.threeLetterCode],
},
{
testCaseDescription:
'4. Verify error message for unsupported symbols in import',
sequenceDescription: 'alA',
sequenceDescription: 'alA (3)',
sequenceString: 'alA',
sequenceType: [SequenceType.PEPTIDE, PeptideType.threeLetterCode],
},
{
testCaseDescription:
'4. Verify error message for unsupported symbols in import',
sequenceDescription: 'aLa',
sequenceDescription: 'aLa (4)',
sequenceString: 'aLa',
sequenceType: [SequenceType.PEPTIDE, PeptideType.threeLetterCode],
},
{
testCaseDescription:
'4. Verify error message for unsupported symbols in import',
sequenceDescription: 'ALA',
sequenceDescription: 'ALA (5)',
sequenceString: 'ALA',
sequenceType: [SequenceType.PEPTIDE, PeptideType.threeLetterCode],
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f897a06

Please sign in to comment.