diff --git a/src/commands/annotate_cmd.rs b/src/commands/annotate_cmd.rs index 9aaf5c3..c6483cc 100644 --- a/src/commands/annotate_cmd.rs +++ b/src/commands/annotate_cmd.rs @@ -138,6 +138,7 @@ pub fn annotate_main( record.pos() + 1 ); } + if skip_warn == 9 { eprintln!("not reporting further warnings") } skip_warn += 1; ovcf.write(&record).expect("failed to write record"); continue;