You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can define BED set by select and add bed files to the "BEDset cart" from the search result.
Users should be able to download the user defined BED set with download endpoint.
We use to have an endpoint that generate a .txt file of list of bedfile path. So user can bulk download bed files in the BED set with instructions given from the UI, for example: wget -i my_bedset_http.txt and cat my_bedset_s3.txt | parallel aws s3 cp {} <output_dir>
enhancement:
We would like the users to be able to download BED set as zip file
We would like the backend be able to processed the user defined BED set, and insert the stats into the database
The text was updated successfully, but these errors were encountered:
xuebingjie1990
changed the title
Bedbost: the user defined BED set download endpoint is broken
Bedbost: the user defined BED set download endpoint enhancement
Feb 3, 2023
nsheff
changed the title
Bedbost: the user defined BED set download endpoint enhancement
Bedhost: the user defined BED set download endpoint enhancement
Mar 1, 2024
Users can define BED set by select and add bed files to the "BEDset cart" from the search result.
Users should be able to download the user defined BED set with download endpoint.
We use to have an endpoint that generate a .txt file of list of bedfile path. So user can bulk download bed files in the BED set with instructions given from the UI, for example:
wget -i my_bedset_http.txt
andcat my_bedset_s3.txt | parallel aws s3 cp {} <output_dir>
enhancement:
The text was updated successfully, but these errors were encountered: