Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new sub-aligners within PASTA #28

Merged
merged 10 commits into from
Apr 6, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
hopefully fixed
  • Loading branch information
Kodi committed Aug 15, 2017
commit e5de5fef19417d33ff8afdf79a98069b574c7d9a
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def create_symlink(src_path, subdir=None):
for subdir in tools_bin_subdirs:
if subdir:
tdir = os.path.join(tools_bin_srcdir, subdir)
#print 'tdir' + str(tdir)
else:
tdir = tools_bin_srcdir
for fpath in os.listdir(tdir):
Expand All @@ -201,6 +202,7 @@ def create_symlink(src_path, subdir=None):
tar = tarfile.open(fullPath, "r:gz")
tar.extractall(searchDir)
tar.close()

ginsiDir = os.path.join(tools_bin_srcdir, 'mafft')
create_symlink(ginsiDir, "ginsi")
setup(**param)