databio / bedboss

Python pipeline for processing BED files for BEDbase
https://docs.bedbase.org
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

bedbuncher: Calculate bedset statistics (mean and sd) without downloading files #28

Closed khoroshevskyi closed 5 months ago

khoroshevskyi commented 8 months ago

Now to create bedset, we need to cache files using bbclient, and then calculate mean/sd from already calculated individual statistics. This step can be improved by not downloading files, but just calculating statistics and inserting them into database

khoroshevskyi commented 5 months ago

fixed in 0.2.0