Skip to content

example cannot run #5

@jianshu93

Description

@jianshu93

Hello team,

cargo run --release --example bed-intersect -- test1.bed test2.bed > intersections.bed

error[E0599]: no method named about found for struct Arg in the current scope
--> examples/bed-intersect.rs:340:14
|
340 | .about("intervals to index")
| ^^^^^ method not found in Arg<'_>

error[E0599]: no method named about found for struct Arg in the current scope
--> examples/bed-intersect.rs:345:14
|
345 | .about("query intervals")
| ^^^^^ method not found in Arg<'_>

error[E0599]: no method named about found for struct Arg in the current scope
--> examples/bed-intersect.rs:352:14
|
352 | .about("use alternative search strategy that's faster if queries are sorted and tend to overlap"))
| ^^^^^ method not found in Arg<'_>

error[E0599]: no method named about found for struct Arg in the current scope
--> examples/bed-intersect.rs:356:14
|
356 | .about("load both interval sets into memory instead of streaming queries"))
| ^^^^^ method not found in Arg<'_>

error[E0599]: no method named about found for struct Arg in the current scope
--> examples/bed-intersect.rs:360:14
|
360 | .about("compute proportion of queries covered"))
| ^^^^^ method not found in Arg<'_>

For more information about this error, try rustc --explain E0599.
error: could not compile coitrees due to 5 previous errors

I have this error with the most recent rust v1.65

Thanks,

Jianshu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions