Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Bash command to count reads in fastq file !

  • Public
By Rahul Nayak 793 days ago
#ref fastq file #ref1_1.fq) echo $(( $(wc -l <reads/ref1_1.fq) / 4 ))