obiclean parallelized

This commit is contained in:
Celine Mercier
2019-06-20 19:44:04 +02:00
parent 9b4c3537f9
commit 3d9f0352ff
3 changed files with 136 additions and 151 deletions

View File

@ -61,7 +61,8 @@
* @param max_ratio Maximum ratio between the counts of two sequences so that the less abundant one can be considered
* as a variant of the more abundant one.
* @param heads_only If true, only cluster heads are printed to the output view.
* @param thread_count Number of threads to use (Not available yet) TODO
* @param thread_count Number of threads to use. If the number given is -1 or is greater than the maximum number of
* threads available, the maximum number of threads is detected and used.
*
* @returns A value indicating the success of the operation.
* @retval 0 if the operation was successfully completed.