gpt4 book ai didi

perl - 准备要在 Ubuntu 和 tabix 上运行的 Perl 文件

转载 作者:行者123 更新时间:2023-12-04 18:42:06 27 4
gpt4 key购买 nike

我不了解 Ubunto 或 Perl,但仍需要在其上安装和运行程序。
这就是我正在查看的内容:http://vcftools.sourceforge.net/docs.html

在安装部分它说:

To build the vcftools executable, type "make" in the vcftools folder.

The Perl scripts require that VCF files are compressed by bgzip and indexed by tabix (both tools are part of the tabix package, available for download here). Both tools must be in directories that are listed in the PATH environment variable. For running the Perl scripts, the PERL5LIB environment variable must be set to include the Vcf.pm module

export PERL5LIB=/path/to/your/installation/perl



所以好的,我提取并复制了他们的 VCFtools 文件夹到 ubuntu 的主文件夹中。然后我说“make”它给出了错误,然后我去下载了那个 tabidx 工具,但是从这一点上我不知道如何处理它,好吧我下载了 tabidx,但是接下来要做什么以及如何做呢?

谢谢。

最佳答案

find / -name Vcf.pm

如果这给出了一个 - 并且只有一行 - 你可以这样做:
export PERL5LIB=$( dirname $( find . -name Vcf.pm ))

关于perl - 准备要在 Ubuntu 和 tabix 上运行的 Perl 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11745507/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com