mhegde / base-editor-design-tool

This tool designs guides for use with the base editor technology.
11 stars 7 forks source link

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

Open gernophil opened 1 year ago

gernophil commented 1 year ago

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: https://github.com/mhegde/base-editor-design-tool/issues/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.