Skip to content

Commit bb34c5d

Browse files
clamp start position for #43
1 parent 5bd44ab commit bb34c5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gtars/src/uniwig/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,10 @@ pub fn uniwig_main(
653653
&core_results.0,
654654
file_name.clone(),
655655
chrom_name.clone(),
656-
primary_start.0,
656+
clamped_start_position(
657+
primary_start.0,
658+
0,
659+
),
657660
stepsize,
658661
);
659662
}

0 commit comments

Comments
 (0)