Skip to content

Commit

Permalink
working on including all dependencies from rasmus and compbio
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrasmus committed Jul 18, 2013
1 parent 058f591 commit 992c2c0
Show file tree
Hide file tree
Showing 48 changed files with 20,560 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arghmm/dep.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

import sys, os

def load_deps(dirname="deps"):
sys.path.append(os.path.realpath(
os.path.join(os.path.dirname(__file__), dirname)))

Empty file added arghmm/deps/__init__.py
Empty file.
7 changes: 7 additions & 0 deletions arghmm/deps/compbio/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
The CompBio python module
Various utilities for computational biology.
"""
Binary file added arghmm/deps/compbio/__init__.pyc
Binary file not shown.
Loading

0 comments on commit 992c2c0

Please sign in to comment.