<?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: Results for "One-liner"]]></title>
	<link>https://bioinformaticsonline.com/search?q=One-liner&amp;search_type=all</link>
	<atom:link href="https://bioinformaticsonline.com/search?q=One-liner&amp;search_type=all" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/blog/view/42003/perl-one-liner-for-beginners</guid>
	<pubDate>Fri, 24 Jul 2020 05:58:28 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/42003/perl-one-liner-for-beginners</link>
	<title><![CDATA[Perl one-liner for beginners !]]></title>
	<description><![CDATA[...;'&nbsp;columnFileWithTabs.txt &gt; justSecondColumn.txt






One-Liner: Sort lines by their length...rt {length $a &lt;=&gt; length $b} &lt;&gt;'&nbsp;textFile





One-Liner: Print second column, unless...]]></description>
</item>

<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/bookmarks/view/2727/download-mutliple-fasta-file-from-ncbi-in-one-go</guid>
	<pubDate>Wed, 21 Aug 2013 08:13:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/2727/download-mutliple-fasta-file-from-ncbi-in-one-go</link>
	<title><![CDATA[Download mutliple fasta file from NCBI in one GO!!]]></title>
	<description><![CDATA[if you have less time, then use three ways mentioned in bookmark link to extract/download all fasta sequences in single click given that you already have a list of GIs o...]]></description>
</item>

<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/pages/view/22388/perl-one-liner-basics</guid>
	<pubDate>Sun, 24 May 2015 09:28:33 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/22388/perl-one-liner-basics</link>
	<title><![CDATA[Perl One liner basics !!]]></title>
	<description><![CDATA[Perl has a ton of command line switches (see perldoc perlrun), but I'm just going to cover the ones you'll commonly need to debug code. The most important switch is -e,...]]></description>
</item>

<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/pages/view/2573/most-commonly-used-awk-by-bioinformatician</guid>
	<pubDate>Mon, 19 Aug 2013 01:12:38 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/2573/most-commonly-used-awk-by-bioinformatician</link>
	<title><![CDATA[Most Commonly used Awk by Bioinformatician]]></title>
	<description><![CDATA[...want to generate something on the fly. You can use awk to make a neat one-liner for some quick job in the ter....html
http://www.grymoire.com/Unix/Awk.html
A famous list of useful one-liners - though they're short, many...]]></description>
</item>

<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/pages/view/11181/perl-one-liner-for-bioinformatician</guid>
	<pubDate>Fri, 30 May 2014 05:49:07 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/11181/perl-one-liner-for-bioinformatician</link>
	<title><![CDATA[Perl one-liner for bioinformatician !!!]]></title>
	<description><![CDATA[...of Perl onliner is extremely helpful.
Perl one-liners are small and awesome Perl p...bunch of files at once, and many more. Perl one-liners will make you the shell warr...gspot.com/2013/08/a-selection-of-useful-bash-one-liners.html
http://biowize.wordpre...]]></description>
</item>

<item>
	<guid isPermaLink='false'>12784</guid>
	<pubDate>Sat, 12 Jul 2014 15:09:10 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/12784</link>
	<title><![CDATA[Wire post by Abhimanyu Singh]]></title>
	<description><![CDATA[Linux one-liner. https://wikis.utexas.edu/display/bioiteam/Scott%27s+list+of+linux+one-liners #Linux #<strong class="search-highlight search-highlight-color1">Oneliner</strong> #NGS]]></description>
</item>

<item>
	<guid isPermaLink='false'>23102</guid>
	<pubDate>Fri, 03 Jul 2015 01:50:13 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/23102</link>
	<title><![CDATA[Wire post by Rahul Nayak]]></title>
	<description><![CDATA[Fancy One-Liner http://userweb.eng.gla.ac.uk/umer.ijaz/bioinformatics/<strong class="search-highlight search-highlight-color1">oneliner</strong>s.html #Perl #<strong class="search-highlight search-highlight-color1">OneLiner</strong> #Bioinformatics #Quick #Common #Tricks #CommandLine #Terminal]]></description>
</item>

<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/snippets/view/39310/one-liner-for-reads-mapping</guid>
	<pubDate>Sun, 28 Apr 2019 12:37:57 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/39310/one-liner-for-reads-mapping</link>
	<title><![CDATA[One liner for reads mapping !]]></title>
	<description><![CDATA[bwa aln -t 8 targetGenome.fa reads.fastq | bwa samse targetGenome.fa - reads.fastq\
| samtools view -bt targetGenome.fa - | samtools sort - reads.bwa.targetGenome

samtools index reads.bwa.targetGenome.bam]]></description>
</item>

<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/snippets/view/40391/samtools-commands-for-bioinformatician</guid>
	<pubDate>Sun, 15 Dec 2019 10:31:22 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/40391/samtools-commands-for-bioinformatician</link>
	<title><![CDATA[Samtools commands for bioinformatician !]]></title>
	<description><![CDATA[## count mapped reads
samtools view -c -F 260 mapping_file.bam


### converting sam file into fasta
samtools fasta reads_mapped.sam > reads.fasta

### converting...]]></description>
</item>

<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/pages/view/11181/perl-one-liner-for-bioinformatician</guid>
	<pubDate>Fri, 30 May 2014 05:49:07 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/11181/perl-one-liner-for-bioinformatician</link>
	<title><![CDATA[Perl one-liner for bioinformatician !!!]]></title>
	<description><![CDATA[With the emergence of NGS technologies, and sequencing data most of the bioinformaticians mung and wrangle around massive amounts of genomics text. There are several "standardized" file formats (FASTQ, SAM, VCF, etc.) and some tools for manipulating them (fastx toolkit, samtools, vcftools, etc.),...]]></description>
</item>

<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/blog/view/710/how-to-install-perl-modules-manually-using-cpan-command-and-other-quick-ways#annotation-3904</guid>
	<pubDate>Thu, 17 Dec 2020 22:29:02 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/710/how-to-install-perl-modules-manually-using-cpan-command-and-other-quick-ways#annotation-3904</link>
	<title><![CDATA[Comment on "How to install Perl modules manually, using CPAN command, and other quick ways" by Neel]]></title>
	<description><![CDATA[Check the perl module&nbsp;
Test if dependencies are met by running this perl one-liner:
perl -e "use JSON::XS;"]]></description>
</item>

<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/pages/view/2573/most-commonly-used-awk-by-bioinformatician#annotation-1021</guid>
	<pubDate>Thu, 28 Nov 2013 18:44:02 -0600</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/2573/most-commonly-used-awk-by-bioinformatician#annotation-1021</link>
	<title><![CDATA[Comment on "Most Commonly used Awk by Bioinformatician" by Archana Malhotra]]></title>
	<description><![CDATA[Some of the commonly used bioinformatics one-liner&nbsp;by Stephen Turner @ https://github.com/stephenturner/<strong class="search-highlight search-highlight-color1">oneliner</strong>s]]></description>
</item>

</channel>
</rss>