<?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/29210?offset=1120</link>
	<atom:link href="https://bioinformaticsonline.com/related/29210?offset=1120" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/21703/coding-ground</guid>
	<pubDate>Tue, 17 Mar 2015 00:47:20 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/21703/coding-ground</link>
	<title><![CDATA[Coding Ground]]></title>
	<description><![CDATA[<p>Online coding group for most of the programming languages.</p>
<p>Code in almost all popular languages using Coding Ground.&nbsp;Edit, compile, execute and share your projects, 100% cloud.</p>
<p>http://www.tutorialspoint.com/codingground.htm</p><p>Address of the bookmark: <a href="http://www.tutorialspoint.com/codingground.htm" rel="nofollow">http://www.tutorialspoint.com/codingground.htm</a></p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</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/opportunity/view/21851/bioinformatics-project-assistant-at-nitw</guid>
  <pubDate>Wed, 01 Apr 2015 01:43:27 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics Project Assistant at NITW]]></title>
  <description><![CDATA[
<p>NATIONAL INSTITUTE OF TECHNOLOGY WARANGAL – 506 004</p>

<p>DEPARTMENT OF BIOTECHNOLOGY</p>

<p>No. NITW/Bio/ Date: 30th March 2015</p>

<p>ADVERTISEMENT FOR PROJECT FELLOW (Research Staff)</p>

<p>Applications are invited for the post of Project Fellow (Research Staff) for the project entitled ‘Metagenome derived nitroreductases for degradation of nitro compounds’ sponsored by the Department of Science and Technology (DST-INSPIRE), Govt. of India.</p>

<p>Position: Project Fellow (1 No.)</p>

<p>Project Duration: 5 years</p>

<p>Note: The post is purely on temporary basis for a period one year and may be extendable till the end of the project based on the progress of the candidate.</p>

<p>Emoluments: Rs. 14,000/- per month (Consolidated) for first two years and Rs. 16,000/- per month (Consolidated) for next three years.</p>

<p>Essential Qualifications:</p>

<p>i) First class in M.Tech/M.S (Biotechnology/Industrial Biotechnology/Bioinformatics) or equivalent. Or</p>

<p>ii) First class in M.Sc. (Biotechnology/Bioinformatics/Biochemistry/ Microbiology/Molecular biology).</p>

<p>Desirable Qualification: Preference will be given to candidates who have cleared NET/GATE or having prior work experience in Molecular biology/Bioinformatics sequence analysis.</p>

<p>Interested candidates may submit their application in plain paper along with Curriculum Vitae and photocopies of certificates in support of educational/professional qualifications. Application should be sent in a closed cover with a superscription on the cover “Application for the post of project fellow (DST-INSPIRE)” on or before 20.04.2015 (Monday) via Post to the Principal Investigator. Eligible candidates will be intimated through e-mail and called for interview at the Department of Biotechnology, NIT, Warangal. No TA/DA will be paid for attending the interview. Dr. K. Divakar (Principal Investigator) DST-INSPIRE Faculty Department of Biotechnology National Institute of Technology Warangal – 506 004. Telangana, India. E-mail: divakar@nitw.ac.in; kdivak@gmail.com</p>

