Imported Debian patch 0.1.5c-1
[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   glf[label="glf.c\n(glfview)"]
9   rmdup[label="bam_rmdup.c\n(rmdup)"]
10   fixmate[label="bam_mate.c\n(fixmate)"]
11   "bam_aux.c" -> {"bam.c", import}
12   glf -> {"bam_maqcns.c", plcmd}
13   "bgzf.c" -> {"bam.c", glf}
14   "bam.c" -> {index, "bam_pileup.c", sort, import, rmdup, fixmate}
15   "bam_pileup.c" -> {"bam_lpileup.c", plcmd}
16   {"bam_lpileup.c", index, faidx, "bam_maqcns.c"} -> tview
17   {import, faidx, "bam_maqcns.c"} -> plcmd
18   {tview, plcmd, faidx, sort, import, index, glf, rmdup, fixmate} -> "bamtk.c\n(view)"
19 }