Skip to content

Commit

Permalink
feat: adding rle information to fire feats
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Dec 1, 2023
1 parent e1f9897 commit 7c7c2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ pub struct FireOptions {
pub bin_num: i64,
/// Calculate stats for the highest X bp window within each MSP
/// Should be a fair amount higher than the expected linker length.
#[clap(long, default_value = "125")]
#[clap(long, default_value = "100")]
pub best_window_size: i64,
/// Use 5mC data in FIREs
#[clap(short, long)]
Expand Down

0 comments on commit 7c7c2c3

Please sign in to comment.