Skip to content

rust or library version? #3

@wmannis

Description

@wmannis

I am trying to install this software for one of our researchers, and have run into a failure in the compilation, using several versions of rust (1.63 at the moment). Unfortunately, I'm not at all familiar with rust. Does this error suggest a versioning problem?

Compiling clap v3.0.0-beta.2
Compiling jfs v0.6.2
Compiling ppgg v0.1.5 (/misc/s/pkg/linux64/vcf2prot/vcf2prot)
error[E0599]: no method named help found for struct Arg in the current scope
--> src/parts/cli.rs:201:10
|
201 | .help("A VCF File containing the consequences calling for each sample.")
| ^^^^ method not found in Arg<'_>

error[E0599]: no method named help found for struct Arg in the current scope
--> src/parts/cli.rs:207:10
|
207 | .help("A VCF File containing the reference proteome with transcript id as identifiers and protein sequences as the body.")
| ^^^^ method not found in Arg<'_>

error[E0599]: no method named help found for struct Arg in the current scope
--> src/parts/cli.rs:213:10
|
213 | .help("The path to a directory where fasta files will be written.")
| ^^^^ method not found in Arg<'_>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions