Skip to content

Commit feb6e69

Browse files
committed
Added bamrc2af
1 parent a9e33f0 commit feb6e69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hometools/hometools.py

+6
Original file line numberDiff line numberDiff line change
@@ -1773,6 +1773,12 @@ def pbamrc(args):
17731773
# END
17741774

17751775

1776+
def bamrc2af(args):
1777+
1778+
# END
1779+
1780+
1781+
17761782
def run_ppileup(locs, out, bam, pars):
17771783
from subprocess import Popen, PIPE
17781784
with open(out, 'w') as fout:

0 commit comments

Comments
 (0)