<?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: Wire posts tagged with 'fastq']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/fastq?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/fastq?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/43297</guid>
	<pubDate>Fri, 20 Aug 2021 10:35:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/43297</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>#Convert #FASTQ to FASTA and set bases of #quality lower than 20 to N $ seqtk seq -aQ64 -q20 -n N IN.fastq &gt; OUT.fasta</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/39316</guid>
	<pubDate>Tue, 30 Apr 2019 06:32:03 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/39316</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>fastq-pair: Match up paired end fastq files quickly and efficiently https://github.com/linsalrob/fastq-pair #fastq-pair #fastq</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/35074</guid>
	<pubDate>Sun, 07 Jan 2018 13:38:36 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/35074</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>interleave fastq files https://gist.github.com/nathanhaigh/4544979 #interleave #fastq #pair #ngs #reads</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/35037</guid>
	<pubDate>Wed, 03 Jan 2018 00:31:12 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/35037</link>
	<title><![CDATA[Wire post by Poonam Mahapatra]]></title>
	<description><![CDATA[
<p>Convert interleaved to separate files with BBmap. $  reformat.sh in=reads.fq out1=reads_r1.fq out2=reads_r2.fq #interleave #fastq #seperate #reformat #bbmap</p>
]]></description>
	<dc:creator>Poonam Mahapatra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/34389</guid>
	<pubDate>Thu, 23 Nov 2017 08:23:41 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/34389</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Fastq 2 fasta. $ sed -n '1~4s/^@/&gt;/p;2~4p' test.fastq &gt; test.fasta #fastq #fasta #convert</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/34237</guid>
	<pubDate>Wed, 08 Nov 2017 12:05:57 -0600</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/34237</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>Get the reads in fastq file:  awk '{s++}END{print s/4}' file.fastq #reads #count #ngs #fastq</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/32623</guid>
	<pubDate>Thu, 11 May 2017 10:43:18 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/32623</link>
	<title><![CDATA[Wire post by Abhimanyu Singh]]></title>
	<description><![CDATA[
<p>fastq to fasta convertor $ sed -n '1~4s/^@/&gt;/p;2~4p' test.fastq &gt; test.fasta #Convert #Fasta #Fastq #fa #fq</p>
]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>

</channel>
</rss>