摘要:
非常长的字符串换行 ## 三个双引号 line = """ this is a very very very very very very very very very very very very very very very very long string """ print(line) ## 阅读全文
摘要:
使用 UnifiedGenotyper注意如下:(1) 输入:.recalibration.bam(2)输入:.recalibration.bai(3)dbSNP: vcfdbsnp,有头部;有与DNA一样的染色体顺序;有idx文件;UnifiedGenotyper Unable to read i 阅读全文
摘要:
依据几列的值删除重复行输入1.txta 1 1a 1 2a b 3a c 4a c 5a c 6a d 7a d 8a e 9a f 10 a f 11 输出2.txta b 3a e 9先把1.txt按照指定的几列(第1,2列)排序sort -k1,1 -k2,2 1.txt > 3.txtawk 阅读全文
摘要:
http://samtools.sourceforge.net/pileup.shtmlhttp://blog.sina.com.cn/s/blog_5d5f892a0102we4t.htmlhttp://sihua.us/samtools.htm Pileup Format Pileup form 阅读全文
摘要:
下表列出了 自带的 .NET Framework 版本 Windows 名称Windows 版本自带的 .NET Framework 版本 Windows 10 October 2018 Update 10.0.17176 .NET Framework 4.7.3 Windows 10 April 阅读全文