Skip to content

Commit c615e8a

Browse files
authored
Update bed_to_bdg.sh
1 parent b1a6dcf commit c615e8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bed_to_bdg.sh

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/bin/bash
22

3+
################################################
4+
#__author__ = "Xuan Cao"
5+
#__date__ = "2023-12-19"
6+
#__email__ = "caoxuan"
7+
################################################
8+
39
usage() {
410
echo "Usage: convert bed to bedgraph file. "
511
echo " Normalized value: bins per million mapped reads (BPM) , depth (nFrag or ReadsInTss) and cell_num_scale)."

0 commit comments

Comments
 (0)