Skip to content

Commit

Permalink
remove DiffusionGeometry.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
pkathail committed Mar 1, 2017
1 parent cc0bd1a commit 2054d0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@
# get location of setup.py
setup_dir = os.path.dirname(os.path.realpath(__file__))

# GSEA, diffusion components
tools_dir = os.path.expanduser('~/.magic/tools')
if os.path.isdir(tools_dir):
shutil.rmtree(tools_dir)
shutil.copytree(setup_dir + '/tools/', tools_dir)
shutil.unpack_archive(tools_dir + '/DiffusionGeometry.zip', tools_dir +
'/DiffusionGeometry/')

# Copy test data
data_dir = os.path.expanduser('~/.magic/data')
if os.path.isdir(data_dir):
Expand Down
Binary file removed tools/DiffusionGeometry.zip
Binary file not shown.

0 comments on commit 2054d0e

Please sign in to comment.