]> git.donarmstrong.com Git - samtools.git/blob - source.dot
Create trunk copy
[samtools.git] / source.dot
1 digraph {
2   faidx[label="faidx.c\n(faidx)"]
3   import[label="bam_import.c\n(import)"]
4   plcmd[label="bam_plcmd.c\n(pileup)"]
5   sort[label="bam_sort.c\n(sort, merge)"]
6   index[label="bam_index.c\n(index)"]
7   tview[label="bam_tview.c\n(tview)"]
8   "bam_aux.c" -> {"bam.c", import}
9   "bgzf.c" -> "bam.c"
10   "bam.c" -> {index, "bam_pileup.c", sort, import}
11   "bam_pileup.c" -> {"bam_lpileup.c", plcmd}
12   {"bam_lpileup.c", index, faidx, "bam_maqcns.c"} -> tview
13   {import, faidx, "bam_maqcns.c"} -> plcmd
14   {tview, plcmd, faidx, sort, import, index} -> "bamtk.c\n(view)"
15 }