<?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/26426?offset=440</link>
	<atom:link href="https://bioinformaticsonline.com/related/26426?offset=440" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/38618/canu-genome-assembly-parameters</guid>
	<pubDate>Mon, 07 Jan 2019 08:40:37 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/38618/canu-genome-assembly-parameters</link>
	<title><![CDATA[CANU genome assembly parameters !]]></title>
	<description><![CDATA[<p>Choose the appropriate parameters to run Canu and run it. The assembly will take about an hour. You can use two cores (parameter&nbsp;<code>-maxThreads=2</code>) and you would like to disable cluster option, since we compute on a single Amazon server set off the option to compute on cluster&nbsp;<code>useGrid=false</code>. This specifications should be for your project discussed with a local computing guru. The parameters that are in square brackets&nbsp;<code>[]</code>&nbsp;are optional, symbol&nbsp;<code>|</code>&nbsp;stands for "or".</p><pre><code>usage:   canu [-correct | -trim | -assemble | -trim-assemble] \
              [-s ] \
               -p  \
               -d  \
               genomeSize=[g|m|k] \
               -maxThreads=2 \
               useGrid=false \
              [other-options] \
               read_file.fastq.gz
</code></pre><p>A default&nbsp;<code>Canu</code>&nbsp;run produces usually high quality assembly, example of a command that was used for testing can be found below. However, there are still a lot of parameters that are possible to tweak. For example if we desire to assemble haplotypes separately of if we want to smash them together, we can alternate the error correction process.</p><pre><code>canu -p test_asmbl \
     -d asm_test3 \
     genomeSize=2m \
     -maxThreads=2 useGrid=false \
     -pacbio-raw \ ~/pacbio/dna/sample_reads.fastq.gz</code></pre><p>There is a brilliant&nbsp;<a href="http://canu.readthedocs.io/en/latest/faq.html#what-parameters-can-i-tweak">section in documentation</a>&nbsp;about parameter tweaking.</p><p>The output directory contains will contain many files. The most interesting ones are:</p><ul>
<li><code>*.correctedReads.fasta.gz</code>&nbsp;: file containing the input sequences after correction, trim and split based on consensus evidence.</li>
<li><code>*.trimmedReads.fastq</code>&nbsp;: file containing the sequences after correction and final trimming</li>
<li><code>*.layout</code>&nbsp;: file containing informations about read inclusion in the final assembly</li>
<li><code>*.gfa</code>&nbsp;: file containing the assembly graph by Canu</li>
<li><code>*.contigs.fasta</code>&nbsp;: file containing everything that could be assembled and is part of the primary assembly</li>
</ul><p>The basic stats of assembly can be read from reports generated by the assembler, or calculated using standard UNIX command line tools.</p><p>More at&nbsp;https://canu.readthedocs.io/en/latest/faq.html</p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/14899/post-doc-positions-at-the-institute-of-evolution-university-of-haifa-haifa-israel</guid>
  <pubDate>Thu, 04 Sep 2014 03:59:38 -0500</pubDate>
  <link></link>
  <title><![CDATA[Post-Doc Positions at the Institute of Evolution, University of Haifa, Haifa, Israel]]></title>
  <description><![CDATA[
<p>We are looking for independent, motivated, diligent, laborious, dedicated Bioinformaticians as post-doctorate fellows for a project aimed at revealing the mechanisms of cancer-resistance and anti-cancer activity of the hypoxia-tolerant subterranean, blind mole-rat, Spalax along its underground evolutionary adaptations. Our project has captured the interest of the scientific community and we have ample financial support for the studies. Generous fellowships ($30K to $40K according to qualifications and performance) are available, immediately, for Post-Docs experts in bioinformatics with a background of good understanding biological questions. That is that can independently handle raw output data of RNA-seq / miR seq/ Genomic, analyze it and can interpret intelligently the relevant biological background. Outstanding candidates for PhD experienced in Bioinformatics will also be considered. Familiarity with cancer research is an advantage. Experience of writing manuscripts for publication and a publication record in relevant journals are expected. English skills both oral and written are required. American, Western-European or Israeli education is a significant benefit. </p>

<p>Our present objectives is to identify and isolate the substances secreted by Spalax cells, resolve with which components they interact that are active only on cancer cells, in order to unravel the biological mechanisms and pathways that evolved in Spalax cell machinery and ultimately lead to the death of cancer-cells. The study could attest to be a breakthrough in cancer research, using the long lived, hypoxia- and cancer-tolerant Spalax as a significant biological resource for biomedical research that hopefully could open new horizons in treatment and prevention of cancer in humans. </p>

<p>Contact: The applications should be submitted, together with extended CV and bibliography, summary of past accomplishments, and contact information of 3 referees, to Prof of Research Aaron Avivi (aaron@research.haifa.ac.il) AND Dr. Imad Shams (imadshams@gmail.com). (http://bit.ly/1lywShk) aaron@research.haifa.ac.il </p>

<p>More at http://evolution.haifa.ac.il/index.php/29-people/personal-websites/77-personal-site-avivi</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/file/view/38886/evaluation-of-genome-assembly-software-based-on-long-reads</guid>
	<pubDate>Fri, 01 Feb 2019 11:55:54 -0600</pubDate>
	<link>https://bioinformaticsonline.com/file/view/38886/evaluation-of-genome-assembly-software-based-on-long-reads</link>
	<title><![CDATA[Evaluation of genome assembly software based on long reads]]></title>
	<description><![CDATA[<p>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 diversity. They have also been applied to resequencing analyses, to create detailed maps of structural variations in many species. Also, these new technologies have been used to fill in many of the gaps in the human reference genome.</p><p>In this report, we compare and evaluate several genome assembly software based on TSG technology. The experimentation has been performed on 4 reference genomes and the results evaluated with the QUAST software. The 11 software that have been evaluated are: Celera Assembler , Falcon , Miniasm, Newbler , SGA Assembler, Smartdenovo, Abruijn, Ra, DBG2OLC, Spades and Cerulean. The first 8 software use only long reads, while the 3 last software can merge long and short reads</p>]]></description>
	<dc:creator>BioStar</dc:creator>
	<enclosure url="https://bioinformaticsonline.com/file/download/38886" length="382699" type="application/pdf" />
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/15030/software-engineercomputational-biologist-equinome-ltd-dublin-ireland</guid>
  <pubDate>Thu, 04 Sep 2014 19:21:26 -0500</pubDate>
  <link></link>
  <title><![CDATA[Software engineer/Computational Biologist - Equinome Ltd., Dublin, Ireland]]></title>
  <description><![CDATA[
<p>Equinome (www.equinome.com) is the world leader in the research and<br />development of state-of-the-art novel genomic tools to inform the breeding,<br />selection and training of Thoroughbred racehorses. Since its launch in 2010,<br />Equinome has successfully commercialised three performance-related genetic<br />tests, with a pipeline of further genetic tests in development. We work with<br />many of the world's leading racehorse trainers and breeders in Europe,<br />Australasia, USA and South Africa. The company has been featured on CNN,<br />Bloomberg, RTE, BBC, The Guardian, Discovery Channel and Channel 4, among<br />others.</p>

<p>The Role</p>

<p>We are looking for a Software Engineer - Computational Biologist with 3+<br />years' experience in a similar role to design and implement a backend system<br />to support an online individualised genomics interface. This position is a<br />great opportunity for an ambitious, self-motivated individual to work in a<br />demanding, challenging and interesting role.</p>

<p>Position Description:<br />. Participate in planning, design, and implementation of Equinome back<br />end systems and technologies.<br />. Implement interfaces and management tools for back end services.<br />. Manage, analyse, interpret and visualise large genomics data sets.<br />. Work closely with scientific team to develop new features and<br />application enhancements<br />. Design, develop and manage a genomics research database.</p>

<p>Qualification/Experience:<br />. Minimum MSc in Computer Science, Genetics, Bioinformatics or in a<br />related field (A Ph.D qualification would be an advantage).<br />. Proven 3+ years of experience in similar role.<br />. Highly proficient in Python, SQL, MySQL.<br />. Excellent knowledge of mammalian genomics, bioinformatics and<br />statistical/population genetics.<br />. Hands-on experience working with large data sets.<br />. Experience with front-end technologies (HTML/CSS/Javascript) an<br />advantage.<br />. Experience in rapid web application development: e.g. Django.<br />. Knowledge or experience of Unix Scripting and R statistical<br />programming language would be an advantage.<br />. Ability to work with minimum supervision to deliver high-quality<br />code on time.<br />. Fluency in English and good written and communication skills.<br />. Meticulous attention to detail.</p>

<p>Applications should be submitted before Friday, 26 September 2014 using the<br />following link:<br />http://bit.ly/WgbhxS</p>

<p>Note: Full information and application procedure is available at this link:<br />http://bit.ly/WgbhxS</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/39450/apollo-first-instantaneous-collaborative-genomic-annotation-editor-available-on-the-web</guid>
	<pubDate>Fri, 31 May 2019 19:55:39 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/39450/apollo-first-instantaneous-collaborative-genomic-annotation-editor-available-on-the-web</link>
	<title><![CDATA[Apollo: First instantaneous, collaborative genomic annotation editor available on the Web]]></title>
	<description><![CDATA[<ul>
<li>Apollo is a plug-in for the&nbsp;<a href="http://jbrowse.org/">JBrowse</a>&nbsp;Genome Viewer.</li>
<li>In addition to genes and pseudogenes, users can annotate ncRNAs (snRNA, snoRNA, tRNA, rRNA), miRNAs, repeat regions, and transposable elements; each annotation type has its own configuration of the &lsquo;Information Editor&rsquo;.</li>
<li>History tracking with undo/redo functions is available.</li>
<li>Users are able to directly set an annotation to a specific state, choosing from the &lsquo;History&rsquo; display.</li>
<li>Adding and updating PubMed IDs will prompt users with a publication title to confirm their submission.</li>
<li>Gene Ontology (GO) terms are supported and GO ID auto-completion has been incorporated.</li>
<li>Users may access a &lsquo;Recent Changes&rsquo; page.</li>
<li>Help page with Apollo specific content is available.</li>
</ul><p>Address of the bookmark: <a href="http://genomearchitect.github.io/" rel="nofollow">http://genomearchitect.github.io/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/16313/project-assistant-position-at-jmi</guid>
  <pubDate>Fri, 12 Sep 2014 00:37:44 -0500</pubDate>
  <link></link>
  <title><![CDATA[Project Assistant Position at JMI]]></title>
  <description><![CDATA[
<p>Project Assistant Position (@ Rs.10,000/pm Fixed) is available for one year ina research project funded by the Department of Science and Technology entitled, "Folding and stability of naturally truncated photosynthetic pigment,C- phycoerythrin from cyanobacterium Phormidium tenue", at Centre forInterdisciplinary Research in Basic Sciences, lamia Millia Islamia, New Delhi-110025 under' the supervision of Dr. Md. Imtaiyaz Hassan (PrincipalInvestigator).</p>

<p>Eligibility:<br />M.Sc. in any stream of Life Sciences with minimum 55% marks.</p>

<p>Desirable:<br />Candidates having experience in Molecular Spectroscopy, Protein Folding and Bioinformatics will be preferred.</p>

<p>Interested candidate may appear in the walk in Interview conducted on September 16, 2014 (Tuesday) 11:00 AM in the Director's Office, Centre for Interdisciplinary Research in Basic Sciences, lamia Millia Islamia, New Delhi-110025.<br />Candidates are required to bring a set of Xerox copy of their recent CV and qualifying degree (certificate/mark sheet) along with original documents. NoTA/DA will be paid.</p>

<p>For any further information you may e-mail to: mihassan@jmLac.in</p>

<p>Read more at http://jmi.ac.in/upload/advertisement/jobs_cirbs_2014september8.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40302/simug-a-general-purpose-genome-simulator</guid>
	<pubDate>Thu, 28 Nov 2019 04:33:18 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40302/simug-a-general-purpose-genome-simulator</link>
	<title><![CDATA[simuG: a general-purpose genome simulator]]></title>
	<description><![CDATA[<p><span>Simulated genomes with pre-defined and random genomic variants can be very useful for benchmarking genomic and bioinformatics analyses. Here we introduce simuG, a lightweight tool for simulating the full-spectrum of genomic variants (single nucleotide polymorphisms, Insertions/Deletions, copy number variants, inversions and translocations) for any organisms (including human). The simplicity and versatility of simuG make it a unique general-purpose genome simulator for a wide-range of simulation-based applications.</span></p><p>Address of the bookmark: <a href="https://github.com/yjx1217/simuG" rel="nofollow">https://github.com/yjx1217/simuG</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/17188/jamia-hamdard-bioinformatics-faculty-jobs-2014</guid>
  <pubDate>Sat, 20 Sep 2014 21:00:05 -0500</pubDate>
  <link></link>
  <title><![CDATA[JAMIA HAMDARD Bioinformatics Faculty Jobs 2014]]></title>
  <description><![CDATA[
<p>JAMIA HAMDARD</p>

<p>(Deemed University)</p>

<p>Hamdard Nagar, New Delhi – 110 062</p>

<p>R E C R U I T M E N T</p>

<p>(Advertisement No. 5/2014)</p>

<p>Applications on prescribed form are invited for filling up the following teaching positions in the Department of Biotechnology, Faculty of Science in the university. Eligible candidates may apply on or before 30.09.2014.</p>

<p>1. Professor/Associate Professor - One in Pay Band of Rs. 37400-67000+ AGP Rs.10000/9000</p>

<p>2. Assistant Professor                   -  Two in Pay Band of Rs. 15600-39100+ AGP Rs. 6000/-</p>

<p>ASSISTANT PROFESSOR – 02 (including 01 SFS)</p>

<p>Specialization : Bioinformatics</p>

<p>Qualification and Experience :</p>

<p>Ph.D. in Biotechnology or an allied discipline with M.Sc. in Biotechnology/ Biochemistry in the First division or equivalent grade from a recognized University/ Institute.</p>

<p>NET in Life Science or allied discipline in addition to the above qualification.</p>

<p>Experience : At  least two years of Post-doctoral teaching and/or research experience in Bioinformatics or relevant field in a UGC recognized Institution of repute or international research institute/ University.  Proof of research to be evidenced by publications in SCI-indexed journals of high impact factor as the first or corresponding author.</p>

<p>Note : University may consider exempting candidates from NET, who has been awarded Ph.D. degree from ‘A’ Grade accredited University following the procedure as notified by the UGC in its Regulations of 2009 and adopted by Jamia Hamdard.</p>

<p>For more information: http://www.jamiahamdard.ac.in/PDF/Online%20application%20form%20_Teaching_1.pdf<br />http://www.jamiahamdard.ac.in/PDF/PBAS.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40598/mitoz-a-toolkit-for-animal-mitochondrial-genome-assembly-annotation-and-visualization</guid>
	<pubDate>Fri, 24 Jan 2020 04:09:15 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40598/mitoz-a-toolkit-for-animal-mitochondrial-genome-assembly-annotation-and-visualization</link>
	<title><![CDATA[MitoZ: a toolkit for animal mitochondrial genome assembly, annotation and visualization]]></title>
	<description><![CDATA[<p><span>MitoZ is a Python3-based toolkit which aims to automatically filter pair-end raw data (fastq files), assemble genome, search for mitogenome sequences from the genome assembly result, annotate mitogenome (genbank file as result), and mitogenome visualization. MitoZ is available from&nbsp;</span><code>https://github.com/linzhi2013/MitoZ</code><span>.</span></p>
<p><span><a href="https://academic.oup.com/nar/article/47/11/e63/5377471">https://academic.oup.com/nar/article/47/11/e63/5377471</a></span></p><p>Address of the bookmark: <a href="https://github.com/linzhi2013/MitoZ" rel="nofollow">https://github.com/linzhi2013/MitoZ</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/17500/joao-pedro-de-magalhaes-lab</guid>
  <pubDate>Fri, 26 Sep 2014 19:08:34 -0500</pubDate>
  <link></link>
  <title><![CDATA[Joao Pedro de Magalhaes Lab]]></title>
  <description><![CDATA[
<p>Ageing has a profound impact on human society and modern medicine, yet it remains a major puzzle of biology. The goal of my work is to help understand the genetic, cellular, and molecular mechanisms of ageing. In the long term, I would like my work to help ameliorate age-related diseases and preserve health. No other biomedical field has so much potential to improve human health as research on the basic mechanisms of ageing. Please see our lab website for further details about our work and publications. </p>

<p>Functional and Comparative Genomics</p>

<p>http://jp.senescence.info/<br />http://www.senescence.info/<br />http://www.liv.ac.uk/integrative-biology/staff/joao-de-magalhaes/</p>
]]></description>
</item>

</channel>
</rss>