Willow Carretero Chavez
Willow Carretero Chavez
### Proposed solution `string_match` method for `FuzzyQuery` should ignore case by making both pattern and value being matched against lowercase. ### Objective #### Goals Make fuzzy searching... *fuzzier*. I don't...
#### ℹ️ Repository information **The repository has**: - [x] At least three issues with the `good first issue` label. - [x] At least 10 contributors. ***Only 3 people are particularly...
## Describe the desired feature/enhancement The `io/genbank` package needs a significant refactor or to be re-written entirely. ### Is your feature request related to a problem? There are several outstanding...
Per @Koeng101 's suggestion, the `clone` package needs some refactoring to make its code easier to understand and use. Blocks #359 .
`Gff.AddFeature()` seems to intend to create a copy of the `Feature` it is provided. Dereferencing the pointer is not sufficient to do this, as `Feature` structs contain mutable fields (e.g....
While reviewing @cachemoi 's #350 , I noticed they added an explicit check for the type of a genbank `Feature` when determining whether the given feature was a coding sequence...
## Describe the desired feature/enhancement Seems like `golangci` dropped support for `golint` a few versions ago. IMO, we should definitely have some sort of linting enabled! ### Is your feature...
## Changes in this PR Rewrite of the Genbank parser. Currently in a draft state. ### Why are you making these changes? See #434 . ### Are any changes breaking?...
https://github.com/cachemoi/poly/blob/10b8f398c4272700dd27a177af244d6b531d2582/io/genbank/genbank.go#L129-L157 Should either not have an error in its signature or actually return an error.