zoukankan      html  css  js  c++  java
  • plink Error: File read failure.

    1、问题,莫名其妙出现下面的问题,折腾半天也没有找出原因,后来索性暴力解决,直接解压文件看看咋回事, 解压半天提示文件损坏,。。。。

    Error: File read failure.   

    2、重新下载文件,测试

    root@PC1:/home/GWA_tutorial/2_Population_stratification#plink --vcf ALL.2of4intersection.20100804.genotypes.vcf.gz --make-bed --out ALL.2of4intersection.20100804.genotypes
    PLINK v1.90b6.24 64-bit (6 Jun 2021)           www.cog-genomics.org/plink/1.9/
    (C) 2005-2021 Shaun Purcell, Christopher Chang   GNU General Public License v3
    Logging to ALL.2of4intersection.20100804.genotypes.log.
    Options in effect:
      --make-bed
      --out ALL.2of4intersection.20100804.genotypes
      --vcf ALL.2of4intersection.20100804.genotypes.vcf.gz
    
    15974 MB RAM detected; reserving 7987 MB for main workspace.
    --vcf: ALL.2of4intersection.20100804.genotypes-temporary.bed +
    ALL.2of4intersection.20100804.genotypes-temporary.bim +
    ALL.2of4intersection.20100804.genotypes-temporary.fam written.
    25488488 variants loaded from .bim file.
    629 people (0 males, 0 females, 629 ambiguous) loaded from .fam.
    Ambiguous sex IDs written to ALL.2of4intersection.20100804.genotypes.nosex .
    Using 1 thread (no multithreaded calculations invoked).
    Before main variant filters, 629 founders and 0 nonfounders present.
    Calculating allele frequencies... done.
    Total genotyping rate is 0.615305.
    25488488 variants and 629 people pass filters and QC.
    Note: No phenotypes present.
    --make-bed to ALL.2of4intersection.20100804.genotypes.bed +
    ALL.2of4intersection.20100804.genotypes.bim +
    ALL.2of4intersection.20100804.genotypes.fam ... done.

    这次没有报错。

    当plink 处理大文件出现:Error: File read failure错误.  一种可能就是文件损坏!

  • 相关阅读:
    14.14DataSet数据集
    C#第六章学习代码
    C#第五章学习代码
    C#第四章学习代码
    C#第三章学习代码
    C#第二章学习的代码
    记录自学学习C#中写过的代码
    14._13数据集DataSet
    C#中数据库连接的几种写法
    视频、图形图像处理之Opencv技术记录(三)、相关文档页面的列表
  • 原文地址:https://www.cnblogs.com/liujiaxin2018/p/15686616.html
Copyright © 2011-2022 走看看