<?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/44705?offset=370</link>
	<atom:link href="https://bioinformaticsonline.com/related/44705?offset=370" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/21830/research-associate-bioinformatics-job-position-in-indian-agricultural-statistics-research-institute-iasri</guid>
  <pubDate>Tue, 31 Mar 2015 20:45:14 -0500</pubDate>
  <link></link>
  <title><![CDATA[Research Associate Bioinformatics job position in Indian Agricultural Statistics Research Institute (IASRI)]]></title>
  <description><![CDATA[
<p>Research Associate Bioinformatics job position in Indian Agricultural Statistics Research Institute (IASRI)</p>

<p>Qualification : Ph.D. in Bioinformatics/ Agricultural Statistics/ Statistics/ Computer Science/ Computer Application/ Life Science/ Biotechnology/ Agricultural Science or equivalent. Desirable: Knowledge of Statistical and Computational Genomics/ Proteomics/ Bioinformatics OR Post-Graduation in Bioinformatics/ Agricultural Statistics/ Statistics/ Computer Science/ Computer Application/ Life Science/ Biotechnology/ Agricultural Science or equivalent with 1st Division or 60% marks or equivalent with at least two years of research experience. Desirable:Expertise on use of various software/ tool.</p>

<p>No.of Post: 2</p>

<p>Emoluments for RA: Consolidated Rs. 24000/- per month + 30% HRA for Ph.D holders and consolidated Rs. 23000/- per month + 30% HRA for Master Degree.</p>

<p>Age Limit : Age should not be more than 40 years for the post of Research associate (5 years relaxation for SC/ST/ women candidates) and 3 years for OBC candidates as on date of interview.<br />How to apply</p>

<p>Interested candidates are invited to appear for Walk-In interview at Indian Agricultural Statistics Research Institute, Library Avenue, Pusa, New Delhi -110012, along with filled in application form , all the original certificates from matriculation onwards, Ph.D. or M.Sc. certificate (as the case may be) must be produced at the time of interview in either original or provisional, Bio-Data, attested copies of all experience certificates, testimonials etc., one passport size photograph and one set of the self-attested photocopies of all the required certificates from matriculation onwards and an attested copy of recent passport size photograph pasted onto the application form. Walk-in interview will be held on 16th April, 2015 at 10:30 a.m.</p>

<p>Click Here for Job Details &amp; Application Form http://www.iasri.res.in/employment/employment.htm</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/42633/protocol-for-de-novo-genome-assembly-using-illumina-reads</guid>
	<pubDate>Sat, 16 Jan 2021 21:42:11 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/42633/protocol-for-de-novo-genome-assembly-using-illumina-reads</link>
	<title><![CDATA[Protocol for De novo Genome Assembly using Illumina Reads]]></title>
	<description><![CDATA[<p>In this protocol, we address and describe the de novo assembly method for small to medium-sized genomes.</p><p><strong>What is de novo genome assembly?<br /></strong>The method of taking a large number of short DNA sequences and placing them back together to create a reflection of the original chromosomes from which the DNA originated relates to genome assembly. No previous knowledge of the source DNA sequence length, structure or composition is inferred by De novo genome assemblies. The DNA of the target organism is split up into millions of tiny parts and read on a sequencing computer in a genome sequencing experiment. Depending on the sequencing system used, these "reads" range from 20 to 1000 nucleotide base pairs (bp) in length. Usually, length reads of 36 - 150 bp are produced for Illumina style short read sequencing. These reads can be either &ldquo;single ended&rdquo; as described above or &ldquo;paired end.&rdquo;</p><p><strong>Why genome assembly?</strong><br />In basic research into why and how they live, as well as in applied topics, identifying the DNA sequence of an organism is useful. Awareness of a DNA sequence may be useful in virtually any biological research because of the relevance of DNA to living things. For example, it may be used in medicine to classify, diagnose and eventually improve genetic disorder therapies. Similarly, pathogens study can lead to treatments for infectious diseases.</p><p><strong>Raw NGS data</strong><br />Reads can be saved as a Fasta file as text or in a FastQ file with their attributes.&nbsp;FastQ is the most common read file format since this is what the Illumina sequencing pipeline creates. This will henceforth be the subject of our conversation.</p><p><strong>In a nutshell the protocol:</strong> <br />Get the sequence file(s) read from the sequencing machine (s). <br />Look at the readings - have an idea of what you have and what the standard is like. <br />If required, raw data cleanup/quality trimming. <br />Choose an adequate parameter set for assembly. <br />Assemble the data into scaffolds/contigs. <br />Examine the assembly performance and determine the efficiency of the assembly.</p><p><strong>Read Quality Control:</strong><br />Check the qualiy with fastQC.<br />Script<br />https://bioinformaticsonline.com/snippets/view/42540/install-fastqc-using-conda</p><p>Quality trimming/cleanup of read files.<br />This function trims adapters, barcodes and other contaminants from the reads.<br />Script<br />https://bioinformaticsonline.com/snippets/view/42542/trimmomatic-command</p><p><strong>Genome Assembly:</strong><br />The object of this portion of the protocol is to explain the method of assembling the reads trimmed by quality into draft contigs.</p><blockquote><p>spades.py -1 illumina_R1.fastq.gz -2 illumina_R2.fastq.gz --careful --cov-cutoff auto -o result_of_spades_assembly_all_illumina</p></blockquote><p>A significant range of short-read assemblers are available. Everyone with strengths and disadvantages of their own. <br /><em>Some of the assemblers available include:</em><br />Velvet<br />SOAP-denovo<br />MIRA<br />ALLPATHS</p><p>Next step is to assess the suitability and what to do with a draft package of contiguous details for the remainder of the study now.&nbsp;Few stuff you can note about the contigs you just created:&nbsp;They're the draft Contigs. Any mis-assemblies can occur.</p><p><strong>Mis-assembly checking and assembly metric tools:</strong><br />QUAST - Quality assessment tool for genome assembly http://bioinf.spbau.ru/quast<br />Mauve assembly metrics - http://code.google.com/p/ngopt/wiki/How_To_Score_Genome_Assemblies_with_Mauve<br />InGAP-SV - https://sites.google.com/site/nextgengenomics/ingap and http://ingap.sourceforge.net/<br />inGAP is also useful for finding structural variants between genomes from read mappings.</p><p><strong>Genome finishing tools:</strong><br />Semi-automated gap fillers:<br />Gap filler - http://www.baseclear.com/landingpages/basetools-a-wide-range-of-bioinformatics-solutions/gapfiller/</p><p>IMAGE (V2) - http://sourceforge.net/apps/mediawiki/image2/index.php?title=Main_Page</p><p><strong>Genome visualisers and editors:</strong><br />Artemis - http://www.sanger.ac.uk/resources/software/artemis/<br />IGV - http://www.broadinstitute.org/igv/</p><p><strong>Automated and semi automated annotation tools:</strong><br />Prokka - https://github.com/tseemann/prokka<br />RAST - http://www.nmpdr.org/FIG/wiki/view.cgi/FIG/RapidAnnotationServer<br />JCVI Annotation Service - http://www.jcvi.org/cms/research/projects/annotation-service/</p><p><strong>Frequent command use for the analysis are at:</strong></p><p>https://bioinformaticsonline.com/blog/view/38765/list-of-tools-frequently-used-while-genome-assembly<br />https://bioinformaticsonline.com/pages/view/42275/frequent-parameters-for-bioinformatics-tools</p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/33629/list-of-universities-offering-bachelor-master-or-phd-bioinformatics-degree-in-malaysia</guid>
	<pubDate>Thu, 22 Jun 2017 01:34:02 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/33629/list-of-universities-offering-bachelor-master-or-phd-bioinformatics-degree-in-malaysia</link>
	<title><![CDATA[List of universities offering Bachelor,  Master or PhD bioinformatics degree in Malaysia]]></title>
	<description><![CDATA[<p>Bioinformatics is a newly emerging interdisciplinary research area, which may be defined as the ―interface between biological and computational sciences. Most of the Bioinformatics work that is done can be described as analyzing biological data, although a growing number of projects deal with the organization of biological information. The global Bioinformatics industry has grown at a double-digit growth rate in the past and is expected to follow the same pattern in the next four years. US remains the largest market in the world, but Asia-Pacific countries, particularly India and China, are witnessing the fastest growth and are anticipated to emerge as the dominating forces in future. The Comparison of Bioinformatics Industry between Malaysia, India and other countries&nbsp;are discussed in this&nbsp;<span>http://ijbssnet.com/journals/Vol.%202_No._10;_June_2011/11.pdf paper.</span></p><p>Bioinformatics is full of opportunities. The sector is poised to open new avenues for the other related sectors also. But the biggest opportunity area in the Bioinformatics market will be in the drug discovery sector. Reduction of both the cost and time taken to discover a new drug due to fast development in the Bioinformatics tools and software zone is also making drug discovery an attractive field to venture in. Malaysian bioinformatics growth and future are discuss in this https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2723929/ paper.&nbsp;Keeping all such inportance in mind, following universities in Malaysia offering bioinformatics cources:</p><p><strong>3 program(s) at AIMST University<strong>, Malaysia</strong></strong></p><p>Master of Science in Biotechnology (MSc) - Bioinformatics by Research</p><p>Master of Science (M.Sc) in Medical Microbiology (Bioinformatics) by Research</p><p>Doctor of Philosophy in Biotechnology (PhD) - Bioinformatics by Research</p><p>&nbsp;</p><p><strong>1 program(s) at INTI International University and Colleges<strong>, Malaysia</strong></strong></p><p>American Degree Transfer Program (Biosciences) in Bioinformatics</p><p>&nbsp;</p><p><strong>3 program(s) at Management and Science University (MSU)<strong>, Malaysia</strong></strong></p><p>Master in Bioinformatics (By Research)</p><p>PhD in Bioinformatics</p><p>Bachelor in Bioinformatics (Hons)</p><p>&nbsp;</p><p><strong>1 program(s) at Multimedia University (MMU)<strong>, Malaysia</strong></strong></p><p>Bachelor of Science (Honours) Bioinformatics</p><p>&nbsp;</p><p><strong>1 program(s) at Universiti Industri Selangor (UNISEL) Bestari Jaya Campus<strong>, Malaysia</strong></strong></p><p>Bachelor of Bioinformatics (Hons)</p><p>&nbsp;</p><p><strong>2 program(s) at Universiti Malaysia Sabah (UMS)<strong>, Malaysia</strong></strong></p><p>PhD - Doctor of Philosophy in Bioinformatics (By Research)</p><p>MSc - Master of Science in Bioinformatics (By Research)</p><p>&nbsp;</p><p><strong>6 program(s) at Universiti Putra Malaysia (UPM)<strong>, Malaysia</strong></strong></p><p>MSc - Master of Science in Bioinformatics by Research</p><p>Master of Science in Bioinformatics and System Biology by Research</p><p>Master of Science (M.Sc) in Bioinformatics and Systems Biology (With Thesis)</p><p>PhD - Doctor of Philosophy in Bioinformatics by Research</p><p>PhD - Doctor of Philosophy in Bioinformatics and Systems Biology (With Thesis)</p><p>PhD - Doctor of Philosophy in Bioinformatics and System Biology by Research</p><p>&nbsp;</p><p><strong>1 program(s) at Universiti Selangor (UNISEL)<strong>, Malaysia</strong></strong></p><p>Bachelor of Bioinformatics (Hons)</p><p>&nbsp;</p><p><strong>3 program(s) at Universiti Teknologi Malaysia (UTM)<strong>, Malaysia</strong></strong></p><p>M.Sc - Master of Science (Bioscience) in Bioinformatics Research Group (BIRG) By Research</p><p>PhD - Doctor of Philosophy (Bioscience) in Bioinformatics Research Group (BIRG) By Research</p><p>Bachelor of Computer Science (BioInformatics)</p><p>&nbsp;</p><p><strong>4 program(s) at University of Malaya (UM)<strong>, Malaysia</strong></strong></p><p>MSc - Master of Science in Bioinformatics by Research</p><p>Master in Bioinformatics by Coursework</p><p>PhD - Doctor of Philosophy in Bioinformatics by Research</p><p>Bachelor of Science (BSc) in Bioinformatics</p><p>&nbsp;</p><p><strong>3 program(s) at Perdana University<strong>, Malaysia</strong></strong></p><p>Master in Bioinformatics (By Research)</p><p>PhD in Bioinformatics</p><p>Bachelor in Bioinformatics (Hons)</p><p>&nbsp;</p><p><strong>3 program(s) at&nbsp;Monash University, Malaysia</strong></p><p>Master in Bioinformatics (By Research)</p><p>PhD in Bioinformatics</p><p>Bachelor in Bioinformatics (Hons)</p><p>&nbsp;</p><p><span>The real bioinformatics scope lies if there are research labs which work in this field. One has to take account of that. If so then try to get information of those labs and visit them to get a hang of the work they pursue. For detail Bioinformatics in Malaysia: Hope, Initiative, Effort, Reality, and Challenges are discussed in&nbsp;<span>https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2723929/ paper.</span></span></p>]]></description>
	<dc:creator>sahabuddin</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43315/genome-assembly-workshop-2020</guid>
	<pubDate>Wed, 25 Aug 2021 04:30:32 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43315/genome-assembly-workshop-2020</link>
	<title><![CDATA[Genome Assembly Workshop 2020]]></title>
	<description><![CDATA[<p><span>Our team offers custom bioinformatics services to academic and private organizations. We have a strong academic background with a focus on cutting edge, open source software. We replicate standard analysis pipelines (best practices) when appropriate, and/or develop novel applications and pipelines when needed, however we always emphasize biological interpretation of the data.</span></p>
<p><span>More at&nbsp;https://ucdavis-bioinformatics-training.github.io/</span></p><p>Address of the bookmark: <a href="https://ucdavis-bioinformatics-training.github.io/2020-Genome_Assembly_Workshop/snakemake/snakemake_intro" rel="nofollow">https://ucdavis-bioinformatics-training.github.io/2020-Genome_Assembly_Workshop/snakemake/snakemake_intro</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/21685/uiar-short-term-trainingfinal-year-dissertation-project-in-life-sciencesbioinformaticsbiotech</guid>
  <pubDate>Mon, 16 Mar 2015 23:56:25 -0500</pubDate>
  <link></link>
  <title><![CDATA[UIAR Short-Term Training/Final Year Dissertation Project in Life Sciences/Bioinformatics/Biotech]]></title>
  <description><![CDATA[
<p>Short-term training/Final year dissertation project</p>

<p>Candidates desirous of doing a short-term training / final year dissertation project for MSc (Life Sciences/Bioinformatics/Biotechnology or any science discipline) at UIAR Biophysics and Bioinformatics department may please drop an email atanju@iiar.res.in along with their resume.</p>

<p>Selected candidates will be further intimated. There will be a fees charged for doing the project at UIAR. The projects will be experimental or computational or involve both.</p>

<p>The training scope will be in the following areas but not limited to:</p>

<p>Bioinformatics analysis, Docking and Virtual screening, Molecular Dynamics simulation, Cloning, expression and purification of proteins, Biophysical and Biochemical characterisation of proteins, Crystallization and Structural Studies.</p>

<p>Advertisement: www.iiar.res.in/?q=node/450</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/43762/vicoso-group</guid>
  <pubDate>Wed, 02 Feb 2022 02:51:27 -0600</pubDate>
  <link></link>
  <title><![CDATA[Vicoso group]]></title>
  <description><![CDATA[
<p>The Vicoso group investigates how sex chromosomes evolve over time, and what biological forces are driving their patterns of differentiation.</p>

<p>The Vicoso group is interested in understanding several aspects of the biology of sex chromosomes, and the evolutionary processes that shape their peculiar features. By combining the use of next-generation sequencing technologies with studies in several model and non-model organisms, they can address a variety of standing questions, such as: Why do some Y chromosomes degenerate while others remain homomorphic, and how does this relate to the extent of sexual dimorphism of the species? What forces drive some species to acquire global dosage compensation of the X, while others only compensate specific genes? What are the frequency and molecular dynamics of sex-chromosome turnover?</p>

<p>More at https://ist.ac.at/en/research/vicoso-group/<br />http://pub.ist.ac.at/~bvicoso/</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/21894/bioinformatics-engineer-algorithm-development</guid>
  <pubDate>Wed, 01 Apr 2015 21:39:05 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics Engineer -- Algorithm Development]]></title>
  <description><![CDATA[
<p>Centrillion Biosciences is a venture backed life sciences company located in Palo Alto, California. The company provides high quality genomic services to academic and industrial customers including top universities and research institutes. Centrillion Biosciences has an immediate opening for a full-time Bioinformatics Engineer. We're looking for an energetic, innovative, and motivated person who works well independently and on teams. The ideal candidate will have experience designing and implementing efficient algorithms to process large datasets. The role will involve collaborating with research scientists and other engineers, so strong communication skills are a must.</p>

<p>Job Description</p>

<p>• Work within a fast-paced, collaborative environment with small project teams working on a variety of tasks ranging from new product development to DNA data processing<br />• Collaborate with Centrillion research scientists in order to bridge the gap between the laboratory and the digital world<br />• Develop tools to enable research projects to cope with the enormous amounts of data produced by modern DNA sequencing experiments<br />• Build simulation algorithms to help guide and analyze research done in the lab<br />• Solve challenging engineering problems that require the development of innovative algorithms</p>

<p>Requirements</p>

<p>• Strong background in mathematics/statistics with a degree in a related field<br />• Strong analytical, coding, communication, and organizational skills<br />• Experience with algorithm development, simulations, and data analysis<br />• Proficiency in at least one modern programming language (like Python or Perl)<br />• Experience analyzing genetic and biological data sets (e.g., DNA data analysis and image analysis)<br />• Experience with machine learning and pattern recognition is preferred</p>

<p>Please submit your resume at https://www.centrillionbio.com/career/ to apply for this position.</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43714/hiv-genome-database</guid>
	<pubDate>Fri, 21 Jan 2022 05:40:15 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43714/hiv-genome-database</link>
	<title><![CDATA[HIV genome database !]]></title>
	<description><![CDATA[<p>HIV resources</p>
<p>https://www.hiv.lanl.gov/components/sequence/HIV/search/search.html</p><p>Address of the bookmark: <a href="https://www.hiv.lanl.gov/components/sequence/HIV/search/search.html" rel="nofollow">https://www.hiv.lanl.gov/components/sequence/HIV/search/search.html</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/22283/iihr-recruitment-2015-%E2%80%93-srf-project-asst-research-associate-posts</guid>
  <pubDate>Wed, 06 May 2015 06:13:26 -0500</pubDate>
  <link></link>
  <title><![CDATA[IIHR Recruitment 2015 – SRF, Project Asst &amp; Research Associate Posts]]></title>
  <description><![CDATA[
<p>IIHR Recruitment 2015 – SRF, Project Asst &amp; Research Associate Posts: ICAR-Indian Institute of Horticultural Research (IIHR) has published a notification for the recruitment of Senior Research Fellow, Project Assistant and Research Associate vacancies on temporary basis. Eligible candidates may apply in prescribed application format on or before 15-05-2015. Other details like age, educational qualification, selection process, how to apply are given below…</p>

<p>IIHR Vacancy Details:<br />Total No. of Posts: 14<br />Name of the Post:<br />1. Senior Research Fellow: 12 Posts<br />2. Project Assistant: 01 Post<br />3. Research Associate: 01 Post</p>

<p>Age Limit: Candidates age limit is 40 years for men &amp; 45 years for women for RA post, 35 years for men &amp; 40 years for women for SRF post, 30 years for men &amp; 35 years for women for JRF post and 21 to 40 years for Other as on closing date of receipt of applications. Age relaxation is applicable as per rules.</p>

<p>Educational Qualification: Candidates should possess M.Sc (Ag) Plant Pathology or Microbiology or Biotechnology or Biochemistry or M.Tech (Ag) or Bioinformatics for SRF Posts, 10th class with experience in workshop (welding fitting) for Project Asst Post and M.Sc (Ag) Plant Pathology or M.Sc (Ag) Biotechnology or Ph.D in Plant Pathology or Agricultural Biotechnology for RA Post.</p>

<p>Selection Process: Candidates will be selected based on their performance in interview.</p>

<p>How to Apply: Eligible candidates may send their application in the prescribed format along with attested copies of relevant certificates and should mention name of PI/ Co-PI, Item No. of the Post &amp; name of the post clearly on the application as well as on the cover to the Concerned PI/ Co-PI, Indian Institute of Horticultural Research, Hessaraghatta Lake Post, Bengaluru-560089 on or before 15-05-2015 and attend the interview along with originals, two passport size photographs on 26 &amp; 27-05-2015 from 10:00 AM Onwards.</p>

<p>Important Dates:<br />Last Date for Receipt of Applications: 15-05-2015.<br />Date &amp; Time of Interview: 26 &amp; 27-05-2015 from 10:00 AM Onwards.<br />Venue: IIHR Campus.</p>

<p>More at http://www.iihr.ernet.in/content/srf-jrf-application-format</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43909/human-complete-genome</guid>
	<pubDate>Wed, 06 Jul 2022 06:42:55 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43909/human-complete-genome</link>
	<title><![CDATA[Human Complete Genome]]></title>
	<description><![CDATA[<h1 dir="auto">Telomere-to-telomere consortium</h1>
<p dir="auto">We have sequenced the CHM13hTERT human cell line with a number of technologies. Human genomic DNA was extracted from the cultured cell line. As the DNA is native, modified bases will be preserved. The data includes 30x&nbsp;<a href="https://www.pacb.com/">PacBio</a>&nbsp;<a href="https://www.ncbi.nlm.nih.gov/sra/?term=SRX789768*+CHM13">HiFi</a>, 120x coverage of&nbsp;<a href="https://nanoporetech.com/">Oxford Nanopore</a>, 70x&nbsp;<a href="https://www.pacb.com/">PacBio</a>&nbsp;CLR, 50x&nbsp;<a href="https://www.10xgenomics.com/">10X Genomics</a>, as well as&nbsp;<a href="https://bionanogenomics.com/technology/dls-technology/">BioNano DLS</a>&nbsp;and&nbsp;<a href="https://arimagenomics.com/kit/">Arima Genomics HiC</a>. Most raw data is available from this site, with the exception of the PacBio data which was generated by the University of Washington/PacBio and is available from&nbsp;<a href="https://www.ncbi.nlm.nih.gov/sra?linkname=bioproject_sra_all&amp;from_uid=269593">NCBI SRA</a>.</p>
<p dir="auto">A UCSC browser is available for&nbsp;<a href="https://genome.ucsc.edu/h/GCA_009914755.4">v2.0</a>&nbsp;(as well as legacy&nbsp;<a href="http://genome.ucsc.edu/cgi-bin/hgTracks?genome=t2t-chm13-v1.0&amp;hubUrl=http://t2t.gi.ucsc.edu/chm13/hub/hub.txt">v1.0</a>&nbsp;and&nbsp;<a href="http://genome.ucsc.edu/cgi-bin/hgTracks?genome=t2t-chm13-v1.1&amp;hubUrl=http://t2t.gi.ucsc.edu/chm13/hub/hub.txt">v1.1</a>&nbsp;versions). An interactive dotplot visualization of all genomic repeats is also available from&nbsp;<a href="https://resgen.io/paper-data/T2T-Nurk-et-al-2021/views/t2t-identity-v2">resgen.io</a>. Known issues identified in the assembly are tracked at&nbsp;<a href="https://github.com/marbl/CHM13-issues">CHM13 issues</a>.</p>
<p dir="auto">&nbsp;</p>
<p dir="auto">MORE at&nbsp;https://github.com/marbl/CHM13</p><p>Address of the bookmark: <a href="https://www.science.org/doi/10.1126/science.abj6987" rel="nofollow">https://www.science.org/doi/10.1126/science.abj6987</a></p>]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>

</channel>
</rss>