<?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/26325?offset=980</link>
	<atom:link href="https://bioinformaticsonline.com/related/26325?offset=980" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/42972/list-of-bioinformatics-workflow-management-tools</guid>
	<pubDate>Sat, 20 Mar 2021 00:15:25 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/42972/list-of-bioinformatics-workflow-management-tools</link>
	<title><![CDATA[List of bioinformatics workflow management tools !]]></title>
	<description><![CDATA[<h3>Here are list of&nbsp;Workflow Managers</h3><ul>
<li><span><a href="https://github.com/pcingola/BigDataScript">BigDataScript</a></span>&nbsp;&ndash; A cross-system scripting language for working with big data pipelines in computer systems of different sizes and capabilities. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/25189778">paper-2014</a>&nbsp;|&nbsp;<a href="https://pcingola.github.io/BigDataScript">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/ssadedin/bpipe">Bpipe</a></span>&nbsp;&ndash; A small language for defining pipeline stages and linking them together to make pipelines. [&nbsp;<a href="http://docs.bpipe.org/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/common-workflow-language/common-workflow-language">Common Workflow Language</a></span>&nbsp;&ndash; a specification for describing analysis workflows and tools that are portable and scalable across a variety of software and hardware environments, from workstations to cluster, cloud, and high performance computing (HPC) environments. [&nbsp;<a href="http://www.commonwl.org/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/broadinstitute/cromwell">Cromwell</a></span>&nbsp;&ndash; A Workflow Management System geared towards scientific workflows. [&nbsp;<a href="https://cromwell.readthedocs.io/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/galaxyproject">Galaxy</a></span>&nbsp;&ndash; a popular open-source, web-based platform for data intensive biomedical research. Has several features, from data analysis to workflow management to visualization tools. [&nbsp;<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6030816">paper-2018</a>&nbsp;|&nbsp;<a href="https://galaxyproject.org/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/nextflow-io/nextflow">Nextflow</a>&nbsp;(recommended)</span>&nbsp;&ndash; A fluent DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/29412134">paper-2018</a>&nbsp;|&nbsp;<a href="http://nextflow.io/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/cgat-developers/ruffus">Ruffus</a></span>&nbsp;&ndash; Computation Pipeline library for python widely used in science and bioinformatics. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/20847218">paper-2010</a>&nbsp;|&nbsp;<a href="http://www.ruffus.org.uk/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/SeqWare/seqware">SeqWare</a></span>&nbsp;&ndash; Hadoop Oozie-based workflow system focused on genomics data analysis in cloud environments. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/21210981">paper-2010</a>&nbsp;|&nbsp;<a href="https://seqware.github.io/">web</a>&nbsp;]</li>
<li><span><a href="https://bitbucket.org/snakemake">Snakemake</a></span>&nbsp;&ndash; A workflow management system in Python that aims to reduce the complexity of creating workflows by providing a fast and comfortable execution environment. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/29788404">paper-2018</a>&nbsp;|&nbsp;<a href="https://snakemake.readthedocs.io/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/broadinstitute/wdl">Workflow Descriptor Language</a></span>&nbsp;&ndash; Workflow standard developed by the Broad. [&nbsp;<a href="https://software.broadinstitute.org/wdl">web</a>&nbsp;]</li>
</ul>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/14024/grapher</guid>
	<pubDate>Thu, 14 Aug 2014 14:02:17 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/14024/grapher</link>
	<title><![CDATA[GrapheR !!!]]></title>
	<description><![CDATA[<p>What a wonderful gem <em>GrapheR</em> is.... Oh yes it is. <em>GrapheR</em> is a GUI for base graphics in R by http://www.maximeherve.com/. The package provides a graphical user interface for creating base charts in R. It is ideal for beginners in R, as the user interface is very clear and the code is written along side into a text file, allowing users to recreate the charts directly in the console. <br /><br />Adding and changing legends? Messing around with the plotting window settings? It is much easier/quicker with this GUI than reading the help file and trying to understand the various parameters.<br />Here is a little example using the iris data set.<br /><br />library(GrapheR)<br />data(iris)<br />run.GrapheR()<br /><br />This will bring up a window that helps me to create the chart and tweak the various parameters.</p><p><img src="http://4.bp.blogspot.com/-NbnCM1dPh3E/U9aW9YxJ9oI/AAAAAAAABgo/gEPzPhOpf2Y/s1600/GrapheR.png" alt="image" width="878" height="868" style="border: 0px; border: 0px;"><br /><br />Finally, I find the underlying R code in a file created by <em>GrapheR</em>. For more details read also the <a href="http://cran.r-project.org/web/packages/GrapheR/index.html" target="_blank">package vignette</a>, which is available in <a href="http://cran.r-project.org/web/packages/GrapheR/vignettes/manual_en.pdf" target="_blank">English</a>, <a href="http://cran.r-project.org/web/packages/GrapheR/vignettes/manual_fr.pdf" target="_blank">French</a> and <a href="http://cran.r-project.org/web/packages/GrapheR/vignettes/manual_de.pdf" target="_blank">German</a>!</p>]]></description>
	<dc:creator>John Parker</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37835/variantbam-filtering-and-profiling-of-next-generational-sequencing-data-using-region-specific-rules</guid>
	<pubDate>Thu, 04 Oct 2018 16:30:44 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37835/variantbam-filtering-and-profiling-of-next-generational-sequencing-data-using-region-specific-rules</link>
	<title><![CDATA[VariantBam: Filtering and profiling of next-generational sequencing data using region-specific rules]]></title>
	<description><![CDATA[<p>VariantBam is a tool to extract/count specific sets of sequencing reads from next-generational sequencing files. To save money, disk space and I/O, one may not want to store an entire BAM on disk. In many cases, it would be more efficient to store only those read-pairs or reads who intersect some region around the variant locations. Alternatively, if your scientific question is focused on only one aspect of the data (e.g. breakpoints), many reads can be removed without losing the information relevant to the problem.</p>
<h5>&nbsp;</h5><p>Address of the bookmark: <a href="https://github.com/broadinstitute/VariantBam" rel="nofollow">https://github.com/broadinstitute/VariantBam</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/14186/pybedtools</guid>
	<pubDate>Wed, 20 Aug 2014 01:03:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/14186/pybedtools</link>
	<title><![CDATA[pybedtools]]></title>
	<description><![CDATA[<p>pybedtools is a Python wrapper for Aaron Quinlan's BEDtools programs (https://github.com/arq5x/bedtools), which are widely used for genomic interval manipulation or "genome algebra". pybedtools extends BEDTools by offering feature-level manipulations from with Python. See full online documentation, including installation instructions, at http://pythonhosted.org/pybedtools/.</p><p>More at http://pythonhosted.org/pybedtools/</p><p>A powerful toolset for genome arithmetic.http://code.google.com/p/bedtools/</p>]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40531/shasta-long-read-assembler</guid>
	<pubDate>Tue, 14 Jan 2020 06:47:07 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40531/shasta-long-read-assembler</link>
	<title><![CDATA[Shasta long read assembler]]></title>
	<description><![CDATA[<p>The goal of the Shasta long read assembler is to rapidly produce accurate assembled sequence using as input DNA reads generated by&nbsp;<a href="https://nanoporetech.com/">Oxford Nanopore</a>&nbsp;flow cells.</p>
<p>Computational methods used by the Shasta assembler include:</p>
<ul>
<li>Using a&nbsp;<a href="https://en.wikipedia.org/wiki/Run-length_encoding">run-length</a>&nbsp;representation of the read sequence. This makes the assembly process more resilient to errors in homopolymer repeat counts, which are the most common type of errors in Oxford Nanopore reads.</li>
<li>Using in some phases of the computation a representation of the read sequence based on&nbsp;<em>markers</em>, a fixed subset of short k-mers (k &asymp; 10).</li>
</ul>
<p>More at&nbsp;<a href="https://chanzuckerberg.github.io/shasta/index.html">https://chanzuckerberg.github.io/shasta/index.html</a></p><p>Address of the bookmark: <a href="https://github.com/chanzuckerberg/shasta" rel="nofollow">https://github.com/chanzuckerberg/shasta</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40754/understanding-your-reads-and-mapping</guid>
	<pubDate>Wed, 29 Jan 2020 06:29:55 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40754/understanding-your-reads-and-mapping</link>
	<title><![CDATA[Understanding your reads and mapping !]]></title>
	<description><![CDATA[<p>One of the best tutorial for beginners ...</p>
<p>https://bioinformatics-core-shared-training.github.io/cruk-summer-school-2017/Day1/Session4-seqIntro.html</p><p>Address of the bookmark: <a href="https://bioinformatics-core-shared-training.github.io/cruk-summer-school-2017/Day1/Session4-seqIntro.html" rel="nofollow">https://bioinformatics-core-shared-training.github.io/cruk-summer-school-2017/Day1/Session4-seqIntro.html</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/18820/jrfsrf-at-university-of-calcutta</guid>
  <pubDate>Fri, 31 Oct 2014 08:53:10 -0500</pubDate>
  <link></link>
  <title><![CDATA[JRF/SRF at University of Calcutta]]></title>
  <description><![CDATA[
<p>Applications are invited to appear at a walk-in-interview for one post of Junior Research Fellow in the DBT(DBT Twinning NER) sponsored project entitled “Protein folding kinetics is a selection force on shaping codon usage bias in the high expression genes” in the room of the HOD, Department of Biotechnology and the Coordinator, DR. B. C. Guha Centre for Genetic Engineering and Biotechnology, University College of Science, 35 Ballygunge Circular Road, Kolkata 700019 on the 12th November, 2014 at 3:00 p.m.</p>

<p>Essential qualifications: First class M. Sc. in any branch of life sciences and qualified CSIR-UGC NET/GATE Examination.</p>

<p>Desirable qualifications: Practical experience in biochemical and biophysical studies of proteins</p>

<p>Emoluments: as per DBT norms</p>

<p>The project is tenable for two years, initially for one year.</p>

<p>Age: Below 28 years (relaxable in the case of SC/ST/OBC/women candidates)</p>

<p>Candidates are requested to bring two sets of complete applications on plain paper furnishing bio-data and copies of attested certificates along with originals (for verification) on the date of interview.</p>

<p>No TA/DA is admissible for candidates appearing at the interview.</p>

<p>Dr. Rajat Banerjee<br />Assistant Professor<br />Department of Biotechnology and<br />Dr. B. C. Guha Centre for Genetic Engineering and Biotechnology<br />University College of Science<br />35, Ballygunge Circular Road<br />Kolkata 700019</p>

<p>Advertisement: www.caluniv.ac.in/news/jrf_biotech_2.pdf</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/21471/opening-for-raextended-srf-in-bioinformatics-project-by-dbt-at-bose-institute</guid>
  <pubDate>Sun, 01 Mar 2015 00:50:18 -0600</pubDate>
  <link></link>
  <title><![CDATA[Opening for RA/extended SRF in Bioinformatics project by DBT at Bose Institute]]></title>
  <description><![CDATA[
<p>The institute has evolved over the years into a multi-disciplinary research organization with stress on fundamental research in its pursuit of advancement of knowledge in Science and technology and at the same time developing highly competent and able scientific manpower for the country. The institute has on its staff highly qualified and experienced scientists working in the field of Biological, biochemical, Chemical and Physical sciences placed in long established departments of Physics, Chemistry, Botany, Microbiology, Biochemistry, and Biophysics, and the research sections on plant Molecular &amp; Cellular Genetics, Animal Physiology, Immunotechnology and Environmental science</p>

<p>Walk-in-Interview will be held on 04th March 2015 at 11.30 A.M. in the Bio- Informatics Centre of Bose Institute, P-1/12, C.I.T. Scheme VII-M, Kolkata- 700054 for two (02) positions of Research Associate/ Extended Senior Research Fellow in the DBT sponsored following two projects running under the CoE- Bioinformatics under the guidance of Prof. Pinakpani Chakrabarti, Bioinformatics Centre.</p>

<p>Position : RA/SRF<br />Project title : 1. "Centre of Excellence (CoE) in Bioinformatics at Bose Institute”,2. Project entitled “Setting up of National Facility on Interactive Graphysics Computer System (IGCS) for Biomolecular Modeling, Molecular Dynamics &amp; Structures”</p>

<p>Desired Profile : Ph.D degree in Biological or Chemical Sciences with in-depth understanding of protein structure and dynamics for R.A. position.Those who have submitted thesis can be considered for Extended SRF position<br />Preferred : Knowledge of computer programming and bioinformatics softwares.<br />Stipend : For R.A- Rs. 22,000/- p.m., plus admissible H.R.A. and Medical benefit. For Extended SRF - Rs. 20,000/- p.m., plus admissible H.R.A.and Medical benefit.<br />Age : For R.A- Below 35 years; For Extended SRF - Below 33 years<br />Interested and eligible candidates should appear before the Selection Committee with atyped application addressed to the Sr.Prof. &amp; In-Charge, Registrar's Office, Bose Institute, P- 1/12, CIT Scheme VII-M, Kankurgachi, Kolkata-700054 along with Bio-data giving details of qualification i.e. examination passed, year, division, percentage of marks from Secondary onwards with attested copies of Certificates, Mark-Sheet and testimonials. The candidates should also bring the original mark-sheets, certificates etc. at the time of Interview.</p>

<p>Walk in Interview : 04.03.15</p>

<p>More at http://www.boseinst.ernet.in/ADVT/14/p_34.pdf</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/21619/research-associate-biotechnologyjrflab-assistant-indian-institute-of-vegetable-research-iivr-varanasi-uttar-pradesh</guid>
  <pubDate>Wed, 11 Mar 2015 08:59:27 -0500</pubDate>
  <link></link>
  <title><![CDATA[Research Associate Biotechnology/JRF/Lab. Assistant  Indian Institute of Vegetable Research (IIVR) - Varanasi, Uttar Pradesh]]></title>
  <description><![CDATA[
<p>F. No.: 2-19/2011-Adm.I </p>

<p>Research Associate Biotechnology /JRF / Lab. Assistant recruitment in Indian Institute of Vegetable Research </p>

<p>Project:<br />Genomics assisted selection of Solanum chilense introgression lines for enhancing drought tolerance in tomato <br />Post Name : Research Associate <br />Qualification : Ph.D in Biotechnology/ Bioinformatics/Genetics &amp; Plant Breeding. M. Tech in Computer Science with at least one research paper in science citation indexed journal. Desirable: Experience in bioinformatics and next generation sequence data handling. Familiarity in Linux, R, Perl/Phython or other programming languages. Willingness to travel to European partner centers. </p>

<p>Pay Scale : Rs. 36000 for 1st and 2nd year as per rules for Research Associate. Rs. 25000/- for 1st and 2nd year and Rs. 28000 as per rules for Junior Research Fellow. Rs. 7000/- for Lab. Assistant. </p>

<p>Age : Not more than 35 years for Men and 40 years for Women (Relaxable for SC/ST/OBC/PH candidates as per rules) for Research Associate/ Junior Research Fellow. Minimum age will be 21 years and maximum age will be 45 years (Relaxable for SC/ST/OBC/PH candidates as per rules) for Lab.Assistant.</p>

<p>More at http://iivr.org.in/Job%20Oppurtunities/RA20.03.2015.pdf</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/24462/icar-project-ra-position-institute-of-bioinformatics-iob-bangalore</guid>
  <pubDate>Tue, 22 Sep 2015 23:41:31 -0500</pubDate>
  <link></link>
  <title><![CDATA[ICAR project RA position @ Institute of Bioinformatics (IOB) Bangalore]]></title>
  <description><![CDATA[
<p>Applications are invited for the post of Research Associate (RA) in the ICAR project on "Lactation stress associated postpartum anestrus SNP array in buffaloes". We are looking for a motivated candidate for handling Next Generation sequencing data analysis with a strong background in bioinformatics and programming.</p>

<p>The position is open for immediate appointment and available for two years and then extendable for additional one year. The applicant will be appointed as Research Associate based on qualifications as detailed below:</p>

<p>Research Associate:</p>

<p>-Master’s degree with bioinformatics with at least 2 years of research experience in Next Generation sequencing data analysis as evidence from Fellowship/ Associateship / Training / other engagements.</p>

<p>-Familiarity with bioinformatics tools, database development, programming skills</p>

<p>-Minimum 1 publication in any peer reviewed journal</p>

<p>Salary will be as per ICAR rules and guidelines. Application will be shortlisted based on CV, reference letters from mentors and telephonic interview. Candidates will be called for a personal interview at Bangalore before appointment. No travel expense will be provided for attending interview at Bangalore.</p>

<p>Interested candidates may send a Letter of Interest and CV by email to: keshav@ibioinformatics.org before September 29, 2015.</p>
]]></description>
</item>

</channel>
</rss>