Skip to content
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

Transcript.coding_sequence didn't work for non-coding transcripts #136

Merged
merged 2 commits into from
Feb 23, 2016

Conversation

iskandr
Copy link
Contributor

@iskandr iskandr commented Feb 23, 2016

  • Transcript.coding_sequence should return None rather than trying to slice into an empty Transcript.sequence
  • It was impossible to look up sequences in Ensembl 83 since they added a version number to every FASTA key (added a test for this)

Review on Reviewable

# .e.g.
# "ENST00000448914.1" instead of "ENST00000448914"
# So now we have to parse out the identifier
seq_id = seq_entry.metadata["id"].split(".")[0]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a test that would break if you didn't have this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did, check out test_transcript_sequence_ensembl83

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, somehow didn't think that would cover it, cool

@tavinathanson
Copy link
Contributor

LGTM

iskandr added a commit that referenced this pull request Feb 23, 2016
Transcript.coding_sequence didn't work for non-coding transcripts
@iskandr iskandr merged commit e9ec65a into master Feb 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants