-
-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
Currently, Sequenceserver stores the total query length in job.yaml as query_length.
Add another datapoint that records the number of query sequences. This can be obtained by looking into the query (which ultimately is saved as query.fa, but hopefully this datapoint can be captured in-transit?).
The value would be a number of lines starting with > in the query in an ideal scenario. However, edge cases exist, when the > is omitted, e.g.:
- if there are no lines starting with a
>, the whole query is a single sequence - if the first line does not start with a
>, the number of queries would benumber of lines starting with > + 1e.g. this query contains 2 sequences
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels