<?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/5887?</link>
	<atom:link href="https://bioinformaticsonline.com/related/5887?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/35257/india-and-germany-to-begin-joint-research-in-the-area-of-bioinformatics-in-health-research</guid>
	<pubDate>Wed, 17 Jan 2018 14:10:36 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/35257/india-and-germany-to-begin-joint-research-in-the-area-of-bioinformatics-in-health-research</link>
	<title><![CDATA[India and Germany to begin joint research in the area of 'Bioinformatics in Health Research']]></title>
	<description><![CDATA[<p><span>To facilitate bilateral cooperation in biotechnology between the scientific communities of India and Germany, the Department of Biotechnology (DBT) will soon begin collaborative research in the identified priority area of 'Bioinformatics in Health Research' under the programme of Indo-German Cooperation in Health Research.&nbsp;</span><br /><br /><span>The purpose of the programme is to stimulate new collaborations, e.g. the preparation of joint projects under national funding programmes. The programme facilitates bilateral cooperation in biotechnology between the scientific communities of India and Germany by way of joint research projects which will encompass bilateral workshops/seminar and exchange visits of scientists.&nbsp;</span><br /><br /><span>The programme is being implemented within the agreement of Indo-German cooperation in S&amp;T of 1974, under which the Department of Biotechnology, Government of India and Forschungszentrum Julich BMBH (FZJ), Federal Republic of Germany, have agreed for cooperative programme in biotechnology.</span><br /><br /><span>DBT of the Ministry of Science &amp; Technology, Government of India and the Project Management Agency at the German Aerospace Center (DLR-PT, European and International Cooperation), Bonn are the nodal implementing agencies from the Indian and German side respectively.</span><br /><br /><span>Through this programme, it is expected that the funded cooperation enables the partners to develop applicable scientific results which can be published and/ or could be commercialised and may lead to formation of joint ventures. All publications, patents coming out of these projects, need to be jointly authored by both Indian and German scientists. All necessary approvals like ethical clearance, HMSC approval from Indian point of view as well as EU, if applicable, from German point of view, e.g. before conducting animal experimentation if any needs to be obtained by PIs before undertaking the project.&nbsp;</span><br /><br /><span>Now, both the nodal agencies have invited research proposals in identified priority area of 'Bioinformatics in Health Research' from eligible scientists.&nbsp; Joint research projects are required to be submitted to both the nodal agencies by 15 January 2018. Scientists/faculty members working in regular capacity in universities, national R&amp;D laboratories/institutes and private R&amp;D institutes can be part of this joint research programme.&nbsp;&nbsp; For the private sector, partners from all kind of private sectors are eligible, but financing is limited. For Indian scientists from the private sector, only local hospitality in Germany as part of the exchange visit is available from the German side.&nbsp; For German scientists from the private sector, only travel costs are available for small and medium size enterprises (for definition of SME ref. to 2003/361/EC) as well as local hospitality in India will be borne by themselves.</span></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/2727/download-mutliple-fasta-file-from-ncbi-in-one-go</guid>
	<pubDate>Wed, 21 Aug 2013 08:13:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/2727/download-mutliple-fasta-file-from-ncbi-in-one-go</link>
	<title><![CDATA[Download mutliple fasta file from NCBI in one GO!!]]></title>
	<description><![CDATA[<p>if you have less time, then use three ways mentioned in bookmark link to extract/download all fasta sequences in single click given that you already have a list of GIs or accession IDs .</p>
<p>Alternatively, use one liner perl script:</p>
<p>perl -ne 'if(/^&gt;(\S+)/){$c=$i{$1}}$c?print:chomp;$i{$_}=1 if @ARGV' GIs.txt &gt;sequence.fasta</p>
<p>where GIs.txt contains&nbsp;a list of GIs or accession IDs.</p>
<p>(from :<a href="http://edwards.sdsu.edu/labsite/index.php/robert?start=5">http://edwards.sdsu.edu/labsite/index.php/robert?start=5</a>)</p><p>Address of the bookmark: <a href="http://edwards.sdsu.edu/labsite/index.php/robert/380-ncbi-sequence-or-fasta-batch-download-using-entrez" rel="nofollow">http://edwards.sdsu.edu/labsite/index.php/robert/380-ncbi-sequence-or-fasta-batch-download-using-entrez</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43620/ncbi-datasets-cli-quickstart-command-line-tools</guid>
	<pubDate>Tue, 07 Dec 2021 02:51:26 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43620/ncbi-datasets-cli-quickstart-command-line-tools</link>
	<title><![CDATA[ncbi-datasets-cli -- Quickstart: command line tools !]]></title>
	<description><![CDATA[<p><span>Install and use the NCBI Datasets command line tools</span></p>
<p>The NCBI Datasets datasets command line tools are&nbsp;<a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v1/reference-docs/command-line/datasets/">datasets</a>&nbsp;and&nbsp;<a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v1/reference-docs/command-line/dataformat/">dataformat</a>&nbsp;.</p>
<p>Use&nbsp;<span>datasets</span>&nbsp;to download biological sequence data across all domains of life from NCBI.</p>
<p>Use&nbsp;<span>dataformat</span>&nbsp;to convert metadata from&nbsp;<a href="https://jsonlines.org/" target="_blank">JSON Lines</a>&nbsp;format to other formats.</p>
<p><strong>Conda download:</strong></p>
<p>https://anaconda.org/conda-forge/ncbi-datasets-cli</p>
<p><strong>Buld Download</strong></p>
<p>&nbsp;https://www.ncbi.nlm.nih.gov/datasets/builder/?tax_id=29979</p><p>Address of the bookmark: <a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v1/quickstarts/command-line-tools/" rel="nofollow">https://www.ncbi.nlm.nih.gov/datasets/docs/v1/quickstarts/command-line-tools/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/videolist/watch/11195/ncbi-gene-screencast</guid>
	<pubDate>Fri, 30 May 2014 06:21:18 -0500</pubDate>
	<link>https://bioinformaticsonline.com/videolist/watch/11195/ncbi-gene-screencast</link>
	<title><![CDATA[NCBI Gene Screencast]]></title>
	<description><![CDATA[<iframe width="" height="" src="https://www.youtube-nocookie.com/embed/WyFIf7YdM8A" frameborder="0" allowfullscreen></iframe>A short walkthrough of the NCBI Gene page]]></description>
	
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/27311/release-notes-for-genome-workbench-2105</guid>
	<pubDate>Thu, 12 May 2016 13:49:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/27311/release-notes-for-genome-workbench-2105</link>
	<title><![CDATA[Release Notes for Genome Workbench 2.10.5]]></title>
	<description><![CDATA[<p>New Features in latest release</p><ul>
<li>New ProSplign tool integrated with Genome Workbench (<a href="https://www.ncbi.nlm.nih.gov/tools/gbench/tutorial13">Tutorial</a>,&nbsp;<a href="https://www.youtube.com/watch?v=V9UqKJprzAg&amp;feature=youtu.be" target="_blank">Video</a>)</li>
<li>New export function for BAM/cSRA coverage graphs (<a href="https://www.ncbi.nlm.nih.gov/tools/gbench/tutorial14">Tutorial</a>)</li>
<li>New export function for alignments GFF3 format ((<a href="https://www.ncbi.nlm.nih.gov/tools/gbench/tutorial15">Tutorial</a>))</li>
<li>Tree View: implemented new export mode based on selections (tutorial coming)</li>
<li>Tree View: added support for&nbsp;<a href="https://www.ncbi.nlm.nih.gov/tools/gbench/tutorial3/#distance_based_circular_trees">distance based circular trees</a></li>
<li>Tree View: new rooting mode (Midpoint Root) results in more balanced trees (<a href="https://www.ncbi.nlm.nih.gov/tools/gbench/tutorial3#reroot_tree">Tutorial</a>)</li>
<li>Tree View: added possibility to right-click on an edge between two nodes and "Place Root at Middle of Branch" &ndash; to re-root at mid-branch (<a href="https://www.ncbi.nlm.nih.gov/tools/gbench/tutorial3#reroot_tree">Tutorial</a>)</li>
</ul>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/29410/entrez-direct-e-utilities-on-the-unix-command-line</guid>
	<pubDate>Wed, 19 Oct 2016 08:06:24 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/29410/entrez-direct-e-utilities-on-the-unix-command-line</link>
	<title><![CDATA[Entrez Direct: E-utilities on the UNIX Command Line]]></title>
	<description><![CDATA[<p>Entrez Direct (EDirect) is an advanced method for accessing the NCBI's suite of interconnected databases (publication, sequence, structure, gene, variation, expression, etc.) from a UNIX terminal window. Functions take search terms from command-line arguments. Individual operations are combined to build multi-step queries. Record retrieval and formatting normally complete the process.</p>
<p>EDirect also provides an argument-driven function that simplifies the extraction of data from document summaries or other results that are returned in structured XML format. This can eliminate the need for writing custom software to answer ad hoc questions. Queries can move seamlessly between EDirect commands and UNIX utilities or scripts to perform actions that cannot be accomplished entirely within Entrez.</p><p>Address of the bookmark: <a href="https://www.ncbi.nlm.nih.gov/books/NBK179288/" rel="nofollow">https://www.ncbi.nlm.nih.gov/books/NBK179288/</a></p>]]></description>
	<dc:creator>Anjana</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/35125/eugene-v-koonin-lab</guid>
  <pubDate>Tue, 09 Jan 2018 05:01:15 -0600</pubDate>
  <link></link>
  <title><![CDATA[Eugene V. Koonin Lab]]></title>
  <description><![CDATA[
<p>Interested in understanding the evolution of life. To obtain glimpses of such understanding, we employ existing and new methods of computational biology to perform research in several major areas.</p>

<p>https://www.ncbi.nlm.nih.gov/research/groups/koonin/</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/40596/igblast-a-popular-ncbi-package-for-classifying-and-analyzing-immunoglobulin-ig-and-t-cell-receptor-tcr-variable-domain-sequences</guid>
	<pubDate>Thu, 23 Jan 2020 11:34:37 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/40596/igblast-a-popular-ncbi-package-for-classifying-and-analyzing-immunoglobulin-ig-and-t-cell-receptor-tcr-variable-domain-sequences</link>
	<title><![CDATA[IgBLAST: a popular NCBI package for classifying and analyzing immunoglobulin (IG) and T cell receptor (TCR) variable domain sequences]]></title>
	<description><![CDATA[<p>NCBI team released a new version of IgBLAST with four new improvements. IgBLAST is a popular NCBI package for classifying and analyzing immunoglobulin (IG) and T cell receptor (TCR) variable domain sequences. Improvements are:<span style="text-decoration: underline;"></span><span style="text-decoration: underline;"></span></p><p>&nbsp;&nbsp;&nbsp; 1. Support for the new FWR4 annotation feature in the AIRR format, both in standard format and in the AIRR alignment format.<span style="text-decoration: underline;"></span><span style="text-decoration: underline;"></span></p><p>&nbsp;&nbsp;&nbsp; 2. The previous &ldquo;-penalty&rdquo; parameter was renamed as -V_penalty to be consistent with other IgBLAST penalty options.<span style="text-decoration: underline;"></span><span style="text-decoration: underline;"></span></p><p>&nbsp;&nbsp;&nbsp; 3. Restored constant internal BLAST search parameters for domain annotation (i.e., FWR/CDR) such that this process is not influenced by user parameters.<span style="text-decoration: underline;"></span><span style="text-decoration: underline;"></span></p><p>&nbsp;&nbsp;&nbsp; 4. Corrected FWR/CDR annotations for certain mouse VK and rat VH germline genes.<span style="font-size: 12.8px;">&nbsp;</span></p><p><span style="text-decoration: underline;"></span></p><p>IgBLAST 1.15.0 is available for&nbsp;<a href="https://ftp.ncbi.nih.gov/blast/executables/igblast/release/LATEST/" target="_blank">download</a>&nbsp;from the BLAST FTP area. See the the new&nbsp;<a href="https://ncbi.github.io/igblast/" target="_blank">manual</a>&nbsp;on GitHub for information about setting up and running IgBLAST.</p><p><span style="text-decoration: underline;"></span></p><p>&nbsp;If you have any questions or concerns, please contact&nbsp;<a href="mailto:blast-help@ncbi.nlm.nih.gov" target="_blank" title="Follow link">blast-help@ncbi.nlm.nih.gov</a><span style="text-decoration: underline;"></span><span style="text-decoration: underline;"></span></p><p><span style="text-decoration: underline;"></span>&nbsp;</p>]]></description>
	<dc:creator>BioJoker</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/44342/ncbi-datasets%E2%80%AFpages</guid>
	<pubDate>Wed, 12 Jul 2023 06:29:31 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/44342/ncbi-datasets%E2%80%AFpages</link>
	<title><![CDATA[NCBI Datasets pages]]></title>
	<description><![CDATA[<p>Update! Assembly and Genome record pages now redirect to new NCBI Datasets pages. NCBI Datasets is a new resource that makes it easier to find and download genome data. Learn more: https://ncbiinsights.ncbi.nlm.nih.gov/2023/07/11/ncbi-datasets-genome-assembly-pages/&nbsp;<a href="https://ow.ly/GU3o50P8QH4"></a><a href="https://www.linkedin.com/feed/hashtag/?keywords=ncbicgr&amp;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A7084592728260386816">#NCBICGR</a></p><p><span>Effective July 10, 2023, NCBI&rsquo;s Assembly and Genome record pages now redirect to&nbsp;</span>new<a href="https://www.ncbi.nlm.nih.gov/datasets/?utm_source=ncbi_insights&amp;utm_medium=referral&amp;utm_campaign=datasets-genome-assembly-redirect-20230711"> NCBI Datasets </a><span>pages. As&nbsp;</span><a href="https://ncbiinsights.ncbi.nlm.nih.gov/2023/03/07/ncbi-datasets-genome-taxonomy-pages/?utm_source=ncbi_insights&amp;utm_medium=referral&amp;utm_campaign=datasets-genome-assembly-redirect-20230711">previously announced</a><span>, these updates are part of our ongoing effort to modernize and improve your user experience. NCBI Datasets is a new resource that makes it easier to find and download genome data.  </span><span>&nbsp;</span></p><h5>The following pages have been updated:</h5><ul>
<li><span>The NCBI Assembly record pages now redirect to the new </span><a href="https://www.ncbi.nlm.nih.gov/datasets/genome/GCF_023065955.2/?utm_source=ncbi_insights&amp;utm_medium=referral&amp;utm_campaign=datasets-genome-assembly-redirect-20230711"><span>NCBI Datasets</span><strong><span> </span></strong><span>Genome</span></a><span> </span><span>record pages that describe assembled genomes and provide links to related NCBI tools such as Genome Data Viewer and BLAST. </span><span>&nbsp;</span></li>
<li><span>The NCBI</span><strong> </strong><span>Genome record pages now redirect to the </span><a href="https://www.ncbi.nlm.nih.gov/datasets/taxonomy/9644/?utm_source=ncbi_insights&amp;utm_medium=referral&amp;utm_campaign=datasets-genome-assembly-redirect-20230711"><span>NCBI Datasets</span><strong><span> </span></strong><span>Taxonomy</span></a><span> </span><span>record pages that provide a taxonomy-focused portal to genes, genomes, and additional NCBI resources.  </span><span>&nbsp;</span></li>
</ul><p><span>During this transition, you will have the option to return to the legacy Genome and Assembly record pages. We will remove the legacy pages in early 2024. </span><span>&nbsp;</span></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/841/research-fellow</guid>
  <pubDate>Sat, 13 Jul 2013 11:23:20 -0500</pubDate>
  <link></link>
  <title><![CDATA[Research Fellow]]></title>
  <description><![CDATA[
<p>UNIVERSITY OF CALCUTTA</p>

<p>A walk-in-interview will be held on 15.7.2013 at 12 noon in the Department of Biophysics, Molecular Biology and Bioinformatics, 92 A.P.C Road, Kolkata-700 009 to select one trainee research fellow and two students under DIC. The positions are purely temporary and would be for a period of six months from the date of joining which may be extended by another six months subject to successful performance.</p>

<p>Qualification:</p>

<p>For the Trainee Research Fellow: Should have a master degree in Bioinformatics or allied subjects and should have biological database development experience. Must have at least one publication.</p>

<p>For the Students: Should have a master degree in Bioinformatics or allied subjects and should be proficient in C-programming language. Must be familiar with techniques of Developmental Biology.</p>

<p>The Trainee Research Fellow would be paid a consolidated sum of Rs 10000/- per month and the students would be paid a sum amount Rs. 7000/- per month during the tenure of the project.</p>

<p>Advertisement:<br />www.caluniv.ac.in/News%20&amp;%20Announcement/trainee_rf_DIC.pdf</p>
]]></description>
</item>

</channel>
</rss>