<?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/28269?offset=680</link>
	<atom:link href="https://bioinformaticsonline.com/related/28269?offset=680" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/28618/jrf-bioinformatics-at-dpu-india</guid>
  <pubDate>Fri, 05 Aug 2016 03:06:26 -0500</pubDate>
  <link></link>
  <title><![CDATA[JRF Bioinformatics at DPU, India]]></title>
  <description><![CDATA[
<p>Advertisement for position of “JRF (Junior Research Fellow)” on DST research project “Molecular modeling and docking studies on Deguelin and its derivatives with cell cycle arrest, apoptosis and anti-angiogenesis pathway proteins in cancer cell signaling pathway”</p>

<p>Applications are invited on plain paper from eligible candidates along with biodata and copies of certificates in support of age, qualification and experience for the following position:</p>

<p>Particulars Description</p>

<p>1. Position &amp; No. JRF (Junior Research Fellow) 01</p>

<p>2. Title of the Project Molecular modeling and docking studies on Deguelin and its derivatives with cell cycle arrest, apoptosis and anti-angiogenesis pathway proteins in cancer cell signaling pathway</p>

<p>3. Tenure 3 years</p>

<p>4. Investigator Dr. K. V.Swamy</p>

<p>5. Institute Dr. D. Y. Patil Biotechnology and Bioinformatics Institute, Tathawade, Pune 411033.</p>

<p>5. Qualifications/Eligibility</p>

<p>Essential: NET (National Eligibility Test) qualified M. Sc Bioinformatics/ M. Tech Bioinformatics/M. Sc Biotechnology/M. Tech Biotechnology or Graduate degree in Professional course with NET qualification or Post graduation degree in professional course</p>

<p>The following examinations conducted by various Central Government Departments/Agencies are considered as National Eligibility Test (NET).</p>

<p>1. CSIR-UGC-LS <br />2. GATE (Graduate Aptitude Test in Engineering) <br />3. JAM (Joint Admission Test) <br />4. GPAT (Graduate Pharmacy Aptitude Test) <br />5. BET(Biotechnology Eligibility Test) <br />6. BINC(Bioinformatics National Consortium) <br />7. JEST( Joint Entrance Screening Test) <br />8. JGEEBILS(Joint Graduate Entrance Examination for Biology &amp; Interdisciplinary Life Sciences) <br />9. NBHM Ph.D scholarship Screening Test <br />10. ICMR- JRF Entrance Examination <br />11. AICE (ICAR-All India competitive Examination ) <br />(For all above examinations valid score considered at the time of interview)</p>

<p>Desirable: Knowledge and skills in Bioinformatics tools/ softwares</p>

<p>6. Monthly Emoluments Rs.25,000/ (As per DST-SERB rules)</p>

<p>7. Last date for submission of prescribed application 20/08/2016</p>

<p>Kindly send your applications to “Dr. K. V. Swamy, Asst.Professor, Dr. D. Y. Patil Biotechnology &amp; Bioinformatics Institute, Survey No. 87/88, Mumbai-Pune Express Way, Tathawade, Pune - 411033, Maharashtra, India”. Highlight the envelope with “Application for post of JRF (Junior Research Fellow)”.</p>

<p>Note: No TA/DA will be paid for attending the interview.</p>

<p>Advertisement: http://careers.dpu.edu.in/Biotech.aspx</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/29016/traineeshipstudentship-conducts-university-of-delhi-gargi-college</guid>
  <pubDate>Mon, 05 Sep 2016 03:45:58 -0500</pubDate>
  <link></link>
  <title><![CDATA[Traineeship/Studentship conducts University of Delhi (Gargi College)]]></title>
  <description><![CDATA[
<p>Traineeship/Studentship cunducts University of Delhi (Gargi College) on purely temporary for a period of six months.<br />Traineeship — 01 (one post)<br />Essential Qualification: Post Graduate degree in Bioinformatics or any other branch of Life Sciences preferably with dissertation in Bioinformatics. Desirable Qualification: Prior knowledge of programming languages such as C, VB, SQL etc. and software/database development<br />Studentship- 01 (one post)<br />Essential Qualifications: Final year Post Graduate students pursuing a degree in Bioinformatics or any branch of Life Science with knowledge of bioinformatics<br />Salary: Rs.8000/- p.m.<br />How to apply<br />Interested candidates are required to appear for the walk in interview on 14th. September, 2016 at 9.30 AM in Principal's Office, Gargi College, Sirifort Road, N. Delhi-110049</p>

<p>More at http://www.du.ac.in/du/index.php?mact=News,cntnt01,detail,0&amp;cntnt01articleid=12859&amp;cntnt01returnid=83</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/opportunity/view/29953/traineeship-at-jawaharlal-nehru-tropical-botanic-garden-and-research-institute</guid>
  <pubDate>Fri, 25 Nov 2016 08:07:59 -0600</pubDate>
  <link></link>
  <title><![CDATA[Traineeship at JAWAHARLAL NEHRU TROPICAL BOTANIC GARDEN AND RESEARCH INSTITUTE]]></title>
  <description><![CDATA[
<p>JAWAHARLAL NEHRU TROPICAL BOTANIC GARDEN AND RESEARCH INSTITUTE</p>

<p>THIRUVANANTHAPURAM - 695 562</p>

<p>Traineeship on Bioinformatics(2)</p>

<p>First class M.Sc. Bioinformatics/ Agriculture/ Botany/ Biotechnology @ Rs.8000</p>

<p>Those candidates who fulfill the above criteria may attend a walk PCC Coordinator in-interview on 28th November 2016 at Saraswathy Thangavelu center, JNTBGRI, Puthenthope, Thiruvananthapuram between at 10.00 am and 2.00 pm with all the relevant document and testimonials.</p>

<p>No TA/DA will be given to candidates for attending the interview.</p>

<p>More Info : http://jntbgri.res.in/downloads/traineeship_notification.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/file/view/29652/bioistats-ppt</guid>
	<pubDate>Tue, 08 Nov 2016 07:09:01 -0600</pubDate>
	<link>https://bioinformaticsonline.com/file/view/29652/bioistats-ppt</link>
	<title><![CDATA[Bioistats PPT]]></title>
	<description><![CDATA[<p>Basics concepts of&nbsp;Probability: The Study of Randomness</p><p>Biostatistics is the application of statistics to a wide range of topics in biology. The science of biostatistics encompasses the design of biological experiments, especially in medicine, pharmacy, agriculture and fishery; the collection, summarization, and analysis of data from those experiments; and the interpretation of, and inference from, the results. A major branch of this is medical biostatistics, which is exclusively concerned with medicine and health.</p>]]></description>
	<dc:creator>Jit</dc:creator>
	<enclosure url="https://bioinformaticsonline.com/file/download/29652" length="1663809" type="application/pdf" />
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/29849/ra-bioinformatics-at-national-institute-of-cancer-prevention-research-icmr</guid>
  <pubDate>Thu, 17 Nov 2016 04:11:09 -0600</pubDate>
  <link></link>
  <title><![CDATA[RA Bioinformatics at NATIONAL INSTITUTE OF CANCER PREVENTION &amp; RESEARCH (ICMR)]]></title>
  <description><![CDATA[
<p>NATIONAL INSTITUTE OF CANCER PREVENTION &amp; RESEARCH (ICMR)</p>

<p>Noida 201301 (U.P)</p>

<p>Applications are invited upto 21.11.2016 from interested candidates as per details available on NICPR website (www.nicpr.res.in)/ ICMR website (www.icmr.nic.in) to fill up following temporary position in the time bound DHR Project entitled “Next generation EGFR inhibitor identification using ligand based QSAR technique” under Dr. Subhash M. Agarwal, Scientist-D, Division of Bioinformatics.</p>

<p>Research Assistant (One)</p>

<p>Rs.27000/- p.m. (Fixed/temporary)</p>

<p>Essential: M.Sc. in Bioinformatics or related field.</p>

<p>Desirable: Experience in QSAR and structure based drug designing.</p>

<p>More Info : www.icmr.nic.in/icmrnews/NICPR_Advertisement%20for%20RA.pdf</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/29998/csir-nehru-science-postdoctoral-research-fellowship</guid>
  <pubDate>Tue, 29 Nov 2016 12:34:59 -0600</pubDate>
  <link></link>
  <title><![CDATA[CSIR Nehru Science Postdoctoral Research Fellowship]]></title>
  <description><![CDATA[
<p>CSIR Nehru Science Postdoctoral Research Fellowship</p>

<p>About Fellowship: <br />CSIR Nehru Science Postdoctoral Research Fellowship Scheme is an Research Fellowship awarded/given by HRD Ministry, Govt. of India every year to more than 100 fellows.</p>

<p>It was started to identify promising and young researchers with novel ideas and provide them research opportunities in the areas of basic science, engineering, medicine &amp; agriculture.</p>

<p>The fellowship aims at facilitating their transition from mentored to independent research career.</p>

<p>In addition, check these ICTS Research Fellowships:<br />1.) Max-Planck Partner Group Fellowships 2017-18<br />2.) ICTS-Simons Postdoctoral Fellowships 2017<br />3.) ICTS Post Doctoral Fellowships 2017<br />4.) Airbus Prize Postdoctoral Fellowship 2017-18</p>

<p>Eligibility: To be eligible for this fellowship, you:<br />1.) PhD degree (within 3 years of award of PhD degree), OR<br />2.) Those who have submitted PhD theses.<br />3.) Applicants should have research publications in good impact factor SCI journals.<br />4.) Indian nationals, Persons of Indian Origin (PIO) &amp; Overseas Citizen of India (OCI), a can also apply.<br />5.) Maximum Age Limit: 32 years.</p>

<p>Duration: <br />– 2 Years.<br />– extendable for a maximum of 1 more year based on performance.</p>

<p>Remuneration: <br />– Rs. 50,000/- per month plus House Rent Allowance (HRA)<br />– A contingency grant of Rs. 3.0 lakh per annum.<br />– 25% of the contingency grant can be used for domestic and international travel.</p>

<p>Mode of Selection: You can apply throughout the year, but selection will be made twice a year, in June and December.</p>

<p>How to Apply: <br />– Read the instructions, given at Annexure-I in this PDF file.<br />– And, application form is given as, Annexure-II.<br />– Fill the form &amp; send it to the given address in the PDF file.</p>

<p>Deadline: Rolling Deadline (Applications accepted throughout the year)</p>

<p>Also See: Research Internship/ Fellowship in India:<br />1.) IIT Bombay Research Internship Awards Programme 2016-17<br />2.) IIT Delhi Internship Program 2016-17<br />3.) DAAD WISE – International Internship in Germany<br />4.) Summer Research Fellowship Programme| JNCASR Bangalore<br />5.) Indian Academy of Sciences Summer Internships 2017<br />6.) Winter Internship – IIT Bombay NPDE-TCA<br />7.) Viterbi – India Program 2017 | Research Internship in US<br />8.) Internship – Centre for Stem Cell Research, Vellore</p>

