<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Bash command to count reads in fastq file !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/43818/bash-command-to-count-reads-in-fastq-file?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/43818/bash-command-to-count-reads-in-fastq-file?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43818/bash-command-to-count-reads-in-fastq-file</guid>
	<pubDate>Sat, 05 Mar 2022 14:07:27 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43818/bash-command-to-count-reads-in-fastq-file</link>
	<title><![CDATA[Bash command to count reads in fastq file !]]></title>
	<description><![CDATA[<code>#ref fastq file
#ref1_1.fq)

echo $(( $(wc -l &lt;reads/ref1_1.fq) / 4 ))</code>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

</channel>
</rss>