<?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/38238?offset=50</link>
	<atom:link href="https://bioinformaticsonline.com/related/38238?offset=50" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/27104/gatb-genome-analysis-toolbox-with-de-bruijn-graph</guid>
	<pubDate>Thu, 28 Apr 2016 11:16:51 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/27104/gatb-genome-analysis-toolbox-with-de-bruijn-graph</link>
	<title><![CDATA[GATB : Genome Analysis Toolbox with de-Bruijn graph]]></title>
	<description><![CDATA[<p>The&nbsp;<strong><strong>Genome Analysis Toolbox with de-Bruijn graph</strong> (GATB)</strong> provides a set of <a href="https://gatb.inria.fr/gatb-global-architecture/">highly efficient algorithms to analyse NGS data sets</a>. These methods enable the analysis of data sets of any size on multi-core desktop computers, including very huge amount of reads data coming from any kind of organisms such as bacteria, plants, animals and even complex samples (<em>e.g.</em> metagenomes).</p>
<p>More at https://gatb.inria.fr/</p><p>Address of the bookmark: <a href="https://gatb.inria.fr/" rel="nofollow">https://gatb.inria.fr/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/27959/darkhorse</guid>
	<pubDate>Wed, 22 Jun 2016 05:37:38 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/27959/darkhorse</link>
	<title><![CDATA[DarkHorse]]></title>
	<description><![CDATA[<p><em>DarkHorse</em>&nbsp;is a bioinformatic method for rapid, automated identification and ranking of phylogenetically atypical proteins on a genome-wide basis. It works by selecting potential ortholog matches from a reference database of amino acid sequences, then using these matches to calculate a lineage probability index (LPI) score for each genome protein.</p>
<p>LPI scores are inversely proportional to the phylogenetic distance between database match sequences and the query genome. These scores are useful not only for large-scale<em>de novo</em>&nbsp;predictions of horizontally transferred proteins, but can also serve as an independent quality control test for potential horizontal transfer candidates identified by alternative methods, especially those based on nucleic acid signatures. Candidates having high LPI scores are unlikely to have been horizontally transferred, since they are highly conserved among closely related organisms.</p>
<p>One unique and powerful feature of the DarkHorse HGT Candidate database is the opportunity to explore the phylogenetic background of potential HGT donors as well as recipients. The breadth of the database allows not only query sequences, but also their database match partners to be evaluated for sequence similarity or novelty compared to taxonomically related organisms.</p>
<p><em>DarkHorse</em>&nbsp;is configurable for varying degrees of phylogenetic granularity and protein sequence conservation. Users should consult the&nbsp;<a href="http://darkhorse.ucsd.edu/#references">references</a>&nbsp;cited below for a complete explanation of parameter selection and result interpretation. A brief&nbsp;<a href="http://darkhorse.ucsd.edu/tutorial.html">tutorial</a>&nbsp;page is also available on-line.</p><p>Address of the bookmark: <a href="http://darkhorse.ucsd.edu/download.html" rel="nofollow">http://darkhorse.ucsd.edu/download.html</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/30242/genome-assembly-tools-and-software-part1</guid>
	<pubDate>Mon, 19 Dec 2016 18:09:22 -0600</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/30242/genome-assembly-tools-and-software-part1</link>
	<title><![CDATA[Genome Assembly Tools and Software - PART1 !!]]></title>
	<description><![CDATA[<p>The genome assemblers generally take a file of short sequence reads and a file of quality-value as the input. Since the quality-value file for the high throughput short reads is usually highly memory-intensive, only a few assemblers, best suited for your assembly. For the sake of computational memory saving and convenience of data inquiry, high-throughput short reads data is always initially formatted to specific data structure. Currently, existing data structure for this usage can be predominantly classified into two categories: string-based model and graph-based model.</p><p>We therefore list many genomle assembly tools here. We mainly reported for the assembly of genomes while the others are designed aiming at handling complex genomes.</p><ul>
<li><a href="http://microbiology.se/software/trimetass/" title="TriMetAss 1.2 &ndash; The Trinity-based Iterative Metagenomics Assembler">TriMetAss 1.2 &ndash; The Trinity-based Iterative Metagenomics Assembler</a>
<ul>
<li>TriMetAss is an extension to the Trinity software [1], which can assemble select regions surrounding interesting features in metagenomic data. The software is particularly useful for very common and well-conserved genes (and &ndash; in theory &ndash; non-coding regions) that can occur in multiple contexts in the microbial community under study. It uses Vmatch [2] to extend seed reads (or contigs generated by another assembler) into longer contigs, by iteratively calling Vmatch and Trinity, until some stop criteria are met. Currently, TriMetAss lacks a thorough documentation, but you can direct questions to me if the README.txt file and the &ldquo;-h&rdquo; option is not sufficient to understand the software.<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/sharpa/OMWare" title="OMWare 1.0 &ndash; Efficient Assembly of Genome-wide Physical Maps">OMWare 1.0 &ndash; Efficient Assembly of Genome-wide Physical Maps</a>
<ul>
<li>
<p>The purpose of this Python module is help scientists use optical map data.<br />Once complete, it will encapsulate and abstractify optical maps and their most common manipulations as they exist in a variety of formats.</p>
</li>
</ul>
</li>
<li><a href="https://github.com/SaraEl-Metwally/LightAssembler" title="LightAssembler &ndash; Lightweight Resources Assembly Algorithm">LightAssembler &ndash; Lightweight Resources Assembly Algorithm</a>
<ul>
<li>
<p>Lightweight resources assembly algorithm for high-throughput sequencing reads.<br />System requirements<br />64-bit machine with g++ compiler or gcc in general, pthreads,and zlib libraries.</p>
</li>
</ul>
</li>
<li><a href="http://bioinf.spbau.ru/quast" title="QUAST 4.1 &ndash; Quality Assessment Tool for Genome Assemblies">QUAST 4.1 &ndash; Quality Assessment Tool for Genome Assemblies</a>
<ul>
<li>
<p>QUAST evaluates genome assemblies.<br />QUAST works both with and without a reference genome.&nbsp;<br />The tool accepts multiple assemblies, thus is suitable for comparison.</p>
</li>
</ul>
</li>
<li><a href="http://www.dnabaser.com/index.html" title="DNA Baser 4.36 &ndash; DNA Sequence Assembly &amp; Analysis">DNA Baser 4.36 &ndash; DNA Sequence Assembly &amp; Analysis</a>
<ul>
<li>DNA Sequence Assembler is revolutionary bioinformatics software for automatic DNA sequence assembly , DNA sequence analysis, contig editing, file format conversion and mutation detection.<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/younglululu/COCACOLA" title="COCACOLA &ndash; Binning Metagenomic Contigs using Sequence COmposition, Read CoverAge, CO-alignment, and Paired-end Read LinkAge">COCACOLA &ndash; Binning Metagenomic Contigs using Sequence COmposition, Read CoverAge, CO-alignment, and Paired-end Read LinkAge<br /></a>
<ul>
<li>COCACOLA: a general framework for binning contigs in metagenomic studies incorporating read COverage, CorrelAtion, sequence COmposition and paired-end read LinkAge<br /><br /></li>
</ul>
</li>
<li><a href="http://downloads.jbei.org/data/microbial_communities/MaxBin/MaxBin.html" title="MaxBin 2.2 &ndash; Binning Assembled Metagenomic Sequences">MaxBin 2.2 &ndash; Binning Assembled Metagenomic Sequences</a>
<ul>
<li>MaxBin is software for binning assembled metagenomic sequences based on an Expectation-Maximization algorithm. Users can understand the underlying bins (genomes) of the microbes in their metagenomes by simply providing assembled metagenomic sequences and the reads coverage information or sequencing reads.&nbsp;<br /><br /></li>
</ul>
</li>
<li><a href="http://compbio.fmph.uniba.sk/gaml/" title="GAML 0.1 &ndash; Genome Assembly by Maximum Likelihood">GAML 0.1 &ndash; Genome Assembly by Maximum Likelihood<br /></a>
<ul>
<li>GAML is a prototype genome assembly tool based on maximizing likelihood of the assembly in a model encompaasing error rate, insert length and other features of indvidual sequencing technologies. It can combine datasets produced by different technologies (currently Illumina, 454 and Pacific Biosciences).<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/kkrizanovic/NanoMark" title="NanoMark &ndash; DNA Assembly Benchmark for Nanopore long reads">NanoMark &ndash; DNA Assembly Benchmark for Nanopore long reads</a>
<ul>
<li>
<p>DNA Assembly Benchmark for Nanopore long reads<br />A system for benchmarking DNA assembly tools, based on 3rd generation sequencers.</p>
</li>
</ul>
</li>
<li><a href="http://ibest.github.io/ARC/" title="ARC 1.1.4-beta &ndash; Assembly by Reduced Complexity">ARC 1.1.4-beta &ndash; Assembly by Reduced Complexity</a>
<ul>
<li>
<p>ARC is a pipeline which facilitates iterative, reference guided de novo assemblies with the intent of:&nbsp;<br />1.Reducing time in analysis and increasing accuracy of results by only considering those reads which should assemble together.<br />2.Reducing/removing reference bias as compared to mapping based approaches.</p>
</li>
</ul>
</li>
<li><a href="https://bioinformatics.cs.vt.edu/zhanglab/software/transps/" title="TransPS 1.1.0 &ndash; Transcriptome Post Scaffolding">TransPS 1.1.0 &ndash; Transcriptome Post Scaffolding</a>
<ul>
<li>TransPS is a pipeline for post-processing of pre-assembled transcriptomes using reference based method. It applies an align-layout-consensus structure, consisting of three major stages. First, query sequences are aligned with a reference genome. Second, query sequences are ordered based on the alignment to the reference. Third, non-redundant sequences matched to the same gene of reference genome are scaffolded into one contig.&nbsp;<br /><br /></li>
</ul>
</li>
<li><a href="http://andersonlab.qb3.berkeley.edu/#/software" title="assemblyManager &ndash; Computing the Robotic Commands for 2ab Assembly">assemblyManager &ndash; Computing the Robotic Commands for 2ab Assembly</a>
<ul>
<li>Clotho provides persistence to such objects through relational databases that at least partially correspond the Clotho data model. Beyond database access and data model API support, Clotho Apps provide more specific functionality to Clotho such as viewing and editing data, running simulations, and automating various tasks. When thinking about Clotho Apps, an appropriate analogy would be Apps running on the Android operating system rather than the add-ons that extend the functionality of Firefox<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/transcriptomeassembly/" title="BinPacker 1.1 &ndash; Packing-Based De Novo Transcriptome Assembly from RNA-seq Data">BinPacker 1.1 &ndash; Packing-Based De Novo Transcriptome Assembly from RNA-seq Data</a>
<ul>
<li>BinPacker is a novel de novo assembler by modeling the transcriptome assembly problem as tracking a set of trajectories of items with their sizes representing coverage of their corresponding isoforms by solving a series of bin-packing problems<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/lh3/fermikit" title="FermiKit 0.13 &ndash; De novo Assembly based Variant Calling pipeline for Illumina Short Reads">FermiKit 0.13 &ndash; De novo Assembly based Variant Calling pipeline for Illumina Short Reads</a>
<ul>
<li>FermiKit is a&nbsp;<em>de novo</em>&nbsp;assembly based variant calling pipeline for deep Illumina resequencing data. It assembles reads into unitigs, maps them to the reference genome and then calls variants from the alignment to an accuracy comparable to conventional mapping based pipelines (see evaluation in the&nbsp;<code>tex</code>&nbsp;directory). The assembly does not only encode SNPs and short INDELs, but also retains long deletions, novel sequence insertions, translocations and copy numbers<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/Reedwarbler/REPdenovo" title="REPdenovo &ndash; A tool to Construct Repeats directly from Raw Reads">REPdenovo &ndash; A tool to Construct Repeats directly from Raw Reads</a>
<ul>
<li>
<p>REPdenovo is designed for constructing repeats directly from sequence reads. It based on the idea of frequent k-mer assembly. REPdenovo provides many functionalities, and can generate much longer repeats than existing tools. The overall pipeline is shown in the mannual file. REPdenovo supports the following main functionalities.<br />1.Assembly. This step performs k-mer counting. Then we find frequent k-mers whose frequencies are over certain threshold. We then assemble these frequent k-mers into consensus repeats (in the form of contigs). Then we merge the constructed contigs to more completeness ones.<br />2.Scaffolding. We use paired-end reads to connect repeat contigs into scaffolds, also provide the average coverage (indicates the copy number) for each constructed repeats.</p>
</li>
</ul>
</li>
<li><a href="https://github.com/rdpstaff/Xander_assembler" title="Xander &ndash; Gene-targeted Metagenomic Assembler">Xander &ndash; Gene-targeted Metagenomic Assembler</a>
<ul>
<li>Metagenomics can provide important insight into microbial communities. However, assembling metagenomic datasets has proven to be computationally challenging. We present a novel method for targeting assembly of specific protein-coding genes using a graph structure combining both de Bruijn graphs and protein HMMs. The inclusion of HMM information guides the assembly, with concomitant gene annotation.&nbsp;<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/swapassembler/" title="SWAP-Assembler 2 &ndash; A scalable and fully parallelized Genome Assembler">SWAP-Assembler 2 &ndash; A scalable and fully parallelized Genome Assembler</a>
<ul>
<li>There is a growing gap between the output of new generation massively parallel sequencing machines and the ability to process and analyze the sequencing data. We present SWAP-Assembler, a scalable and fully parallelized genome assembler designed for massive sequencing data. Intend of using traditional de Bruijn Graph, SWAP-Assembler adopts multi-step bi-directed graph (MSG). With MSG, the standard genome assembly (SGA) is equivalent to the edge merging operations in a semi-group. Then a computation model, SWAP, is designed to parallelize semi-group computation. Experimental results showed that SWAP-Assembler is the fastest and most efficient assemblers ever, it can generated contigs with highest accuracy over all five selected assemblers and longest contig N50 in all selected parallel assemblers. Specially, in the scalability test, SWAP-Assembler can scales up to 1024 cores when processing Fish and Yanhuang dataset, and finishes the assembly work in only 15 and 29 minutes respecitively<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/ksanao/TGNet" title="TGNet &ndash; Visualization and Quality Assessment of de novo Genome Assemblies">TGNet &ndash; Visualization and Quality Assessment of de novo Genome Assemblies</a>
<ul>
<li>TGNet is a Cytoscape-based tool for visualization and quality assessment of de novo genome assemblies. Specifically it facilitates rapid detection of inconsistencies between a genome assembly and an independently derived transcriptome assembly.<br /><br /></li>
</ul>
</li>
<li><a href="http://sanger-pathogens.github.io/circlator/" title="Circlator 1.1.3 &ndash; A tool to Circularize Genome Assemblies">Circlator 1.1.3 &ndash; A tool to Circularize Genome Assemblies</a>
<ul>
<li>A tool to circularize genome assemblies. The algorithm and benchmarks are described in the&nbsp;<a href="http://www.genomebiology.com/2015/16/1/294">Genome Biology manuscript</a>.&nbsp;<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/hitbio/misFinder" title="misFinder v0.4.05.05 &ndash; Identify Mis-assemblies in an unbiased manner using Reference and Paired-end Reads">misFinder v0.4.05.05 &ndash; Identify Mis-assemblies in an unbiased manner using Reference and Paired-end Reads</a>
<ul>
<li>misFinder is a tool that aims to identify the assembly errors with high accuracy in an unbiased way and correct these errors at their mis-assembled positions to improve the assembly accuracy for downstream analysis. It combines the information of reference (or close related reference) genome and aligned paired-end reads to the assembled sequence. Structure variation and mis-assembly can be detected by comparing the reference genome and assembled sequence.<br /><br /></li>
</ul>
</li>
<li><a href="http://edwards.sdsu.edu/scaffold_builder/" title="Scaffold_builder v2.2 &ndash; Order Contigs generated by draft sequencing along a Reference Sequence">Scaffold_builder v2.2 &ndash; Order Contigs generated by draft sequencing along a Reference Sequence</a>
<ul>
<li>The abundance of repeat elements in genomes can impede the assembly of a single sequence. The tool Scaffold_builder was designed to generate scaffolds (super contigs of sequences joined by N-bases) using the homology provided by a closely related reference sequence. Scaffold_builder is an advanced wrapper for Nucmer, written in Python that resolves several situations that may arise when mapping contigs to the reference genome.<br /><br /></li>
</ul>
</li>
<li><a href="https://sites.google.com/a/lbl.gov/rnnotator/" title="Rnnotator 3.5.0 &ndash; de novo Transcriptome Assembly pipeline from stranded RNA-Seq reads">Rnnotator 3.5.0 &ndash; de novo Transcriptome Assembly pipeline from stranded RNA-Seq reads</a>
<ul>
<li>Comprehensive annotation and quantification of transcriptomes are outstanding problems in functional genomics. Rnnotator is an automated software pipeline that generates transcript models by de novo assembly of RNA-Seq data without the need for a reference genome. The contigs produced by Rnnotator are highly accurate and reconstruct full-length genes when transcripts are sequenced sufficiently deep, roughly 30X for a given transcript. Rnnotator was designed to assemble Illumina single or paired-end reads. Rnnotator is also able to incorporate strand-specific RNA-Seq reads into the assembly in order to further improve the assembly.<br /><br /></li>
</ul>
</li>
<li><a href="http://satrap.cribi.unipd.it/cgi-bin/satrap.pl" title="SATRAP 0.2 &ndash; SOLiD Assembler TRAnslation Program">SATRAP 0.2 &ndash; SOLiD Assembler TRAnslation Program</a>
<ul>
<li>
<p>A color space assembly must be translated into bases before applying bioinformatics analyses. SATRAP is designed to accomplish this important task adopting a very efficient strategy. The package integrates the Oases pipeline and several optimizations specifically designed for color space management. All steps of the pipeline allow to produce a SOLiD de novo transcriptome assembly and the subsequent color space translation. Alternatively, SATRAP can be used as a stand alone program to perform color space translation for either RNA-seq or DNA-seq SOLiD assemblies.</p>
</li>
</ul>
</li>
<li><a href="http://rrwick.github.io/Bandage/" title="Bandage v0.7.1 &ndash; Navigating De novo Assembly Graphs Easily">Bandage v0.7.1 &ndash; Navigating De novo Assembly Graphs Easily</a>
<ul>
<li>Bandage is a program for visualising de novo assembly graphs. By displaying connections which are not present in the contigs file, Bandage opens up new possibilities for analysing de novo assemblies.<br /><br /></li>
</ul>
</li>
<li><a href="http://hapcol.algolab.eu/" title="HapCol 1.1.1 &ndash; Haplotype Assembly from Long Gapless Reads">HapCol 1.1.1 &ndash; Haplotype Assembly from Long Gapless Reads</a>
<ul>
<li>A fast and memory-efficient method for haplotype assembly from long gapless reads, like those produced by SMRT sequencing technologies (PacBio RS II) and Oxford Nanopore flow cell technologies (MinION).<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/chengyuan/reago-1.1" title="REAGO 1.1 &ndash; REconstruct 16S ribosomal RNA Genes from MetagenOmic data">REAGO 1.1 &ndash; REconstruct 16S ribosomal RNA Genes from MetagenOmic data<br /></a>
<ul>
<li>an assembly tool for 16S ribosomal RNA recovery from metagenomic data<br /><br /></li>
</ul>
</li>
<li><a href="http://www.bioinfo.ufpr.br/" title="FGAP 1.8.1 &ndash; Automated Gap Closing tool">FGAP 1.8.1 &ndash; Automated Gap Closing tool</a>
<ul>
<li>FGAP aims to improve genome sequences by merging alternative assemblies or incorporating alternative data, analyzing the gap region and indicating the best sequence to close the gap.<br /><br /></li>
</ul>
</li>
<li><a href="http://deweylab.biostat.wisc.edu/detonate/" title="DETONATE 1.10 &ndash; DE novo TranscriptOme rNa-seq Assembly with or without the Truth Evaluation">DETONATE 1.10 &ndash; DE novo TranscriptOme rNa-seq Assembly with or without the Truth Evaluation</a>
<ul>
<li>DETONATE consists of two component packages, RSEM-EVAL and REF-EVAL. Both packages are mainly intended to be used to evaluate de novo transcriptome assemblies, although REF-EVAL can be used to compare sets of any kinds of genomic sequences.<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/trinityrnaseq/trinityrnaseq/wiki" title="Trinity 2.1.1 &ndash; RNA-Seq De novo Assembly">Trinity 2.1.1 &ndash; RNA-Seq De novo Assembly<br /></a>
<ul>
<li>Trinity represents a novel method for the efficient and robust de novo reconstruction of transcriptomes from RNA-Seq data. Trinity combines three independent software modules: Inchworm, Chrysalis, and Butterfly, applied sequentially to process large volumes of RNA-Seq reads. Trinity partitions the sequence data into many individual de Bruijn graphs, each representing the transcriptional complexity at at a given gene or locus, and then processes each graph independently to extract full-length splicing isoforms and to tease apart transcripts derived from paralogous genes.<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/shenkers/isoscm" title="IsoSCM 2.0.11 &ndash; Transcript Assembly tool using Multiple Change-point Inference to improve 3&rsquo;UTR Annotation">IsoSCM 2.0.11 &ndash; Transcript Assembly tool using Multiple Change-point Inference to improve 3&rsquo;UTR Annotation</a>
<ul>
<li>IsoSCM (Isoform Structural Change Model) is a new method for transcript assembly &nbsp;that incorporates change-point analysis to improve the 3&prime; UTR annotation process.<br /><br /></li>
</ul>
</li>
<li><a href="http://sanger-pathogens.github.io/iva/" title="IVA 1.0.3 &ndash; Iterative Virus Assembler">IVA 1.0.3 &ndash; Iterative Virus Assembler</a>
<ul>
<li>IVA is a de novo assembler designed to assemble virus genomes that have no repeat sequences, using Illumina read pairs sequenced from mixed populations at extremely high and variable depth.<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/spa-assembler/" title="SFA-SPA 0.2.1 &ndash; A Suffix Array based Short Peptide Assembler for Metagenomic Data">SFA-SPA 0.2.1 &ndash; A Suffix Array based Short Peptide Assembler for Metagenomic Data</a>
<ul>
<li>SFA-SPA is a suffix array based short peptide assembler for metagenomic data<br /><br /></li>
</ul>
</li>
<li><a href="http://www.earlham.ac.uk/rampart/" title="RAMPART 0.12.2 &ndash; A Workflow Management System for de novo Genome Assembly">RAMPART 0.12.2 &ndash; A Workflow Management System for de novo Genome Assembly</a>
<ul>
<li>RAMPART is a de novo assembly pipeline that makes use of third party-tools and High Performance Computing resources. It can be used as a single interface to several popular assemblers, and can perform automated comparison and analysis of any generated assemblies<br /><br /></li>
</ul>
</li>
<li><a href="http://wgs-assembler.sourceforge.net/wiki/index.php?title=Main_Page" title="Celera Assembler 8.3 &ndash; Whole Genome Shotgun Assembler">Celera Assembler 8.3 &ndash; Whole Genome Shotgun Assembler</a>
<ul>
<li>Celera Assembler (wgs-assembler) is scientific software for DNA research. It can reconstruct long sequences of genomic DNA given the fragmentary data produced by whole-genome shotgun sequencing. The Celera Assembler has enabled discovery in microbial genomes, large eukaryotic genomes, diploid genomes, and genomes from environmental samples. Celera Assembler contributed the first diploid sequence of an individual human, and metagenomics assemblies of the Global Ocean Sampling<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/ngopt/" title="A5-miseq 20150522 &ndash; de novo Assembly &amp; Analysis of Illumina Sequence data">A5-miseq 20150522 &ndash; de novo Assembly &amp; Analysis of Illumina Sequence data</a>
<ul>
<li>de novo assembly &amp; analysis of Illumina sequence data, including the A5 pipeline, A5-miseq, tools to evaluate assembly quality, and scripts to facilitate data submission to NCBI and the RAST annotation system<br /><br /></li>
</ul>
</li>
<li><a href="http://www.bcgsc.ca/platform/bioinfo/software/trans-abyss" title="Trans-ABySS 1.5.3 &ndash; Analyze ABySS multi-k-assembled Shotgun Transcriptome Data.">Trans-ABySS 1.5.3 &ndash; Analyze ABySS multi-k-assembled Shotgun Transcriptome Data.</a>
<ul>
<li>Trans-ABySS is a software pipeline for analyzing ABySS-assembled contigs from shotgun transcriptome data. The pipeline accepts assemblies that were generated across a wide range of k values in order to address variable transcript expression levels. It first filters and merges the multi-k assemblies, generating a much smaller set of nonredundant contigs. It contains scripts that map assembled contigs to known transcripts, currently supporting Blat and Exonerate contig-to-genome aligners. It identifies novel splicing events like exon-skipping, novel exons, retained introns, novel introns, and alternative splicing. Its scripts can also estimate gene expression levels, identify candidate polyadenylation sites, and identify candidate gene-fusion events.<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/sat-assembler/" title="SAT-Assembler 20160120 &ndash; Scalable and Accurate Targeted Gene Assembly Tool">SAT-Assembler 20160120 &ndash; Scalable and Accurate Targeted Gene Assembly Tool</a>
<ul>
<li>SAT-Assembler can perform targeted gene assembly for both RNA-Seq and metagenomic data. It addresses the above challenges of de novo assembly of large scale NGS data by conducting family-specic gene assembly, homology-guided overlap graph construction, and careful graph traversal.<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/operasf/" title="Opera 2.0.2 &ndash; Sequence Assembly Program">Opera 2.0.2 &ndash; Sequence Assembly Program</a>
<ul>
<li>Opera (Optimal Paired-End Read Assembler) is a sequence assembly program . It uses information from paired-end reads to optimally order and orient contigs assembled from shotgun-sequencing reads.<br /><br /></li>
</ul>
</li>
<li><a href="http://www.genecodes.com/" title="Sequencher 5.4.1 &ndash; DNA Sequence Assembly and Analysis">Sequencher 5.4.1 &ndash; DNA Sequence Assembly and Analysis</a>
<ul>
<li>Sequencher is the industry standard software for DNA sequence analysis. It works with all automated sequencers and is widely known for its lightning-fast contig assembly, short learning curve, user-friendly editing tools, and superb technical support. First released almost 15 years ago, Sequencher is currently used for sequence analysis tasks in every major genomic and pharmaceutical company as well as numerous academic and government labs in over 40 countries around the world. Life Science researchers use Sequencher for many diverse DNA sequence analysis applications including de novo gene sequencing, mutation detection, forensic human identification, systematics, and more.<br /><br /></li>
</ul>
</li>
<li><a href="http://minia.genouest.org/" title="Minia 2.0.3 &ndash; Short-read Assembler based on a de Bruijn graph">Minia 2.0.3 &ndash; Short-read Assembler based on a de Bruijn graph</a>
<ul>
<li>Minia is a short-read assembler based on a de Bruijn graph, capable of assembling a human genome on a desktop computer in a day<br /><br /></li>
</ul>
</li>
<li><a href="http://www.genome.umd.edu/masurca.html" title="MaSuRCA 3.1.3 &ndash; Whole Genome Short Read Assembler">MaSuRCA 3.1.3 &ndash; Whole Genome Short Read Assembler</a>
<ul>
<li>MaSuRCA is whole genome assembly software. It combines the efficiency of the de Bruijn graph and Overlap-Layout-Consensus (OLC) approaches. MaSuRCA can assemble data sets containing only short reads from Illumina sequencing or a mixture of short reads and long reads (Sanger, 454).<br /><br /></li>
</ul>
</li>
<li><a href="http://kmergenie.bx.psu.edu/" title="KmerGenie 1.6982 &ndash; K-mer size Selection for Genome Assembly">KmerGenie 1.6982 &ndash; K-mer size Selection for Genome Assembly</a>
<ul>
<li>KmerGenie estimates the best k-mer length for genome de novo assembly. Given a set of reads, KmerGenie first computes the k-mer abundance histogram for many values of k. Then, for each value of k, it predicts the number of distinct genomic k-mers in the dataset, and returns the k-mer length which maximizes this number. Experiments show that KmerGenie&rsquo;s choices lead to assemblies that are close to the best possible over all k-mer lengths.<br /><br /></li>
</ul>
</li>
<li><a href="http://software.broadinstitute.org/software/pilon/" title="pilon v1.16 &ndash; Automated Assembly Improvement">pilon v1.16 &ndash; Automated Assembly Improvement</a>
<ul>
<li>pilon uses read alignment analysis to diagnose, report, and automatically improve de novo genome assemblies.<br /><br /></li>
</ul>
</li>
<li><a href="http://www.phrap.org/phredphrapconsed.html#block_phrap" title="Phred/Phrap/Consed 29.0 &ndash; DNA Sequence Assembler &amp; Finishing Tools">Phred/Phrap/Consed 29.0 &ndash; DNA Sequence Assembler &amp; Finishing Tools<br /></a>
<ul>
<li>phrap is a program for assembling shotgun DNA sequence data. Among other features, it allows use of the entire read and not just the trimmed high quality part, it uses a combination of user-supplied and internally computed data quality information to improve assembly accuracy in the presence of repeats, it constructs the contig sequence as a mosaic of the highest quality read segments rather than a consensus, it provides extensive assembly information to assist in trouble-shooting assembly problems, and it handles large datasets.<br /><br /></li>
</ul>
</li>
<li><a href="https://www.qiagenbioinformatics.com/products/clc-genomics-workbench/" title="CLC Genomics Workbench 8.5.1 &ndash; Assembly &amp; Analysis of Sequencing Data">CLC Genomics Workbench 8.5.1 &ndash; Assembly &amp; Analysis of Sequencing Data</a>
<ul>
<li>CLC Genomics Workbench, for analyzing and visualizing Next Generation Sequencing data, incorporates cutting-edge technology and algorithms, while also supporting and integrating with the rest of your typical NGS workflow.<br /><br /></li>
</ul>
</li>
<li><a href="http://schatzlab.cshl.edu/research/metassembler/" title="Metassembler 1.5 &ndash; Combines multiple Whole Genome de novo Assemblies into a combined Consensus Assembly">Metassembler 1.5 &ndash; Combines multiple Whole Genome de novo Assemblies into a combined Consensus Assembly</a>
<ul>
<li>Metassembler is a software package for reconciling assemblies produced by de novo short-read assemblers such as SOAPdenovo and ALLPATHS-LG. The goal of assembly reconciliation, or &ldquo;metassembly,&rdquo; is to combine multiple assemblies into a single genome that is superior to all of its constituents<br /><br /></li>
</ul>
</li>
<li><a href="https://ics.hutton.ac.uk/tablet/" title="Tablet 1.15.09.01 &ndash; Next Generation Sequence Assembly Visualization">Tablet 1.15.09.01 &ndash; Next Generation Sequence Assembly Visualization</a>
<ul>
<li>Tablet is a lightweight, high-performance graphical viewer for next generation sequence assemblies and alignments.Supporting a range of input assembly formats, Tablet provides high-quality visualizations showing data in packed or stacked views, allowing instant access and navigation to any region of interest, and whole contig overviews and data summaries. Tablet is both multi-core aware and memory efficient, allowing it to handle assemblies containing millions of reads, even on a 32-bit desktop machine.<br /><br /></li>
</ul>
</li>
<li><a href="http://www.bcgsc.ca/platform/bioinfo/software/abyss" title="ABySS 1.9.0 &ndash; de novo, parallel, paired-end Sequence Assembler">ABySS 1.9.0 &ndash; de novo, parallel, paired-end Sequence Assembler</a>
<ul>
<li>ABySS (Assembly By Short Sequences) is a de novo, parallel, paired-end sequence assembler that is designed for short reads. The single-processor version is useful for assembling genomes up to 100 Mbases in size. The parallel version is implemented using MPI and is capable of assembling larger genomes.<br /><br /></li>
</ul>
</li>
<li><a href="http://www.bcgsc.ca/platform/bioinfo/software/cleat" title="CLEAT 2.0 &ndash; Identifies 3&prime; UTR Ends of Transcripts in de novo RNA-Seq Assemblies">CLEAT 2.0 &ndash; Identifies 3&prime; UTR Ends of Transcripts in de novo RNA-Seq Assemblies</a>
<ul>
<li>CLEAT is a post-processing tool for CLEavage site Analysis of Transcriptomes. CLEAT is designed to work on trans-ABySS output.<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/ythuang0522/StriDe" title="StriDe &ndash; novel Assembler">StriDe &ndash; novel Assembler</a>
<ul>
<li>The StriDe Assembler integrates string and de Bruijn graph by decomposing reads within error-prone regions, while extending paire-end read into long reads for assembly through repetitive regions.<br /><br /></li>
</ul>
</li>
<li><a href="http://www.sanger.ac.uk/science/tools/reapr" title="REAPR 1.0.18 &ndash; Genome Assembly Evaluation">REAPR 1.0.18 &ndash; Genome Assembly Evaluation</a>
<ul>
<li>REAPR (Recognising Errors in Assemblies using Paired Reads) is a tool that evaluates the accuracy of a genome assembly using mapped paired end reads, without the use of a reference genome for comparison. It can be used in any stage of an assembly pipeline to automatically break incorrect scaffolds and flag other errors in an assembly for manual inspection. It reports mis-assemblies and other warnings, and produces a new broken assembly based on the error calls.<br /><br /></li>
</ul>
</li>
<li><a href="https://www.baseclear.com/genomics/bioinformatics/basetools/gapfiller" title="GapFiller 1.10 &ndash; Close Gaps within Pre-assembled Scaffolds">GapFiller 1.10 &ndash; Close Gaps within Pre-assembled Scaffolds</a>
<ul>
<li>GapFiller is a stand-alone program for closing gaps within pre-assembled scaffolds. It is unique in offering the possibility to manually control the gapclosure process. By using the distance information of paired-read data, GapFiller seeks to close the gap from each edge in an iterative manner. From a good number of tests we see the program yields excellent results both on bacterial en eukaryotic &nbsp;datasets. The command-line Perl script and additional files van be downloaded below. The input data is given by pre-assembled scaffold sequences (FASTA) and NGS paired-read data (FASTA or FASTQ).<br /><br /></li>
</ul>
</li>
<li><a href="http://www.bcgsc.ca/platform/bioinfo/software/ssake" title="SSAKE 3.8.4 &ndash; Assembling Millions of short DNA Sequences">SSAKE 3.8.4 &ndash; Assembling Millions of short DNA Sequences</a>
<ul>
<li>SSAKE is a genomics application for assembling millions of very short DNA sequences.SSAKE is designed to help leverage the information from short sequence reads by stringently assembling them into contiguous sequences that can be used to characterize novel sequencing targets.<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/jts/sga" title="SGA 0.10.14 &ndash; String Graph Assembler">SGA 0.10.14 &ndash; String Graph Assembler</a>
<ul>
<li>SGA is a de novo assembler designed to assemble large genomes from high coverage short read data. The major goal of SGA is to be very memory efficient, which is achieved by using a compressed representation of DNA sequence reads.<br /><br /></li>
</ul>
</li>
<li><a href="https://bibiserv.cebitec.uni-bielefeld.de/cgcat" title="r2cat &ndash; Synteny Plots &amp; Comparative Assembly">r2cat &ndash; Synteny Plots &amp; Comparative Assembly<br /></a>
<ul>
<li>r2cat (related reference based contig arrangement tool) can be used to order a set of contigs with respect to a single reference genome. This is done by mapping the contigs onto the reference using a q-gram filter. The mapping is visualized in a synteny plot.<br /><br /></li>
</ul>
</li>
<li><a href="http://www.bcgsc.ca/platform/bioinfo/software/tasr" title="TASR 1.6 &ndash; Targeted Assembly of Sequence Reads">TASR 1.6 &ndash; Targeted Assembly of Sequence Reads</a>
<ul>
<li>TASR (Targeted Assembly of Sequence Reads) &nbsp;is a genomics application that allows hypothesis-based interrogation of genomic regions (sequence targets) of interest.<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/bio-rainbow/" title="Rainbow v2.0.4 &ndash; Clustering and Assembling Short Reads, especially for RAD">Rainbow v2.0.4 &ndash; Clustering and Assembling Short Reads, especially for RAD</a>
<ul>
<li>Rainbow package consists of several programs used for RAD-seq related clustering and de novo assembly.<br /><br /></li>
</ul>
</li>
<li><a href="http://www.sanger.ac.uk/science/tools/caf" title="CAFTOOLS 2.0.2 &ndash; Tools for the Common Assembly Format (CAF)">CAFTOOLS 2.0.2 &ndash; Tools for the Common Assembly Format (CAF)</a>
<ul>
<li>CAFTOOLS comprises a set of libraries and programs for manipulating DNA sequence assemblies using CAF files, a comprehensive representation of a sequence assembly as a text file.</li>
</ul>
</li>
<li>Gap Resolution &ndash; Improving Newbler Genome Assemblies. Gap Resolution was developed by DOE Joint Genome Institute to improve Newbler genome assemblies by automating the closure of sequence gaps caused by repetitive regions in the DNA.<br /><br /></li>
<li><a href="http://jgi.doe.gov/data-and-tools/meraculous/" title="Meraculous 2.0.5 &ndash; De novo Genome Assembler from Short Reads">Meraculous 2.0.5 &ndash; De novo Genome Assembler from Short Reads</a>
<ul>
<li>Meraculous is a new algorithm for whole genome assembly of deep paired-end short reads, and apply it to the assembly of a dataset of paired 75-bp Illumina reads derived from the 15.4 megabase genome of the haploid yeast Pichia stipitis.<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/coperead/" title="COPE 1.2.5 &ndash; Pair-end Reads Connection tool to facilitate Genome Assembly">COPE 1.2.5 &ndash; Pair-end Reads Connection tool to facilitate Genome Assembly</a>
<ul>
<li>COPE (Connecting Overlapped Pair-End reads) is a method to align and connect the illumina sequenced Pair-End reads of which the insert size is smaller than the sum of the two read length.The connected reads can be used in genome assembly, resequencing and transcriptome research.<br /><br /></li>
</ul>
</li>
<li><a href="http://sco.h-its.org/exelixis/web/software/pear/index.html" title="PEAR 0.9.6 &ndash; Pair-End reads AssembleR">PEAR 0.9.6 &ndash; Pair-End reads AssembleR</a>
<ul>
<li>PEAR is an ultrafast, memory-efficient and highly accurate pair-end reads assembler. It is fully parallelized and can run with as low as just a few kilobytes of memory.<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/ebardenovo/" title="EBARDenovo 2.0.1 &ndash; Highly-accurate de novo Assembler of Paired-end RNA-Seq">EBARDenovo 2.0.1 &ndash; Highly-accurate de novo Assembler of Paired-end RNA-Seq</a>
<ul>
<li>EBARDenovo is a highly-accurate search-based de novo assembler of paired-end RNA-Seq for advance transcriptomic study.<br /><br /></li>
</ul>
</li>
<li><a href="http://marthlab.org/" title="EagleView 2.2 &ndash; Genome Assembler Viewer">EagleView 2.2 &ndash; Genome Assembler Viewer</a>
<ul>
<li>EagleView is an information-rich genome assembler viewer with data integration capability. EagleView can display a dozen different types of information including base qualities, machine specific trace signals, and genome feature annotations. It provides an easy way for inspecting visually the quality of a genome assembly and validating polymorphism candidate sites (e.g., SNPs) reported by polymorphism discovery tools. It can also facilitate data interpretation and hypothesis generation.<br /><br /></li>
</ul>
</li>
<li><a href="http://bioinformatics.tudelft.nl/" title="MAIA 0.5 &ndash; Integrating Genome Assemblies">MAIA 0.5 &ndash; Integrating Genome Assemblies</a>
<ul>
<li>
<p>MAIA (Multiple Assembly IntegrAtion) is an algorithm to integrate multiple genome assemblies. For example, assemblies originating from:<br />&ndash; Different runs of a de novo assembler<br />&ndash; Assemblies of different data types<br />&ndash; Comparative assemblies</p>
</li>
</ul>
</li>
<li><a href="http://cqb.pku.edu.cn/ZhuLab/InteMAP/index.html" title="InteMAP 1.0 &ndash; Integrated Metagenomic Assembly pipeline for NGS Short Reads">InteMAP 1.0 &ndash; Integrated Metagenomic Assembly pipeline for NGS Short Reads<br /></a>
<ul>
<li>InteMAP is a pipeline which integrates individual assemblers for assembling metagenomic short sequencing reads.<br /><br /></li>
</ul>
</li>
<li><a href="http://cqb.pku.edu.cn/ZhuLab/MAP/index.php" title="MAP 20121108 &ndash; A de novo Metagenomic Assembly program for Shotgun DNA reads">MAP 20121108 &ndash; A de novo Metagenomic Assembly program for Shotgun DNA reads</a>
<ul>
<li>MAP (Metagenomic Assembly program) is a de novo assembly approach and its implementation based on an improved Overlap/Layout/Consensus (OLC) strategy incorporated with several special algorithms.MAP uses the mate pair information, resulting in being more applicable to shotgun DNA reads (recommended as &gt; 200 bp) currently widely-used in metagenome projects. Results of extensive tests on simulated data show that MAP can be superior to both Celera and Phrap for typical longer reads by Sanger sequencing, as well as has an evident advantage over Celera, Newbler, and the newest Genovo, for typical shorter reads by 454 sequencing.<br /><br /></li>
</ul>
</li>
<li><a href="http://www.sanger.ac.uk/science/tools/phusion" title="Phusion 2.1c &ndash; Assembly Genome Sequences from Whole Genome Shotgun(WGS) Reads">Phusion 2.1c &ndash; Assembly Genome Sequences from Whole Genome Shotgun(WGS) Reads</a>
<ul>
<li>Phusion is a software package for assembling genome sequences from whole genome shotgun(WGS) reads.<br /><br /></li>
</ul>
</li>
<li><a href="http://www.codoncode.com/aligner/index.htm" title="CodonCode Aligner 6.0.2 &ndash; DNA Sequence Assembly &amp; Alignment">CodonCode Aligner 6.0.2 &ndash; DNA Sequence Assembly &amp; Alignment</a>
<ul>
<li>CodonCode Aligner is a program for sequence assembly, contig editing, and mutation detection, available for Windows and Mac OS X. Aligner is compatible with Phred-Phrap and fully supports sequence quality scores, while offering a familiar, easy-to-learn user interface.<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/ceruleanassembler/" title="Cerulean 0.1.1 &ndash; Hybrid Genome Assembler">Cerulean 0.1.1 &ndash; Hybrid Genome Assembler</a>
<ul>
<li>Cerulean is a hybrid assembly using high throughput short and long reads<br /><br /></li>
</ul>
</li>
<li><a href="http://fenderglass.github.io/Ragout/" title="Ragout 1.2 &ndash; Tool for Reference-assisted Assembly">Ragout 1.2 &ndash; Tool for Reference-assisted Assembly</a>
<ul>
<li>Ragout (Reference-Assisted Genome Ordering UTility) is a tool for assisted assembly using multiple references. It takes a short read assembly (a set of contigs), a set of related references and a corresponding phylogenetic tree and then assembles the contigs into scaffolds.<br /><br /></li>
</ul>
</li>
<li><a href="https://zlab.umassmed.edu/~zhuangj/laSV/" title="laSV 1.0.2 &ndash; Local Assembly based Structural Variation Discovery tool">laSV 1.0.2 &ndash; Local Assembly based Structural Variation Discovery tool</a>
<ul>
<li>laSV is a software that employs a local de novo assembly based approach to detect genomic structural variations from whole-genome high-throughput sequencing datasets.<br /><br /></li>
</ul>
</li>
<li><a href="http://bioinf.spbau.ru/en/spades" title="SPAdes 3.6.2 &ndash; Single-cell Genome Assembler">SPAdes 3.6.2 &ndash; Single-cell Genome Assembler</a>
<ul>
<li>SPAdes (St. Petersburg genome assembler) is intended for both standard isolates and single-cell MDA bacteria assemblies.<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/hitbio/PERGA" title="PERGA 0.5.03.02 &ndash; Paired End Reads Guided Assembler">PERGA 0.5.03.02 &ndash; Paired End Reads Guided Assembler</a>
<ul>
<li>PERGA is a novel sequence reads guided de novo assembly approach which adopts greedy-like prediction strategy for assembling reads to contigs and scaffolds.<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/p/telescoper/wiki/Home/" title="Telescoper 0.2 &ndash; De novo Assembly Algorithm">Telescoper 0.2 &ndash; De novo Assembly Algorithm</a>
<ul>
<li>Telescoper is a local assembly algorithm designed for short-reads from NGS platforms such as Illumina. The reads must come from two libraries: one short insert, and one long insert.<br /><br /></li>
</ul>
</li>
<li><a href="http://metacompass.cbcb.umd.edu/" title="MetaCompass 1.0 &ndash; Comparative Assembly of Metagenomic Sequences">MetaCompass 1.0 &ndash; Comparative Assembly of Metagenomic Sequences</a>
<ul>
<li>MetaCompass is a software package for comparative assembly of metagenomic reads. MetaCompass achieves comparable assembly performance to the state of the art de novo assemblers, but these two different approaches complement each other a lot. So combining contigs between MetaCompass and other independent de novo assemblers give us the best overall metagenomic assembly.<br /><br /></li>
</ul>
</li>
<li><a href="http://evopipes.net/docs.html#scarf_section" title="SCARF &ndash; Scaffolded and Corrected Assembly of Roche 454">SCARF &ndash; Scaffolded and Corrected Assembly of Roche 454</a>
<ul>
<li>SCARF is a next-gen sequence assembly tool for evolutionary genomics. Designed especially for assembling 454 EST sequences against high quality reference sequences from related species.<br /><br /></li>
</ul>
</li>
<li><a href="http://metagenomics.atc.tcs.com/MetaCAA/" title="MetaCAA &ndash; Assembly of Metagenomic Datasets">MetaCAA &ndash; Assembly of Metagenomic Datasets</a>
<ul>
<li>MetaCAA is a sequence-assembly tool specifically intended for metagenomes.<br /><br /></li>
</ul>
</li>
<li><a href="http://mjsull.github.io/Contiguity/" title="Contiguity 1.0.4 &ndash; Contig Adjacency Graph Construction and Visualisation">Contiguity 1.0.4 &ndash; Contig Adjacency Graph Construction and Visualisation</a>
<ul>
<li>Contiguity is interactive software for the visualization and manipulation of de novo genome assemblies.<br /><br /></li>
</ul>
</li>
<li><a href="http://bioresearch.byu.edu/scaffoldscaffolder/" title="ScaffoldScaffolder 0.1 &ndash; Solving Contig Orientation via Bidirected to Directed Graph Reduction">ScaffoldScaffolder 0.1 &ndash; Solving Contig Orientation via Bidirected to Directed Graph Reduction</a>
<ul>
<li>ScaffoldScaffolder is a stand-alone scaffolding algorithm which was designed specifically for scaffolding diploid genomes.<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/cbg-ethz/haploclique" title="HaploClique 0.1 &ndash; Viral Quasispecies Assembly from Paired-end data">HaploClique 0.1 &ndash; Viral Quasispecies Assembly from Paired-end data</a>
<ul>
<li>HaploClique is a computational approach to reconstruct the structure of a viral quasispecies from next-generation sequencing data as obtained from bulk sequencing of mixed virus samples.<br /><br /></li>
</ul>
</li>
<li><a href="http://omics.informatics.indiana.edu/TAG/" title="TAG 0.91 &ndash; Transcript Assembly by Mapping Reads to Graphs">TAG 0.91 &ndash; Transcript Assembly by Mapping Reads to Graphs</a>
<ul>
<li>TAG is a tool for metatranscriptome assembly using de Bruijn graph of matched metagenome as the reference<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/bioinfomaticsCSU/EPGA2" title="EPGA2 &ndash; De Novo Assembler">EPGA2 &ndash; De Novo Assembler</a>
<ul>
<li>EPGA2 updates some modules in EPGA which can improve memory efficiency in genome asssembly.<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/gmcloser/" title="GMcloser 1.5.1 / GMvalue 1.3 &ndash; Closing the Gaps in Scaffolds with Preassembled Contigs">GMcloser 1.5.1 / GMvalue 1.3 &ndash; Closing the Gaps in Scaffolds with Preassembled Contigs</a>
<ul>
<li>GMcloser fills and closes the gaps present in scaffold assemblies, especially those generated by the de novo assembly of whole genomes with next-generation sequencing (NGS) reads.<br /><br /></li>
</ul>
</li>
<li><a href="https://sites.google.com/a/ucr.edu/slicembler/" title="SLICEMBLER &ndash; Meta-assembler Designed for Ultra-deep Sequencing data">SLICEMBLER &ndash; Meta-assembler Designed for Ultra-deep Sequencing data</a>
<ul>
<li>SLICEMBLER is a meta-assembler designed for ultra-deep sequencing data<br /><br /></li>
</ul>
</li>
<li><a href="http://www.cs.colostate.edu/seq/seqlandscape/" title="SEQLandscape v1 &ndash; Generation and Visualization of Sequence Landscape">SEQLandscape v1 &ndash; Generation and Visualization of Sequence Landscape</a>
<ul>
<li>
<p>SEQLandscape is an application allowing the generation and visualization of a sequence landscape.&nbsp;HyDA-Vista: Towards Optimal Guided Selection of k-mer Size for Sequence Assembly.</p>
</li>
</ul>
</li>
<li><a href="http://www.cs.colostate.edu/seq/missequel/" title="misSEQuel v1.0beta &ndash; Misassembly Detection in Draft Genomes">misSEQuel v1.0beta &ndash; Misassembly Detection in Draft Genomes</a>
<ul>
<li>misSEQuel is a software that enhances the quality of draft genomes by identifying misassembly errors and their breakpoints using paired-end sequence reads and optical mapping data.<br /><br /></li>
</ul>
</li>
<li><a href="http://scit.us/projects/dawg/" title="Dawg 1.2 &ndash; Simulating Sequence Evolution">Dawg 1.2 &ndash; Simulating Sequence Evolution</a>
<ul>
<li>Dawg (DNA Assembly with Gaps) is an application designed to simulate the evolution of recombinant DNA sequences in continuous time based on the robust general time reversible model with gamma and invariant rate heterogeneity and a novel length-dependent model of gap formation.<br /><br /></li>
</ul>
</li>
<li><a href="http://busco.ezlab.org/" title="BUSCO v1.1b1 &ndash; Assessing Genome Assembly and Annotation Completeness with Single-copy Orthologs">BUSCO v1.1b1 &ndash; Assessing Genome Assembly and Annotation Completeness with Single-copy Orthologs</a>
<ul>
<li>BUSCO completeness assessment employs sets of Benchmarking Universal Single-Copy Orthologs from OrthoDB to provide quantitative measures of the completeness of genome assemblies, annotated gene sets, and transcriptomes in terms of expected gene content.<br /><br /></li>
</ul>
</li>
<li><a href="http://kakitone.github.io/finishingTool/" title="FinisherSC 2.0 &ndash; A Repeat-aware tool for upgrading de-novo Assembly using Long Reads">FinisherSC 2.0 &ndash; A Repeat-aware tool for upgrading de-novo Assembly using Long Reads</a>
<ul>
<li>FinisherSC is a repeat-aware and scalable tool for upgrading de-novo assembly using long reads.<br /><br /></li>
</ul>
</li>
<li><a href="https://whatshap.readthedocs.io/en/latest/" title="WhatsHap &ndash; Haplotype Assembly for Future-Generation Sequencing Reads">WhatsHap &ndash; Haplotype Assembly for Future-Generation Sequencing Reads</a>
<ul>
<li>WhatsHap is a software for phasing genomic variants using DNA sequencing reads, also called haplotype assembly. It is especially suitable for long reads, but works also well with short reads.<br /><br /></li>
</ul>
</li>
<li><a href="http://www.mscs.mu.edu/~bozdag/compartmentalized_assembler.html" title="Compartmentalized Assembler &ndash; Assembly of Physical Maps">Compartmentalized Assembler &ndash; Assembly of Physical Maps</a>
<ul>
<li>Compartmentalized assembler is a novel method for the assemlby of high quality physical maps from fingerprinted clones.<br /><br /></li>
</ul>
</li>
<li><a href="http://genome.jgi.doe.gov/viz/" title="Elviz &ndash; Exploration of Metagenomic Assemblies">Elviz &ndash; Exploration of Metagenomic Assemblies</a>
<ul>
<li>Elviz (Environmental Laboratory Visualization) is an interactive web-based tool for the visual exploration of assembled metagenome data and their complex metadata.<br /><br /></li>
</ul>
</li>
<li><a href="http://bs.ipm.ir/softwares/ssp/" title="SSP &ndash; de novo Transcriptome Assembler">SSP &ndash; de novo Transcriptome Assembler</a>
<ul>
<li>SSP is a de novo transcriptome assembler that assembles RNA-seq reads into transcripts. SSP aims to reconstructs all the alternatively spliced isoforms and estimates the expression level of them.<br /><br /></li>
</ul>
</li>
<li><a href="http://viramp.com/" title="VirAmp &ndash; Galaxy-based Viral Genome Assembly pipeline">VirAmp &ndash; Galaxy-based Viral Genome Assembly pipeline</a>
<ul>
<li>VirAmp is a web-based semi-de novo fast virus genome assembly pipeline designed for extremely high coverage NGS data. VirAmp is a collection of existing tools, combined into a single Galaxy interface. Users without further computational knowledge can easily operate the pipeline.<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/juliema/aTRAM" title="aTRAM&nbsp;1.04 &ndash; automated Target Restricted Assembly Method">aTRAM&nbsp;1.04 &ndash; automated Target Restricted Assembly Method</a>
<ul>
<li>aTRAM performs targeted de novo assembly of loci from paired-end Illumina runs.<br /><br /></li>
</ul>
</li>
<li><a href="http://denovoassembler.sourceforge.net/" title="Ray 2.3.1 &ndash; Parallel Genome Assemblies for Parallel DNA sequencing">Ray 2.3.1 &ndash; Parallel Genome Assemblies for Parallel DNA sequencing</a>
<ul>
<li>Ray is a parallel software that computes de novo genome assemblies with next-generation sequencing data.<br /><br /></li>
</ul>
</li>
<li><a href="http://genome.cs.nthu.edu.tw/CAR/" title="CAR &ndash; Contig Assembly of Prokaryotic Draft Genomes Using Rearrangements">CAR &ndash; Contig Assembly of Prokaryotic Draft Genomes Using Rearrangements</a>
<ul>
<li>CAR is an efficient and more accurate tool for assembling contigs of a prokaryotic draft genome based on a reference genome.<br /><br /></li>
</ul>
</li>
<li><a href="http://www.lstmed.ac.uk/vtbuilder" title="VTBuilder &ndash; Assembly of Multi Isoform Transcriptomes">VTBuilder &ndash; Assembly of Multi Isoform Transcriptomes</a>
<ul>
<li>VTBuilder is a tool for the inference of non-chimeric contigs from read data that has been sequenced from complex multi-isoformic transcriptomes, such as snake venom glands, or rapidly evolving viral populations, such as HIV-1.<br /><br /></li>
</ul>
</li>
<li><a href="http://bioinfolab.uncc.edu/TruHmm_package/" title="TruHmm &ndash; TRanscription Unit Assembly by a Hidden Markov model">TruHmm &ndash; TRanscription Unit Assembly by a Hidden Markov model</a>
<ul>
<li>TruHmm is a reference based transcriptome assembler for prokaryotes, and is suitable for assembling transcripts for directional RNA-seq library.<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/rnaseqassembly/?source=navbar" title="Bridger 20141201 &ndash; RNA-Seq Assembly">Bridger 20141201 &ndash; RNA-Seq Assembly</a>
<ul>
<li>Bridger is a new de novo transcriptome assembler which takes advantage of techniques employed in Cufflinks to overcome limitations of the existing de novo assemblers.<br /><br /></li>
</ul>
</li>
<li><a href="https://sourceforge.net/projects/grasp-release/" title="GRASP 0.0.4 &ndash; Guided Reference-based Assembly of Short Peptides">GRASP 0.0.4 &ndash; Guided Reference-based Assembly of Short Peptides</a>
<ul>
<li>GRASP is a gene annotation tool for metagenomic studies. GRASP assembles the fragmented short-peptides, which are called from the NGS reads, and aligns the assembled contigs to the query reference protein. GRASP achieves much higher sensitivity than BLASTP for gene annotation purpose.<br /><br /></li>
</ul>
</li>
<li><a href="http://cortexassembler.sourceforge.net/index.html" title="Cortex 1.05.21 &ndash; Genome Assembly and Variation Analysis">Cortex 1.05.21 &ndash; Genome Assembly and Variation Analysis</a>
<ul>
<li>Cortex is an efficient and low-memory software framework for analysis of genomes using sequence data. There are two main executables, being developed in parallel streams: cortex_con (primary contact Mario Caccamo) is for consensus genome assembly, and cortex_var (primary contact Zamin Iqbal) is for variation and population assembly.<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/voutcn/megahit" title="MEGAHIT v0.1.4 &ndash; Large and Complex Metagenomics Assembly via Succinct de Bruijn graph">MEGAHIT v0.1.4 &ndash; Large and Complex Metagenomics Assembly via Succinct de Bruijn graph</a>
<ul>
<li>MEGAHIT is a single node assembler for large and complex metagenomics NGS reads, such as soil. It makes use of succinct de Bruijn graph to achieve low memory usage, whereas its goal is not to make memory usage as low as possible.<br /><br /></li>
</ul>
</li>
<li><a href="http://sb.nhri.org.tw/CISA/en/CISA" title="CISA 20140304 &ndash; Contig Integrator for Sequence Assembly">CISA 20140304 &ndash; Contig Integrator for Sequence Assembly</a>
<ul>
<li>CISA has been developed to integrate the assemblies into a hybrid set of contigs, resulting in assemblies of superior contiguity and accuracy, compared with the assemblies generated by the state-of-the-art assemblers and the hybrid assemblies merged by existing tools<br /><br /></li>
</ul>
</li>
<li><a href="http://cole-trapnell-lab.github.io/cufflinks/" title="Cufflinks 2.2.1 &ndash; Transcript Assembler &amp; Abundance Estimator for RNA-Seq">Cufflinks 2.2.1 &ndash; Transcript Assembler &amp; Abundance Estimator for RNA-Seq</a>
<ul>
<li>Cufflinks assembles transcripts, estimates their abundances, and tests for differential expression and regulation in RNA-Seq samples. It accepts aligned RNA-Seq reads and assembles the alignments into a parsimonious set of transcripts. Cufflinks then estimates the relative abundances of these transcripts based on how many reads support each one.<br /><br /></li>
</ul>
</li>
<li><a href="http://colibread.inria.fr/software/mapsembler2/" title="mapsembler 2.2.4 &ndash; Targetted Assembly of Short Sequence Reads">mapsembler 2.2.4 &ndash; Targetted Assembly of Short Sequence Reads</a>
<ul>
<li>Mapsembler is a targeted assembly software. It takes as input a set of NGS raw reads and a set of input sequences (starters). It first determines if each starter is read-coherent, e.g. whether reads confirm the presence of each starter in the original sequence. Then for each read-coherent starter, Mapsembler outputs its sequence neighborhood as a linear sequence or as a graph, depending on the user choice.<br /><br /></li>
</ul>
</li>
<li><a href="https://urgi.versailles.inra.fr/Tools/Tedna" title="Tedna 1.2.2 &ndash; Transposable Element De Novo Assembler">Tedna 1.2.2 &ndash; Transposable Element De Novo Assembler</a>
<ul>
<li>Tedna is a lightweight de novo transposable element assembler. It assembles the transposable elements directly from the raw reads.<br /><br /></li>
</ul>
</li>
<li><a href="http://chitsazlab.org/software.html" title="HyDA 1.3.1 / Squeezambler 2.0.3 &ndash; Hybrid De Novo Assembler">HyDA 1.3.1 / Squeezambler 2.0.3 &ndash; Hybrid De Novo Assembler</a>
<ul>
<li>HyDA is a multipurpose assembler, particularly tested for single cell and normal multicell genome co-assembly<br /><br /></li>
</ul>
</li>
<li><a href="https://github.com/neufeld/pandaseq" title="PANDASEQ 2.8 / Pandaseq-sam 1.3 &ndash; PAired-eND Assembler for DNA sequences">PANDASEQ 2.8 / Pandaseq-sam 1.3 &ndash; PAired-eND Assembler for DNA sequences</a>
<ul>
<li>PANDASEQ is a program to align Illumina reads, optionally with PCR primers embedded in the sequence, and reconstruct an overlapping sequence.<br /><br /></li>
</ul>
</li>
<li><a href="http://lge.ibi.unicamp.br/zorro/" title="ZORRO 2.2 &ndash; Hybrid Sequencing Technology Assembler">ZORRO 2.2 &ndash; Hybrid Sequencing Technology Assembler</a>
<ul>
<li>ZORRO is a hybrid sequencing technology assembler. It merges two sets of pre-assembled contigs into a more contiguous and consistent assembly.<br /><br /></li>
</ul>
</li>
<li><a href="http://ccb.jhu.edu/software/FLASH/" title="FLASH 1.2.11 &ndash; Fast Length Adjustment of SHort reads">FLASH 1.2.11 &ndash; Fast Length Adjustment of SHort reads</a>
<ul>
<li>FLASH (Fast Length Adjustment of SHort reads) is a very accurate fast tool to merge paired-end reads from fragments that are shorter than twice the length of reads. The extended length of reads has a significant positive impact on improvement of genome assemblies.<br /><br /></li>
</ul>
</li>
<li><a href="http://software.broadinstitute.org/allpaths-lg/blog/" title="ALLPATHS-LG 51750 &ndash; Whole Genome Shotgun Assembler">ALLPATHS-LG 51750 &ndash; Whole Genome Shotgun Assembler</a>
<ul>
<li>ALLPATHS-LG (Large Genome) is a whole genome shotgun assembler that can generate high quality assemblies from short reads. It works on both small and large (mammalian size) genomes. To use it, you should first generate ~100 base Illumina reads from two libraries: one from ~180 bp fragments, and one from ~3000 bp fragments, both at about 45x coverage. Sequence from longer fragments will enable longer-range continuity.<br /><br /></li>
</ul>
</li>
<li><a href="http://bioinformaticsonline.com/pages/view/30440/genome-assembly-tools-and-software-part2">More Tools</a> at&nbsp;http://bioinformaticsonline.com/pages/view/30440/genome-assembly-tools-and-software-part2</li>
</ul>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/32018/tmap-torrent-mapping-alignment-program-general-notes</guid>
	<pubDate>Sun, 02 Apr 2017 15:53:47 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/32018/tmap-torrent-mapping-alignment-program-general-notes</link>
	<title><![CDATA[TMAP - torrent mapping alignment program General Notes]]></title>
	<description><![CDATA[<p>TMAP - torrent mapping alignment program <a href="https://github.com/iontorrent/TS/tree/master/Analysis/TMAP#general-notes"></a>General Notes</p>
<p>TMAP is a fast and accurate alignment software for short and long nucleotide sequences produced by next-generation sequencing technologies.</p>
<ul>
<li>
<p>The latest TMAP is unsupported. To use a supported version, please see the TMAP version associated with a Torrent Suite release below.</p>
</li>
<li>
<p>Get the latest source code:</p>
<div>
<pre>git clone git://github.com/iontorrent/TMAP.git
 <span>cd</span> TMAP
 git submodule init
 git submodule update</pre>
</div>
</li>
</ul>
<p>https://github.com/iontorrent/TS/tree/master/Analysis/TMAP</p><p>Address of the bookmark: <a href="https://github.com/iontorrent/TS/tree/master/Analysis/TMAP" rel="nofollow">https://github.com/iontorrent/TS/tree/master/Analysis/TMAP</a></p>]]></description>
	<dc:creator>Poonam Mahapatra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36111/d3networktools-for-creating-d3-javascript-network-tree-dendrogram-and-sankey-graphs-from-r</guid>
	<pubDate>Fri, 06 Apr 2018 12:10:45 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36111/d3networktools-for-creating-d3-javascript-network-tree-dendrogram-and-sankey-graphs-from-r</link>
	<title><![CDATA[d3Network:Tools for creating D3 JavaScript network, tree, dendrogram, and Sankey graphs from R.]]></title>
	<description><![CDATA[<p><a href="http://bost.ocks.org/mike/">Mike Bostock</a><span>&rsquo;s&nbsp;</span><a href="http://d3js.org/">D3.js</a><span>&nbsp;is great for creating&nbsp;</span><a href="http://bl.ocks.org/mbostock/4062045">interactive network graphs</a><span>&nbsp;with JavaScript. The&nbsp;</span><a href="https://github.com/christophergandrud/d3Network">d3Network</a><span>&nbsp;package makes it easy to create these network graphs from&nbsp;</span><a href="http://www.r-project.org/">R</a><span>. The main idea is that you should able to take an R data frame with information about the relationships between members of a network and create full network graphs with one command.</span></p><p>Address of the bookmark: <a href="http://christophergandrud.github.io/d3Network/" rel="nofollow">http://christophergandrud.github.io/d3Network/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36510/scallop-reference-based-transcriptome-assembler-for-rna-seq</guid>
	<pubDate>Tue, 08 May 2018 04:23:27 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36510/scallop-reference-based-transcriptome-assembler-for-rna-seq</link>
	<title><![CDATA[Scallop: reference-based transcriptome assembler for RNA-seq]]></title>
	<description><![CDATA[<p>Scallop is an accurate reference-based transcript assembler. Scallop features its high accuracy in assembling multi-exon transcripts as well as lowly expressed transcripts. Scallop achieves this improvement through a novel algorithm that can be proved preserving all phasing paths from reads and paired-end reads, while also achieves both transcripts parsimony and coverage deviation minimization.</p>
<p>Scallop paper has been published at&nbsp;<a href="https://www.nature.com/articles/nbt.4020"><span>Nature Biotechnology</span></a>. The datasets and scripts used in this paper to compare the performance of Scallop and other assemblers are available at&nbsp;<a href="https://github.com/Kingsford-Group/scalloptest"><span>scalloptest</span></a>.</p>
<p>Please also checkout the&nbsp;<span>podcast</span>&nbsp;about Scallop (thanks&nbsp;<a href="https://ro-che.info/">Roman Cheplyaka</a>&nbsp;for the interview). It is available at both&nbsp;<a href="https://bioinformatics.chat/scallop">the bioinformatics chat</a>&nbsp;and&nbsp;<a href="https://itunes.apple.com/us/podcast/the-bioinformatics-chat/id1227281398">iTunes</a>.</p>
<p>&nbsp;</p>
<p>https://github.com/Kingsford-Group/scallop</p><p>Address of the bookmark: <a href="https://github.com/Kingsford-Group/scallop" rel="nofollow">https://github.com/Kingsford-Group/scallop</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/36525/installing-bandage-on-ubunty</guid>
	<pubDate>Tue, 08 May 2018 08:03:21 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/36525/installing-bandage-on-ubunty</link>
	<title><![CDATA[Installing Bandage on Ubunty !]]></title>
	<description><![CDATA[<p>The following instructions successfully build Bandage (https://github.com/rrwick/Bandage ) on a fresh installation of Ubuntu 14.04:</p><ol>
<li>Ensure the package lists are up-to-date:&nbsp;<code>sudo apt-get update</code></li>
<li>Install prerequisite packages:&nbsp;<code>sudo apt-get install build-essential git qtbase5-dev libqt5svg5-dev</code></li>
<li>Download the Bandage code from GitHub:&nbsp;<code>git clone https://github.com/rrwick/Bandage.git</code></li>
<li>Open a terminal in the Bandage directory.</li>
<li>Set the environment variable to specify that you will be using Qt 5, not Qt 4:&nbsp;<code>export QT_SELECT=5</code></li>
<li>Run qmake to generate a Makefile:&nbsp;<code>qmake</code></li>
<li>Build the program:&nbsp;<code>make</code></li>
<li><code>Bandage</code>&nbsp;should now be an executable file.</li>
<li>Optionally, copy the program into /usr/local/bin:&nbsp;<code>sudo make install</code>. The Bandage build directory can then be deleted.</li>
</ol><p>➜ Tools git:(master) ✗ sudo apt-get update<br />[sudo] password for urbe:&nbsp;<br />Hit:1 http://ppa.launchpad.net/webupd8team/atom/ubuntu xenial InRelease<br />Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]&nbsp;<br />Hit:3 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease&nbsp;<br />Hit:4 http://be.archive.ubuntu.com/ubuntu xenial InRelease&nbsp;<br />Get:5 http://be.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]<br />Get:6 http://be.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]&nbsp;<br />Get:7 https://cran.rstudio.com/bin/linux/ubuntu xenial/ InRelease [3.590 B]&nbsp;<br />Hit:8 https://download.docker.com/linux/ubuntu xenial InRelease&nbsp;<br />Ign:9 http://download.opensuse.org/repositories/home:/sionescu/Debian ./ InRelease&nbsp;<br />Hit:10 http://download.opensuse.org/repositories/home:/sionescu/Debian ./ Release&nbsp;<br />Get:11 http://packages.cloud.google.com/apt cloud-sdk-xenial InRelease [6.372 B]<br />Get:12 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [484 kB]<br />Get:13 http://security.ubuntu.com/ubuntu xenial-security/main i386 Packages [433 kB]<br />Get:14 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [209 kB]<br />Get:15 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [67,5 kB]<br />Get:16 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [68,0 kB]&nbsp;<br />Get:17 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [107 kB]<br />Get:18 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [147 kB]<br />Get:19 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [769 kB]&nbsp;<br />Get:20 http://be.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [710 kB]&nbsp;<br />Get:21 http://be.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [319 kB]<br />Get:22 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [319 kB]<br />Get:24 http://be.archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [228 kB]&nbsp;<br />Get:25 http://be.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [246 kB]<br />Err:11 http://packages.cloud.google.com/apt cloud-sdk-xenial InRelease&nbsp;<br />The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6A030B21BA07F4FB<br />Get:26 http://be.archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [331 kB]<br />Get:27 http://be.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5.964 B]<br />Get:28 http://be.archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3.328 B]<br />Get:29 http://be.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [5.088 B]<br />Fetched 4.779 kB in 2s (1.606 kB/s)&nbsp;<br />Reading package lists... Done<br />W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.cloud.google.com/apt cloud-sdk-xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6A030B21BA07F4FB<br />W: Failed to fetch http://packages.cloud.google.com/apt/dists/cloud-sdk-xenial/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6A030B21BA07F4FB<br />W: Some index files failed to download. They have been ignored, or old ones used instead.<br />➜ Tools git:(master) ✗ sudo apt-get install build-essential git qtbase5-dev libqt5svg5-dev<br />Reading package lists... Done<br />Building dependency tree&nbsp;<br />Reading state information... Done<br />build-essential is already the newest version (12.1ubuntu2).<br />git is already the newest version (1:2.7.4-0ubuntu1.3).<br />The following packages were automatically installed and are no longer required:<br />bridge-utils containerd linux-headers-4.4.0-116 linux-headers-4.4.0-116-generic linux-headers-4.4.0-21 linux-headers-4.4.0-21-generic linux-image-4.4.0-116-generic linux-image-4.4.0-21-generic<br />linux-image-extra-4.4.0-116-generic linux-image-extra-4.4.0-21-generic linux-signed-image-4.4.0-116-generic runc ubuntu-fan<br />Use 'sudo apt autoremove' to remove them.<br />The following additional packages will be installed:<br />libdrm-dev libegl1-mesa-dev libgl1-mesa-dev libgles2-mesa libgles2-mesa-dev libglu1-mesa-dev libmirclient-dev libmircommon-dev libmircookie-dev libmircookie2 libmircore-dev libprotobuf-dev libprotobuf9v5<br />libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5opengl5 libqt5opengl5-dev libqt5printsupport5 libqt5sql5 libqt5sql5-sqlite libqt5svg5 libqt5test5 libqt5widgets5 libqt5xml5 libwayland-bin<br />libwayland-dev libx11-xcb-dev libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev<br />libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb-xkb1 libxdamage-dev libxext-dev libxfixes-dev libxkbcommon-dev libxkbcommon-x11-0 libxshmfence-dev libxxf86vm-dev mesa-common-dev qt5-qmake<br />qtbase5-dev-tools qttranslations5-l10n x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-xext-dev x11proto-xf86vidmode-dev<br />Suggested packages:<br />libqt5libqgtk2 qt5-image-formats-plugins qtwayland5 libxext-doc libmysqlclient-dev libpq-dev libsqlite3-dev unixodbc-dev<br />The following NEW packages will be installed:<br />libdrm-dev libegl1-mesa-dev libgl1-mesa-dev libgles2-mesa libgles2-mesa-dev libglu1-mesa-dev libmirclient-dev libmircommon-dev libmircookie-dev libmircookie2 libmircore-dev libprotobuf-dev libprotobuf9v5<br />libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5opengl5 libqt5opengl5-dev libqt5printsupport5 libqt5sql5 libqt5sql5-sqlite libqt5svg5 libqt5svg5-dev libqt5test5 libqt5widgets5 libqt5xml5<br />libwayland-bin libwayland-dev libx11-xcb-dev libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0<br />libxcb-render0-dev libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb-xkb1 libxdamage-dev libxext-dev libxfixes-dev libxkbcommon-dev libxkbcommon-x11-0 libxshmfence-dev libxxf86vm-dev mesa-common-dev<br />qt5-qmake qtbase5-dev qtbase5-dev-tools qttranslations5-l10n x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-xext-dev x11proto-xf86vidmode-dev<br />0 upgraded, 64 newly installed, 0 to remove and 11 not upgraded.<br />Need to get 15,2 MB of archives.<br />After this operation, 78,5 MB of additional disk space will be used.<br />Do you want to continue? [Y/n] Y<br />Get:1 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5core5a amd64 5.5.1+dfsg-16ubuntu7.5 [1.817 kB]<br />Get:2 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5dbus5 amd64 5.5.1+dfsg-16ubuntu7.5 [175 kB]<br />Get:3 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5network5 amd64 5.5.1+dfsg-16ubuntu7.5 [540 kB]<br />Get:4 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-icccm4 amd64 0.4.1-1ubuntu1 [10,4 kB]<br />Get:5 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12,3 kB]<br />Get:6 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8.406 B]<br />Get:7 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0 amd64 1.11.1-1ubuntu1 [14,4 kB]<br />Get:8 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render-util0 amd64 0.3.9-1 [9.638 B]<br />Get:9 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xkb1 amd64 1.11.1-1ubuntu1 [29,2 kB]<br />Get:10 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-x11-0 amd64 0.5.0-1ubuntu2 [13,5 kB]<br />Get:11 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5gui5 amd64 5.5.1+dfsg-16ubuntu7.5 [2.290 kB]<br />Get:12 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5widgets5 amd64 5.5.1+dfsg-16ubuntu7.5 [2.252 kB]<br />Get:13 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libqt5svg5 amd64 5.5.1-2build1 [128 kB]<br />Get:14 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libqt5svg5-dev amd64 5.5.1-2build1 [9.724 B]<br />Get:15 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-dev amd64 2.4.83-1~16.04.1 [229 kB]<br />Get:16 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-dri2-dev all 2.8-2 [12,6 kB]<br />Get:17 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-gl-dev all 1.4.17-1 [17,9 kB]<br />Get:18 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB]<br />Get:19 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxext-dev amd64 2:1.3.3-1 [82,1 kB]<br />Get:20 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xf86vidmode-dev all 2.3.1-2 [6.116 B]<br />Get:21 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13,3 kB]<br />Get:22 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-fixes-dev all 1:5.0-2ubuntu2 [14,2 kB]<br />Get:23 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes-dev amd64 1:5.0.1-2 [10,9 kB]<br />Get:24 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-damage-dev all 1:1.2.1-2 [8.286 B]<br />Get:25 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage-dev amd64 1:1.1.4-2 [5.028 B]<br />Get:26 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0-dev amd64 1.11.1-1ubuntu1 [26,9 kB]<br />Get:27 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0-dev amd64 1.11.1-1ubuntu1 [8.384 B]<br />Get:28 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-dev amd64 1.11.1-1ubuntu1 [5.752 B]<br />Get:29 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0-dev amd64 1.11.1-1ubuntu1 [15,3 kB]<br />Get:30 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0-dev amd64 1.11.1-1ubuntu1 [18,2 kB]<br />Get:31 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0-dev amd64 1.11.1-1ubuntu1 [6.900 B]<br />Get:32 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0-dev amd64 1.11.1-1ubuntu1 [11,2 kB]<br />Get:33 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync-dev amd64 1.11.1-1ubuntu1 [10,1 kB]<br />Get:34 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present-dev amd64 1.11.1-1ubuntu1 [6.618 B]<br />Get:35 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence-dev amd64 1.2-1 [3.676 B]<br />Get:36 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-xcb-dev amd64 2:1.6.3-1ubuntu2 [9.730 B]<br />Get:37 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-bin amd64 1.12.0-1~ubuntu16.04.3 [18,4 kB]<br />Get:38 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-dev amd64 1.12.0-1~ubuntu16.04.3 [92,4 kB]<br />Get:39 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [23,7 kB]<br />Get:40 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf9v5 amd64 2.6.1-1.3 [326 kB]<br />Get:41 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-dev amd64 2.6.1-1.3 [473 kB]<br />Get:42 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-dev amd64 0.5.0-1ubuntu2 [231 kB]<br />Get:43 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [14,9 kB]<br />Get:44 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie2 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [22,5 kB]<br />Get:45 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [5.152 B]<br />Get:46 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [42,6 kB]<br />Get:47 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa-dev amd64 17.2.8-0ubuntu0~16.04.1 [19,9 kB]<br />Get:48 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgles2-mesa amd64 17.2.8-0ubuntu0~16.04.1 [13,4 kB]<br />Get:49 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgles2-mesa-dev amd64 17.2.8-0ubuntu0~16.04.1 [40,2 kB]<br />Get:50 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mesa-common-dev amd64 17.2.8-0ubuntu0~16.04.1 [525 kB]<br />Get:51 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dev amd64 17.2.8-0ubuntu0~16.04.1 [4.456 B]<br />Get:52 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libglu1-mesa-dev amd64 9.0.0-2.1 [202 kB]<br />Get:53 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5concurrent5 amd64 5.5.1+dfsg-16ubuntu7.5 [24,3 kB]<br />Get:54 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5opengl5 amd64 5.5.1+dfsg-16ubuntu7.5 [128 kB]<br />Get:55 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5printsupport5 amd64 5.5.1+dfsg-16ubuntu7.5 [174 kB]<br />Get:56 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5sql5 amd64 5.5.1+dfsg-16ubuntu7.5 [104 kB]<br />Get:57 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5test5 amd64 5.5.1+dfsg-16ubuntu7.5 [84,5 kB]<br />Get:58 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5xml5 amd64 5.5.1+dfsg-16ubuntu7.5 [91,8 kB]<br />Get:59 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 qt5-qmake amd64 5.5.1+dfsg-16ubuntu7.5 [1.192 kB]<br />Get:60 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 qtbase5-dev-tools amd64 5.5.1+dfsg-16ubuntu7.5 [1.056 kB]<br />Get:61 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 qtbase5-dev amd64 5.5.1+dfsg-16ubuntu7.5 [931 kB]<br />Get:62 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5opengl5-dev amd64 5.5.1+dfsg-16ubuntu7.5 [31,5 kB]<br />Get:63 http://be.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5sql5-sqlite amd64 5.5.1+dfsg-16ubuntu7.5 [33,0 kB]<br />Get:64 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 qttranslations5-l10n all 5.5.1-2build1 [1.210 kB]<br />Fetched 15,2 MB in 4s (3.099 kB/s)&nbsp;<br />Extracting templates from packages: 100%<br />Selecting previously unselected package libqt5core5a:amd64.<br />(Reading database ... 480949 files and directories currently installed.)<br />Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libqt5dbus5:amd64.<br />Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libqt5network5:amd64.<br />Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libxcb-icccm4:amd64.<br />Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ...<br />Selecting previously unselected package libxcb-image0:amd64.<br />Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ...<br />Unpacking libxcb-image0:amd64 (0.4.0-1build1) ...<br />Selecting previously unselected package libxcb-keysyms1:amd64.<br />Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ...<br />Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ...<br />Selecting previously unselected package libxcb-randr0:amd64.<br />Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ...<br />Selecting previously unselected package libxcb-render-util0:amd64.<br />Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ...<br />Unpacking libxcb-render-util0:amd64 (0.3.9-1) ...<br />Selecting previously unselected package libxcb-xkb1:amd64.<br />Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ...<br />Selecting previously unselected package libxkbcommon-x11-0:amd64.<br />Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2_amd64.deb ...<br />Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ...<br />Selecting previously unselected package libqt5gui5:amd64.<br />Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libqt5widgets5:amd64.<br />Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libqt5svg5:amd64.<br />Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ...<br />Unpacking libqt5svg5:amd64 (5.5.1-2build1) ...<br />Selecting previously unselected package libqt5svg5-dev:amd64.<br />Preparing to unpack .../libqt5svg5-dev_5.5.1-2build1_amd64.deb ...<br />Unpacking libqt5svg5-dev:amd64 (5.5.1-2build1) ...<br />Selecting previously unselected package libdrm-dev:amd64.<br />Preparing to unpack .../libdrm-dev_2.4.83-1~16.04.1_amd64.deb ...<br />Unpacking libdrm-dev:amd64 (2.4.83-1~16.04.1) ...<br />Selecting previously unselected package x11proto-dri2-dev.<br />Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ...<br />Unpacking x11proto-dri2-dev (2.8-2) ...<br />Selecting previously unselected package x11proto-gl-dev.<br />Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ...<br />Unpacking x11proto-gl-dev (1.4.17-1) ...<br />Selecting previously unselected package x11proto-xext-dev.<br />Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ...<br />Unpacking x11proto-xext-dev (7.3.0-1) ...<br />Selecting previously unselected package libxext-dev:amd64.<br />Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ...<br />Unpacking libxext-dev:amd64 (2:1.3.3-1) ...<br />Selecting previously unselected package x11proto-xf86vidmode-dev.<br />Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ...<br />Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ...<br />Selecting previously unselected package libxxf86vm-dev:amd64.<br />Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ...<br />Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ...<br />Selecting previously unselected package x11proto-fixes-dev.<br />Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ...<br />Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ...<br />Selecting previously unselected package libxfixes-dev:amd64.<br />Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ...<br />Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ...<br />Selecting previously unselected package x11proto-damage-dev.<br />Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ...<br />Unpacking x11proto-damage-dev (1:1.2.1-2) ...<br />Selecting previously unselected package libxdamage-dev:amd64.<br />Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ...<br />Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ...<br />Selecting previously unselected package libxcb-glx0-dev:amd64.<br />Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Selecting previously unselected package libxcb-dri2-0-dev:amd64.<br />Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Selecting previously unselected package libxcb-dri3-dev:amd64.<br />Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ...<br />Selecting previously unselected package libxcb-render0-dev:amd64.<br />Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Selecting previously unselected package libxcb-randr0-dev:amd64.<br />Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Selecting previously unselected package libxcb-shape0-dev:amd64.<br />Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Selecting previously unselected package libxcb-xfixes0-dev:amd64.<br />Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Selecting previously unselected package libxcb-sync-dev:amd64.<br />Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ...<br />Selecting previously unselected package libxcb-present-dev:amd64.<br />Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ...<br />Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ...<br />Selecting previously unselected package libxshmfence-dev:amd64.<br />Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ...<br />Unpacking libxshmfence-dev:amd64 (1.2-1) ...<br />Selecting previously unselected package libx11-xcb-dev:amd64.<br />Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2_amd64.deb ...<br />Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) ...<br />Selecting previously unselected package libwayland-bin.<br />Preparing to unpack .../libwayland-bin_1.12.0-1~ubuntu16.04.3_amd64.deb ...<br />Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ...<br />Selecting previously unselected package libwayland-dev:amd64.<br />Preparing to unpack .../libwayland-dev_1.12.0-1~ubuntu16.04.3_amd64.deb ...<br />Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ...<br />Selecting previously unselected package libmircore-dev:amd64.<br />Preparing to unpack .../libmircore-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ...<br />Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...<br />Selecting previously unselected package libprotobuf9v5:amd64.<br />Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ...<br />Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ...<br />Selecting previously unselected package libprotobuf-dev:amd64.<br />Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ...<br />Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ...<br />Selecting previously unselected package libxkbcommon-dev.<br />Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2_amd64.deb ...<br />Unpacking libxkbcommon-dev (0.5.0-1ubuntu2) ...<br />Selecting previously unselected package libmircommon-dev:amd64.<br />Preparing to unpack .../libmircommon-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ...<br />Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...<br />Selecting previously unselected package libmircookie2:amd64.<br />Preparing to unpack .../libmircookie2_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ...<br />Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...<br />Selecting previously unselected package libmircookie-dev:amd64.<br />Preparing to unpack .../libmircookie-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ...<br />Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...<br />Selecting previously unselected package libmirclient-dev:amd64.<br />Preparing to unpack .../libmirclient-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ...<br />Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...<br />Selecting previously unselected package libegl1-mesa-dev:amd64.<br />Preparing to unpack .../libegl1-mesa-dev_17.2.8-0ubuntu0~16.04.1_amd64.deb ...<br />Unpacking libegl1-mesa-dev:amd64 (17.2.8-0ubuntu0~16.04.1) ...<br />Selecting previously unselected package libgles2-mesa:amd64.<br />Preparing to unpack .../libgles2-mesa_17.2.8-0ubuntu0~16.04.1_amd64.deb ...<br />Unpacking libgles2-mesa:amd64 (17.2.8-0ubuntu0~16.04.1) ...<br />Selecting previously unselected package libgles2-mesa-dev:amd64.<br />Preparing to unpack .../libgles2-mesa-dev_17.2.8-0ubuntu0~16.04.1_amd64.deb ...<br />Unpacking libgles2-mesa-dev:amd64 (17.2.8-0ubuntu0~16.04.1) ...<br />Selecting previously unselected package mesa-common-dev:amd64.<br />Preparing to unpack .../mesa-common-dev_17.2.8-0ubuntu0~16.04.1_amd64.deb ...<br />Unpacking mesa-common-dev:amd64 (17.2.8-0ubuntu0~16.04.1) ...<br />Selecting previously unselected package libgl1-mesa-dev:amd64.<br />Preparing to unpack .../libgl1-mesa-dev_17.2.8-0ubuntu0~16.04.1_amd64.deb ...<br />Unpacking libgl1-mesa-dev:amd64 (17.2.8-0ubuntu0~16.04.1) ...<br />Selecting previously unselected package libglu1-mesa-dev:amd64.<br />Preparing to unpack .../libglu1-mesa-dev_9.0.0-2.1_amd64.deb ...<br />Unpacking libglu1-mesa-dev:amd64 (9.0.0-2.1) ...<br />Selecting previously unselected package libqt5concurrent5:amd64.<br />Preparing to unpack .../libqt5concurrent5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5concurrent5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libqt5opengl5:amd64.<br />Preparing to unpack .../libqt5opengl5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5opengl5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libqt5printsupport5:amd64.<br />Preparing to unpack .../libqt5printsupport5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5printsupport5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libqt5sql5:amd64.<br />Preparing to unpack .../libqt5sql5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5sql5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libqt5test5:amd64.<br />Preparing to unpack .../libqt5test5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5test5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libqt5xml5:amd64.<br />Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package qt5-qmake:amd64.<br />Preparing to unpack .../qt5-qmake_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking qt5-qmake:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package qtbase5-dev-tools.<br />Preparing to unpack .../qtbase5-dev-tools_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking qtbase5-dev-tools (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package qtbase5-dev:amd64.<br />Preparing to unpack .../qtbase5-dev_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking qtbase5-dev:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libqt5opengl5-dev:amd64.<br />Preparing to unpack .../libqt5opengl5-dev_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5opengl5-dev:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package libqt5sql5-sqlite:amd64.<br />Preparing to unpack .../libqt5sql5-sqlite_5.5.1+dfsg-16ubuntu7.5_amd64.deb ...<br />Unpacking libqt5sql5-sqlite:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Selecting previously unselected package qttranslations5-l10n.<br />Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ...<br />Unpacking qttranslations5-l10n (5.5.1-2build1) ...<br />Processing triggers for libc-bin (2.23-0ubuntu10) ...<br />Processing triggers for man-db (2.7.5-1) ...<br />Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ...<br />Setting up libxcb-image0:amd64 (0.4.0-1build1) ...<br />Setting up libxcb-keysyms1:amd64 (0.4.0-1) ...<br />Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ...<br />Setting up libxcb-render-util0:amd64 (0.3.9-1) ...<br />Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ...<br />Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ...<br />Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libqt5svg5:amd64 (5.5.1-2build1) ...<br />Setting up libqt5svg5-dev:amd64 (5.5.1-2build1) ...<br />Setting up libdrm-dev:amd64 (2.4.83-1~16.04.1) ...<br />Setting up x11proto-dri2-dev (2.8-2) ...<br />Setting up x11proto-gl-dev (1.4.17-1) ...<br />Setting up x11proto-xext-dev (7.3.0-1) ...<br />Setting up libxext-dev:amd64 (2:1.3.3-1) ...<br />Setting up x11proto-xf86vidmode-dev (2.3.1-2) ...<br />Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ...<br />Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ...<br />Setting up libxfixes-dev:amd64 (1:5.0.1-2) ...<br />Setting up x11proto-damage-dev (1:1.2.1-2) ...<br />Setting up libxdamage-dev:amd64 (1:1.1.4-2) ...<br />Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ...<br />Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ...<br />Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ...<br />Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ...<br />Setting up libxshmfence-dev:amd64 (1.2-1) ...<br />Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) ...<br />Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ...<br />Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ...<br />Setting up libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...<br />Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ...<br />Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ...<br />Setting up libxkbcommon-dev (0.5.0-1ubuntu2) ...<br />Setting up libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...<br />Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...<br />Setting up libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...<br />Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ...<br />Setting up libegl1-mesa-dev:amd64 (17.2.8-0ubuntu0~16.04.1) ...<br />Setting up libgles2-mesa:amd64 (17.2.8-0ubuntu0~16.04.1) ...<br />Setting up libgles2-mesa-dev:amd64 (17.2.8-0ubuntu0~16.04.1) ...<br />Setting up mesa-common-dev:amd64 (17.2.8-0ubuntu0~16.04.1) ...<br />Setting up libgl1-mesa-dev:amd64 (17.2.8-0ubuntu0~16.04.1) ...<br />Setting up libglu1-mesa-dev:amd64 (9.0.0-2.1) ...<br />Setting up libqt5concurrent5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libqt5opengl5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libqt5printsupport5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libqt5sql5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libqt5test5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up qt5-qmake:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up qtbase5-dev-tools (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up qtbase5-dev:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libqt5opengl5-dev:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up libqt5sql5-sqlite:amd64 (5.5.1+dfsg-16ubuntu7.5) ...<br />Setting up qttranslations5-l10n (5.5.1-2build1) ...<br />Processing triggers for libc-bin (2.23-0ubuntu10) ...<br />➜ Tools git:(master) ✗ git clone https://github.com/rrwick/Bandage.git<br />Cloning into 'Bandage'...<br />remote: Counting objects: 7813, done.<br />remote: Total 7813 (delta 0), reused 0 (delta 0), pack-reused 7813<br />Receiving objects: 100% (7813/7813), 27.43 MiB | 16.33 MiB/s, done.<br />Resolving deltas: 100% (5973/5973), done.<br />Checking connectivity... done.<br />➜ Tools git:(master) ✗ cd Bandage&nbsp;<br />➜ Bandage git:(master) ls<br />Bandage.pro BandageTests.pro blast build_scripts command_line COPYING graph images ogdf program README.md tests ui<br />➜ Bandage git:(master) export QT_SELECT=5<br />➜ Bandage git:(master) qmake<br />➜ Bandage git:(master) ✗ make<br />/home/urbe/anaconda3/bin/uic ui/mainwindow.ui -o ui_mainwindow.h<br />/home/urbe/anaconda3/bin/uic ui/settingsdialog.ui -o ui_settingsdialog.h<br />/home/urbe/anaconda3/bin/uic ui/aboutdialog.ui -o ui_aboutdialog.h<br />/home/urbe/anaconda3/bin/uic ui/enteroneblastquerydialog.ui -o ui_enteroneblastquerydialog.h<br />/home/urbe/anaconda3/bin/uic ui/blastsearchdialog.ui -o ui_blastsearchdialog.h<br />/home/urbe/anaconda3/bin/uic ui/myprogressdialog.ui -o ui_myprogressdialog.h<br />/home/urbe/anaconda3/bin/uic ui/pathspecifydialog.ui -o ui_pathspecifydialog.h<br />/home/urbe/anaconda3/bin/uic ui/querypathsdialog.ui -o ui_querypathsdialog.h<br />/home/urbe/anaconda3/bin/uic ui/blasthitfiltersdialog.ui -o ui_blasthitfiltersdialog.h<br />/home/urbe/anaconda3/bin/uic ui/changenodenamedialog.ui -o ui_changenodenamedialog.h<br />/home/urbe/anaconda3/bin/uic ui/graphinfodialog.ui -o ui_graphinfodialog.h<br />/home/urbe/anaconda3/bin/uic ui/changenodedepthdialog.ui -o ui_changenodedepthdialog.h<br />g++ -c -pipe -O2 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Iui -I/usr/include -I../../anaconda3/include/qt -I../../anaconda3/include/qt/QtSvg -I../../anaconda3/include/qt/QtWidgets -I../../anaconda3/include/qt/QtGui -I../../anaconda3/include/qt/QtCore -I. -I. -I../../anaconda3/mkspecs/linux-g++ -o main.o program/main.cpp<br />g++ -c -pipe -O2 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Iui -I/usr/include -I../../anaconda3/include/qt -I../../anaconda3/include/qt/QtSvg -I../../anaconda3/include/qt/QtWidgets -I../../anaconda3/include/qt/QtGui -I../../anaconda3/include/qt/QtCore -I. -I. -I../../anaconda3/mkspecs/linux-g++ -o settings.o program/settings.cpp<br />....</p><p>...<br />g++ -Wl,-O1 -Wl,-rpath,/home/urbe/anaconda3/lib -o Bandage main.o settings.o globals.o graphlayoutworker.o debruijnnode.o debruijnedge.o graphicsitemnode.o graphicsitemedge.o mainwindow.o graphicsviewzoom.o settingsdialog.o mygraphicsview.o mygraphicsscene.o aboutdialog.o enteroneblastquerydialog.o blasthit.o blastqueries.o blastsearchdialog.o infotextwidget.o assemblygraph.o verticalscrollarea.o myprogressdialog.o nodewidthvisualaid.o verticallabel.o load.o image.o commoncommandlinefunctions.o mytablewidget.o buildblastdatabaseworker.o colourbutton.o blastquery.o runblastsearchworker.o blastsearch.o path.o pathspecifydialog.o graphlocation.o tablewidgetitemint.o tablewidgetitemdouble.o tablewidgetitemshown.o memory.o querypathspushbutton.o querypathsdialog.o blastquerypath.o blasthitfiltersdialog.o scinot.o changenodenamedialog.o querypathsequencecopybutton.o querypaths.o info.o reduce.o Graph.o GraphAttributes.o FMMMLayout.o geometry.o ClusterGraphAttributes.o FruchtermanReingold.o NMM.o GmlParser.o simple_graph_alg.o basic.o XmlParser.o String.o Hashing.o PoolMemoryAllocator.o GraphCopy.o CombinatorialEmbedding.o OgmlParser.o ClusterGraph.o Math.o EdgeAttributes.o NodeAttributes.o MAARPacking.o Multilevel.o numexcept.o Set.o Ogml.o DinoXmlParser.o DinoXmlScanner.o DinoTools.o DinoLineBuffer.o System.o QuadTreeNM.o QuadTreeNodeNM.o Constraint.o MultilevelGraph.o graphinfodialog.o tablewidgetitemname.o changenodedepthdialog.o qrc_images.o moc_graphlayoutworker.o moc_mainwindow.o moc_graphicsviewzoom.o moc_settingsdialog.o moc_mygraphicsview.o moc_mygraphicsscene.o moc_aboutdialog.o moc_enteroneblastquerydialog.o moc_blastquery.o moc_blastsearchdialog.o moc_infotextwidget.o moc_assemblygraph.o moc_verticalscrollarea.o moc_myprogressdialog.o moc_nodewidthvisualaid.o moc_verticallabel.o moc_mytablewidget.o moc_buildblastdatabaseworker.o moc_colourbutton.o moc_runblastsearchworker.o moc_pathspecifydialog.o moc_querypathspushbutton.o moc_querypathsdialog.o moc_blasthitfiltersdialog.o moc_changenodenamedialog.o moc_querypathsequencecopybutton.o moc_graphinfodialog.o moc_changenodedepthdialog.o -L/usr/lib -L/home/urbe/anaconda3/lib -lQt5Svg -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread&nbsp;<br />➜ Bandage git:(master) ✗ ls&nbsp;<br />aboutdialog.o DinoTools.o Makefile moc_infotextwidget.cpp moc_verticalscrollarea.o scinot.o<br />assemblygraph.o DinoXmlParser.o Math.o moc_infotextwidget.o MultilevelGraph.o Set.o<br />Bandage DinoXmlScanner.o memory.o moc_mainwindow.cpp Multilevel.o settingsdialog.o<br />Bandage.pro EdgeAttributes.o moc_aboutdialog.cpp moc_mainwindow.o mygraphicsscene.o settings.o<br />BandageTests.pro enteroneblastquerydialog.o moc_aboutdialog.o moc_mygraphicsscene.cpp mygraphicsview.o simple_graph_alg.o<br />basic.o FMMMLayout.o moc_assemblygraph.cpp moc_mygraphicsscene.o myprogressdialog.o String.o<br />blast FruchtermanReingold.o moc_assemblygraph.o moc_mygraphicsview.cpp mytablewidget.o System.o<br />blasthitfiltersdialog.o geometry.o moc_blasthitfiltersdialog.cpp moc_mygraphicsview.o NMM.o tablewidgetitemdouble.o<br />blasthit.o globals.o moc_blasthitfiltersdialog.o moc_myprogressdialog.cpp NodeAttributes.o tablewidgetitemint.o<br />blastqueries.o GmlParser.o moc_blastquery.cpp moc_myprogressdialog.o nodewidthvisualaid.o tablewidgetitemname.o<br />blastquery.o graph moc_blastquery.o moc_mytablewidget.cpp numexcept.o tablewidgetitemshown.o<br />blastquerypath.o GraphAttributes.o moc_blastsearchdialog.cpp moc_mytablewidget.o ogdf tests<br />blastsearchdialog.o GraphCopy.o moc_blastsearchdialog.o moc_nodewidthvisualaid.cpp Ogml.o ui<br />blastsearch.o graphicsitemedge.o moc_buildblastdatabaseworker.cpp moc_nodewidthvisualaid.o OgmlParser.o ui_aboutdialog.h<br />buildblastdatabaseworker.o graphicsitemnode.o moc_buildblastdatabaseworker.o moc_pathspecifydialog.cpp path.o ui_blasthitfiltersdialog.h<br />build_scripts graphicsviewzoom.o moc_changenodedepthdialog.cpp moc_pathspecifydialog.o pathspecifydialog.o ui_blastsearchdialog.h<br />changenodedepthdialog.o graphinfodialog.o moc_changenodedepthdialog.o moc_querypathsdialog.cpp PoolMemoryAllocator.o ui_changenodedepthdialog.h<br />changenodenamedialog.o graphlayoutworker.o moc_changenodenamedialog.cpp moc_querypathsdialog.o program ui_changenodenamedialog.h<br />ClusterGraphAttributes.o graphlocation.o moc_changenodenamedialog.o moc_querypathsequencecopybutton.cpp qrc_images.cpp ui_enteroneblastquerydialog.h<br />ClusterGraph.o Graph.o moc_colourbutton.cpp moc_querypathsequencecopybutton.o qrc_images.o ui_graphinfodialog.h<br />colourbutton.o Hashing.o moc_colourbutton.o moc_querypathspushbutton.cpp QuadTreeNM.o ui_mainwindow.h<br />CombinatorialEmbedding.o image.o moc_enteroneblastquerydialog.cpp moc_querypathspushbutton.o QuadTreeNodeNM.o ui_myprogressdialog.h<br />command_line images moc_enteroneblastquerydialog.o moc_runblastsearchworker.cpp querypathsdialog.o ui_pathspecifydialog.h<br />commoncommandlinefunctions.o info.o moc_graphicsviewzoom.cpp moc_runblastsearchworker.o querypathsequencecopybutton.o ui_querypathsdialog.h<br />Constraint.o infotextwidget.o moc_graphicsviewzoom.o moc_settingsdialog.cpp querypaths.o ui_settingsdialog.h<br />COPYING load.o moc_graphinfodialog.cpp moc_settingsdialog.o querypathspushbutton.o verticallabel.o<br />debruijnedge.o MAARPacking.o moc_graphinfodialog.o moc_verticallabel.cpp README.md verticalscrollarea.o<br />debruijnnode.o main.o moc_graphlayoutworker.cpp moc_verticallabel.o reduce.o XmlParser.o<br />DinoLineBuffer.o mainwindow.o moc_graphlayoutworker.o moc_verticalscrollarea.cpp runblastsearchworker.o<br />➜ Bandage git:(master) ✗ ./Bandage</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43546/introduction-to-phylogenies-in-r</guid>
	<pubDate>Wed, 13 Oct 2021 02:27:21 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43546/introduction-to-phylogenies-in-r</link>
	<title><![CDATA[Introduction to phylogenies in R]]></title>
	<description><![CDATA[<p><span>R phylogenetics is built on the contributed packages for phylogenetics in R, and there are many such packages. Let's begin today by installing a few critical packages, such as ape, phangorn, phytools, and geiger. To get the most recent CRAN version of these packages, you will need to have R 3.3.x installed on your computer!</span></p><p>Address of the bookmark: <a href="http://www.phytools.org/Cordoba2017/ex/2/Intro-to-phylogenies.html" rel="nofollow">http://www.phytools.org/Cordoba2017/ex/2/Intro-to-phylogenies.html</a></p>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/43999/tools-for-differential-expression-analysis</guid>
	<pubDate>Tue, 08 Nov 2022 03:40:33 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/43999/tools-for-differential-expression-analysis</link>
	<title><![CDATA[Tools for Differential expression analysis]]></title>
	<description><![CDATA[<p><span>apeglm</span>&nbsp;-&nbsp;<a href="https://bioconductor.org/packages/release/bioc/html/apeglm.html" target="_blank">https://bioconductor.org/packages/release/bioc/html/apeglm.html</a></p><p><span>ashr</span>&nbsp;-&nbsp;<a href="https://github.com/stephens999/ashr" target="_blank">https://github.com/stephens999/ashr</a>,&nbsp;<a href="https://cran.r-project.org/web/packages/ashr/index.html" target="_blank">https://cran.r-project.org/web/packages/ashr/index.html</a></p><p><span>consensusDE</span>&nbsp;-&nbsp;<a href="https://bioconductor.org/packages/release/bioc/html/consensusDE.html" target="_blank">https://bioconductor.org/packages/release/bioc/html/consensusDE.html</a></p><p><span>DESeq2</span>&nbsp;-&nbsp;<a href="https://bioconductor.org/packages/release/bioc/html/DESeq2.html" target="_blank">https://bioconductor.org/packages/release/bioc/html/DESeq2.html</a></p><p><span>edgeR</span>&nbsp;-&nbsp;<a href="https://bioconductor.org/packages/release/bioc/html/edgeR.html" target="_blank">https://bioconductor.org/packages/release/bioc/html/edgeR.html</a></p><p><span>limma</span>&nbsp;-&nbsp;<a href="https://kasperdanielhansen.github.io/genbioconductor/html/limma.html" target="_blank">https://kasperdanielhansen.github.io/genbioconductor/html/limma.html</a>&nbsp;&nbsp;<a href="https://bioconductor.org/packages/release/bioc/html/limma.html" target="_blank">https://bioconductor.org/packages/release/bioc/html/limma.html</a></p><p><span>MetaCycle</span>&nbsp;-&nbsp;<a href="https://cran.r-project.org/web/packages/MetaCycle/index.html" target="_blank">https://cran.r-project.org/web/packages/MetaCycle/index.html</a>,&nbsp;<a href="https://github.com/gangwug/MetaCycle" target="_blank">https://github.com/gangwug/MetaCycle</a></p><p><span>RUVSeq</span>&nbsp;-&nbsp;<a href="https://bioconductor.org/packages/release/bioc/html/RUVSeq.html" target="_blank">https://bioconductor.org/packages/release/bioc/html/RUVSeq.html</a></p><p><span>SARTools</span>&nbsp;-&nbsp;<a href="https://github.com/PF2-pasteur-fr/SARTools" target="_blank">https://github.com/PF2-pasteur-fr/SARTools</a></p><p><span>tximport</span>&nbsp;-&nbsp;<a href="https://github.com/mikelove/tximport" target="_blank">https://github.com/mikelove/tximport</a></p><p>&nbsp;</p>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44518/virus-bioinformatics-tools</guid>
	<pubDate>Wed, 24 Apr 2024 06:19:55 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44518/virus-bioinformatics-tools</link>
	<title><![CDATA[Virus Bioinformatics Tools]]></title>
	<description><![CDATA[<p><span>Bioinformatics tools play a crucial role in studying viruses, enabling researchers to analyze their genetic makeup, structure, function, and evolution. Here are some commonly used bioinformatics tools for virus research</span></p>
<p>https://evirusbioinfc.notion.site/18e21bc49827484b8a2f84463cb40b8d?v=92e7eb6703be4720abf17a901bc9a947</p><p>Address of the bookmark: <a href="https://evirusbioinfc.notion.site/18e21bc49827484b8a2f84463cb40b8d?v=92e7eb6703be4720abf17a901bc9a947" rel="nofollow">https://evirusbioinfc.notion.site/18e21bc49827484b8a2f84463cb40b8d?v=92e7eb6703be4720abf17a901bc9a947</a></p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>

</channel>
</rss>