-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MRG: update docs for v0.9.0 #213
Conversation
@bluegenes I am now using a hackmd to edit doc/README.md! It's directly linked via github in case you want to add or edit, but also happy to take comments and suggestions here on github rather than on hackmd. Whatever works for you. (I, for one, welcome our new tabulatory overlords!) If you have time or interest and want to double-check the new table of query/database types, that would be useful - but by no means necessary. |
hmm.
|
maybe broken by #209 - will try reverting. |
(reversion works) |
Ready for review & merge @bluegenes! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made a few suggestions -- otherwise looks good!!
@@ -16,7 +16,7 @@ sourmash = { version = "0.12.1", features = ["branchwater"] } | |||
serde_json = "1.0.113" | |||
niffler = "2.4.0" | |||
log = "0.4.14" | |||
env_logger = "0.11.1" | |||
env_logger = "0.10.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backing up on purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it causes build problems on linux
Co-authored-by: Tessa Pierce Ward <bluegenes@users.noreply.github.com>
…water into update_docs2
After #197 and #211, we need to switch up our documentation and references for using the branchwater plugin.
This PR also adds documentation for
pairwise
and suggests.rocksdb
as the suffix forindex
output.Finally, this PR bumps the version to v0.9.0 in preparation for a release. 🎉
The updated
doc/README.md
is here.HackMD version of
doc/README.md
for nicer viewing/editing: https://hackmd.io/_DqWfa8BS364lfjhnvfnOg?viewindex
documentation to suggest/recommend.rocksdb
suffix #210pairwise
#190