<?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 'fastaq']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/fastaq?</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/fastaq?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/26750</guid>
	<pubDate>Wed, 23 Mar 2016 05:48:58 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/26750</link>
	<title><![CDATA[Wire post by Surabhi Chaudhary]]></title>
	<description><![CDATA[
<p>#BAM file to #fastaq #conversion with #Samtool: samtools view filename.bam | awk '{OFS="\t"; print "@"$1"\n"$10"\n+\n"$11}' &gt;| filename.fastq</p>
]]></description>
	<dc:creator>Surabhi Chaudhary</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/24357</guid>
	<pubDate>Wed, 09 Sep 2015 16:17:11 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/24357</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[
<p>Count the number of sequences in fastaq file. grep -c '^@' sample1.fq #Fastaq #Count #Number #Grep #Dirty #Oneliner #NGS</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/11190</guid>
	<pubDate>Fri, 30 May 2014 06:08:14 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/11190</link>
	<title><![CDATA[Wire post by Jitendra Narayan]]></title>
	<description><![CDATA[
<p>Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format. https://github.com/lh3/seqtk #FASTA #FASTAQ #NGS</p>
]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/10991</guid>
	<pubDate>Fri, 23 May 2014 10:10:20 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/10991</link>
	<title><![CDATA[Wire post by Jit]]></title>
	<description><![CDATA[
<p>FastaQ 2 Fasta Oneliner: paste - - - -&lt; totalRNA_placental_1.fastq | perl -pale'$_="@F[0..1]"'|tr "\^@" "\&gt;" | perl -pale 's/\s/\n/g' #Oneliner #NGS #FastaQ #Fasta</p>
]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/10779</guid>
	<pubDate>Mon, 12 May 2014 04:47:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/10779</link>
	<title><![CDATA[Wire post by Neel]]></title>
	<description><![CDATA[
<p>zcat input_file.fastq.gz | awk 'NR%4==1{printf "&gt;%s\n", substr($0,2)}NR%4==2{print}' &gt; output_file.fa #fastaQ2fasta #fastaq #fasta #Oneliner</p>
]]></description>
	<dc:creator>Neel</dc:creator>
</item>

</channel>
</rss>