-
-
Notifications
You must be signed in to change notification settings - Fork 553
protein-translation: Remove repetition from canonical data #1016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protein-translation: Remove repetition from canonical data #1016
Conversation
I wasn't sure if it was a big enough change to bother updating the version number or not - I'd be interested to hear thoughts. |
"property": "proteins", | ||
"strand": "UGGUAGUGG", | ||
"expected": ["Tryptophan"] | ||
}, | ||
{ | ||
"description": "Translation stops if codon in middle of sequence of six-codon sequence", | ||
"description": "Translation stops if codon in middle of six-codon sequence", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't "Translation stops if codon" be "Translation stops if STOP codon"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is indeed the case - good spot! I'll fix that one too 🙂
@sjwarner-bp re: increment the version?
I should have looked in the repo README, which specifically lists "Changing descriptions or comments" as requiring a PATCH version update. Per project standards, yes, you must update the version. |
On it 👍 |
I noticed there was some redundancy in the test names - removed it 🙂