From 7c7c2c3a9f045f96f522ea407035b7d05d2000ae Mon Sep 17 00:00:00 2001 From: "Mitchell R. Vollger" Date: Thu, 30 Nov 2023 20:19:24 -0800 Subject: [PATCH] feat: adding rle information to fire feats --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index b85dbe30..71398823 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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)]