Skip to content

Commit

Permalink
now using output of append.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyStiles committed Sep 4, 2024
1 parent 2740cad commit d58c077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorials/002_primer_design_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package tutorials_test

import (
"fmt"
"log"
"testing"

Expand Down Expand Up @@ -97,6 +98,7 @@ func TestPrimersTutorial(t *testing.T) {
}
}

fmt.Println("Total reactions:", len(reactions))
// We've now just generated ~5000 primers.
// Notice how the only numerical parameter we give was "melting temp" this is the temp at which they'll anneal to denatured DNA.
// As mentioned in this Cold Spring Harbor video. PCR reactions are conducted in ~30 cycles of heating and cooling over 3 temperature stages.
Expand Down

0 comments on commit d58c077

Please sign in to comment.