<p>Accommodation &amp; other benefits: <br />– Accommodation may be provided by CSIR, if available.<br />– Medical benefits as per CSIR norms.</p>

<p>For more details: <br />– Check this PDF Notification of Fellowship.<br />– List of CSIR Labs &amp; their work/activities can be seen at www.csir.res.in.</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/30018/bipype</guid>
	<pubDate>Thu, 01 Dec 2016 08:47:38 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/30018/bipype</link>
	<title><![CDATA[bipype]]></title>
	<description><![CDATA[<p><span>Bipype is a very useful program, which prepare a lot of types of bioinformatics analyses. There are three input options: amplicons, WGS (whole genome sequences) and metatranscriptomic data. If amplicons are input data, then bipype does reconstruction and pairs merging. After that biodiversity is searching. There are two types of searching depending on the amplicons types (ITS or 16S). If WGS are chosen, then bipype finds the SA coordinates of the input reads and generates alignments in the SAM format given single-end reads, aligns reads to reference sequence(s). All of these analyses will be shown with Krona program, which allows to show hierarchical data with pie charts.</span></p><p>Address of the bookmark: <a href="https://readthedocs.org/projects/bipype/" rel="nofollow">https://readthedocs.org/projects/bipype/</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>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/30375/mauve-a-system-for-constructing-multiple-genome-alignments-in-the-presence-of-large-scale-evolutionary-events-such-as-rearrangement-and-inversion</guid>
	<pubDate>Sat, 24 Dec 2016 09:20:53 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/30375/mauve-a-system-for-constructing-multiple-genome-alignments-in-the-presence-of-large-scale-evolutionary-events-such-as-rearrangement-and-inversion</link>
	<title><![CDATA[Mauve: a system for constructing multiple genome alignments in the presence of large-scale evolutionary events such as rearrangement and inversion]]></title>
	<description><![CDATA[<p>Mauve is a system for constructing multiple genome alignments in the presence of large-scale evolutionary events such as rearrangement and inversion. Multiple genome alignments provide a basis for research into comparative genomics and the study of genome-wide evolutionary dynamics.</p>
<p>Mauve has been developed with the idea that a multiple genome aligner should require only modest computational resources. It employs algorithmic techniques that scale well in the lengths of sequences being aligned. For example, a pair of&nbsp;<em>Y. pestis</em>&nbsp;genomes can be aligned in under a minute, while a group of 9 divergent Enterobacterial genomes can be aligned in a few hours. However, the current algorithm&rsquo;s compute time (progressiveMauve) scales cubically in the number of genomes to align, making it unsuitable for datasets containing more than 50-100 bacterial genomes.</p><p>Address of the bookmark: <a href="http://darlinglab.org/mauve/mauve.html" rel="nofollow">http://darlinglab.org/mauve/mauve.html</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>