Skip to content

Commit

Permalink
make linter stop being an asshole
Browse files Browse the repository at this point in the history
  • Loading branch information
Keoni Gandall committed Oct 21, 2023
1 parent 88f60eb commit 46810fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions synthesis/fragment/fragment.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import (
"github.com/TimothyStiles/poly/transform"
)

var recursiveBuildOverhangs = []string{"CGAG", "GTCT", "GGGG", "AAAA", "AACT", "AATG", "ATCC", "CGCT", "TTCT", "AAGC", "ATAG", "ATTA", "ATGT", "ACTC", "ACGA", "TATC", "TAGG", "TACA", "TTAC", "TTGA", "TGGA", "GAAG", "GACC", "GCCG", "TCTG", "GTTG", "GTGC", "TGCC", "CTGG", "TAAA", "TGAG", "AAGA", "AGGT", "TTCG", "ACTA", "TTAG", "TCTC", "TCGG", "ATAA", "ATCA", "TTGC", "CACG", "AATA", "ACAA", "ATGG", "TATG", "AAAT", "TCAC"}

// SetEfficiency gets the estimated fidelity rate of a given set of
// GoldenGate overhangs.
func SetEfficiency(overhangs []string) float64 {
Expand Down
1 change: 0 additions & 1 deletion synthesis/fragment/fragment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@ func TestFragmentWithOverhangs(t *testing.T) {
if err != nil {
t.Errorf(err.Error())
}

}

0 comments on commit 46810fd

Please sign in to comment.