<?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: Related items]]></title>
	<link>https://bioinformaticsonline.com/related/41991?offset=760</link>
	<atom:link href="https://bioinformaticsonline.com/related/41991?offset=760" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/28829/jrf-bioinformatics-at-manit-india</guid>
  <pubDate>Thu, 18 Aug 2016 02:48:53 -0500</pubDate>
  <link></link>
  <title><![CDATA[JRF Bioinformatics at MANIT, India]]></title>
  <description><![CDATA[
<p>Advt. No.: Maths./577/2016 Date: 12/08/2016<br />JRF Bioinformatics Job Position in Maulana Azad National Institute of Technology (MANIT) purely temporary basis<br />Project Title : “Computational Approach to Study Complex Biological Network of Diseases using Molecular Data”<br />Essential Qualifications &amp; experience: M.Tech in Bioinformatics/ Computational System biology/Computer Science or M.Sc. in Bio informatics/Biotechnology/Mathematics/Statistics from recognized University/ Institute. Preference will be given to GATE/NET qualified candidates.<br />No. of Post : 01<br />Fellowship: INR 12000<br /> <br />How to apply<br />The duly completed application on prescribed format along with copies of supporting documents must reach to: office of the Dr. Usha Chouhan, Principal Investigator, Department of Mathematics, Bioinformatics &amp; Computer Applications, Maulana Azad National Institute of Technology, Bhopal-462003 on or before 31/08/2016. A soft copy of the application should also be sent to ycchouhan@gmail.com  email address of Principal Investigator.</p>

<p>More at http://www.web.manit.ac.in/Year%202016/JRF/walk%20in.pdf</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/28926/scientist-at-advanced-centre-for-treatment-research-and-education-in-cancer-navi-mumbai-maharashtra</guid>
  <pubDate>Tue, 30 Aug 2016 04:16:15 -0500</pubDate>
  <link></link>
  <title><![CDATA[Scientist at Advanced Centre for Treatment, Research and Education in Cancer - Navi Mumbai, Maharashtra]]></title>
  <description><![CDATA[
<p>Scientist <br />Advanced Centre for Treatment, Research and Education in Cancer - Navi Mumbai, Maharashtra<br />Scientist (One position) <br />Project: Bioinformatics centre DBT- Sub-DIC at ACTREC <br />Funding agency: DBT Grant No.232 </p>

<p>Duration of the Project: Six Months from the date of appointment can be extended further for six months <br />Essential Qualification and Experience: 1st Class Masters Degree in Bioinformatics or Life Sciences equivalent degree from a recognized University with 4 years R&amp;D experience in Bioinformatics or relevant subjects from recognized institutes. <br />OR <br />Ph.D. degree in Bioinformatics or Life Sciences from recognized University. <br />M.Sc. degree obtained after a one year course will not be considered. <br />Experience: Research/teaching experience in Bioinformatics or relevant subjects form recognized Institute(s). </p>

<p>More at http://www.actrec.gov.in/data%20files/Vacancies/2016/AV-scin-stud-trainee-6-Sept-16.docx</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/29262/bioinformatics-jobs-at-chittaranjan-national-cancer-institute</guid>
  <pubDate>Thu, 29 Sep 2016 09:36:33 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics jobs at Chittaranjan National Cancer Institute]]></title>
  <description><![CDATA[
<p>Chittaranjan National Cancer Institute Advertisement No.497/2016 Invites Applications For Senior Scientific Officer, Gr. II </p>

<p>Note: Experience in the following field required: Molecular cancer cytogenetic and genetic toxicology Molecular drug Designing and targeted therapy Cancer genomics, proteomics, bioinformatics and next generation sequencing Therapeutic stem cell research and gene therapy Molecular cancer immunology and immunotherapy Molecular epidemiology Tumor endocrinology Translation research Ultra structural/tissue engg/development biology research Virus and cancer Molecular pathology No. of Posts: 11 (Eleven), (SC-1, OBC-3, UR-7) </p>

<p>Location: Kolkata (Calcutta) Salary: Rs.15600-39100 + Grade, Pay Rs.5400/- </p>

<p>For details kindly refer to the Employment News dated 24-30 September, 2016 and in the Institute’s Website: http://www.cnci.org.in </p>

<p>Last date for receipt of applications is 30 days from the date of notification in the Employment News. Director Chittaranjan National Cancer Institute 378, S.P. </p>

<p>Institute’s Website: http://www.cnci.org.in</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/29479/how-to-install-perl-modules-on-mac-os-x-in-easy-steps</guid>
	<pubDate>Thu, 20 Oct 2016 07:26:29 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/29479/how-to-install-perl-modules-on-mac-os-x-in-easy-steps</link>
	<title><![CDATA[How to install Perl modules on Mac OS X in easy steps !!]]></title>
	<description><![CDATA[<p>Today at work, I learned how to install Perl modules using&nbsp;<a href="http://en.wikipedia.org/wiki/CPAN">CPAN</a>. It&rsquo;s a lot easier than I thought.</p><p>You see, for the past couple of years, I&rsquo;ve been a bit frustrated because OS X does not come with a whole lot of Perl modules pre-installed, and for all I googled, I couldn&rsquo;t find an &ldquo;idiot&rsquo;s&rdquo; guide for moderately-savvy-but-not-expert users like myself to install modules and dependencies on demand.</p><p>The only instructions I could find point to&nbsp;<a href="http://fink.sourceforge.net/">Fink</a>, which basically installs modules in a path that isn&rsquo;t included in the Perl @INC variable, meaning you have to manually specify the full path to the modules in every script &mdash; which is not a lot of fun if you&rsquo;re developing on OS X and deploying on Red Hat, for instance.</p><p>Moreover, Fink doesn&rsquo;t seem to make every module available, and it&rsquo;s not very easy to determine which Fink package you need to install if you need a particular module.</p><p>So, with a script that called on several apparently unavailable modules, and a deadline looming, I finally decided to suck it up and figure out how to use CPAN to install them:</p><h4>1) Make sure you have the Apple Developer Tools (XCode) installed.</h4><p>These are on one of your install discs, or available as a huge but free download from the&nbsp;<a href="https://developer.apple.com/xcode/">Apple Developer Connection</a>&nbsp;[free registration required] or the Mac App Store. I thought I had them, but apparently when we upgraded that computer to Tiger, they went missing.</p><p>If you don&rsquo;t have this stuff installed, your installation will fail with errors about unavailable commands.</p><h4>1.5) Install Command Line Tools (Recent XCode versions only)</h4><p>(Thank you to Tom Marchioro for informing me about this step.)</p><p>Older versions of XCode installed the command line tools (which are required to properly install CPAN modules) by default, but apparently newer ones do not. To check whether you have the command line tools already installed, run the following from the Terminal:</p><p><code>$ which make</code></p><p>This command checks the system for the &ldquo;<code>make</code>&rdquo; tool. If it spits out something like&nbsp;<code>/usr/bin/make</code>&nbsp;you&rsquo;re golden and can skip ahead to Step 2. If you just get a new prompt and no output, you&rsquo;ll need to install the tools:</p><ol>
<li>Launch XCode and bring up the Preferences panel.</li>
<li>Click on the Downloads tab</li>
<li>Click to install the Command Line Tools</li>
</ol><p>If you like, you can run&nbsp;<code>which make</code>&nbsp;again to confirm that everything&rsquo;s installed correctly.</p><h4>2) Configure CPAN.</h4><p><code>$ sudo perl -MCPAN -e shell</code></p><p><code>perl&gt; o conf init</code></p><p>This will prompt you for some settings. You can accept the defaults for almost everything (just hit &ldquo;return&rdquo;). The two things you must fill in are the path to&nbsp;<code>make</code>&nbsp;(which should be&nbsp;<code>/usr/bin/make</code>&nbsp;or the value returned when you run&nbsp;<code>which make</code>&nbsp;from the command line) and your choice of CPAN mirrors (which you actually choose don&rsquo;t really matter, but it won&rsquo;t let you finish until you select at least one). If you use a proxy or a very restrictive firewall, you may have to configure those settings as well.</p><p>If you skip Step 2, you may get errors about&nbsp;<code>make</code>&nbsp;being unavailable.</p><h4>3) Upgrade CPAN</h4><p><code>$ sudo perl -MCPAN -e 'install Bundle::CPAN'</code></p><p>Don&rsquo;t forget the&nbsp;<code>sudo</code>, or it&rsquo;ll fail with permissions errors, probably when doing something relatively unimportant like installing&nbsp;<code>man</code>&nbsp;files.</p><p>This will spend a long time downloading, testing, and compiling various files and dependencies. Bear with it. It will prompt you a few times about dependencies. You probably want to enter &ldquo;yes&rdquo;. I agreed to everything it asked me, and everything turned out fine. YMMV of course. If everything installs properly, it&rsquo;ll give you an &ldquo;OK&rdquo; at the end.</p><h4>4) Install your modules. For each module&hellip;.</h4><p><code>$ sudo perl -MCPAN -e 'install Bundle::Name'</code></p><p>or</p><p><code>$ sudo perl -MCPAN -e 'install Module::Name'</code></p><p>This will install the module&nbsp;<em>and</em>&nbsp;its dependencies. Nice, eh? Again, don&rsquo;t forget the&nbsp;<code>sudo</code>.</p><p>The first time you run this after upgrading CPAN, it may prompt you to configure again (see Step 2). If you accept its offer to try to configure itself automatically, it may just run through everything without a problem.</p><p>There are a couple of potential pitfalls with specific modules (such as the<code>LWP::UserAgent</code>&nbsp;/&nbsp;<code>HEAD</code>&nbsp;issue), but most have workarounds, and I haven&rsquo;t run into anything that wasn&rsquo;t easily recoverable.</p><p>And that&rsquo;s it!</p><p>Did you find this useful? Is there anything I missed?</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/29578/plink2</guid>
	<pubDate>Thu, 27 Oct 2016 11:24:45 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/29578/plink2</link>
	<title><![CDATA[PLINK2]]></title>
	<description><![CDATA[<p><span>This is a comprehensive update to Shaun Purcell's&nbsp;</span><a href="http://pngu.mgh.harvard.edu/~purcell/plink/">PLINK</a><span>&nbsp;command-line program, developed by&nbsp;</span><a href="mailto:chrchang@alumni.caltech.edu">Christopher Chang</a><span>&nbsp;with support from the&nbsp;</span><a href="http://www.niddk.nih.gov/">NIH-NIDDK</a><span>'s Laboratory of Biological Modeling, the&nbsp;</span><a href="http://research.mssm.edu/statgen/">Purcell Lab</a><span>&nbsp;at Mount Sinai School of Medicine, and others. (</span><a href="https://www.cog-genomics.org/plink2/#new">What's new?</a><span>) (</span><a href="https://www.cog-genomics.org/plink2/credits">Credits.</a><span>) (</span><a href="http://www.gigasciencejournal.com/content/4/1/7">Methods paper.</a><span>)</span></p><p>Address of the bookmark: <a href="https://www.cog-genomics.org/plink2/" rel="nofollow">https://www.cog-genomics.org/plink2/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/29614/art-set-of-simulation-tools</guid>
	<pubDate>Thu, 03 Nov 2016 08:28:25 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/29614/art-set-of-simulation-tools</link>
	<title><![CDATA[ART: Set of Simulation Tools]]></title>
	<description><![CDATA[<p>ART is a set of simulation tools to generate synthetic next-generation sequencing reads. ART simulates sequencing reads by mimicking real sequencing process with empirical error models or quality profiles summarized from large recalibrated sequencing data. ART can also simulate reads using user own read error model or quality profiles. ART supports simulation of single-end, paired-end/mate-pair reads of three major commercial next-generation sequencing platforms: Illumina's Solexa, Roche's 454 and Applied Biosystems' SOLiD. ART can be used to test or benchmark a variety of method or tools for next-generation sequencing data analysis, including read alignment, de novo assembly, SNP and structure variation discovery. ART was used as a primary tool for the simulation study of the <span><a href="http://www.1000genomes.org/" target="_blank">1000 Genomes Project<span></span></a></span> . ART is implemented in C++ with optimized algorithms and is highly efficient in read simulation. ART outputs reads in the FASTQ format, and alignments in the ALN format. ART can also generate alignments in the SAM alignment or UCSC BED file format. ART can be used together with genome variants simulators (e.g. <span><a href="http://bioinform.github.io/varsim/" target="_blank">VarSim<span></span></a></span>) for evaluating variant calling tools or methods.</p><p>Address of the bookmark: <a href="http://www.niehs.nih.gov/research/resources/software/biostatistics/art/" rel="nofollow">http://www.niehs.nih.gov/research/resources/software/biostatistics/art/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/29842/research-assistant-bioinformatics-recruitment-in-national-institute-of-cancer-prevention-research-icmr-on-contract-basis</guid>
  <pubDate>Tue, 15 Nov 2016 17:15:48 -0600</pubDate>
  <link></link>
  <title><![CDATA[Research Assistant Bioinformatics recruitment in National Institute Of Cancer Prevention &amp; Research (ICMR) on Contract basis]]></title>
  <description><![CDATA[
<p>National Institute Of Cancer Prevention &amp; Research - ICMR</p>

<p>Research Assistant Bioinformatics recruitment in National Institute Of Cancer Prevention &amp; Research (ICMR) on Contract basis <br />Project entitled: “Next generation EGFR inhibitor identification using ligand based QSAR technique” </p>

<p>Essential: M.Sc. in Bioinformatics or related field. Desirable: Experience in QSAR and structure based drug designing.<br />Age: 28 years<br />No.of Post: 1</p>

<p>Pay Scale : Rs.27000</p>

<p>Application format is attached and should be sent by post to Dr. Subhash M Agarwal, Scientist D, Division of Bioinformatics, National Institute of Cancer Prevention &amp; Research (ICMR), Plot No. I-7, Sector-39, Noida 201301 (U.P).</p>

<p>More at http://www.icmr.nic.in/icmrnews/NICPR_Advertisement%20for%20RA.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/30012/swalo</guid>
	<pubDate>Wed, 30 Nov 2016 05:06:05 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/30012/swalo</link>
	<title><![CDATA[SWALO]]></title>
	<description><![CDATA[<p>SWALO (scaffolding with assembly likelihood optimization) is a method for scaffolding based on likelihood of genome assemblies computed using generative models for sequencing.</p>
<p><a href="https://atifrahman.github.io/SWALO/swalo-0.9.7-beta.tar.gz"><strong>Download</strong></a></p>
<p><strong>Git repository of SWALO is at <a href="https://github.com/atifrahman/SWALO">https://github.com/atifrahman/SWALO</a>.</strong></p><p>Address of the bookmark: <a href="https://atifrahman.github.io/SWALO/" rel="nofollow">https://atifrahman.github.io/SWALO/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/30027/dbt-india</guid>
	<pubDate>Sun, 04 Dec 2016 22:30:37 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/30027/dbt-india</link>
	<title><![CDATA[DBT India]]></title>
	<description><![CDATA[<p>Latest announcement on DBT India.&nbsp;</p>
<p>Calls</p>
<p>Events</p>
<p>Projects</p>
<p>Jobs</p>
<p>&nbsp;</p><p>Address of the bookmark: <a href="http://www.dbtindia.nic.in/out-reach/latest-announcements/" rel="nofollow">http://www.dbtindia.nic.in/out-reach/latest-announcements/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/30334/postdoc-at-ubritishcolumbia-in-troutgenomics</guid>
  <pubDate>Thu, 22 Dec 2016 08:18:46 -0600</pubDate>
  <link></link>
  <title><![CDATA[Postdoc at UBritishColumbia in TroutGenomics]]></title>
  <description><![CDATA[
<p>Landscape Genomics Postdoc at UBC A research team at the University of British Columbia’s Department of Zoology and Biodiversity Research Centre is seeking a postdoctoral researcher in landscape genetics of native rainbow trout (Oncorhynchus mykiss). </p>

<p>This project is part of a larger Genome Canada project on genetics and physiology of adaptation to climate change in rainbow trout, and the population genomics component is in the labs of Eric Taylor and Michael Whitlock. The landscape genomics component primarily involves whole genome sequencing approaches to understanding the genomic basis of adaptation to features of habitat, but also to provide insights into phylogeography and the influence of watershed structure on population subdivision in rainbow trout. A PhD in a related field with expertise in basic theory and bioinformatic analysis of population genomics data is required. </p>

<p>The position is available for one year with renewal for up to three additional years. Salary is $55,000 per year plus benefits. To apply, please send a brief cover letter summarizing your qualifications for the position, a CV, and the names, addresses, phone numbers and emails of three references. </p>

<p>Review of applications will begin January 16, 2017. Address application materials to etaylor@zoology.ubc.ca to whom any questions can also be addressed. etaylor@zoology.ubc.ca</p>
]]></description>
</item>

</channel>
</rss>