<?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: Owner]]></title>
	<link>https://bioinformaticsonline.com/snippets/owner/biogeek?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/owner/biogeek?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41337/correct-bash-command-to-zip-your-vcf-file</guid>
	<pubDate>Wed, 04 Mar 2020 04:32:17 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41337/correct-bash-command-to-zip-your-vcf-file</link>
	<title><![CDATA[Correct bash command to zip your vcf file]]></title>
	<description><![CDATA[<code>bgzip -c file.vcf &gt; file.vcf.gz
tabix -p vcf file.vcf.gz

#More at http://www.htslib.org/doc/tabix.html</code>]]></description>
	<dc:creator>biogeek</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41164/bash-oneliner-to-extract-all-ids-from-a-multifasta-file</guid>
	<pubDate>Tue, 18 Feb 2020 08:06:09 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41164/bash-oneliner-to-extract-all-ids-from-a-multifasta-file</link>
	<title><![CDATA[Bash oneliner to extract all ids from a multifasta file]]></title>
	<description><![CDATA[<code>#List of ids - one per line in allIds.txt

$ awk &#039;BEGIN{while((getline&lt;&quot;allIds.txt&quot;)&gt;0)l[&quot;&gt;&quot;$1]=1}/^&gt;/{f=!l[$1]}f&#039; seq.fa

# You can play with this f=!l[$1 ] if wanted to extract or not extract the ids</code>]]></description>
	<dc:creator>biogeek</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41156/install-snakemake-and-activate-on-conda</guid>
	<pubDate>Tue, 18 Feb 2020 06:33:24 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41156/install-snakemake-and-activate-on-conda</link>
	<title><![CDATA[Install snakemake and activate on conda]]></title>
	<description><![CDATA[<code>$ conda create -c bioconda -c conda-forge -n snakemake snakemake
$ conda activate snakemake</code>]]></description>
	<dc:creator>biogeek</dc:creator>
</item>

</channel>
</rss>