Shaun Jackman
Shaun Jackman
Are [Chocolatey](https://chocolatey.org/) and [msysGit](https://msysgit.github.io/) useful or relevant to this discussion? I'm not a Windows user, so feel free to say no.
> Since it is a breaking change, it'll have to wait for the next major release. Any plans for a version 0.18.0 that includes this change? Thank you for your...
Yes. @eeddelbuettel and I have been discussing this matter in #25.
I've created a very thin R package over the Homebrew command line client `brew`. https://github.com/sjackman/homebrewr ``` r brew_install("hello") brew_remove("hello") brew_update() brew_upgrade() ```
I believe that `##FASTA` is standard. That's the format output by Prokka. @tseemann
I think it's just one `##FASTA` section at the end of the file, but I don't know the for-certain answer to that question. Perhaps @tseemann knows.
Here's the reference. Search for `##FASTA`. http://www.sequenceontology.org/gff3.shtml ### `##FASTA` This notation indicates that the annotation portion of the file is at an end and that the remainder of the file...
No worries. It's easy enough to remove the `##FASTA` section with `sed '/^##FASTA$/,$d'`
@jturner314 Thank you for your work on this useful crate! Could you please give this PR a review when you get a chance?
I'd like a command line argument to specify the number of digits. FWIW you can do this using [Miller](https://github.com/johnkerl/miller#readme) (`mlr`): ```console $ mlr --json format-values -f '%.9f'