<p>Advertisement: http://www.nitw.ac.in/nitw/announcements/2015/Notification_Project_Fellow_DST_INSPIRE_Biotechnology_NITW.pdf</p>
]]></description>
</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/21930/bioinformatics-ra-at-ivri</guid>
  <pubDate>Tue, 07 Apr 2015 03:10:53 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics RA at IVRI]]></title>
  <description><![CDATA[
<p>A walk in interview is scheduled in the seminar hall of Veterinary Biotechnology Division of the institute on 9.04.15 at 10.30 am for the engagement of one Research associate (RA) in ICAR funded time bound project entitled “Centre for Agricultural bioinformatics (CABin)”.</p>

<p>The engagement is purely temporary on contractual basis and co-terminus with the project. There will be no provision of absorption of absorption/reemployment in IVRI/DBT on termination of the project.</p>

<p>No TA/DA will be provided for appearing in the interview and no separate letter will be issued.</p>

<p>A. Name tile of the project: “Centre for Agricultural bioinformatics (CABin)”.</p>

<p>B. Position/post to be filled: Research Associate (one)</p>

<p>C. Essential/Desirable qualifications:</p>

<p>•Essential: M.V.Sc./M.Tech./MSc Degree in Biotechnology/ Biochemistry/ Microbiology/Immunology/Bioinformatics/Genetics/Life Sciences or</p>

<p>Masters in Computer Application/ Masters in Computer science with first division.</p>

<p>• Desirable: Experience in cell culture, next generation sequencing, C++ and perl programming. NET/GATE qualified will be preferred.</p>

<p>• Experience : At least 2 years</p>

<p>D. Emoluments: Rs. 23000/- per month + 20% HRA</p>

<p>E. Age Limit: Maximum 40 years for men and 45 years for women</p>

<p>F. Duration of the project: Up to March 2017</p>

<p>G. Name of PI/Contact person: Dr. G.V.P.P.S. Ravi Kumar, Sr. Scientist, Division of Veterinary Biotechnology.</p>

<p>H. Address for correspondence: Dr. G.V.P.P.S. Ravi Kumar, Sr. Scientist, Computational Biology and Genomics facility,Division of Veterinary Biotechnology, I.V.R.I., Izatnagar – 243122</p>

<p>Advertisement: www.ivri.nic.in/jobs/WalkIn_interview_01042015.pdf</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/22066/jrf-bioinformatics-national-institute-of-immunology-new-delhi-110067</guid>
  <pubDate>Fri, 17 Apr 2015 02:39:37 -0500</pubDate>
  <link></link>
  <title><![CDATA[JRF Bioinformatics @ NATIONAL INSTITUTE OF IMMUNOLOGY  NEW DELHI-110067]]></title>
  <description><![CDATA[
<p>Applications are invited for the position of Junior Research Fellow (Project)/Senior Research Fellow (Project) for the following time-bound sponsored project as per the details given below:</p>

<p>1. “Development of bioinformatics methods for identifying novel secondary metabolites by genome mining” funded by DBT</p>

<p>JRF (P)/SRF (P) (One Position only)</p>

<p>Dr. Debasisa Mohanty Staff Scientist-VI deb@nii.res.in</p>

<p>Educational Qualifications: JRF (Project): M.Sc (Bioinformatics/ Biophysics/Biotechnology or any other stream of biological/physical sciences) or M.Tech. (Bioinformatics/Biotechnology/Computational Sciences) of M. Pharm.</p>

<p>SRF (Project): M.Sc (Bioinformatics/Biophysics/Biotechnology or any other stream of biological/physical sciences) or M.Tech. (Bioinformatics/Biotechnology/Computational Sciences) of M. Pharm with atleast 03 years of research experience.</p>

<p>Desirable Qualifications: Strong computer programming skills (in PERL/CGI/PHP or C++ or object oriented database management systems like MySQL etc or scripting languages under LINUX/UNIX environment) and sufficient experience in computational analysis of biological/biochemical data.</p>

<p>The candidates must highlight their experience in programming and database development in their CV. Job description: Computational analysis of genomes and development of bioinformatics tools and software’s for sequence and structure based analysis of biosynthetic pathways.</p>

<p>Emoluments: The selected candidates will draw consolidated emoluments as per Institute Rules, depending upon qualifications &amp; experience JRF (Project): Rs. 12,000/- per month plus 30% HRA SRF (Project): Rs. 14,000/- per month plus 30% HRA (*Candidates possessing qualifications as per latest DST OM, will be given revised scales). </p>

<p>More at http://www1.nii.res.in/sites/default/files/projectappointments-Dr.DebasisaMohanty-30April2015.pdf</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/22026/igib-recruitment-2015-%E2%80%93-project-scientist</guid>
  <pubDate>Tue, 14 Apr 2015 12:19:59 -0500</pubDate>
  <link></link>
  <title><![CDATA[IGIB Recruitment 2015 – Project Scientist]]></title>
  <description><![CDATA[
<p>IGIB Recruitment 2015 – Project Scientist &amp; SPF Posts: CSIR – Institute of Genomics &amp; Integrative Biology (IGIB) has issued notification for the recruitment of Project Scientist, Sr Project Fellow vacancies on temporary basis for project entitled “Setting up of CSIR(unit)-TRISUTRA (Translational research and Innovative Science through Ayurgenomics)”. Eligible candidates may apply in prescribed application format on or before 23-04-2015. Other details like age limit, educational qualification, selection process &amp; how to apply are given below…</p>

<p>IGIB Vacancy Details:<br />Total No. of Posts: 04<br />Name of the Posts:<br />1. Project Scientist (Biology): 02 Posts<br />2. Project Scientist (Bioinformatics): 01 Post<br />3. Sr Project Fellow (Ayurveda): 01 Post</p>

<p>Age Limit: Candidates age should be 35 years for post 1, 32 years for post 2</p>

<p>Educational Qualification: Candidates should have Ph.D/ Ph.D submitted in any branch of Biological Science/ Life Science for post 1, Ph.D/ Ph.D submitted in Bioinformatics for post 2, BAMS degree with one year internship for post 3.</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 along with all relevant documents on or before 23-04-2015.</p>

<p>Important Dates:<br />Last Date for Receipt of Application for Post 1 &amp; 2: 23-04-2015.<br />Date of Interview for Post 3: 27-04-2015.</p>

<p>For other details like pay scale, age relaxation, educational qualification, selection process, how to apply, etc., click on the link given below…</p>

<p>http://www.freejobalert.com/wp-content/uploads/2015/03/Notification-IGIB-Project-Scientist-SPF-Posts.pdf</p>

<p>http://www.igib.res.in/sites/default/files/27042015.pdf</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>