<?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: All]]></title>
	<link>https://bioinformaticsonline.com/snippets?offset=230</link>
	<atom:link href="https://bioinformaticsonline.com/snippets?offset=230" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41446/pack-a-perl-program-with-their-dependencies-on-ubuntu</guid>
	<pubDate>Mon, 16 Mar 2020 03:56:48 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41446/pack-a-perl-program-with-their-dependencies-on-ubuntu</link>
	<title><![CDATA[Pack a perl program with their dependencies on Ubuntu !]]></title>
	<description><![CDATA[<code>#Follow steps to create your own executable ./web

jit@jit-HP-Pro-3335-MT:~/Downloads/autoConTAMPR/bin$ sudo apt install libpar-packer-perl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libgetopt-argvfile-perl libmodule-scandeps-perl libmodule-signature-perl libpar-dist-perl
  libpar-perl
The following NEW packages will be installed:
  libgetopt-argvfile-perl libmodule-scandeps-perl libmodule-signature-perl libpar-dist-perl
  libpar-packer-perl libpar-perl
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,098 kB of archives.
After this operation, 5,989 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 libgetopt-argvfile-perl all 1.11-3 [26.4 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 libmodule-scandeps-perl all 1.24-1 [28.6 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 libmodule-signature-perl all 0.81-1 [22.9 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 libpar-dist-perl all 0.49-2 [22.4 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 libpar-perl all 1.015-1 [74.1 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 libpar-packer-perl amd64 1.041-2 [1,924 kB]
Fetched 2,098 kB in 3s (729 kB/s)             
Selecting previously unselected package libgetopt-argvfile-perl.
(Reading database ... 193749 files and directories currently installed.)
Preparing to unpack .../0-libgetopt-argvfile-perl_1.11-3_all.deb ...
Unpacking libgetopt-argvfile-perl (1.11-3) ...
Selecting previously unselected package libmodule-scandeps-perl.
Preparing to unpack .../1-libmodule-scandeps-perl_1.24-1_all.deb ...
Unpacking libmodule-scandeps-perl (1.24-1) ...
Selecting previously unselected package libmodule-signature-perl.
Preparing to unpack .../2-libmodule-signature-perl_0.81-1_all.deb ...
Unpacking libmodule-signature-perl (0.81-1) ...
Selecting previously unselected package libpar-dist-perl.
Preparing to unpack .../3-libpar-dist-perl_0.49-2_all.deb ...
Unpacking libpar-dist-perl (0.49-2) ...
Selecting previously unselected package libpar-perl.
Preparing to unpack .../4-libpar-perl_1.015-1_all.deb ...
Unpacking libpar-perl (1.015-1) ...
Selecting previously unselected package libpar-packer-perl.
Preparing to unpack .../5-libpar-packer-perl_1.041-2_amd64.deb ...
Unpacking libpar-packer-perl (1.041-2) ...
Setting up libmodule-scandeps-perl (1.24-1) ...
Setting up libgetopt-argvfile-perl (1.11-3) ...
Setting up libpar-dist-perl (0.49-2) ...
Setting up libmodule-signature-perl (0.81-1) ...
Setting up libpar-perl (1.015-1) ...
Setting up libpar-packer-perl (1.041-2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...

#you can find the test script web.pl at https://bioinformaticsonline.com/snippets/view/41440/perl-script-to-reads-and-extract-webpage-contents

jit@jit-HP-Pro-3335-MT:~/Downloads/autoConTAMPR/bin$ pp web.pl -o web web.pl 

jit@jit-HP-Pro-3335-MT:~/Downloads/autoConTAMPR/bin$ ./web https://bioinformaticsonline.com  

#It return this

Wide character in say at script/dumptest.pl line 13.
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
&lt;head&gt;
	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
	&lt;meta name=&quot;ElggRelease&quot; content=&quot;1.8.19&quot; /&gt;
	&lt;meta name=&quot;ElggVersion&quot; content=&quot;2014012000&quot; /&gt;
	&lt;title&gt;BOL&lt;/title&gt;
	&lt;link rel=&quot;SHORTCUT ICON&quot; href=&quot;https://bioinformaticsonline.com/mod/bright-theme/graphics/favicon.ico&quot; /&gt;

	&lt;link rel=&quot;stylesheet&quot; href=&quot;https://bioinformaticsonline.com/cache/css/default/elgg.1580820062.css&quot; type=&quot;text/css&quot; /&gt;
	&lt;link rel=&quot;stylesheet&quot; href=&quot;https://bioinformaticsonline.com/mod/answers/vendor/answers.css&quot; type=&quot;text/css&quot; /&gt;

	&lt;!--[if gt IE 7]&gt;
		&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://bioinformaticsonline.com/cache/css/default/ie.1580820062.css&quot; /&gt;
	&lt;![endif]--&gt;
	&lt;!--[if IE 7]&gt;
		&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://bioinformaticsonline.com/cache/css/default/ie7.1580820062.css&quot; /&gt;
	&lt;![endif]--&gt;
	&lt;!--[if IE 6]&gt;
		&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://bioinformaticsonline.com/cache/css/default/ie6.1580820062.css&quot; /&gt;
	&lt;![endif]--&gt;

	&lt;script type=&quot;text/javascript&quot; src=&quot;https://bioinformaticsonline.com/vendors/jquery/jquery-1.6.4.min.js&quot;&gt;&lt;/script&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;https://bioinformaticsonline.com/vendors/jquery/jquery-ui-1.8.16.min.js&quot;&gt;&lt;/script&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;https://bioinformaticsonline.com/vendors/jquery/jquery.form.js&quot;&gt;&lt;/script&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;https://bioinformaticsonline.com/cache/js/default/elgg.1580820062.js&quot;&gt;&lt;/script&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;https://bioinformaticsonline.com/mod/answers/vendor/answers.js&quot;&gt;&lt;/script&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;https://bioinformaticsonline.com/cache/js/default/ads_rotate.1580820062.js&quot;&gt;&lt;/script&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
// &lt;![CDATA[
	/**
 * Don&#039;t want to cache these -- they could change for every request
 */
elgg.config.lastcache = 1580820062;
elgg.config.viewtype = &#039;default&#039;;
elgg.config.simplecache_enabled = 1;

elgg.security.token.__elgg_ts = 1584348180;
elgg.security.token.__elgg_token = &#039;5d5fd0977c17dbc1d6fd91d42c95d1d8&#039;;


//Before the DOM is ready, but elgg&#039;s js framework is fully initalized
elgg.trigger_hook(&#039;boot&#039;, &#039;system&#039;);// ]]&gt;
&lt;/script&gt;

&lt;script async src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: &quot;ca-pub-1038265148932113&quot;,
    enable_page_level_ads: true
  });
&lt;/script&gt;

&lt;!-- Google Analytics --&gt; 
&lt;script type=&quot;text/javascript&quot;&gt;

	var _gaq = _gaq || [];
	_gaq.push([&#039;_setAccount&#039;, &#039;UA-42478605-1&#039;]);
			_gaq.push([&#039;_trackPageview&#039;]);

		
	(function() {
		var ga = document.createElement(&#039;script&#039;); ga.type = &#039;text/javascript&#039;; ga.async = true;
		ga.src = (&#039;https:&#039; == document.location.protocol ? &#039;https://ssl&#039; : &#039;http://www&#039;) + &#039;.google-analytics.com/ga.js&#039;;
		var s = document.getElementsByTagName(&#039;script&#039;)[0]; s.parentNode.insertBefore(ga, s);
	})();

&lt;/script&gt;
&lt;!-- End Google Analytics --&gt; 
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;elgg-page elgg-page-default&quot;&gt;
	&lt;div class=&quot;elgg-page-messages&quot;&gt;
		&lt;ul class=&quot;elgg-system-messages&quot;&gt;&lt;li class=&quot;hidden&quot;&gt;&lt;/li&gt;&lt;/ul&gt;	&lt;/div&gt;
	
		
	&lt;div class=&quot;elgg-page-header&quot;&gt;
		&lt;div class=&quot;elgg-inner&quot;&gt;
			
&lt;h1&gt;
	&lt;a class=&quot;elgg-heading-site&quot; href=&quot;https://bioinformaticsonline.com/&quot;&gt;
		BOL	&lt;/a&gt;
&lt;/h1&gt;
&lt;div id=&quot;login-dropdown&quot;&gt;
	&lt;a href=&quot;https://bioinformaticsonline.com/login#login-dropdown-box&quot; rel=&quot;popup&quot; class=&quot;elgg-button elgg-button-dropdown&quot;&gt;Log in&lt;/a&gt;&lt;div class=&quot;elgg-module  elgg-module-dropdown&quot; id=&quot;login-dropdown-box&quot;&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;form method=&quot;post&quot; action=&quot;https://bioinformaticsonline.com/action/login&quot; class=&quot;elgg-form elgg-form-login&quot;&gt;&lt;fieldset&gt;&lt;input type=&quot;hidden&quot; name=&quot;__elgg_token&quot; value=&quot;5d5fd0977c17dbc1d6fd91d42c95d1d8&quot; /&gt;&lt;input type=&quot;hidden&quot; name=&quot;__elgg_ts&quot; value=&quot;1584348180&quot; /&gt;
&lt;div&gt;
	&lt;label&gt;Username or email&lt;/label&gt;
	&lt;input type=&quot;text&quot; value=&quot;&quot; name=&quot;username&quot; class=&quot;elgg-input-text elgg-autofocus&quot; /&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;label&gt;Password&lt;/label&gt;
	
&lt;input type=&quot;password&quot; value=&quot;&quot; name=&quot;password&quot; class=&quot;elgg-input-password&quot; /&gt;
&lt;/div&gt;


&lt;div class=&quot;elgg-foot&quot;&gt;
	&lt;label class=&quot;mtm float-alt&quot;&gt;
		&lt;input type=&quot;checkbox&quot; name=&quot;persistent&quot; value=&quot;true&quot; /&gt;
		Remember me	&lt;/label&gt;
	
	&lt;input type=&quot;submit&quot; value=&quot;Log in&quot; class=&quot;elgg-button elgg-button-submit&quot; /&gt;
	
	&lt;input type=&quot;hidden&quot; name=&quot;returntoreferer&quot; value=&quot;true&quot; /&gt;
	&lt;ul class=&quot;elgg-menu elgg-menu-general mtm&quot;&gt;
	&lt;li&gt;&lt;a class=&quot;registration_link&quot; href=&quot;https://bioinformaticsonline.com/register&quot;&gt;Register&lt;/a&gt;&lt;/li&gt;		&lt;li&gt;&lt;a class=&quot;forgot_link&quot; href=&quot;https://bioinformaticsonline.com/forgotpassword&quot;&gt;
			Lost password		&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
&lt;/div&gt;
&lt;/fieldset&gt;&lt;/form&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;ul class=&quot;elgg-menu elgg-menu-site elgg-menu-site-default clearfix&quot;&gt;&lt;li class=&quot;elgg-menu-item-activity&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/activity&quot;&gt;Activity&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-news&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/news/all&quot;&gt;News&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-opportunity&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/opportunity/category&quot;&gt;Opportunity&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-researchlabs&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/researchlabs/category&quot;&gt;ResearchLabs&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-answers&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/answers/&quot;&gt;Questions&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-pages&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/pages/all&quot;&gt;Pages&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-custom1&quot;&gt;&lt;a href=&quot;http://bioinformaticsonline.com/discussion/all&quot;&gt;Discussion&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-more&quot;&gt;&lt;a href=&quot;#&quot;&gt;More&lt;/a&gt;&lt;ul class=&quot;elgg-menu elgg-menu-site elgg-menu-site-more&quot;&gt;&lt;li class=&quot;elgg-menu-item-snippets&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/snippets&quot;&gt;BioScripts&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-blog&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/blog/all&quot;&gt;Blogs&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-bookmarks&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/bookmarks/all&quot;&gt;Bookmarks&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-file&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/file/all&quot;&gt;Files&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-fun&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/fun/all&quot;&gt;Fun&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-groups&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/groups/all&quot;&gt;Groups&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-poll&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/poll/all&quot;&gt;Polls&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-thewire&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/thewire/all&quot;&gt;The Wire&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-amaptryst&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/tryst&quot;&gt;Tryst&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-videolist&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/videolist/all&quot;&gt;Videos&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;form class=&quot;elgg-search elgg-search-header&quot; action=&quot;https://bioinformaticsonline.com/search&quot; method=&quot;get&quot;&gt;
	&lt;fieldset&gt;
		&lt;input type=&quot;text&quot; class=&quot;search-input&quot; size=&quot;21&quot; name=&quot;q&quot; value=&quot;Search&quot; onblur=&quot;if (this.value==&#039;&#039;) { this.value=&#039;Search&#039; }&quot; onfocus=&quot;if (this.value==&#039;Search&#039;) { this.value=&#039;&#039; };&quot; /&gt;
		&lt;input type=&quot;hidden&quot; name=&quot;search_type&quot; value=&quot;all&quot; /&gt;
		&lt;input type=&quot;submit&quot; value=&quot;Go&quot; class=&quot;search-submit-button&quot; /&gt;
	&lt;/fieldset&gt;
&lt;/form&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;elgg-page-body&quot;&gt;
		&lt;div class=&quot;elgg-inner&quot;&gt;
			
&lt;div class=&quot;custom-index elgg-main elgg-grid clearfix&quot;&gt;
	&lt;div class=&quot;elgg-col elgg-col-1of2&quot;&gt;
		&lt;div class=&quot;elgg-inner pvm prl&quot;&gt;
&lt;div class=&quot;elgg-module elgg-module-highlight elgg-module-featured&quot; &gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;div class=&quot;elgg-module  elgg-module-aside&quot; &gt;&lt;div class=&quot;elgg-head&quot;&gt;&lt;h3&gt;Log in&lt;/h3&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;form method=&quot;post&quot; action=&quot;https://bioinformaticsonline.com/action/login&quot; class=&quot;elgg-form elgg-form-login&quot;&gt;&lt;fieldset&gt;&lt;input type=&quot;hidden&quot; name=&quot;__elgg_token&quot; value=&quot;5d5fd0977c17dbc1d6fd91d42c95d1d8&quot; /&gt;&lt;input type=&quot;hidden&quot; name=&quot;__elgg_ts&quot; value=&quot;1584348180&quot; /&gt;
&lt;div&gt;
	&lt;label&gt;Username or email&lt;/label&gt;
	&lt;input type=&quot;text&quot; value=&quot;&quot; name=&quot;username&quot; class=&quot;elgg-input-text elgg-autofocus&quot; /&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;label&gt;Password&lt;/label&gt;
	
&lt;input type=&quot;password&quot; value=&quot;&quot; name=&quot;password&quot; class=&quot;elgg-input-password&quot; /&gt;
&lt;/div&gt;


&lt;div class=&quot;elgg-foot&quot;&gt;
	&lt;label class=&quot;mtm float-alt&quot;&gt;
		&lt;input type=&quot;checkbox&quot; name=&quot;persistent&quot; value=&quot;true&quot; /&gt;
		Remember me	&lt;/label&gt;
	
	&lt;input type=&quot;submit&quot; value=&quot;Log in&quot; class=&quot;elgg-button elgg-button-submit&quot; /&gt;
	
	
	&lt;ul class=&quot;elgg-menu elgg-menu-general mtm&quot;&gt;
	&lt;li&gt;&lt;a class=&quot;registration_link&quot; href=&quot;https://bioinformaticsonline.com/register&quot;&gt;Register&lt;/a&gt;&lt;/li&gt;		&lt;li&gt;&lt;a class=&quot;forgot_link&quot; href=&quot;https://bioinformaticsonline.com/forgotpassword&quot;&gt;
			Lost password		&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
&lt;/div&gt;
&lt;/fieldset&gt;&lt;/form&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;elgg-module elgg-module-highlight elgg-module-featured&quot; &gt;&lt;div class=&quot;elgg-head&quot;&gt;&lt;h3&gt;Latest files&lt;/h3&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;ul class=&quot;elgg-list elgg-list-entity&quot;&gt;&lt;li id=&quot;elgg-object-40239&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/file/view/40239/analyzing-codon-usage&quot;&gt;&lt;img  src=&quot;https://bioinformaticsonline.com/mod/file/graphics/icons/pdf.gif&quot; alt=&quot;analyzing codon usage&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/file/view/40239/analyzing-codon-usage&quot;&gt;analyzing codon usage&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/file/owner/neelam&quot;&gt;Neelam Jha&lt;/a&gt; &lt;acronym title=&quot;7 November 2019 @ 8:31am&quot;&gt;130 days ago&lt;/acronym&gt;  &lt;/div&gt;		&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=analyzing&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;analyzing&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=codon&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;codon&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=usage&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;usage&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;perl script analyzing codon usage in an input sequence to evaluate how efficiently it will be expressed in Anopheles gambiae. The input codon usage table derived from highly‐expressed A. gambiae genes is appended below.&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-object-39262&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/file/view/39262/biotechnology-eligibility-test-bet-answer-set&quot;&gt;&lt;img  src=&quot;https://bioinformaticsonline.com/mod/file/graphics/icons/pdf.gif&quot; alt=&quot;Biotechnology Eligibility Test (BET) Answer set !&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/file/view/39262/biotechnology-eligibility-test-bet-answer-set&quot;&gt;Biotechnology Eligibility Test (BET) Answer set !&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/file/owner/abhimanyu&quot;&gt;Abhimanyu Singh&lt;/a&gt; &lt;acronym title=&quot;17 April 2019 @ 4:57am&quot;&gt;334 days ago&lt;/acronym&gt;  &lt;/div&gt;		&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=BET&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;BET&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=DBT&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;DBT&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Question&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Question&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Paper&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Paper&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=BINC&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;BINC&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Answer&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Answer&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;DBT-BET JRF 2019 Exam was held successfully on 14th April 2019. Official Question Paper &amp;amp; Answer key of&amp;nbsp;DBT-BET 2019 Exam has been released.
The best part about the DBT-BET Exam is both the question paper &amp;amp; answer key is released...&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-object-39260&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/file/view/39260/biotechnology-eligibility-test-bet-question-paper&quot;&gt;&lt;img  src=&quot;https://bioinformaticsonline.com/mod/file/graphics/icons/pdf.gif&quot; alt=&quot;Biotechnology Eligibility Test (BET) Question Paper !&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/file/view/39260/biotechnology-eligibility-test-bet-question-paper&quot;&gt;Biotechnology Eligibility Test (BET) Question Paper !&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/file/owner/abhimanyu&quot;&gt;Abhimanyu Singh&lt;/a&gt; &lt;acronym title=&quot;17 April 2019 @ 4:56am&quot;&gt;334 days ago&lt;/acronym&gt;  &lt;/div&gt;	&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=BET&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;BET&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=DBT&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;DBT&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Question&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Question&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Paper&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Paper&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=BINC&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;BINC&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;DBT-BET JRF 2019 Exam was held successfully on 14th April 2019. Official Question Paper &amp;amp; Answer key of&amp;nbsp;DBT-BET 2019 Exam has been released. 
The best part about the DBT-BET Exam is both the question paper &amp;amp; answer key is released...&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-object-38886&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/file/view/38886/evaluation-of-genome-assembly-software-based-on-long-reads&quot;&gt;&lt;img  src=&quot;https://bioinformaticsonline.com/mod/file/graphics/icons/pdf.gif&quot; alt=&quot;Evaluation of genome assembly software based on long reads&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/file/view/38886/evaluation-of-genome-assembly-software-based-on-long-reads&quot;&gt;Evaluation of genome assembly software based on long reads&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/file/owner/biostar&quot;&gt;BioStar&lt;/a&gt; &lt;acronym title=&quot;1 February 2019 @ 11:55am&quot;&gt;409 days ago&lt;/acronym&gt;  &lt;/div&gt;		&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Evaluation&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Evaluation&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=genome&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;genome&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=assembly&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;assembly&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=software&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;software&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=long&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;long&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=reads&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;reads&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;TGS technologies have been used to produce highly accurate de novo assemblies of hundreds of microbial genomes and highly contiguous reconstructions of many dozens of plant and animal genomes, enabling new insights into evolution and sequence...&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;elgg-module elgg-module-highlight elgg-module-featured&quot; &gt;&lt;div class=&quot;elgg-head&quot;&gt;&lt;h3&gt;Latest groups&lt;/h3&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;ul class=&quot;elgg-list elgg-list-entity&quot;&gt;&lt;li id=&quot;elgg-group-35076&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/groups/profile/35076/bioinformatics-related-companies-or-companies-where-bioinformatics-is-applied-as-a-facilitator-or-tool&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/mod/groups/graphics/defaulttiny.gif&quot; alt=&quot;Bioinformatics related companies or companies where bioinformatics is applied as a facilitator or tool&quot; width=&quot;25&quot; height=&quot;25&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/groups/profile/35076/bioinformatics-related-companies-or-companies-where-bioinformatics-is-applied-as-a-facilitator-or-tool&quot;&gt;Bioinformatics related companies or companies where bioinformatics is applied as a facilitator or...&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;Commercial activity in Omics world&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-group-30618&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/groups/profile/30618/lazoi-life-care-pvt-ltd&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/groupicon/30618/tiny/1485004925.jpg&quot; alt=&quot;lazoi life care pvt. ltd.&quot; width=&quot;25&quot; height=&quot;25&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/groups/profile/30618/lazoi-life-care-pvt-ltd&quot;&gt;lazoi life care pvt. ltd.&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;Lazoi Lifecare is an online appointment portal for all your medical needs like, online doctor appointment, Online booking on of lab tests, creating your online medical records for easy access anytime, anywhere. To know more visit here: https://www.lazoi.com/Home&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-group-29677&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/groups/profile/29677/comparative-genomics&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/mod/groups/graphics/defaulttiny.gif&quot; alt=&quot;Comparative Genomics !!&quot; width=&quot;25&quot; height=&quot;25&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/groups/profile/29677/comparative-genomics&quot;&gt;Comparative Genomics !!&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;This group is dedicated to Comparative genomics ... Dramatic results have emerged from the rapidly developing field of comparative genomics. Comparison of the fruit fly genome with the human genome reveals that about sixty percent of genes are conserved (Adams et al. 2000). That is, the two organisms appear to share a core set of genes. Researchers have also found that two-thirds of human genes known to be involved in cancer have counterparts in the fruit fly.&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-group-29650&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/groups/profile/29650/biostatistics&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/mod/groups/graphics/defaulttiny.gif&quot; alt=&quot;Biostatistics&quot; width=&quot;25&quot; height=&quot;25&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/groups/profile/29650/biostatistics&quot;&gt;Biostatistics&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;Biostats materials ... Biostatistics is an innovative field that involves the design, analysis, and interpretation of data for studies in public health and medicine. Biostatistics experts arrive at conclusions about disease and health risks by evaluating and applying mathematical and statistical formulas to the factors that impact health.&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;elgg-col elgg-col-1of2&quot;&gt;
		&lt;div class=&quot;elgg-inner pvm&quot;&gt;
&lt;div class=&quot;elgg-module elgg-module-highlight elgg-module-featured&quot; &gt;&lt;div class=&quot;elgg-head&quot;&gt;&lt;h3&gt;Newest members&lt;/h3&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;ul class=&quot;elgg-gallery elgg-gallery-users&quot;&gt;
	&lt;li id=&quot;elgg-user-41368&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-small&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/samfil&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Samantha Filipów&lt;/span&gt;&amp;#64;samfil&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/samfil&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Samantha Filipów&quot; title=&quot;Samantha Filipów&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1583751154&amp;amp;joindate=1583739836&amp;amp;guid=41368&amp;amp;size=small) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li id=&quot;elgg-user-40998&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-small&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/master_noddy&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Nalesh G Jadhav&lt;/span&gt;&amp;#64;master_noddy&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/master_noddy&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Nalesh G Jadhav&quot; title=&quot;Nalesh G Jadhav&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1581919660&amp;amp;joindate=1581495078&amp;amp;guid=40998&amp;amp;size=small) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li id=&quot;elgg-user-38810&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-small&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/Sanchari&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Sanchari Sircar&lt;/span&gt;&amp;#64;Sanchari&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/Sanchari&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Sanchari Sircar&quot; title=&quot;Sanchari Sircar&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1549089889&amp;amp;joindate=1548670006&amp;amp;guid=38810&amp;amp;size=small) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li id=&quot;elgg-user-38157&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-small&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/biojoker&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;BioJoker&lt;/span&gt;&amp;#64;biojoker&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/biojoker&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;BioJoker&quot; title=&quot;BioJoker&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1542980384&amp;amp;joindate=1541633749&amp;amp;guid=38157&amp;amp;size=small) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li id=&quot;elgg-user-37315&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-small&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/Rooby19&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Rooby Yadav&lt;/span&gt;&amp;#64;Rooby19&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/Rooby19&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Rooby Yadav&quot; title=&quot;Rooby Yadav&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1531994210&amp;amp;joindate=1531816000&amp;amp;guid=37315&amp;amp;size=small) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li id=&quot;elgg-user-36098&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-small&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/eliabrodsky&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;eliabrodsky&lt;/span&gt;&amp;#64;eliabrodsky&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/eliabrodsky&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;eliabrodsky&quot; title=&quot;eliabrodsky&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1523297243&amp;amp;joindate=1522897705&amp;amp;guid=36098&amp;amp;size=small) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li id=&quot;elgg-user-35786&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-small&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/tisimpson&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Ian Simpson&lt;/span&gt;&amp;#64;tisimpson&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/tisimpson&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Ian Simpson&quot; title=&quot;Ian Simpson&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1520348468&amp;amp;joindate=1519894008&amp;amp;guid=35786&amp;amp;size=small) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li id=&quot;elgg-user-34837&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-small&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/biogeek&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;biogeek&lt;/span&gt;&amp;#64;biogeek&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/biogeek&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;biogeek&quot; title=&quot;biogeek&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1514344563&amp;amp;joindate=1514338965&amp;amp;guid=34837&amp;amp;size=small) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li id=&quot;elgg-user-34302&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-small&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/lege&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;LEGE&lt;/span&gt;&amp;#64;lege&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/lege&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;LEGE&quot; title=&quot;LEGE&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1569119127&amp;amp;joindate=1510653128&amp;amp;guid=34302&amp;amp;size=small) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li id=&quot;elgg-user-33626&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-small&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/sahabuddin&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;sahabuddin&lt;/span&gt;&amp;#64;sahabuddin&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/sahabuddin&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;sahabuddin&quot; title=&quot;sahabuddin&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1498113580&amp;amp;joindate=1498111619&amp;amp;guid=33626&amp;amp;size=small) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;&lt;/ul&gt;

&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;elgg-module elgg-module-highlight elgg-module-featured&quot; &gt;&lt;div class=&quot;elgg-head&quot;&gt;&lt;h3&gt;Latest blog posts&lt;/h3&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;ul class=&quot;elgg-list elgg-list-entity&quot;&gt;&lt;li id=&quot;elgg-object-40953&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-tiny&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/jit.aber&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Jit&lt;/span&gt;&amp;#64;jit.aber&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/jit.aber&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Jit&quot; title=&quot;Jit&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1374102733&amp;amp;joindate=1373372964&amp;amp;guid=40&amp;amp;size=tiny) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/blog/view/40953/explore-taxdump-files&quot;&gt;Explore taxdump files !&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/blog/owner/jit.aber&quot;&gt;Jit&lt;/a&gt; &lt;acronym title=&quot;8 February 2020 @ 4:44am&quot;&gt;37 days ago&lt;/acronym&gt;  &lt;/div&gt;		&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=extract&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;extract&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=taxdump&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;taxdump&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=readme&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;readme&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=taxonomy&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;taxonomy&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=ncbi&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;ncbi&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;This is an extract of taxdump-readme.txt to be found at  ftp://ftp.ncbi.nih.gov/pub/taxonomy/&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-object-40768&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-tiny&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/raag&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Rahul Agarwal&lt;/span&gt;&amp;#64;raag&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/raag&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Rahul Agarwal&quot; title=&quot;Rahul Agarwal&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1373491328&amp;amp;joindate=1373489922&amp;amp;guid=128&amp;amp;size=tiny) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/blog/view/40768/linux-advantages&quot;&gt;Linux advantages&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/blog/owner/raag&quot;&gt;Rahul Agarwal&lt;/a&gt; &lt;acronym title=&quot;30 January 2020 @ 6:27am&quot;&gt;46 days ago&lt;/acronym&gt;  &lt;/div&gt;		&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=linux&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;linux&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=windows&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;windows&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;https://www.forbes.com/sites/jasonevangelho/2018/07/30/ditching-windows-heres-how-ubuntu-updates-your-pc-and-why-its-better/#7aa6fa5f7c23
https://www.forbes.com/sites/jasonevangelho/2018/07/23/5-reasons-you-should-switch-from-windows-to-linux-right-...&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-object-40736&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-tiny&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/jit.aber&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Jit&lt;/span&gt;&amp;#64;jit.aber&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/jit.aber&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Jit&quot; title=&quot;Jit&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1374102733&amp;amp;joindate=1373372964&amp;amp;guid=40&amp;amp;size=tiny) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/blog/view/40736/list-of-perl-special-symbols&quot;&gt;List of perl special symbols !&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/blog/owner/jit.aber&quot;&gt;Jit&lt;/a&gt; &lt;acronym title=&quot;28 January 2020 @ 6:44am&quot;&gt;48 days ago&lt;/acronym&gt;  &lt;/div&gt;		&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Perl&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Perl&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Special&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Special&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Symbols&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Symbols&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;Perl is know for symbols !&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-object-40534&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-tiny&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/rahul&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Rahul Nayak&lt;/span&gt;&amp;#64;rahul&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/rahul&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Rahul Nayak&quot; title=&quot;Rahul Nayak&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1438527413&amp;amp;joindate=1378318805&amp;amp;guid=4238&amp;amp;size=tiny) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/blog/view/40534/understand-social-media-importance-for-researchers-with-benefits-to-the-strategy&quot;&gt;Understand Social Media Importance for Researchers With Benefits to the Strategy !&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/blog/owner/rahul&quot;&gt;Rahul Nayak&lt;/a&gt; &lt;acronym title=&quot;14 January 2020 @ 11:21pm&quot;&gt;61 days ago&lt;/acronym&gt;  &lt;/div&gt;		&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Understand&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Understand&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Social&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Social&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Media&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Media&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Importance&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Importance&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Researchers&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Researchers&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Benefits&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Benefits&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Strategy&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Strategy&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;Why have so many researchers embraced Facebook or Instagram pages? They understand the importance of social media and how it adds value. Now that consumers often experience interactions with companies that are not face-to-face, shifting to social...&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;elgg-module elgg-module-highlight elgg-module-featured&quot; &gt;&lt;div class=&quot;elgg-head&quot;&gt;&lt;h3&gt;Latest bookmarks&lt;/h3&gt;&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;ul class=&quot;elgg-list elgg-list-entity&quot;&gt;&lt;li id=&quot;elgg-object-41442&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-tiny&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/neelam&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Neelam Jha&lt;/span&gt;&amp;#64;neelam&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/neelam&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Neelam Jha&quot; title=&quot;Neelam Jha&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1438676154&amp;amp;joindate=1373654124&amp;amp;guid=823&amp;amp;size=tiny) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/bookmarks/view/41442/gsp4pdb-a-web-tool-to-visualize-search-and-explore-protein-ligand-structural-patterns&quot;&gt;GSP4PDB: a web tool to visualize, search and explore protein-ligand structural patterns&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/bookmarks/owner/neelam&quot;&gt;Neelam Jha&lt;/a&gt; &lt;acronym title=&quot;15 March 2020 @ 3:41am&quot;&gt;yesterday&lt;/acronym&gt;  &lt;/div&gt;		&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=GSP4PDB&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;GSP4PDB&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=web&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;web&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=tool&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;tool&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=visualize&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;visualize&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=search&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;search&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=explore&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;explore&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=protein-ligand&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;protein-ligand&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=structural&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;structural&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=patterns&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;patterns&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;&lt;span class=&quot;elgg-icon elgg-icon-push-pin-alt &quot;&gt;&lt;/span&gt;&lt;a href=&quot;http://gdblab.com/gsp4pdb/gsp4pdb2/&quot; rel=&quot;nofollow&quot;&gt;gdblab.com&lt;/a&gt; - GSP4PDB is a user-friendly and efficient application to search and discover new patterns of protein-ligand interaction.
GSP4PDB&amp;nbsp;is part of the services provided by the&amp;nbsp;Bioinformatic Group&amp;nbsp;of the&amp;nbsp;University of...&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-object-41405&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-tiny&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/jit.aber&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Jit&lt;/span&gt;&amp;#64;jit.aber&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/jit.aber&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Jit&quot; title=&quot;Jit&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1374102733&amp;amp;joindate=1373372964&amp;amp;guid=40&amp;amp;size=tiny) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/bookmarks/view/41405/sequence-tube-maps-displays-multiple-genomic-sequences-in-the-form-of-a-tube-map&quot;&gt;Sequence Tube Maps: displays multiple genomic sequences in the form of a tube map&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/bookmarks/owner/jit.aber&quot;&gt;Jit&lt;/a&gt; &lt;acronym title=&quot;11 March 2020 @ 1:12am&quot;&gt;5 days ago&lt;/acronym&gt;  &lt;/div&gt;		&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Sequence&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Sequence&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Tube&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Tube&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Maps&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Maps&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=displays&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;displays&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=multiple&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;multiple&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=genomic&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;genomic&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=sequences&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;sequences&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=tube&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;tube&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=map&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;map&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=graphmap&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;graphmap&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;&lt;span class=&quot;elgg-icon elgg-icon-push-pin-alt &quot;&gt;&lt;/span&gt;&lt;a href=&quot;https://github.com/vgteam/sequenceTubeMap&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt; - A JavaScript module for the visualization of genomic sequence graphs. It automatically generates a &quot;tube map&quot;-like visualization of sequence graphs which have been created with vg. (https://github.com/vgteam/vg)
Link to working demo:...&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-object-41397&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-tiny&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/jit.aber&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Jit&lt;/span&gt;&amp;#64;jit.aber&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/jit.aber&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Jit&quot; title=&quot;Jit&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1374102733&amp;amp;joindate=1373372964&amp;amp;guid=40&amp;amp;size=tiny) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/bookmarks/view/41397/svaba-structural-variation-and-indel-detection-by-local-assembly&quot;&gt;SvABA: Structural variation and indel detection by local assembly&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/bookmarks/owner/jit.aber&quot;&gt;Jit&lt;/a&gt; &lt;acronym title=&quot;10 March 2020 @ 7:52am&quot;&gt;6 days ago&lt;/acronym&gt;  &lt;/div&gt;		&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=SvABA&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;SvABA&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Structural&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Structural&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=variation&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;variation&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=indel&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;indel&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=detection&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;detection&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=local&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;local&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=assembly&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;assembly&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;&lt;span class=&quot;elgg-icon elgg-icon-push-pin-alt &quot;&gt;&lt;/span&gt;&lt;a href=&quot;https://github.com/walaj/svaba&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt; - SvABA is a method for detecting structural variants in sequencing data using genome-wide local assembly. Under the hood, SvABA uses a custom implementation of&amp;nbsp;SGA&amp;nbsp;(String Graph Assembler) by Jared Simpson, and&amp;nbsp;BWA-MEM&amp;nbsp;by Heng Li....&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;li id=&quot;elgg-object-41362&quot; class=&quot;elgg-item&quot;&gt;&lt;div class=&quot;elgg-image-block clearfix&quot; &gt;
	&lt;div class=&quot;elgg-image&quot;&gt;&lt;div class=&quot;elgg-avatar elgg-avatar-tiny&quot;&gt;
&lt;span class=&quot;elgg-icon elgg-icon-hover-menu &quot;&gt;&lt;/span&gt;&lt;ul class=&quot;elgg-menu elgg-menu-hover&quot;&gt;&lt;li&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/rahul&quot;&gt;&lt;span class=&quot;elgg-heading-basic&quot;&gt;Rahul Nayak&lt;/span&gt;&amp;#64;rahul&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;https://bioinformaticsonline.com/profile/rahul&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/spacer.gif&quot; alt=&quot;Rahul Nayak&quot; title=&quot;Rahul Nayak&quot; class=&quot;&quot; style=&quot;background: url(https://bioinformaticsonline.com/mod/profile/icondirect.php?lastcache=1438527413&amp;amp;joindate=1378318805&amp;amp;guid=4238&amp;amp;size=tiny) no-repeat;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;elgg-body&quot;&gt;&lt;h3&gt;&lt;a href=&quot;https://bioinformaticsonline.com/bookmarks/view/41362/genemates-an-r-package-for-detecting-horizontal-gene-co-transfer-between-bacteria-using-gene-gene-associations-controlled-for-population-structure&quot;&gt;GeneMates: an R package for Detecting Horizontal Gene Co-transfer between Bacteria Using Gene-gene...&lt;/a&gt;&lt;/h3&gt;&lt;div class=&quot;elgg-subtext&quot;&gt;By &lt;a href=&quot;https://bioinformaticsonline.com/bookmarks/owner/rahul&quot;&gt;Rahul Nayak&lt;/a&gt; &lt;acronym title=&quot;7 March 2020 @ 5:52am&quot;&gt;9 days ago&lt;/acronym&gt;  &lt;/div&gt;		&lt;div class=&quot;clearfix&quot;&gt;
			&lt;ul class=&quot;elgg-tags&quot;&gt;
				&lt;li&gt;&lt;span class=&quot;elgg-icon elgg-icon-tag &quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=GeneMates&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;GeneMates&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=R&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;R&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=package&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;package&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Horizontal&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Horizontal&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Gene&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Gene&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Co-transfer&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Co-transfer&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Bacteria&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Bacteria&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Associations&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Associations&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Population&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Population&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-tag&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/search?q=Structure&amp;amp;search_type=tags&quot; rel=&quot;tag&quot;&gt;Structure&lt;/a&gt;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;&lt;div class=&quot;elgg-content&quot;&gt;&lt;span class=&quot;elgg-icon elgg-icon-push-pin-alt &quot;&gt;&lt;/span&gt;&lt;a href=&quot;https://github.com/wanyuac/GeneMates&quot; rel=&quot;nofollow&quot;&gt;github.com&lt;/a&gt; - GeneMates is an R package implementing a network approach to identify horizontal gene co-transfer (HGcoT) between bacteria using whole-genome sequencing (WGS) data. It is particularly useful for investigating intra-species HGcoT, where...&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;elgg-page-footer&quot;&gt;
		&lt;div class=&quot;elgg-inner&quot;&gt;
			&lt;ul class=&quot;elgg-menu elgg-menu-footer elgg-menu-hz elgg-menu-footer-default&quot;&gt;&lt;li class=&quot;elgg-menu-item-about&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/about&quot;&gt;About&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-terms&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/terms&quot;&gt;Terms&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;elgg-menu-item-privacy&quot;&gt;&lt;a href=&quot;https://bioinformaticsonline.com/privacy&quot;&gt;Privacy&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;mts clearfloat float-alt&quot;&gt;&lt;a href=&quot;http://elgg.org&quot; class=&quot;&quot;&gt;&lt;img src=&quot;https://bioinformaticsonline.com/_graphics/powered_by_elgg_badge_drk_bckgnd.gif&quot; alt=&quot;Powered by Elgg&quot; width=&quot;106&quot; height=&quot;15&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div id=&quot;ads-footer&quot;&gt;&lt;script async src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;!-- bolADr --&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:block&quot;
     data-ad-client=&quot;ca-pub-1038265148932113&quot;
     data-ad-slot=&quot;5329887582&quot;
     data-ad-format=&quot;auto&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
(adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;https://bioinformaticsonline.com/js/developers/developers.js&quot;&gt;&lt;/script&gt;
&lt;/body&gt;


#More at https://metacpan.org/pod/pp</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41440/perl-script-to-reads-and-extract-webpage-contents</guid>
	<pubDate>Sat, 14 Mar 2020 03:44:52 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41440/perl-script-to-reads-and-extract-webpage-contents</link>
	<title><![CDATA[Perl script to reads and extract webpage contents !]]></title>
	<description><![CDATA[<code>use 5.010;
use strict;
use warnings;

use WWW::Mechanize;

my ($url) = @ARGV;
die &quot;Usage: $0 URL\n&quot; if not $url;

my $w = WWW::Mechanize-&gt;new;

$w-&gt;get($url);
say $w-&gt;content;

#Run 
#jit@jit-HP-Pro-3335-MT:~/Downloads/testDock$ perl web.pl https://bioinformaticsonline.com</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41439/installing-docker-for-bioinformatics-on-ubuntu</guid>
	<pubDate>Sat, 14 Mar 2020 02:30:14 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41439/installing-docker-for-bioinformatics-on-ubuntu</link>
	<title><![CDATA[Installing docker for Bioinformatics on Ubuntu !]]></title>
	<description><![CDATA[<code>jit@jit-HP-Pro-3335-MT:~/Downloads$ sudo apt-get remove docker docker-engine docker.io containerd runc
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package &#039;docker-engine&#039; is not installed, so not removed
Package &#039;docker&#039; is not installed, so not removed
Package &#039;containerd&#039; is not installed, so not removed
Package &#039;docker.io&#039; is not installed, so not removed
Package &#039;runc&#039; is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

jit@jit-HP-Pro-3335-MT:~/Downloads$ curl -fsSL https://get.docker.com -o get-docker.sh

jit@jit-HP-Pro-3335-MT:~/Downloads$ chmod 777 get-docker.sh

jit@jit-HP-Pro-3335-MT:~/Downloads$ ./get-docker.sh 
# Executing docker install script, commit: 442e66405c304fa92af8aadaa1d9b31bf4b0ad94
+ sudo -E sh -c apt-get update -qq &gt;/dev/null
+ sudo -E sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl &gt;/dev/null
+ sudo -E sh -c curl -fsSL &quot;https://download.docker.com/linux/ubuntu/gpg&quot; | apt-key add -qq - &gt;/dev/null
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ sudo -E sh -c echo &quot;deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable&quot; &gt; /etc/apt/sources.list.d/docker.list
+ sudo -E sh -c apt-get update -qq &gt;/dev/null
+ [ -n  ]
+ sudo -E sh -c apt-get install -y -qq --no-install-recommends docker-ce &gt;/dev/null
+ sudo -E sh -c docker version
Client: Docker Engine - Community
 Version:           19.03.8
 API version:       1.40
 Go version:        go1.12.17
 Git commit:        afacb8b7f0
 Built:             Wed Mar 11 01:25:46 2020
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          19.03.8
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.17
  Git commit:       afacb8b7f0
  Built:            Wed Mar 11 01:24:19 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.2.13
  GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
 runc:
  Version:          1.0.0-rc10
  GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683
If you would like to use Docker as a non-root user, you should now consider
adding your user to the &quot;docker&quot; group with something like:

  sudo usermod -aG docker jit

Remember that you will have to log out and back in for this to take effect!

WARNING: Adding a user to the &quot;docker&quot; group will grant the ability to run
         containers which can be used to obtain root privileges on the
         docker host.
         Refer to https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
         for more information.

jit@jit-HP-Pro-3335-MT:~/Downloads$ docker

Usage:	docker [OPTIONS] COMMAND

A self-sufficient runtime for containers

Options:
      --config string      Location of client config files (default &quot;/home/jit/.docker&quot;)
  -c, --context string     Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with &quot;docker context use&quot;)
  -D, --debug              Enable debug mode
  -H, --host list          Daemon socket(s) to connect to
  -l, --log-level string   Set the logging level (&quot;debug&quot;|&quot;info&quot;|&quot;warn&quot;|&quot;error&quot;|&quot;fatal&quot;) (default &quot;info&quot;)
      --tls                Use TLS; implied by --tlsverify
      --tlscacert string   Trust certs signed only by this CA (default &quot;/home/jit/.docker/ca.pem&quot;)
      --tlscert string     Path to TLS certificate file (default &quot;/home/jit/.docker/cert.pem&quot;)
      --tlskey string      Path to TLS key file (default &quot;/home/jit/.docker/key.pem&quot;)
      --tlsverify          Use TLS and verify the remote
  -v, --version            Print version information and quit

Management Commands:
  builder     Manage builds
  config      Manage Docker configs
  container   Manage containers
  context     Manage contexts
  engine      Manage the docker engine
  image       Manage images
  network     Manage networks
  node        Manage Swarm nodes
  plugin      Manage plugins
  secret      Manage Docker secrets
  service     Manage services
  stack       Manage Docker stacks
  swarm       Manage Swarm
  system      Manage Docker
  trust       Manage trust on Docker images
  volume      Manage volumes

Commands:
  attach      Attach local standard input, output, and error streams to a running container
  build       Build an image from a Dockerfile
  commit      Create a new image from a container&#039;s changes
  cp          Copy files/folders between a container and the local filesystem
  create      Create a new container
  deploy      Deploy a new stack or update an existing stack
  diff        Inspect changes to files or directories on a container&#039;s filesystem
  events      Get real time events from the server
  exec        Run a command in a running container
  export      Export a container&#039;s filesystem as a tar archive
  history     Show the history of an image
  images      List images
  import      Import the contents from a tarball to create a filesystem image
  info        Display system-wide information
  inspect     Return low-level information on Docker objects
  kill        Kill one or more running containers
  load        Load an image from a tar archive or STDIN
  login       Log in to a Docker registry
  logout      Log out from a Docker registry
  logs        Fetch the logs of a container
  pause       Pause all processes within one or more containers
  port        List port mappings or a specific mapping for the container
  ps          List containers
  pull        Pull an image or a repository from a registry
  push        Push an image or a repository to a registry
  rename      Rename a container
  restart     Restart one or more containers
  rm          Remove one or more containers
  rmi         Remove one or more images
  run         Run a command in a new container
  save        Save one or more images to a tar archive (streamed to STDOUT by default)
  search      Search the Docker Hub for images
  start       Start one or more stopped containers
  stats       Display a live stream of container(s) resource usage statistics
  stop        Stop one or more running containers
  tag         Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
  top         Display the running processes of a container
  unpause     Unpause all processes within one or more containers
  update      Update configuration of one or more containers
  version     Show the Docker version information
  wait        Block until one or more containers stop, then print their exit codes

Run &#039;docker COMMAND --help&#039; for more information on a command.</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41424/uninstall-a-perl-module</guid>
	<pubDate>Fri, 13 Mar 2020 05:41:10 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41424/uninstall-a-perl-module</link>
	<title><![CDATA[Uninstall a perl module !]]></title>
	<description><![CDATA[<code># uninstall_perl_module.pl from PerlTricks.com

use 5.14.2;
use ExtUtils::Installed;
use ExtUtils::Packlist;

# Exit unless a module name was passed
die (&quot;Error: no Module::Name passed as an argument. E.G.\n\t perl $0 Module::Name\n&quot;) unless $#ARGV == 0;

my $module = shift @ARGV;

my $installed_modules = ExtUtils::Installed-&gt;new;

# iterate through and try to delete every file associated with the module
foreach my $file ($installed_modules-&gt;files($module)) {
    print &quot;removing $file\n&quot;;
    unlink $file or warn &quot;could not remove $file: $!\n&quot;;
}

# delete the module packfile
my $packfile = $installed_modules-&gt;packlist($module)-&gt;packlist_file;
print &quot;removing $packfile\n&quot;;
unlink $packfile or warn &quot;could not remove $packfile: $!\n&quot;;

# delete the module directories if they are empty
foreach my $dir (sort($installed_modules-&gt;directory_tree($module))) {
    print(&quot;removing $dir\n&quot;);
    rmdir $dir or warn &quot;could not remove $dir: $!\n&quot;;
}

#Run
#perl uninstall_perl_module.pl Bio::SCF</code>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41412/download-with-snakemake</guid>
	<pubDate>Wed, 11 Mar 2020 07:16:44 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41412/download-with-snakemake</link>
	<title><![CDATA[Download with Snakemake !]]></title>
	<description><![CDATA[<code># list sample names &amp; download URLs.
sample_links = {&quot;ERR458493&quot;: &quot;https://osf.io/5daup/download&quot;,
                &quot;ERR458494&quot;:&quot;https://osf.io/8rvh5/download&quot;,
                 &quot;ERR458495&quot;:&quot;https://osf.io/2wvn3/download&quot;,
                 &quot;ERR458500&quot;:&quot;https://osf.io/xju4a/download&quot;,
                 &quot;ERR458501&quot;: &quot;https://osf.io/nmqe6/download&quot;,
                 &quot;ERR458502&quot;: &quot;https://osf.io/qfsze/download&quot;}

# the sample names are dictionary keys in sample_links. extract them to a list we can use below
SAMPLES=sample_links.keys()

# download yeast rna-seq data from Schurch et al, 2016 study
rule download_all:
    input:
        expand(&quot;rnaseq/raw_data/{sample}.fq.gz&quot;, sample=SAMPLES)

# rule to download each individual file specified in sample_links
rule download_reads:
    output: &quot;rnaseq/raw_data/{sample}.fq.gz&quot; 
    params:
        # dynamically generate the download link directly from the dictionary
        download_link = lambda wildcards: sample_links[wildcards.sample]
    shell: &quot;&quot;&quot;
        curl -L {params.download_link} -o {output}
        &quot;&quot;&quot;</code>]]></description>
	<dc:creator>Surabhi Chaudhary</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41352/exit-bash-script-when-any-command-fails</guid>
	<pubDate>Sat, 07 Mar 2020 01:10:17 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41352/exit-bash-script-when-any-command-fails</link>
	<title><![CDATA[Exit Bash Script When Any Command Fails]]></title>
	<description><![CDATA[<code>This can actually be done with a single line using the set builtin command with the -e option.

#1------------------------------------------------------------------------
# exit when any command fails
#Putting this at the top of a bash script will cause the script to exit if any commands return a non-zero exit code. 
set -e

#all other commands

#2------------------------------------------------------------------------

#Other fancy way, by keeping the track of each command

# exit when any command fails
set -e

# keep track of the last executed command
trap &#039;last_command=$current_command; current_command=$BASH_COMMAND&#039; DEBUG
# echo an error message before exiting
trap &#039;echo &quot;\&quot;${last_command}\&quot; command filed with exit code $?.&quot;&#039; EXIT


#3---------------------------------------------------------------------
#With a subs

exit_on_error() {
    exit_code=$1
    last_command=${@:2}
    if [ $exit_code -ne 0 ]; then
        &gt;&amp;2 echo &quot;\&quot;${last_command}\&quot; command failed with exit code ${exit_code}.&quot;
        exit $exit_code
    fi
}

# enable !! command completion
set -o history -o histexpand</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41350/install-conda-on-remote-server</guid>
	<pubDate>Sat, 07 Mar 2020 00:52:01 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41350/install-conda-on-remote-server</link>
	<title><![CDATA[Install conda on remote server !]]></title>
	<description><![CDATA[<code>Please take a look at the Anaconda repo archive page https://repo.continuum.io/archive/

and select an appropriate version that you like to install.

$ wget -c https://repo.continuum.io/archive/Anaconda3-vers.num-Linux-x86_64.sh
$ bash Anaconda3-version.num-Linux-x86_64.sh

$ wget -c https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh
$ bash Anaconda3-5.0.1-Linux-x86_64.sh

OR try this

# Go to home directory
cd ~

# You can change what anaconda version you want at 
# https://repo.continuum.io/archive/
wget https://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86_64.sh
bash Anaconda3-4.2.0-Linux-x86_64.sh -b -p ~/anaconda
rm Anaconda3-4.2.0-Linux-x86_64.sh
echo &#039;export PATH=&quot;~/anaconda/bin:$PATH&quot;&#039; &gt;&gt; ~/.bashrc 

# Refresh basically
source .bashrc

conda update conda</code>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<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/41326/circos-with-circosjs</guid>
	<pubDate>Mon, 02 Mar 2020 23:29:38 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41326/circos-with-circosjs</link>
	<title><![CDATA[Circos with circosJS]]></title>
	<description><![CDATA[<code>&lt;!DOCTYPE html&gt;
&lt;html&gt;

&lt;head&gt;
    &lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&#039;https://cdn.rawgit.com/nicgirault/circosJS/v2/dist/circos.js&#039;&gt;&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;script&gt;
    let width = $(window).width() - 20,
        height = $(window).height() - 20

    let svg = d3.select(&quot;body&quot;)
        .append(&quot;svg&quot;)
        .attr(&#039;id&#039;, &#039;chart&#039;)
        .attr(&quot;width&quot;, width)
        .attr(&quot;height&quot;, height)

    let instance = new Circos({
        container: &#039;#chart&#039;,
        width: width,
        height: height,
    })

    let layout_data = [
        {&quot;len&quot;: 31, &quot;color&quot;: &quot;#8dd3c7&quot;, &quot;label&quot;: &quot;January&quot;, &quot;id&quot;: &quot;january&quot;},
        {&quot;len&quot;: 28, &quot;color&quot;: &quot;#ffffb3&quot;, &quot;label&quot;: &quot;February&quot;, &quot;id&quot;: &quot;february&quot;},
        {&quot;len&quot;: 31, &quot;color&quot;: &quot;#bebada&quot;, &quot;label&quot;: &quot;March&quot;, &quot;id&quot;: &quot;march&quot;},
        {&quot;len&quot;: 30, &quot;color&quot;: &quot;#fb8072&quot;, &quot;label&quot;: &quot;April&quot;, &quot;id&quot;: &quot;april&quot;},
        {&quot;len&quot;: 31, &quot;color&quot;: &quot;#80b1d3&quot;, &quot;label&quot;: &quot;May&quot;, &quot;id&quot;: &quot;may&quot;},
        {&quot;len&quot;: 30, &quot;color&quot;: &quot;#fdb462&quot;, &quot;label&quot;: &quot;June&quot;, &quot;id&quot;: &quot;june&quot;},
        {&quot;len&quot;: 31, &quot;color&quot;: &quot;#b3de69&quot;, &quot;label&quot;: &quot;July&quot;, &quot;id&quot;: &quot;july&quot;},
        {&quot;len&quot;: 31, &quot;color&quot;: &quot;#fccde5&quot;, &quot;label&quot;: &quot;August&quot;, &quot;id&quot;: &quot;august&quot;},
        {&quot;len&quot;: 30, &quot;color&quot;: &quot;#d9d9d9&quot;, &quot;label&quot;: &quot;September&quot;, &quot;id&quot;: &quot;september&quot;},
        {&quot;len&quot;: 31, &quot;color&quot;: &quot;#bc80bd&quot;, &quot;label&quot;: &quot;October&quot;, &quot;id&quot;: &quot;october&quot;},
        {&quot;len&quot;: 30, &quot;color&quot;: &quot;#ccebc5&quot;, &quot;label&quot;: &quot;November&quot;, &quot;id&quot;: &quot;november&quot;},
        {&quot;len&quot;: 31, &quot;color&quot;: &quot;#ffed6f&quot;, &quot;label&quot;: &quot;December&quot;, &quot;id&quot;: &quot;december&quot;},
  	];


    let layout_data2 = [
	{ source: { id: &#039;january&#039;, start: 1, end: 12 }, target: { id: &#039;april&#039;, start: 18, end: 20 }},
  	{ source: { id: &#039;february&#039;, start: 20, end: 28}, target: { id: &#039;december&#039;, start: 1, end: 13}}
   	];  

    let configuration = {
        innerRadius: 250,
        outerRadius: 300,
        cornerRadius: 10,
        gap: 0.04, // in radian
        labels: {
            display: true,
            position: &#039;center&#039;,
            size: &#039;14px&#039;,
            color: &#039;#000000&#039;,
            radialOffset: 20,
        },
        ticks: {
            display: true,
            color: &#039;grey&#039;,
            spacing: 10000000,
            labels: true,
            labelSpacing: 10,
            labelSuffix: &#039;Mb&#039;,
            labelDenominator: 1000000,
            labelDisplay0: true,
            labelSize: &#039;10px&#039;,
            labelColor: &#039;#000000&#039;,
            labelFont: &#039;default&#039;,
            majorSpacing: 5,
            size: {
                minor: 2,
                major: 5,
            }
        },
        clickCallback: null
    }

    instance.layout(layout_data, configuration)

    instance.render()

&lt;/script&gt;
&lt;/body&gt;


&lt;/html&gt;</code>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41324/r-script-to-plot-vcf-file</guid>
	<pubDate>Mon, 02 Mar 2020 01:00:51 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41324/r-script-to-plot-vcf-file</link>
	<title><![CDATA[R script to plot VCF file]]></title>
	<description><![CDATA[<code>library(vcfR)

vcf_file &lt;- system.file(&quot;file.vcf$&quot;, package = pkg)

vcf &lt;- read.vcfR( vcf_file, verbose = FALSE )

chrom &lt;- create.chromR(name=&#039;Supercontig&#039;, vcf=vcf)

plot(chrom)

#MORE at https://cran.r-project.org/web/packages/vcfR/vignettes/intro_to_vcfR.html</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>