我要做Gwas分析,需要生成hapmap文件,但是我直接用vcf转hapmap会报错Please first use SortGenotypeFilePlugin to correctly order the file.所以我就用tassel去排序然后可以正常生成hapmap文件了,但是我的两条比较小的contig不见了
There was a problem importing manifest:
manifest is not a(n) PairedEndFastqManifestPhred33V2 file:
Filepath on line 1 and column "forward-absolute-filepath" could not be found ($PWD/home/qiime2/Public/data/dyj/HS15_1.fq.gz) for sample "HS15".
...15)")': /simple/pandas/
ERROR: Could not find a version that satisfies the requirement pandas (from versions: none)
ERROR: No matching distribution found for pandas
解决办法:pip install 包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
链接:https://blog.csdn....