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

added some code to catch malformed edit_map and exons with size 1 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gernophil
Copy link

I made some bug fixes:

  1. Sometimes e['end']==int(ce_start), but this case is not taken into account with the original script.
  2. Sometimes the edit_map is an empty string leading to an error (see here: 'str' has no attribute 'iteritems' #3). This is avoided by converting the empty string to an empty dictionary.
  3. Sometimes the edit_map becomes malformed leading to an error. This is avoided by simply dropping this entry.

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.

1 participant