Skip to content
Snippets Groups Projects
Commit ae847ffc authored by Noordijk, Ben's avatar Noordijk, Ben
Browse files

compile_model.py now prints how many k-mers it saves

parent 430d45d1
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,7 @@ def main(args):
# raise ValueError(f'Cannot compile model: no sub-model available for {kmer}')
copyfile(f'{available_mod_kmers[kmer]}/nn.h5', f'{tdo}/{kmer}.h5')
compile_list.append(available_mod_kmers[kmer])
print(f'Saving {len(compile_list)} kmers for {args.target_16S}')
# tar the model
with tarfile.open(args.out_model, 'w') as fh:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment