Skip to content

Commit

Permalink
2024/10/25-21:51:46 (Linux cray unknown)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbenner committed Oct 25, 2024
1 parent 99ca809 commit 6a895c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ let tracks_control = vec!["ENCFF739ECZ.bam"];

// Set fragment length to 0, which means that fragments will not be extended.
// Setting this to None will trigger automatic fragment length estimation
let fraglen_treatment = &vec![Some(0)];
let fraglen_control = &vec![Some(0)];
let fraglen_treatment = vec![Some(0)];
let fraglen_control = vec![Some(0)];

let (track, _treatment_fraglen_estimates, _control_fraglen_estimates) = bam_coverage(
&tracks_treatment,
Expand Down

0 comments on commit 6a895c5

Please sign in to comment.