-
Notifications
You must be signed in to change notification settings - Fork 8
feat: make resources file downloadable via select workflow page #936
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
base: main
Are you sure you want to change the base?
feat: make resources file downloadable via select workflow page #936
Conversation
|
@NoopDog It would be great if we could have this looked at during this week. We said that for Genomic Informatics we would have the site in beta stage, and it would be nice to have some changes added between alpha and beta. |
|
thanks for this, its kind of a cool idea. some high level thoughts/ questions:
|
"assemblyResources": {
"Assembly": [
{
"name": "GCA_003287225.2.2bit",
"url": "https://js2.jetstream-cloud.org:8001/genomeark/alignment/primary/mammals/GCA_003287225.2.2bit"
},
{
"name": "GCA_003287225.2.fa.gz",
"url": "https://js2.jetstream-cloud.org:8001/genomeark/alignment/primary/mammals/GCA_003287225.2.fa.gz"
}
],
"Repeat": [
{
"name": "GCA_003287225.2.repeatModeler.families.fa.gz",
"url": "https://js2.jetstream-cloud.org:8001/genomeark/alignment/primary/mammals/GCA_003287225.2.repeatModeler.families.fa.gz"
}
]
},
This would be most useful for people who aren’t using Galaxy, or at least not using the instances we host. As I recall, with VGP and GA2 we’ve said that we should aim to support other platforms as well, if not right away, then in the future. @nekrut I think one thing we want to provide is a place where it's easy for researchers to locate links to different resources.
I’m open to UX changes, this is just a first version. One possible solution, as you mentioned, could be to use a separate page. We have data that could be interesting for new analyses; the links in this pull request are examples of that. However, GA2 will also include resources useful to researchers that aren’t directly tied to new analyses, for example, QC reports and pretext data that can be valuable when evaluating an assembly or the data used to build it. |
|
Thanks, I'm personally inclined to a new page and a single new link under resources on the existing page. Since I think this makes sense for BRC also, let's try to talk about it on a Mon call. |
This could be a simple solution! If we decide to create a new page for the resource, we could also add a link to it from the “View” dropdown on the assembly page. |
|
Looks to me like what you want here is a dedicated page for the assembly, with a list of all related resources hanging off it that you can download as a TSV or individually. Looks like there is:
I can get a mock in the next few days to explain myself better. |
soon we will probably also have jbrowse files for the assemblies |
|
Ok thx I can get a mock up created. |
|
@NoopDog Have you had time to look into creating a mock up? |
1 similar comment
|
@NoopDog Have you had time to look into creating a mock up? |
Description
This pull-request will make resources generated by Hiram and Nate more accessible for user by providing links to them.
Fill free to make changes to formatting and title names, if you have any good suggestions.
Related Issue
This pull-request address the following issues: