原文:vcftools安装与使用

官网地址:https: vcftools.github.io examples.html vcftools的软件下载:https: vcftools.github.io examples.html 安装 第一种情况的: tar xvf vcfools. .X.XX.tar.gz export PERL LIB path to your vcftools directory src perl cd ...

2018-09-17 15:44 0 4128 推荐指数:

查看详情

vcftools 软件的 安装

1、使用一下命令 编译中出现报错: 查了一下资料,大概是PKG_CONFIG_PATH这个环境变量出了问题,找不到软件安装过程中依赖包的位置。 在PKG_CONFIG_PATH变量指定路径中,应该有库的名称加.pc的文件。 以下就是排查 ...

Sat May 16 15:14:00 CST 2020 0 1254
VCFtools

The C++ executable module examples This page provides usage examples for the executable module. Ext ...

Wed Apr 01 05:09:00 CST 2015 0 11447
收集vcftools所有用法

VCFtools用来处理VCF文档。 筛选特定突变 比较文件 总结突变 转化文件格式 验证并合并文件 取突变交集和差集 Get basic file statistics input可以为VCF或BCF格式(--vcf --gvcf or --bcf ...

Tue Jan 29 03:11:00 CST 2019 0 4135
利用vcftools比较两个vcf文件

因为最近有一项工作是比较填充准确性的,中间有用到vcftools比较两个vcf文件。 使用命令也很简单: 运行结束会生成一个名为Diff.site.diff.sites_in_files的文件: pso1,ref1和alt1代表file1.snp.vcf文件中位点信息 ...

Thu Dec 12 04:27:00 CST 2019 0 342
linux安装五之wget安装使用

linux上使用wget下载文件 首次安装的centos操作系统是没有安装wget的,所以首先需要先安装wget,然后才能使用wget下载文件。 1、第一步,保证centos能正常连网。使用命令 :yum -y install wget 如下图,稍等一会即可安装 ...

Thu Dec 16 18:01:00 CST 2021 0 178
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM