<?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/926?offset=480</link>
	<atom:link href="https://bioinformaticsonline.com/related/926?offset=480" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/27945/srf-project-assistant-bioinformatics-at-nirrh</guid>
  <pubDate>Sun, 19 Jun 2016 09:11:13 -0500</pubDate>
  <link></link>
  <title><![CDATA[SRF/ Project Assistant Bioinformatics at NIRRH]]></title>
  <description><![CDATA[
<p>SRF/ Project Assistant Bioinformatics recruitment in National Institute for Research in Reproductive Health (NIRRH)</p>

<p>Title of Project : 1. “Analysis Of The Structures Of Known Antimicrobial Peptides Using Machine Learning Algoitms And Molecular Dynamics Simulations”</p>

<p>Senior Research Fellow /1 Post</p>

<p>Qualification: First class M.Sc. in Bioinformatics/ Biological Sciences from recognized university with 2 years research experience and CSIR/UGC/ICMR net qualified OR First class M.Sc. in Bioinformatics/ Biological Sciences from recognized university with 2 years research experience Research experience in bioinformatics and wetlab methods. </p>

<p>Age: Not exceeding 35 Years</p>

<p>Pay Scale : Rs.18,000/- + 30% HRA Rs.14,000/- + 30% HRA </p>

<p>Project Assistant (Level-II) /1 Post</p>

<p>Qualification:  First class M.Sc. in Bioinformatics/ Biological Sciences/Computer Sciences Training experience in bioinformatics and wetlab methods .</p>

<p>Age: Not exceeding 28 Years </p>

<p>Pay Scale : Rs.8,000<br />How to apply<br />Candidates must bring along with them all the relevant documents in original and one set of attested photocopies of the same and one passport size recent colour photograph. </p>

<p>Walk-in-Interview on 28.06.2016 between 09:00 hrs. to 12:00 hrs.</p>

<p>More at http://www.nirrh.res.in/links/job_oppotunities.htm</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/27971/samtools-primer</guid>
	<pubDate>Thu, 23 Jun 2016 07:18:17 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/27971/samtools-primer</link>
	<title><![CDATA[Samtools Primer !!]]></title>
	<description><![CDATA[<p>SAMtools: Primer / Tutorial by Ethan Cerami, Ph.D.<br><br>keywords: samtools, next-gen, next-generation, sequencing, bowtie, sam, bam, primer, tutorial, how-to, introduction<br>Revisions<br><br>&nbsp;&nbsp;&nbsp; 1.0: May 30, 2013: First public release on biobits.org.<br>&nbsp;&nbsp;&nbsp; 1.1: July 24, 2013: Updated with Disqus Comments / Feedback section.<br>&nbsp;&nbsp;&nbsp; 1.2: December 19, 2014: Multiple updates, including:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Updated to use samtools 1.1 and bcftools 1.2.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Updated usage for bcftools.<br><br>About<br><br>SAMtools is a popular open-source tool used in next-generation sequence analysis. This primer provides an introduction to SAMtools, and is geared towards those new to next-generation sequence analysis. The primer is also designed to be self-contained and hands-on, meaning that you only need to install SAMtools, and no other tools, and sample data sets are provided. Terms in bold are also explained in the glossary at the end of the document.</p><p>Address of the bookmark: <a href="http://biobits.org/samtools_primer.html" rel="nofollow">http://biobits.org/samtools_primer.html</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/28112/ngs-glossary</guid>
	<pubDate>Mon, 27 Jun 2016 08:56:18 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/28112/ngs-glossary</link>
	<title><![CDATA[NGS Glossary !!]]></title>
	<description><![CDATA[<p><strong>alignment</strong>: the mapping of a raw sequence read to a location within a reference genome. The mapping occurs because the sequences within the raw read match or align to sequences within the reference genome. Alignment information is stored in the <strong>SAM</strong> or <strong>BAM</strong> file formats.</p><p><strong>bcftools</strong>: a set of companion tools, currently bundled with SAMtools, for identifying and filtering genomics variants.</p><p><strong>bowtie</strong>: widely used, open source alignment software for aligning raw sequence reads to a reference genome.</p><p><strong>BAM Format</strong>: binary, compressed format for storing <strong>SAM</strong> data.</p><p><strong>BCF Format</strong>: Binary call format. Binary, compressed format for storing <strong>VCF</strong> data.</p><p><strong>CIGAR String</strong>: Compact Idiosyncratic Gapped Alignment Report. A compact string that (partially) summarizes the alignment of a raw sequence read to the reference genome. Three core abbreviations are used: M for alignment match; I for insertion; and D for Deletion. For example, a CIGAR string of 5M2I63M indicates that the first 5 base pairs of the read align to the reference, followed by 2 base pairs, which are unique to the read, and not in the reference genome, followed by an additional 63 base pairs of alignment.</p><p><strong>FASTA Format</strong>: text format for storing raw sequence data. For example, the FASTA file at: <a href="http://www.ncbi.nlm.nih.gov/nuccore/NC_008253">http://www.ncbi.nlm.nih.gov/nuccore/NC_008253</a> contains entire genome for Escherichia coli 536.</p><p><strong>FASTQ Format</strong>: text format for storing raw sequence data along with quality scores for each base; usually generated by sequencing machines.</p><p><strong>genotype likelihood</strong>: the probability that a specific genotype is present in the sample of interest. Genotype likelihoods are usually expressed as a <strong>Phred-scaled probability</strong>, where P = 10 ^ (-Q/10). For example, if the genotype TT (both alleles are T) at position 1,299,132 in human chromosome 12 (reference G) is 37, this translates to a probability of 10<sup>-37/10</sup> = 0.0001995, meaning that there is very low probability that the reads in your sample support a TT genotype. On the other hand, a genotype of AA at the same position with a score of 0 translates into a probability of 10<sup>-0</sup> = 1, indicating extremely high probability that your sample contains a homozygous mutation of G to A.</p><p><strong>mate-pair</strong>: in paired-end sequencing, both ends of a single DNA or RNA fragment are sequenced, but the intermediate region is not. The two ends which are sequenced form a pair, and are frequently referred to as mate-pairs.</p><p><strong>QNAME</strong>: unique identifier of a raw sequence read (also known as the Query Name). Used in <strong>FASTQ</strong> and <strong>SAM</strong> files.</p><p><strong>paired-end sequencing</strong>: sequencing process where both ends of a single DNA or RNA fragment are sequenced, but the intermediate region is not. Particularly useful for identifying structural rearrangements, including gene fusions.</p><p><strong>Phred-scaled probability</strong>: a scaled value (Q) used to compactly summarize a probability, where P = 10<sup>-Q/10</sup>. For example, a Phred Q score of 10 translates to probability (P) = 10<sup>-10/10</sup> = 0.1. Phred-scaled probabilities are common in next-generation sequencing, and are used to represent multiple types of quality metrics, including quality of base calls, quality of mappings, and probabilities associated with specific genotypes. The name Phred refers to the original Phred base-calling software, which first used and developed the scale.</p><p><strong>Phred quality score</strong>: a score assigned to each base within a sequence, quantifying the probability that the base was called incorrectly. Scores use a <strong>Phred-scaled probability</strong> metric. For example, a Phred Q score of 10 translates to P=10<sup>-10/10</sup> = 0.1, indicating that the base has a 0.1 probability of being incorrect. Higher Phred score correspond to higher accuracy. In the <strong>FASTQ format</strong>, Phred scores are represented as single ASCII letters. For details on translating between Phred scores and ASCII values, refer to <a href="http://www.somewhereville.com/?p=1508">Table 1 of this useful blog post from Damian Gregory Allis</a>.</p><p><strong>read-length</strong>: the number of base pairs that are sequenced in an individual sequence read.</p><p><strong>read-depth</strong>: the number of sequence reads that pile up at the same genomic location. For example, 30X read-depth coverage indicates that the genomic location is covered by 30 independent sequencing reads. Increased read-depth translates into higher confidence for calling genomic variants.</p><p><strong>RNAME</strong>: reference genome identifier (also known as the Reference Name). Within a SAM formatted file, the RNAME identifies the reference genome where the raw read aligns.</p><p><strong>SAM Flag</strong>: a single integer value (e.g. 16), which encodes multiple elements of meta-data regarding a read and its alignment. Elements include: whether the read is one part of a paired-end read, whether the read aligns to the genome, and whether the read aligns to the forward or reverse strand of the genome. A <a href="http://picard.sourceforge.net/explain-flags.html">useful online utility</a> decodes a single SAM flag value into plain English.</p><p><strong>SAM Format</strong>: Text file format for storing sequence alignments against a reference genome. See also <strong>BAM</strong> Format.</p><p><strong>SAMtools</strong>: widely used, open source command line tool for manipulating SAM/BAM files. Includes options for converting, sorting, indexing and viewing SAM/BAM files. The SAMtools distribution also includes bcftools, a set of command line tools for identifying and filtering genomics variants. Created by <a href="http://lh3lh3.users.sourceforge.net/">Heng Li</a>, currently of the Broad Institute.</p><p><strong>single-read sequencing</strong>: sequencing process where only one end of a DNA or RNA fragment is sequenced. Contrast with <strong>paired-end</strong> sequencing.</p><p><strong>VCF Format</strong>: Variant call format. Text file format for storing genomic variants, including single nucleotide polymorphisms, insertions, deletions and structural rearrangements. See also <strong>BCF</strong> format.</p><p><strong>Next</strong><strong>Generation</strong><strong>Sequencing</strong><br /> A high-throughput sequencing method which parallelizes the sequencing process, producing thousands or millions of sequences at once.</p><p><strong>Deep</strong><strong>Sequencing</strong><br /> Techniques of nucleotide sequence analysis that increase the range, complexity, sensitivity, and accuracy of results by greatly increasing the scale of operations and thus the number of nucleotides, and the number of copies of each nucleotide sequenced.</p><p><strong>Paired-End</strong><strong>Sequencing</strong><br /> Sequence both ends of the same fragment and keep track of the paired data.</p><p><strong>Adapter</strong><br /> Short oligonucleotides which are attached to the DNA to be sequenced. An adapter can provide a priming site for both amplification and sequencing of the adjoining, unknown nucleic acid.</p><p><strong>Library</strong><br /> A collection of DNA fragments with adapters ligated to each end.</p><p><strong>Bridge</strong><strong>Amplification</strong><br /> Generation of in situ copies of a specific DNA molecule on an oligo-decorated solid support.</p><p><strong>Emulsion</strong><strong>PCR</strong><br /> A method for bead-based amplification of a library. A single adapter-bound fragment is attached to the surface of a bead, and an oil emulsion containing necessary amplification reagents is formed around the bead/fragment component. Parallel amplification of millions of beads with millions of single strand fragments produces a sequencer-ready library.</p><p><strong>Alignment</strong><br /> Mapping of sequence reads to a known reference sequence</p><p><strong>Reference</strong><strong>sequence</strong><strong>/</strong><strong>genome</strong><strong>&nbsp; </strong><br /> A fully assembled version of a genome that can be used for mapping short DNA sequence reads for comparisons of genomes from various individuals</p><p><strong>Coverage</strong><strong>Depth</strong><br /> The number of nucleotides from reads that are mapped to a given position of reference genome.</p><p><strong>Specificity</strong><strong>&nbsp; </strong><br /> The percentage of sequences that map to the intended targets out of total bases per run.</p><p><strong>Uniformity</strong><strong>&nbsp; </strong><br /> The variability in sequence coverage across target regions.</p><p><strong>Homopolymer</strong><br /> Uninterrupted stretch of a single nucleotide type (e.g., TTT or GGGGGG)</p><p><strong>InDel</strong><br /> InDel stands for Insertion or deletion. A form of structural variation in which a DNA segment is either deleted or inserted.</p><p><strong>SNP</strong><strong>&nbsp; </strong></p><p>SNP stands for Single Nucleotide Polymorphism. A single base difference found when comparing the same DNA sequence from two different individuals.</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/28286/nipgr-hires-research-associate-jrf-laboratory-assistant</guid>
  <pubDate>Mon, 04 Jul 2016 20:12:14 -0500</pubDate>
  <link></link>
  <title><![CDATA[NIPGR Hires Research Associate, JRF, Laboratory Assistant]]></title>
  <description><![CDATA[
<p>National Institute of Plant Genome Research (NIPGR), Aruna Asaf Ali Marg - Delhi, Delhi <br />₹15,000 a month<br />National Institute of Plant Genome Research (NIPGR) invites applications to recruit on vacant posts of Research Associate (RA), Junior Research Fellow (JRF) and Laboratory Assistant. Applications against these Sarkari Naukri can be submitted on or before 16 July 2016. <br />NIPGR Vacancy 2016 Details <br />1. Research Associate (RA) <br />Qualification: Ph.D. degree (awarded) in Molecular Biology/Biotechnolgy/Biochemistry/Plant Science/ Life Sciences/Bioinformatics or related field with 03 years post-doctoral research experience or 02 research papers in the journals of International repute are eligible to apply. Experience in the area of functional genomics, proteomics, metabolomics, multiomics and system biology will be preferred. <br />Age Limit: As Per Rules <br />2. Junior Research Fellow (JRF) <br />Qualification: M.Sc. degree or equivalent in Biotechnolgy/Biochemistry/Plant Science or Botany/ Life Sciences/Bioinformatics/ Molecular Biology or any other related field. Experience in advanced multiomics, big data analysis, molecular and system biology techniques will be given preference. <br />Age Limit: As Per Rules <br />3. Laboratory Assistant <br />Qualification: B.Sc. degree with 05 years working experience in government R&amp;D Laboratory assisting in the field of molecular biology and genomis. <br />Pay Scale: Rs.15000/- Per Month <br />Age Limit: As Per Rules <br />How to Apply : Duly filled-in applications in prescribed application format along with copies of required documents should be reach to: Dr. Subhra Chakraborty, Staff Scientist-VII, National Institute of Plant Genome Research (NIPGR), Aruna Asaf Ali Marg, P.O. Box NO. 10531, New Delhi – 110067 . The Last Date to submit application is 16 July 2016</p>

<p>Source: http://www.nipgr.res.in/careers/vacancies_latest.php#<br />Form at http://www.nipgr.res.in/files/careers/format_RA_JRF_LA.doc</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/28425/advertisement-for-junior-research-fellowjrf-at-school-of-computational-and-integrative-sciences-jawaharlal-nehru-university</guid>
  <pubDate>Thu, 14 Jul 2016 07:24:53 -0500</pubDate>
  <link></link>
  <title><![CDATA[Advertisement for Junior Research Fellow(JRF)  at School of Computational and Integrative Sciences  Jawaharlal Nehru University]]></title>
  <description><![CDATA[
<p>Advertisement for Junior Research Fellow(JRF) - (1)</p>

<p>Applications are invited for a post in DST, India funded Project entitled: "Positive and negative impacts of macromolecular crowding agents during target site location by DNA binding proteins – origin of optimal search at physiological ionic concentration (Reference Number: ECR/2016/000188) ''. The selected candidate will be appointed purely on temporary basis, initially for two years as a JRF that may be extended to one year of SRF based on the performance.</p>

<p>Position: Junior Research Fellow (1)</p>

<p>Qualifications &amp; Experience: Candidate must have a consistently good academic record with at least 60% marks in all throughout and must have qualified NET/GATE.</p>

<p>Desirable: Basic knowledge in the field of biophysics, molecular simulations and computational biology are desirable.</p>

<p>Salary: Consolidated Rs. 25,000 per month.</p>

<p>Tenure: The project duration is for three years and the selected candidate would be appointed after an interview. Appointment will be purely on temporary basis as stipulated by the existing rules of the University.</p>

<p>Interested candidates need to send an application to the address mentioned below mentioning the name of the project and post applied for (on the cover of the envelope).</p>

<p>The applications along with CV should be mailed at the address given below. Name, address, contact number and e. mail address of two referees must be enclosed with the application. The last date for the application is July 31st 2016.</p>

<p>Dr. Arnab Bhattacharjee (Principal Investigator) <br />Assistant Professor <br />School of Computational and Integrative Sciences <br />Jawaharlal Nehru University <br />New Delhi-110067 <br />E-mail: arnab@jnu.ac.in</p>

<p>Note: 1. Only shortlisted candidates will be communicated to appear in the interview at SCIS, JNU and no other communications in this regard will be entertained.</p>

<p>2. No TA/DA will be paid for appearing in interview.</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/28547/jrf-bioinformatics-at-iit-delhi</guid>
  <pubDate>Mon, 25 Jul 2016 03:26:20 -0500</pubDate>
  <link></link>
  <title><![CDATA[JRF Bioinformatics at IIT, Delhi]]></title>
  <description><![CDATA[
<p>No. IITD/IRD/RP03017/4254/Advertisement No.: IITD/IRD/093/2016<br />JRF Bioinformatics  job vacancies in Indian Institute of Technology Delhi (IIT Delhi)<br />Title : Elucidation of Pathologically Relevant miRNAs Responsible for Disease Progression and Resistance to Chemotherapy in Chronic Lymphocytic Leukemia (CLL) (RP03017)<br />Qualification : Candidates having first class B. Tech. / M.Sc. Degree or equivalent in Bioinformatics or Biotechnology with NET qualification. Desirable: Candidates having computer programming skills (C++, Python, Java, Web designing using Materialize frameworks, database management, offline software GUI development) with knowledge of Linux server environment and / or experience in next generation sequencing (NGS) data analysis, MD simulations will be preferred.<br />No. of Post : 01<br />Pay Scale : Rs.25,000/-<br />How to apply<br />Walk-in test / interview will be held on 04/08/2016, 03.00 p.m. at Committee Room No. 230, Block-I, Department of Biochemical Engineering &amp; Biotechnology, Indian Institute of Technology Delhi, Hauz Khas, New Delhi-110016.</p>

<p>More at http://ird.iitd.ac.in/sites/default/files/jobs/project/IITD-IRD-093-2016.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/28566/emboss-apps</guid>
	<pubDate>Wed, 27 Jul 2016 06:00:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/28566/emboss-apps</link>
	<title><![CDATA[EMBOSS Apps]]></title>
	<description><![CDATA[<p>The programs are listed in alphabetical order, Look at the individual applications or go to the&nbsp;<a href="http://emboss.sourceforge.net/apps/release/6.6/emboss/apps/groups.html">GROUPS</a>&nbsp;page to search by category.</p>
<p><a href="http://emboss.sourceforge.net/apps/release/6.6/embassy/index.html">EMBASSY applications</a>&nbsp;are described in separate documentation for each package.</p>
<h3><a name="current" id="current"></a>Applications&nbsp;in the&nbsp;<a href="ftp://emboss.open-bio.org/pub/EMBOSS/">current release</a></h3><p>Address of the bookmark: <a href="http://emboss.sourceforge.net/apps/release/6.6/emboss/apps/" rel="nofollow">http://emboss.sourceforge.net/apps/release/6.6/emboss/apps/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/28602/srf-and-jrf-bioinformatics-at-tezpur-university-napaam</guid>
  <pubDate>Wed, 03 Aug 2016 03:47:38 -0500</pubDate>
  <link></link>
  <title><![CDATA[SRF and JRF Bioinformatics at Tezpur University, Napaam]]></title>
  <description><![CDATA[
<p>Applications are invited for the following temporary positions unde MHRD sponsored Centre of Excellence<br />in the Department of Computer Science and Engineering (CSE), Tezpur University<br /> <br />Qualification<br />and Experience : Senior Research Fellow (SRF) and JRF : First Class in M.E/M.Tech in CSE/IT/ECE with research<br />experience in relevant fields of research (Candidates having valid GATE/NET Score would be preferred).</p>

<p> <br />Fellowship: Rs. 18,000/- per month (fixed)<br /> <br />Duration : 2 (Two) years and may be extended<br />depending on status of the project<br /> <br />Age Limit: Candidates should not be more than 32 years of<br />age in case of SRF and 28 years of age in case of JRF and TA. Upper age limit may be relaxed up to 5<br />years in the case of candidate belonging to SC/ ST/ OBC/ Women/ Differently abled.<br /> <br />How to Apply:<br />Interested candidates may send their application on plain paper by post along with his/her educational<br />qualifications, research experience certificates (for SRF), 02 copies of recent passport/stamp size photographs<br />and contact phone number to Professor D.K Bhattacharyya, Principal Investigator, Department of Computer<br />Science &amp; Engineering, Tezpur University, Napaam – 784 028, or mail it to dkb@tezu.ernet.in<br />(or to smh@tezu.ernet.in) within 15 days of publication of this advertisement.<br /> <br />No TA/DA shall<br />be paid for attending the interview.<br /> <br />For more details: http://www.tezu.ernet.in/ProjectWalkin/Advt-DoRD-CSE-DKB-20-225-6779-A.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/31100/vaguevelvet-assembler-graphical-front-end</guid>
	<pubDate>Fri, 24 Feb 2017 08:56:49 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/31100/vaguevelvet-assembler-graphical-front-end</link>
	<title><![CDATA[VAGUE:Velvet Assembler Graphical Front End]]></title>
	<description><![CDATA[<p>VAGUE is a vague acronym for "Velvet Assembler Graphical Front End", which means it is a GUI for the Velvet <em>de novo</em> assembler. The command line version of Velvet can be complicated for beginners to use, but VAGUE makes it clear and simple</p>
<p>More at&nbsp;http://www.vicbioinformatics.com/software.vague.shtml</p><p>Address of the bookmark: <a href="http://www.vicbioinformatics.com/software.vague.shtml" rel="nofollow">http://www.vicbioinformatics.com/software.vague.shtml</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/28805/bambus</guid>
	<pubDate>Tue, 16 Aug 2016 08:09:15 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/28805/bambus</link>
	<title><![CDATA[Bambus]]></title>
	<description><![CDATA[<div>
<div>
<div>
<p>Bambus 2.0, the second generation Bambus scaffolder available as an open source package. While most other scaffolders are closely tied to a specific assembly program, Bambus accepts the output from most current assemblers and provides the user with great flexibility in choosing the scaffolding parameters. In particular, Bambus is able to accept contig linking data other than specified by mate-pairs. Such sources of information include alignment to a reference genome (Bambus can directly use the output of MUMmer), physical mapping data, or information about gene synteny.</p>
</div>
</div>
</div>
<div>
<div>Home Page:&nbsp;</div>
<div>
<div><a href="http://sourceforge.net/apps/mediawiki/amos/index.php?title=Bambus2">http://sourceforge.net/apps/mediawiki/amos/index.php?title=Bambus2</a></div>
</div>
</div><p>Address of the bookmark: <a href="https://www.cbcb.umd.edu/software/bambus2" rel="nofollow">https://www.cbcb.umd.edu/software/bambus2</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>