2025年6月3日
摘要: 点击查看代码 sed 's/"/\t/g' ./genes/genes.gtf | awk 'BEGIN{OFS=FS="\t"}{if($3=="gene") {if($7=="+") {start=$4-2000; end=$4+500;} else {if($7=="-") start=$5- 阅读全文
posted @ 2025-06-03 17:12 Bonjour_! 阅读(17) 评论(0) 推荐(0)