MatthewRalston / kmerdb

Python bioinformatics CLI for k-mer counts and de Bruijn graphs
https://matthewralston.github.io/kmerdb
Apache License 2.0
12 stars 1 forks source link

kmerdb profile --quiet argument ignored on __init__.py#L1214 #115

Closed MatthewRalston closed 9 months ago

MatthewRalston commented 9 months ago

Note that arguments.quiet is ignored in profile command.

init.py#L1240

MatthewRalston commented 9 months ago

Closed by f41674d. Fixes skipped --quiet argument in conditional branch of profile command.