-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Cleaner pool iterable * Added pipeline scripts for fast inspection * Bugfix: SimpleFastaParser uses the entire header as identifier! * Version++ * Even better handling of fasta files. Expanded tests so it doesn't happen again * Version++ * Threading (#43) * pathos.multiprocessing -> pathos.ThreadingPool * typo. Wrong fasta file * Deleted comments * Added done message * version++ * Going back from pathos.ThreadPool to pathos.multiprocessing * --debug: Improved logging and loggers * version ++ 1.4.10 * Bugfix: full transition back to pathos.mp * Removed asserts from input files: now we can use /dev/fd, stdin, stdout, devnull... * v 1.4.11 * Fixed memory leak when multiprocessing - Kill each child when they end their task: maxtasksperchild=1 * Version 1.4.12
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
filters. | ||
""" | ||
|
||
__version__ = '1.4.11' | ||
__version__ = '1.4.12' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters