poly icon indicating copy to clipboard operation
poly copied to clipboard

A Go package for engineering organisms.

Results 55 poly issues
Sort by recently updated
recently updated
newest added

## Describe the desired feature/enhancement I'd like to have a formal group for non-programming or light programming biologists to contribute to Poly. ### Is your feature request related to a...

needs-triage
proposal
stale

## Describe the desired feature/enhancement For a while we've had this really great parser for NEB's enzyme cut site database rebase. ### Is your feature request related to a problem?...

enhancement
help wanted
medium priority
intermediate
stale

## Describe the bug The genbank parser cannot handle repeating attribute keys like with `/db_xref` below: ![Screen Shot 2023-10-06 at 2 01 30 PM](https://github.com/TimothyStiles/poly/assets/7042260/6f2cf54f-ead7-44cc-9468-869551736ec0) ### Severity of the bug This...

bug
help wanted
high priority
hard
stale

https://github.com/TimothyStiles/poly/blob/f76bf05497cb89d5a48ab0a2ac41db9cfc425d12/primers/pcr/pcr.go#L170 Circular is used for all sequences. Should be on a per sequence basis.

proposal
stale

`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....

bug
good first issue
easy
medium priority
stale

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...

enhancement
help wanted
good first issue
easy
low priority
stale

## 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...

enhancement
help wanted
good first issue
devops
low priority
stale

If there is a newline at the end of a slow5 file, the parser detects this as an additional line / read.

bug
easy
medium priority
stale

## 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?...

stale