Correct the stale parts of the README - #12
Open
bmesuere wants to merge 1 commit into
Open
Conversation
bmesuere
force-pushed
the
docs/readme-corrections
branch
from
August 18, 2026 13:00
78648a4 to
4a98e59
Compare
- The minimum Rust version was given as 1.35. The real floor is 1.88, set by the icu crates that come in through attohttpc -> url -> idna. - The crate was never mentioned, even though it has been on crates.io since 2019 with over 6000 downloads. Added `cargo install umgap`, noting that it installs only the binary: the pipeline scripts are not part of the published crate, so the clone is still needed for those. - The metagenomics case study link pointed at /clidocs/casestudies/metagenomics, which is not a route on the website. It lives at /umgap/casestudies. - The visualisation step was marked NOT YET INTEGRATED and showed a command that does not match the script's interface. It takes -w and writes to standard output. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
bmesuere
force-pushed
the
docs/readme-corrections
branch
from
August 18, 2026 13:02
4a98e59 to
23a995c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Four things in the README that no longer hold. Each was checked against the current tooling rather than read off the page.
icucrates viaattohttpc->url->idna. The MSRV job in #10 builds against exactly this.cargo install umgapwas undocumented. It installs only the binary and none ofscripts/, so the README now says the clone is still needed for the preconfigured pipelines.[metagenomics casestudy]->/clidocs/casestudies/metagenomics/umgap/casestudies.umgap-visualize.sh output.fa output.html"-w, writing to stdout. The command shown was never its interface.The gene predictor is handled separately in #13, which swaps FragGeneScan++ for FragGeneScanRs. The two touch disjoint parts of the README and merge cleanly in either order; I verified that locally.
Worth knowing
cargo install umgaptoday gets 1.1.0, which still has thejoinkmersbug from #8. Either hold this until 1.1.1 is published, or merge and accept a short window.umgap-visualize.sh -tfails on macOS withfind: -printf: unknown primary or operator, a GNU-only flag. Not touched here.