Skip to content

Commit

Permalink
release 83 tree.debug.error handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchaumeil committed Apr 13, 2018
1 parent 106d387 commit ae4a15b
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 391 deletions.
4 changes: 4 additions & 0 deletions bin/gtdbtk
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ if __name__ == '__main__':
help='desired prefix for output files')
optional_classify_wf.add_argument('--cpus', default=1, type=int,
help='number of CPUs to use')
optional_classify_wf.add_argument('--debug', action="store_true",
help='create intermediate files for debugging purposes.')
optional_classify_wf.add_argument('-h', '--help', action="help",
help="show help message")

Expand Down Expand Up @@ -249,6 +251,8 @@ if __name__ == '__main__':
help='desired prefix for output files')
optional_classify.add_argument('--cpus', default=1, type=int,
help='number of CPUs to use')
optional_classify.add_argument('--debug', action="store_true",
help='create intermediate files for debugging purposes.')
optional_classify.add_argument('-h', '--help', action="help",
help="show help message")

Expand Down
4 changes: 4 additions & 0 deletions gtdbtk/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.0.6
- Migration to R83 and integration of UBA genomes
- add "debug" flag to classify options
- error handling improvement
0.0.5
- stable version for pip
0.0.4b3
Expand Down
Loading

0 comments on commit ae4a15b

Please sign in to comment.