You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 fixes:
1. Full Uniprot downloads contain spaces in some sequences, which cause a crash in setContents because space isn't a valid compound. I added a replaceAll to strip out the whitespace.
2. Apparently a shortName element can be repeated. In both cases where we can encounter a shortName element, get the list (perhaps of length 0 or 1) and iterate over each shortName instead of just grabbing the first one.
0 commit comments