Skip to content

Commit

Permalink
[allhic] Move all nim code into nim folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Dec 28, 2017
1 parent ce13e7d commit 0e1a535
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions allhic.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package main

import (
"fmt"
"github.com/docopt/docopt-go"
)

func main() {
usage := `ALLHIC: genome scaffolding based on Hi-C data
Usage:
allhic partition
allhic optimize
Options:
-h --help Show this screen.
--version Show version.`

arguments, _ := docopt.Parse(usage, nil, true, "ALLHIC 0.7.11", false)
fmt.Println(arguments)
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0e1a535

Please sign in to comment.