Skip to content

Commit

Permalink
tmp added install bowtie on test
Browse files Browse the repository at this point in the history
  • Loading branch information
sadkat committed Oct 4, 2018
1 parent c068c1d commit 5789fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magellan/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def finalize_options(self):
pass

def run(self):
install_bowtie2()
run_str = "%s -m unittest discover test *test.py" % _python
os.system(run_str)

Expand Down

0 comments on commit 5789fb8

Please sign in to comment.