摘要: Some time when you want to change the fasta seq into one lineFor awk: awk '/^>/&&NR>1{print "";}{ printf "%s",/^>/ ? $0" ":$0 }' YourFile > newfilenam... 阅读全文
posted @ 2014-08-12 18:14 skylinelzy 阅读(3839) 评论(0) 推荐(0)