From 63b5637bd446dc73e5c28d0a3d15c17ee98a5f7b Mon Sep 17 00:00:00 2001 From: brendaferrari Date: Thu, 22 Jul 2021 17:47:47 -0300 Subject: [PATCH] new_issues --- peptocodes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/peptocodes.py b/peptocodes.py index 012fa3b..f234475 100644 --- a/peptocodes.py +++ b/peptocodes.py @@ -1,3 +1,4 @@ +# TODO: #5 To be able to select more than one peptide smiles = input("Type your peptide smiles: ") #N[C@@]([H])(CCCNC(=N)N)C(=O)N[C@@]([H])([C@]([H])(O)C)C(=O)N[C@@]([H])(CCCCN)C(=O)N[C@@]([H])(CCCNC(=N)N)C(=O)O @@ -31,6 +32,8 @@ if j == len(dictio.keys())-1: i = i+1 +# TODO: #3 Add error message # Here is to print the result +# TODO: #4 Show a string in response to no match #print(aacode) print("Your code is:", ''.join(aacode)) \ No newline at end of file