formbio / laava

LAAVA: Long-read AAV Analysis
MIT License
5 stars 0 forks source link

Convert vector_type==unspecified to ssAAV or scAAV by heuristic, or remove the option #44

Open etal opened 3 weeks ago

etal commented 3 weeks ago

In milestone v3.0, the report will depend on the designed vector type being known -- either ssAAV or scAAV. Currently, the input field vector_type allows a third option, "unspecified".

Consider a heuristic to convert "unspecified" to ss or sc based on the contents of the processed data, just before reporting:

Alternatively, just remove the "unspecified" option from the vector_type field if we expect users to always know the designed vector type and heuristic auto-detection is either unhelpful or unreliable.