...or occured when processing SAM input (record #42564640 in file /bioData/run_data/lixp/work/SZ_yangtao1/2.alignment/hisat2/yangtaozhitiao1.bam): Maximum alignment buffer size exceeded while pairing SAM alignments. [Exception type: ValueError, raised in __init__.py:671]
...晰的原因解读。报错如下:
Error: invalid record found in exonic_variant_function file (exonic format error)
1.ANNOVAR使用
通常来说我们都是基于自己的基因组fa和gff3文件来做vcf文件的注释。因此通用的使用教程如下:
1.1. 从gff得到gtf
gffread gff3...
... "/share/work/biosoft/python/Python2/lib/python2.7/site-packages/snpbinner/__main__.py", line 24, in main
program_run_dict[program_to_run](**arg_dict_to_pass)
File "/share/work/biosoft/python/Python2/lib/python2.7/site-packages/snpbinner/visualize.py", line 51, in visualize
with op...