You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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<'_>
The text was updated successfully, but these errors were encountered:
Can you please tell me which VCF2Prot version are you using, for example, CPU or the experimental GPU versions? Also, precompiled versions are available along with a docker container. Just send me the information and we can work on it together.
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 structArg
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 structArg
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 structArg
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<'_>
The text was updated successfully, but these errors were encountered: