Skip to content

Commit

Permalink
new_issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brendaferrari committed Jul 22, 2021
1 parent 4dc7364 commit 63b5637
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions peptocodes.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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))

0 comments on commit 63b5637

Please sign in to comment.