Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export of results #28

Closed
rneher opened this issue Jun 26, 2020 · 2 comments
Closed

Export of results #28

rneher opened this issue Jun 26, 2020 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed prio:high Do this immediately t:feat Type: request of a new feature, functionality, enchancement

Comments

@rneher
Copy link
Member

rneher commented Jun 26, 2020

The current export returns a json structure which contains the results, along with a bunch of other things (like processing status, redundant clade definitions, etc). Most users will want to export a file they can view, share, and analyze in Excel or similar.

I think a tsv table with the following columns would address most needs:

sequenceName
clade
alignmentStart
alignmentEnd
numberOfMutations
numberOfNonACGTN
numberOfN
mutations: C242T,C14408T,A24304G,..
deletions: 567-572,23304-20423,...
insertions: 678:ACG,23565:GTGTCG,...
missing: 16121-16525,27343-27565,...
QC-Fail/Pass
QC-flags: 'too many mutations','SNP clusters'

Some of the fields are themselves arrays (like the mutations) and hence a table is not ideal. But if we provide json export as well, I think we address most needs.

@ivan-aksamentov
Copy link
Member

ivan-aksamentov commented Jun 27, 2020

TODO:

  • remove redundant items from JSON export
  • implement TSV export as specified above

@ivan-aksamentov ivan-aksamentov added t:feat Type: request of a new feature, functionality, enchancement good first issue Good for newcomers help wanted Extra attention is needed labels Jun 28, 2020
@rneher rneher added the prio:high Do this immediately label Jun 28, 2020
@ivan-aksamentov ivan-aksamentov mentioned this issue Jun 30, 2020
@ivan-aksamentov
Copy link
Member

Resolved in #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed prio:high Do this immediately t:feat Type: request of a new feature, functionality, enchancement
Projects
None yet
Development

No branches or pull requests

2 participants