Skip to content

Commit

Permalink
remove added example data
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Jul 24, 2024
1 parent 7e7730b commit 05b7196
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/ove/demo/src/exampleData/exampleSequenceData.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,6 @@ export default {
end: 300,
type: "primer_bind",
forward: true
},
{
name: "Blue primer",
start: 1,
end: 20,
type: "primer_bind",
forward: true,
color: "blue"
},
{
name: "Red primer",
start: 21,
end: 30,
type: "primer_bind",
forward: true,
color: "red"
}
],
afeatures: [
Expand Down

0 comments on commit 05b7196

Please sign in to comment.