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

TSV Download and Meta-data icons #99

Open
ababaian opened this issue Jan 31, 2021 · 2 comments
Open

TSV Download and Meta-data icons #99

ababaian opened this issue Jan 31, 2021 · 2 comments
Assignees
Labels
enhancement Enhancement to current feature feature New feature

Comments

@ababaian
Copy link
Member

Serratus looks very exciting. I haven't seen it before so thanks for sharing. The interface is intuitive and the graphics are quite nice. My only suggestion would be to possibly include some SRA metadata on the main results page- I noticed some of the SRA are from transcriptomes or isolate viral genome sequencing projects - if someone was interested in only metagenomes it might be easier to prioritize the results with some of that data present.

I am thinking that adding an icon representing what kind of sample (very generally) an SRA is from might do this well. Categories would be Human, Mouse, Mammal, Vertebrate, Invertebrate, Fungus, Plant, Prokaryote, Metagenome, Other. I can implement this into the SQL database via parsing the SraRunInfo files.

If including that data makes that display page too busy then perhaps a download link for a .tsv file with the SRA mapping results summary and metadata could be useful.

Adding a "Download Results" button for a given query I think has been requested three or four times now. This seems to be the most common request we've gotten and should be a little bit of a higher priority. Essentially I think this would look like whatever is displayed on the page, you can download those query results (without a LIMIT filter) to a tsv file.

For both of these let's get the SQL update we're working on ready first and then we can swing back to these UI features.

@ababaian ababaian added enhancement Enhancement to current feature feature New feature labels Jan 31, 2021
@victorlin
Copy link
Member

Cool, on board with all that’s mentioned.

For the SRA categories - if this will be strictly a website feature, it maybe sufficient to pull data directly from NCBI (this is what is currently done for the title that appears under the SRA ID).

Otherwise, we’d have to think about the best way to add columns to the data after upload.

@ababaian
Copy link
Member Author

ababaian commented Feb 1, 2021

I have categories for each SRA based on which query it was part of, once we get our ducks in row SQL wise I can add a classification to each SRA in a small 2 column table for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to current feature feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants