Skip to content

Commit

Permalink
First implementation of inter and intra tad computations, feature req…
Browse files Browse the repository at this point in the history
…uest #404
  • Loading branch information
joachimwolff committed Jul 8, 2021
1 parent 945c6ea commit e00b13f
Show file tree
Hide file tree
Showing 3 changed files with 506 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bin/hicInterIntraTAD
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from hicexplorer.hicInterIntraTAD import main

if __name__ == "__main__":
main()
Loading

0 comments on commit e00b13f

Please sign in to comment.