Skip to content

Commit

Permalink
[allhic] Add dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Dec 28, 2017
1 parent 0e1a535 commit 82a6ee8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions allhic.go → main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package main

import (
"fmt"

"./allhic"

"github.com/docopt/docopt-go"
)

Expand All @@ -18,4 +21,8 @@ Options:

arguments, _ := docopt.Parse(usage, nil, true, "ALLHIC 0.7.11", false)
fmt.Println(arguments)

p := allhic.Partitioner{"tests/prunning.sub.bam"}
fmt.Println(p.Bamfile)
p.CountLinks()
}

0 comments on commit 82a6ee8

Please sign in to comment.