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

README 2.0 #137

Open MatthewRalston opened 5 months ago

MatthewRalston commented 5 months ago

This would be nice alongside of the interface 'update'.

Needs way more modern and updated usage header.

Possibly include schemas

But maybe the new README should just reflect the new UI, metadata, and schemas printed to stdout, along with the logging module changes... maybe an additional

Errors.md

should be produced to describe the various types of errors and what may trigger them. Referring to the Sphinx docstrings where appropriate to recall the TypeErrors, ValueErrors, KeyErrors etc. that may be raised.

MatthewRalston commented 5 months ago

Condense header, leave the "beta" disclaimer under the development subheader, and make usage go before install. Show the primary two workflows (prof-> matrix -> dist., and graph -> assemble) succinctly.

MatthewRalston commented 5 months ago