<?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/30236?offset=850</link>
	<atom:link href="https://bioinformaticsonline.com/related/30236?offset=850" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/19091/phd-opportunity-aicadd-fellowship-mhrd-govt-of-india-of-university-of-kerala</guid>
  <pubDate>Sat, 08 Nov 2014 15:16:24 -0600</pubDate>
  <link></link>
  <title><![CDATA[PhD opportunity / AiCADD fellowship (MHRD, Govt. of India) of University of Kerala.]]></title>
  <description><![CDATA[
<p>No. DCB/DBT-BIF/229 /14-15                                                                                     07-11-2014</p>

<p>Applications are invited for the AiCADD fellowship (MHRD, Govt. of India) of University of Kerala.</p>

<p>The terms and conditions of the fellowship is given below:</p>

<p>Ø The AiCADD PhD Fellowship scheme will be available for the students registered for full-time research      or   intending to register and pursue full time research at SIUCEB in frontier areas of bioinformatics,    computational biology, systems biology and closely allied areas with focus on Ayur-Informatics. </p>

<p>  Ø  The fellowships will be widely announced and open to students irrespective of geographical consideration.</p>

<p>  Ø  Candidates availing of this fellowship shall not be in receipt of any other fellowships concurrently.</p>

<p>  Ø  Researchers will be selected on the basis of research aptitude test and personal interview.</p>

<p>  Ø  Each selected student will be eligible for a monthly fellowship of Rs. 10,000/- for the 1st and 2nd year and Rs. 12,000/- for the 3rd year.</p>

<p>  Ø  Candidates must register for PhD within one year of joining, failing which the fellowship will have to be    remitted back.</p>

<p>  Ø  Candidates receiving the fellowship shall submit bi-annual reports of progress and the continuation of the fellowship will be based on the evaluation of the same.</p>

<p>  Ø  Candidates are also required to take up academic duties including teaching upto a maximum of 6 hours     per week, as directed by AiCADD Principal Investigator.</p>

<p> Interested candidates may please forward their application along with resume on or before 15th November 2014 in the following address. Principal Investigator, AiCADD Centre, Dept. of Computational Biology and Bioinformatics, University of Kerala, Thiruvananthapuram - 695581.</p>

<p>More at https://sites.google.com/site/centreforbioinformatics/announcements</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43766/genometools-the-versatile-open-source-genome-analysis-software</guid>
	<pubDate>Wed, 02 Feb 2022 04:00:21 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43766/genometools-the-versatile-open-source-genome-analysis-software</link>
	<title><![CDATA[GenomeTools: The versatile open source genome analysis software]]></title>
	<description><![CDATA[<p>The&nbsp;<em>GenomeTools</em>&nbsp;genome analysis system is a&nbsp;<a href="http://genometools.org/license.html">free</a>&nbsp;collection of bioinformatics&nbsp;<a href="http://genometools.org/tools.html">tools</a>&nbsp;(in the realm of genome informatics) combined into a single binary named&nbsp;<em>gt</em>. It is based on a C library named &ldquo;libgenometools&rdquo; which consists of several modules.</p>
<p><img src="http://genometools.org/images/annotation.png" alt="image" style="border: 0px;"></p>
<p>If you are interested in gene prediction, have a look at&nbsp;<a href="http://genomethreader.org/" title="GenomeThreader gene prediction        software"><em>GenomeThreader</em></a>.</p>
<p>http://genometools.org/pub/</p><p>Address of the bookmark: <a href="http://genometools.org/" rel="nofollow">http://genometools.org/</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43641/refseq-viraal-genome-sequences</guid>
	<pubDate>Sat, 11 Dec 2021 08:35:18 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43641/refseq-viraal-genome-sequences</link>
	<title><![CDATA[Refseq viraal genome sequences !]]></title>
	<description><![CDATA[<p>List of all viruses on NCBI&nbsp;</p>
<p>https://ftp.ncbi.nlm.nih.gov/refseq/release/viral/</p><p>Address of the bookmark: <a href="https://ftp.ncbi.nlm.nih.gov/refseq/release/viral/" rel="nofollow">https://ftp.ncbi.nlm.nih.gov/refseq/release/viral/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/43728/short-read-assembly-using-spades</guid>
	<pubDate>Mon, 31 Jan 2022 07:18:16 -0600</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/43728/short-read-assembly-using-spades</link>
	<title><![CDATA[Short-read assembly using Spades !]]></title>
	<description><![CDATA[<h2 id="short-read-assembly-a-comparison">If we only had Illumina reads, we could also assemble these using the tool Spades.</h2><p>You can try this here, or try it later on your own data.</p><h2 id="get-data">Get data</h2><p>We will use the same Illumina data as we used above:</p><ul>
<li>illumina_R1.fastq.gz: the Illumina forward reads</li>
<li>illumina_R2.fastq.gz: the Illumina reverse reads</li>
</ul><h2 id="assemble">Assemble</h2><p>Run Spades:</p><div><pre>spades.py -1 illumina_R1.fastq.gz -2 illumina_R2.fastq.gz --careful --cov-cutoff auto -o spades_assembly_all_illumina
</pre></div><ul>
<li><code>-1</code>&nbsp;is input file of forward reads</li>
<li><code>-2</code>&nbsp;is input file of reverse reads</li>
<li><code>--careful</code>&nbsp;minimizes mismatches and short indels</li>
<li><code>--cov-cutoff auto</code>&nbsp;computes the coverage threshold (rather than the default setting, &ldquo;off&rdquo;)</li>
<li><code>-o</code>&nbsp;is the output directory</li>
</ul><h2 id="results">Results</h2><p>Move into the output directory and look at the contigs:</p><div><pre>infoseq contigs.fasta</pre></div>]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/19544/sau-bioinformaticsplant-biotech-jrf-vacancy</guid>
  <pubDate>Fri, 12 Dec 2014 21:27:12 -0600</pubDate>
  <link></link>
  <title><![CDATA[SAU Bioinformatics/Plant Biotech JRF Vacancy]]></title>
  <description><![CDATA[
<p>Applications are invited for the post of Junior Research Fellow (JRF) to work on SERB, DST funded project entitled “Genome wide analysis of ascorbate oxidase multi-gene family and elucidating its role in negative regulation of stress response in rice” under the supervision of Dr. Ananda Mustafiz, Faculty of Life Sciences and Biotechnology, South Asian University.</p>

<p>Qualification: Highly motivated M.Sc. (Bioinformatics/ Biotechnology/ Life Sciences/ Botany/ Agriculture) students are encouraged to apply. Prior experience in Bioinformatics/Plant tissue culture work is preferable. Preferences would be given to DBT/ CSIR / UGC NET qualified students.</p>

<p>Application Procedure: A detailed CV indicating name, date of birth, address, contact number, e-mail address, educational qualifications, NET qualified or not, research experiences if any, should be e-mailed to This email address is being protected from spambots. You need JavaScript enabled to view it. on or before 24th December 2014.</p>

<p>Important Note: Only short listed candidates will be called for interview at Akbar Bhawan, Chanakyapuri, New Delhi. No TA/DA will be paid for attending the interview. SAU Selection Committee reserves the rights to relax any of the qualifications in case the candidate is found otherwise well qualified. The above- mentioned post is temporary and will be initially offered for a period of one year, which can be extended to one more year.</p>

<p>Advertisement:  www.sau.ac.in/recruitment/vacancy.html</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43801/smudgeplot-inference-of-ploidy-and-heterozygosity-structure-using-whole-genome-sequencing-data</guid>
	<pubDate>Fri, 25 Feb 2022 04:42:09 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43801/smudgeplot-inference-of-ploidy-and-heterozygosity-structure-using-whole-genome-sequencing-data</link>
	<title><![CDATA[Smudgeplot: Inference of ploidy and heterozygosity structure using whole genome sequencing data]]></title>
	<description><![CDATA[<p dir="auto">This tool extracts heterozygous kmer pairs from kmer count databases and performs gymnastics with them. We are able to disentangle genome structure by comparing the sum of kmer pair coverages (CovA + CovB) to their relative coverage (CovB / (CovA + CovB)). Such an approach also allows us to analyze obscure genomes with duplications, various ploidy levels, etc.</p>
<p dir="auto">Smudgeplots are computed from raw or even better from trimmed reads and show the haplotype structure using heterozygous kmer pairs. For example:</p>
<p dir="auto"><a href="https://user-images.githubusercontent.com/8181573/45959760-f1032d00-c01a-11e8-8576-ff0512c33da9.png" target="_blank"><img src="https://user-images.githubusercontent.com/8181573/45959760-f1032d00-c01a-11e8-8576-ff0512c33da9.png" alt="smudgeexample" style="border: 0px;"></a></p><p>Address of the bookmark: <a href="https://github.com/KamilSJaron/smudgeplot" rel="nofollow">https://github.com/KamilSJaron/smudgeplot</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/19635/walk-in-interview-for-research-associate-studentship-and-traineeship-at-bif-nehu-tura-campus</guid>
  <pubDate>Thu, 18 Dec 2014 11:02:05 -0600</pubDate>
  <link></link>
  <title><![CDATA[Walk in interview for Research Associate, Studentship and Traineeship at BIF, NEHU, Tura Campus]]></title>
  <description><![CDATA[
<p>BIOINFORMATICS INFRASTRUCTURE FACILITY (BIF)<br />Department of RDAP<br />North-Eastern Hil University, Tura Campus<br />Tura-79402, Meghalaya</p>

<p>Walk in interview for Research Associate, Studentship and Traineeship at BIF</p>

<p>Applications are invited for the Post of Research Associate, Traineeship and Studentship in the DBT sponsored Bioinformatics Infrastructure Facility (BIF) at the Bioinformatics Centre, Department of RDAP, North-Eastern Hil University, Tura Campus, Tura-79402, Meghalaya. The Posts are purely temporary and terminable at any time without prior notice or assigning any reason thereof. The person engaged, shall not be entailed for any claim implicit or explicit for permanent absorption in the University.</p>

<p>Research Associate- 01</p>

<p>Essential Qualification: M.Sc. in Bioinformatics/Biotechnology from a recognized University/ institute.</p>

<p>Desirable: PhD or Pursuing PhD in the relevant subject(s) or equivalent published work in reputed peer reviewed journals or Advance PG diploma in Bioinformatics courses.</p>

<p>Duties: Creation of database, web designing, maintenance of internet, training of students in Bioinformatics, handling and knowledge of Bioinformatics software tools and technique, conducting Bioinformatics based research and other day to day laboratory work, writing report and scientific papers.</p>

<p>Pay:Rs. 2,00/- + Admissible 10% HRA per month</p>

<p>Age: Below 35 years</p>

<p>Traineeship- 02</p>

<p>Students who have completed Masters Degree in Bioinformatics/Biotechnology or any branch of Life Sciences/Agricultural Sciences/Computer Science to cary out a project work in Bioinformatics.</p>

<p>Desirable: Prior Knowledge of programming languages such as C, JAVA, MySQL is preferable.</p>

<p>Stipend: Rs. 800/- p.m. fixed. Purely temporary for a period of six months.</p>

<p>Studentship: 02</p>

<p>Students pursuing postgraduate degree in Bioinformatics/biotechnology/Agricultural Sciences or any branch of Life Science</p>

<p>Desirable: Prior knowledge of bioinformatics/ programming language is preferable.</p>

<p>Stipend: 800/- p.m. fixed. Purely temporary for a period of six months.</p>

<p>Candidates must send the detailed Biodata via mail/post and bring al the relevant documents in original and one set of attested photocopies of the same at the time of interview. No TA/DA will be paid for attending the interview and candidates have to make their own arrangements.</p>

<p>Last date for receiving application by mail or by post: 16.02.2014</p>

<p>Contact Information:<br />Dr.B.K. Mishra<br />Cordinator BIF,<br />RDAP Department, NEHU, Tura Campus<br />Phone: 91-03651-23107<br />Fax: 91-03651-23953<br />E-mail: drbkm1972@yaho.co.in, birendramishra14@gmail.com</p>

<p>Advertisement: http://www.nehu.ac.in/Advertisements/BIF_TuraAdtvPV_171214.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44307/genomenotebook</guid>
	<pubDate>Thu, 20 Apr 2023 13:19:01 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44307/genomenotebook</link>
	<title><![CDATA[genomenotebook]]></title>
	<description><![CDATA[<p><a href="https://dbikard.github.io/genomenotebook/">https://dbikard.github.io/genomenotebook/</a></p>
<h2>Install<a href="https://dbikard.github.io/genomenotebook/#install"></a></h2>
<pre><code>pip install genomenotebook</code></pre>
<h2>How to use<a href="https://dbikard.github.io/genomenotebook/#how-to-use"></a></h2>
<p>Create a simple genome browser with a search bar. The sequence appears when zooming in.</p>
<div>
<div id="cb2">
<pre><code><span><a href="https://dbikard.github.io/genomenotebook/#cb2-1"></a><span>import</span> genomenotebook <span>as</span> gn</span>
<span><a href="https://dbikard.github.io/genomenotebook/#cb2-2"></a></span>
<span><a href="https://dbikard.github.io/genomenotebook/#cb2-3"></a>g<span>=</span>gn.GenomeBrowser(genome_path, gff_path, init_pos<span>=</span><span>10000</span>)</span>
<span><a href="https://dbikard.github.io/genomenotebook/#cb2-4"></a>g.show()</span></code><button title="Copy to Clipboard"></button></pre>
</div>
</div>
<p>Tracks can be added to visualize your favorite genomics data. See&nbsp;<code>Examples</code>&nbsp;for more !!!!</p><p>Address of the bookmark: <a href="https://dbikard.github.io/genomenotebook/" rel="nofollow">https://dbikard.github.io/genomenotebook/</a></p>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/19597/assistant-professor-at-gauhati-university-guwahati</guid>
  <pubDate>Tue, 16 Dec 2014 01:15:30 -0600</pubDate>
  <link></link>
  <title><![CDATA[Assistant Professor at GAUHATI UNIVERSITY, GUWAHATI]]></title>
  <description><![CDATA[
<p>Advt. No.T/2014/4</p>

<p>Ref. No. GU/Estt/T/308(VI)/2014/6451-61</p>

<p>Applications are invited from the Indian citizens for five (5) teaching posts of Assistant Professor (Contractual) under various departments of Gauhati University. Details of the advertisement, other terms and conditions and the application forms are available in the University website www.gauhati.ac.in</p>

<p>Asstt. Professor (Contractual)</p>

<p>    2. M.Sc. Microbiology Course in Botany</p>

<p>    3 1.M.Sc. Microbiology/M.Sc. Botany (Specialization in Microbiology)/M.Sc. Biochemistry (1 post). (Preference will be given to candidates having experience in Biochemistry).</p>

<p>    2.M.Sc. Microbiology/M.Sc. Botany (Specialization in Microbiology)/M.Sc. Biotechnology(1 post). (Preference will be given to candidates having experience in Bioinformatics).</p>

<p>    3.M.Sc. Microbiology/M.Sc. Botany (Specialization in Microbiology)/M.Sc.  Biotechnology(1 post). (Preference will be given to candidates having experience in Microbial Genetics).</p>

<p>As per UGC norms</p>

<p>Pay Band &amp; Academic Grade Pay : (Consolidated pay) : Rs. 21,600/- per month</p>

<p>Application Form : Prescribe application form may download from the G.U. website www.gauhati.ac.in</p>

<p>Last date of receipt of filled-in application is 08.01.2015.</p>

<p>Advertisement: www.gauhati.ac.in/openfile.php?file=Notice1258.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/44377/mitochondrial-genome-assembly-tools</guid>
	<pubDate>Wed, 06 Sep 2023 00:37:18 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/44377/mitochondrial-genome-assembly-tools</link>
	<title><![CDATA[Mitochondrial genome assembly tools !]]></title>
	<description><![CDATA[<p>Mitochondrial genome assembly tools are specialized software and algorithms designed to accurately reconstruct the mitochondrial genome (mitogenome) from sequencing data, typically obtained through techniques like next-generation sequencing (NGS). The mitochondrial genome is relatively small compared to the nuclear genome, making it an ideal target for assembly. Here are some commonly used mitochondrial genome assembly tools:</p><p><strong>MitoFinder:</strong> Mitofinder is a pipeline to assemble mitochondrial genomes and annotate mitochondrial genes from trimmed read sequencing data.</p><p><strong>MitoHiFi:</strong> a python pipeline for mitochondrial genome assembly from PacBio high fidelity reads</p><p>MITObim: MITObim is a tool specifically developed for the iterative assembly of mitochondrial genomes. It starts with a reference mitogenome and iteratively refines the assembly using the read data.</p><p><strong>MITOS:</strong> MITOS is a web-based platform that provides a pipeline for annotating mitochondrial genomes. It integrates multiple software tools for assembly, annotation, and visualization of mitogenomes.</p><p><strong>MIRA:</strong> MIRA (Mimicking Intelligent Read Assembly) is a versatile genome assembly tool that can be used for mitochondrial genome assembly. It supports various sequencing technologies and allows for reference-based or de novo assembly.</p><p><strong>NOVOPlasty:</strong> NOVOPlasty is a user-friendly tool designed for de novo assembly of organelle genomes, including mitochondria. It utilizes a seed-and-extend algorithm and is suitable for both short-read and long-read data.</p><p><strong>MITOS2:</strong> MITOS2 is an updated version of the MITOS pipeline, which automates the annotation of mitochondrial genomes. It provides improved accuracy and additional features for mitochondrial genome analysis.</p><p><strong>GetOrganelle:</strong> While primarily designed for chloroplast genome assembly, GetOrganelle can also be used for mitochondrial genome assembly. It is particularly useful for dealing with high-throughput sequencing data.</p><p><strong>SPAdes:</strong> SPAdes (St. Petersburg genome assembler) is a versatile genome assembly tool that can be employed for mitochondrial genome assembly, especially when dealing with complex datasets that may contain nuclear mitochondrial DNA sequences (numts).</p><p><strong>IDBA-UD:</strong> IDBA-UD (Iterative De Bruijn Graph De Novo Assembler) is another de novo assembly tool that can be used for mitochondrial genome assembly, especially in cases with relatively low coverage.</p><p><strong>Velvet:</strong> Velvet is a de novo assembly tool that can be applied to mitochondrial genome assembly, especially when working with short-read data.</p><p>When selecting a mitochondrial genome assembly tool, it's important to consider the specific characteristics of your sequencing data, such as read length and coverage, as well as the complexity of the mitochondrial genome. Additionally, some tools are better suited for specific organisms or research objectives, so choosing the right tool will depend on your particular project requirements.</p>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>

</channel>
</rss>