1,下载 faSomeRecords

网址:http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/faSomeRecords

2,解压后即可使用

./faSomeRecords refseq.fasta ID.list query.fasta

这样我们就从refseq.fasta文件中提取到我们需要的基因序列啦

3. 从文件内容查找匹配指定字符串的行:

$ grep "被查找的字符串" 文件名
Logo

更多推荐