Skip to content

Commit

Permalink
Merge pull request #7 from dparks1134/dev
Browse files Browse the repository at this point in the history
Changed appending of prefix so it doesn't add an underscore; updated …
  • Loading branch information
donovan-h-parks authored Apr 30, 2022
2 parents d286aec + cbb8d91 commit 0a33b76
Show file tree
Hide file tree
Showing 3 changed files with 891 additions and 888 deletions.
6 changes: 3 additions & 3 deletions bin/unitem
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ if __name__ == '__main__':
action='store_true')
optional_group.add_argument('-p', '--bin_prefix',
help="prefix for output bins",
default='bin')
default='bin_')
optional_group.add_argument('--silent',
help="suppress output of logger",
action='store_true')
Expand Down Expand Up @@ -262,7 +262,7 @@ if __name__ == '__main__':
action='store_true')
optional_group.add_argument('-p', '--bin_prefix',
help="prefix for output bins",
default='bin')
default='bin_')
optional_group.add_argument('--silent',
help="suppress output of logger",
action='store_true')
Expand Down Expand Up @@ -318,7 +318,7 @@ if __name__ == '__main__':
action='store_true')
optional_group.add_argument('-p', '--bin_prefix',
help="prefix for output bins",
default='bin')
default='bin_')
optional_group.add_argument('--silent',
help="suppress output of logger",
action='store_true')
Expand Down
3 changes: 3 additions & 0 deletions unitem/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.2.0
- changed appending of prefix so it doesn't add an underscore; updated default prefix to "bin_"

1.1.0
- updated UniteM to include HMMs from closely related protein families to ensure accurate annotation of marker genes

Expand Down
Loading

0 comments on commit 0a33b76

Please sign in to comment.