Skip to content

Commit

Permalink
fix parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
alienzj committed Jun 5, 2022
1 parent dc9535e commit df92d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metapi/rules/binning_report.smk
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if len(BINNERS_CHECKM) != 0:
import glob
comp_list = []
for i in input:
comp_list += glob.glob(i + "/*bin*.seqtk.comp.tsv.gz")
comp_list += glob.glob(i + "/*.seqtk.comp.tsv.gz")

if len(comp_list) != 0:
metapi.assembler_init(params.len_ranges,
Expand Down

0 comments on commit df92d71

Please sign in to comment.