无法通过CPAN安装perl包“Vcf”

无法通过CPAN安装perl包“Vcf”,perl,cpan,perlbrew,vcf-variant-call-format,Perl,Cpan,Perlbrew,Vcf Variant Call Format,我正在尝试为我的perlbrew安装安装perl包VCF,它可以通过VCF验证器 703404669@bioitutil2:~$ vcf-validator Can't locate Vcf.pm in @INC (you may need to install the Vcf module) (@INC contains: /home/703404669/Scripts/vcftools-vcftools-ea875e2/src/perl /home/703404669/perl5/perl

我正在尝试为我的perlbrew安装安装perl包
VCF
,它可以通过
VCF验证器

703404669@bioitutil2:~$ vcf-validator 
Can't locate Vcf.pm in @INC (you may need to install the Vcf module) (@INC contains: /home/703404669/Scripts/vcftools-vcftools-ea875e2/src/perl /home/703404669/perl5/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0/x86_64-linux /home/703404669/perl5/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0 /home/703404669/perl5/perlbrew/perls/perl-5.30.0/lib/5.30.0/x86_64-linux /home/703404669/perl5/perlbrew/perls/perl-5.30.0/lib/5.30.0) at /usr/local/bin/vcf-validator line 9.
BEGIN failed--compilation aborted at /usr/local/bin/vcf-validator line 9.
所以我通过CPAN安装,
VCF
not
VCF

703404669@bioitutil2:~$ cpan VCF
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/home/703404669/.cpan/Metadata'
  Database was generated on Mon, 23 Sep 2019 11:29:03 GMT
VCF is up to date (1.003).
但仍然无法访问模块/库:

703404669@bioitutil2:~$ vcf-validator 
Can't locate Vcf.pm in @INC (you may need to install the Vcf module) (@INC contains: /home/703404669/Scripts/vcftools-vcftools-ea875e2/src/perl /home/703404669/perl5/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0/x86_64-linux /home/703404669/perl5/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0 /home/703404669/perl5/perlbrew/perls/perl-5.30.0/lib/5.30.0/x86_64-linux /home/703404669/perl5/perlbrew/perls/perl-5.30.0/lib/5.30.0) at /usr/local/bin/vcf-validator line 9.
BEGIN failed--compilation aborted at /usr/local/bin/vcf-validator line 9.
我也试过这个

703404669@bioitutil2:~$ /home/703404669/perl5/perlbrew/perls/perl-5.30.0/bin/perl -e'use VCF'; /home/703404669/perl5/perlbrew/perls/perl-5.30.0/bin/cpan VCF; /home/703404669/perl5/perlbrew/perls/perl-5.30.0/bin/perl -e'VCF'
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/home/703404669/.cpan/Metadata'
  Database was generated on Mon, 23 Sep 2019 11:29:03 GMT
VCF is up to date (1.003).

但是我仍然无法运行vcf验证程序:(

我可以从以下位置安装该软件包:

然后我检查是否可以运行
vcf验证程序

$ vcf-validator --help
Usage: vcf-validator [OPTIONS] file.vcf.gz
Options:
   -d, --duplicates                 Warn about duplicate positions.
   -u, --unique-messages            Output all messages only once.
   -h, -?, --help                   This help message.

我可以从以下位置安装该软件包:

然后我检查是否可以运行
vcf验证程序

$ vcf-validator --help
Usage: vcf-validator [OPTIONS] file.vcf.gz
Options:
   -d, --duplicates                 Warn about duplicate positions.
   -u, --unique-messages            Output all messages only once.
   -h, -?, --help                   This help message.

根据,它是用所有大写字母拼写的:
VCF
@HåkonHægland谢谢,我已经纠正了,但它仍然不起作用,我编辑了这个问题也许你可以使用GitHub发行版?根据,它是用所有大写字母拼写的:
VCF
@HåkonHægland谢谢,我已经纠正了,但仍然不起作用金,我已经编辑了这个问题也许你可以使用GitHub发行版?