Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed May 9, 2024
1 parent 3a50a5f commit d603e95
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ class AggregateSvPileupToBedPETest extends UnitSpec {
id = "112",
category = "Inter-contig rearrangement",
left_contig = "chr1",
left_min_pos = 100,
left_max_pos = 100,
left_min_pos = 101,
left_max_pos = 101,
left_strand = '+',
right_contig = "chr3",
right_min_pos = 200,
right_max_pos = 200,
right_min_pos = 201,
right_max_pos = 201,
right_strand = '-',
split_reads = 1,
read_pairs = 1,
total = 2,
left_pileups = PositionList(100),
right_pileups = PositionList(200),
left_pileups = PositionList(101),
right_pileups = PositionList(201),
)

/** A companion test BEDPE record. */
Expand Down

0 comments on commit d603e95

Please sign in to comment.