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
The get_info method of the legacy sequences hander returned a list with a single dictionary in it. The CramSource class mirrors this behavior to keep the API the same.
Resolved when
Change made in CramSource and subclasses:
return dictionary instead of list
return empty dict when no matching variant is found in variant_map.
Corresponding issue made in Bravue project.
Note about Bravue
The relevant code in the UI is in src/components/Reads.vue. An issue will have to be filed there and the changes to the API reflected in the data processing on the UI side.
Issue or current state
The get_info method of the legacy sequences hander returned a list with a single dictionary in it. The CramSource class mirrors this behavior to keep the API the same.
Resolved when
Change made in CramSource and subclasses:
Corresponding issue made in Bravue project.
Note about Bravue
The relevant code in the UI is in src/components/Reads.vue. An issue will have to be filed there and the changes to the API reflected in the data processing on the UI side.
The text was updated successfully, but these errors were encountered: