38 / d4-format

The D4 Quantitative Data Format
MIT License
156 stars 20 forks source link

[ENH] convert BED to d4 file. #72

Open ghuls opened 1 year ago

ghuls commented 1 year ago

It would be nice if BED files could be converted to d4 files. Similar to

bedtools genomecov -bg -i ${bed_file} -g ${genome_file}> ${bed_graph_file}