Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Wire post by Jit

By Jit 2346 days ago
Fastq 2 fasta. $ sed -n '1~4s/^@/>/p;2~4p' test.fastq > test.fasta #fastq #fasta #convert