Skip to content

Commit

Permalink
Merge pull request #46 from ekopylova/fix_usearch_de_novo
Browse files Browse the repository at this point in the history
resolves issue #45
  • Loading branch information
josenavas committed Oct 10, 2014
2 parents 2632513 + 9cd1a20 commit eff319c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions brokit/usearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,10 @@ def usearch_qf(
# have been removed
if verbose:
print "Filtering by cluster size..."
# chimera detection was not performed, use output file of step 4 as input
# to filtering by cluster size
if not (reference_chimera_detection and de_novo_chimera_detection):
output_fp = error_clustered_output_fp
app_result, output_fp =\
usearch_sort_by_abundance(output_fp, output_filepath=
join(output_dir, 'abundance_sorted_minsize_' + str(minsize) +
Expand Down

0 comments on commit eff319c

Please sign in to comment.