Skip to content

Commit

Permalink
Merge pull request #110 from smirarab/bugfix
Browse files Browse the repository at this point in the history
4.5.1: small fixes
  • Loading branch information
smirarab authored Mar 10, 2021
2 parents bb54df5 + 1f82523 commit 3c895d9
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Version 4.5.1:
* fix small issues (broken links, etc.) in 4.5.0
* Version 4.5.0:
* TIPP has moved to a new repo: https://github.com/TeraTrees/TIPP
* Version 4.4.0:
Expand Down
1 change: 0 additions & 1 deletion sepp-package/sepp/README.TIPP.md

This file was deleted.

1 change: 0 additions & 1 deletion sepp-package/sepp/run_abundance.py

This file was deleted.

1 change: 0 additions & 1 deletion sepp-package/sepp/run_tipp.py

This file was deleted.

1 change: 0 additions & 1 deletion sepp-package/sepp/run_tipp_tool.py

This file was deleted.

1 change: 0 additions & 1 deletion sepp-package/sepp/sepp/exhaustive.py

This file was deleted.

1 change: 0 additions & 1 deletion sepp-package/sepp/sepp/metagenomics.py

This file was deleted.

2 changes: 1 addition & 1 deletion sepp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'jobs', 'math_utils', 'problem', 'scheduler',
'scratch', 'tree', 'get_logger', 'is_temp_kept', 'version']

version = "4.5.0"
version = "4.5.1"
_DEBUG = ("SEPP_DEBUG" in os.environ) and \
(os.environ["SEPP_DEBUG"].lower() == "true")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from distutils.core import setup, Command

use_setuptools(version="0.6.24")
version = "4.5.0"
version = "4.5.1"


def get_tools_dir(where):
Expand Down
2 changes: 2 additions & 0 deletions split_sequences.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

'''
Created on May 13, 2014
@author: namphuon
Expand Down

0 comments on commit 3c895d9

Please sign in to comment.