-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bedhost-ui: Bedset constructor cart #11
Comments
short term:
|
S3: https://stackoverflow.com/questions/38021661/copy-multiple-files-from-s3-bucket/69018735#69018735
wget: https://stackoverflow.com/questions/40986340/how-to-wget-a-list-of-urls-in-a-text-file |
Need to check for existing BED set |
Status of this issue? |
With the upgrade of the new bedhost, we don't have any of the function mentioned above. It should be easy to bring those back, which is just an endpoint to create a file with paths of the bedfiles in the "user defined" bedset. However, our ultimate goal was to process user defined bedset and add the bedset to our database. @khoroshevskyi do we have any plan for this? let me know if you need anything from me. |
We had previously discussed the possibility of dynamic bedsets, which we've put on hold for now, because to get the full features of bedsets we'd need to run a pipeline on it.
But when we get to the point of allowing dynamic, user-specified bedsets, which I think will be valuable in the future, then here's one idea for how to enable that:
Sean suggested to allow users to construct their own bedsets using a 'cart' functionality. you could do repeated searches and incrementally add to your 'cart', and once you had selected the bedfiles of interest, you could 'construct bedset'.
The text was updated successfully, but these errors were encountered: