摘要: ``` curl https://www.msi.umn.edu/tutorial-materials >tmp.txt perl -alne ‘{/(https.*?pdf)/;print $1 if $1}’ tmp.txt >pdf.address perl -alne ‘{/(https.*?txt)/;print $1 if $1}’ tmp.txt perl -alne ‘{/(htt... 阅读全文
posted @ 2015-10-06 10:28 liuhui_pine 阅读(156) 评论(0) 推荐(0) 编辑
摘要: ``` 重复序列的种类 Tandem repeats 串连重复 Satellite DNA 卫星DNA Variable number tandem repeat /Minisatellite 小卫星 Short tandem repeat(STR)/Microsatellite (Trinucleotide repeat disorders)微卫星 Interspersed... 阅读全文
posted @ 2015-10-06 10:00 liuhui_pine 阅读(1306) 评论(0) 推荐(0) 编辑