dotnetbio / bio

Bioinformatics library for .NET
Apache License 2.0
143 stars 49 forks source link

Add three letter abbreviations to ProteinAlphabet #38

Closed acesnik closed 6 years ago

acesnik commented 6 years ago

Thanks for the welcome! I responded to your comments and made some changes accordingly.

evolvedmicrobe commented 6 years ago

Looks good to me, congrats on first commit!

Going forward, you may find it easier to name branches based on the types of feature they have (e.g. git checkout -b threeletter to make a branch for this feature), and it can also be nice to squash your commits into one later on. For a first go though, no need to worry about this.

All the best, Nigel

acesnik commented 6 years ago

Thanks!

Sounds good. I'll make feature branches and squash commits in the future.

Anthony