摘要: awk -F"," '{ if($4=="abc" && $5=="def"){print $1} else {print $0} } ' test.txt 输出 为江苏的号段 $0为整行 $1是第一个字符串 阅读全文
posted @ 2018-11-29 21:40 xiaoxiaoxiaoxue 阅读(403) 评论(0) 推荐(0) 编辑
摘要: bwa genome index BWAINDEX_hg19$ bwa index -a bwtsw /home/reference/hg19.fa hg19.bed https://www.biostars.org/p/80443/ How to get data from a paper: NC 阅读全文
posted @ 2018-11-29 21:33 xiaoxiaoxiaoxue 阅读(169) 评论(0) 推荐(0) 编辑