We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb49149 commit cbe246aCopy full SHA for cbe246a
src/main.rs
@@ -109,7 +109,7 @@ fn run() -> Result<()> {
109
//.version(crate_version!())
110
//.author("Peter Edge <edge.peterj@gmail.com>")
111
//.about("variant caller (SNVs) for long-read sequencing data")
112
- .arg(Arg::with_name("Input BAM or CRAM")
+ .arg(Arg::with_name("Input BAM")
113
.short("b")
114
.long("bam")
115
.value_name("BAM")
0 commit comments