<?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/18653?offset=170</link>
	<atom:link href="https://bioinformaticsonline.com/related/18653?offset=170" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/34216/meraculous-de-novo-genome-assembly-with-short-paired-end-reads</guid>
	<pubDate>Tue, 07 Nov 2017 04:36:10 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34216/meraculous-de-novo-genome-assembly-with-short-paired-end-reads</link>
	<title><![CDATA[Meraculous: De Novo Genome Assembly with Short Paired-End Reads]]></title>
	<description><![CDATA[<p><span>We describe a new algorithm, meraculous, 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&nbsp;</span><em>Pichia stipitis</em><span>. More than 95% of the genome is recovered, with no errors; half the assembled sequence is in contigs longer than 101 kilobases and in scaffolds longer than 269 kilobases. Incorporating fosmid ends recovers entire chromosomes. Meraculous relies on an efficient and conservative traversal of the subgraph of the&nbsp;</span><em>k</em><span>-mer (deBruijn) graph of oligonucleotides with unique high quality extensions in the dataset, avoiding an explicit error correction step as used in other short-read assemblers. A novel memory-efficient hashing scheme is introduced. The resulting contigs are ordered and oriented using paired reads separated by &sim;280 bp or &sim;3.2 kbp, and many gaps between contigs can be closed using paired-end placements. Practical issues with the dataset are described, and prospects for assembling larger genomes are discussed.</span></p><p>Address of the bookmark: <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3158087/" rel="nofollow">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3158087/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/35571/medusa-a-multi-draft-based-scaffolder</guid>
	<pubDate>Wed, 14 Feb 2018 02:49:00 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/35571/medusa-a-multi-draft-based-scaffolder</link>
	<title><![CDATA[MeDuSa: a multi-draft based scaffolder]]></title>
	<description><![CDATA[<p><span>MeDuSa (Multi-Draft based Scaffolder), an algorithm for genome scaffolding. MeDuSa exploits information obtained from a set of (draft or closed) genomes from related organisms to determine the correct order and orientation of the contigs. MeDuSa formalises the scaffolding problem by means of a combinatorial optimisation formulation on graphs and implements an efficient constant factor approximation algorithm to solve it. In contrast to currently used scaffolders, it does not require either prior knowledge on the microrganisms dataset under analysis (e.g. their phylogenetic relationships) or the availability of paired end read libraries.&nbsp;</span></p><p>Address of the bookmark: <a href="https://github.com/combogenomics/medusa" rel="nofollow">https://github.com/combogenomics/medusa</a></p>]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36012/gmol-an-interactive-tool-for-3d-genome-structure-visualization</guid>
	<pubDate>Wed, 21 Mar 2018 12:25:20 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36012/gmol-an-interactive-tool-for-3d-genome-structure-visualization</link>
	<title><![CDATA[GMOL: An Interactive Tool for 3D Genome Structure Visualization]]></title>
	<description><![CDATA[<p><span>GMOL was developed based upon our multi-scale approach that allows a user to scale between six separate levels within the genome. With GMOL, a user can choose any unit at any scale and scale it up or down to visualize its structure and retrieve corresponding genome sequences.</span></p><p>Address of the bookmark: <a href="https://www.nature.com/articles/srep20802" rel="nofollow">https://www.nature.com/articles/srep20802</a></p>]]></description>
	<dc:creator>Jit</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/36723/hapsembler-an-assembler-for-highly-polymorphic-genomes</guid>
	<pubDate>Tue, 22 May 2018 04:09:53 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36723/hapsembler-an-assembler-for-highly-polymorphic-genomes</link>
	<title><![CDATA[Hapsembler: An Assembler for Highly Polymorphic Genomes]]></title>
	<description><![CDATA[Hapsembler is a haplotype-specific genome assembly toolkit that is designed for genomes that are rich in SNPs and other types of polymorphism. Hapsembler can be used to assemble reads from a variety of platforms including Illumina and Roche/454. 

http://compbio.cs.toronto.edu/hapsembler/<p>Address of the bookmark: <a href="http://compbio.cs.toronto.edu/hapsembler/" rel="nofollow">http://compbio.cs.toronto.edu/hapsembler/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36997/cgview-circular-genome-viewer</guid>
	<pubDate>Wed, 20 Jun 2018 10:15:57 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36997/cgview-circular-genome-viewer</link>
	<title><![CDATA[CGView - Circular Genome Viewer]]></title>
	<description><![CDATA[CGView is a Java package for generating high quality, zoomable maps of circular genomes. Its primary purpose is to serve as a component of sequence annotation pipelines, as a means of generating visual output suitable for the web. Feature information and rendering options are supplied to the program using an XML file, a tab delimited file, or an NCBI ptt file. CGView converts the input into a graphical map (PNG, JPG, or Scalable Vector Graphics format), complete with labels, a title, legends, and footnotes. In addition to the default full view map, the program can generate a series of hyperlinked maps showing expanded views. The linked maps can be explored using any web browser, allowing rapid genome browsing, and facilitating data sharing. The feature labels in maps can be hyperlinked to external resources, allowing CGView maps to be integrated with existing web site content or databases. For examples of the various output types, see the CGView gallery.

http://wishart.biology.ualberta.ca/cgview/gallery.html

http://stothard.afns.ualberta.ca/downloads/CCT/index.html

https://www.gview.ca/wiki/GView/WebHome

https://server.gview.ca/

http://stothard.afns.ualberta.ca/cgview_server/

Paper https://academic.oup.com/bib/advance-article/doi/10.1093/bib/bbx081/4037458<p>Address of the bookmark: <a href="http://wishart.biology.ualberta.ca/cgview/" rel="nofollow">http://wishart.biology.ualberta.ca/cgview/</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/37927/you-cant-hide-from-genome-hackers</guid>
	<pubDate>Sat, 13 Oct 2018 14:17:28 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/37927/you-cant-hide-from-genome-hackers</link>
	<title><![CDATA[You can't hide from Genome Hackers]]></title>
	<description><![CDATA[<p><span>Young computational biologist named Yaniv Erlich shocked the research world by showing it was possible to&nbsp;</span><a href="https://www.wired.com/2013/01/your-genome-could-reveal-your-identity/">unmask the identities</a><span>&nbsp;of people listed in anonymous genetic databases using&nbsp;</span><a href="http://science.sciencemag.org/content/339/6117/321" target="_blank">only an Internet connection</a></p><p>Paper: http://science.sciencemag.org/content/early/2018/10/10/science.aau4832</p><p>More at&nbsp;https://www.wired.com/story/genome-hackers-show-no-ones-dna-is-anonymous-anymore/</p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/38215/pwhatshap-a-parallel-high-performance-version-of-whatshap</guid>
	<pubDate>Wed, 14 Nov 2018 08:20:27 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/38215/pwhatshap-a-parallel-high-performance-version-of-whatshap</link>
	<title><![CDATA[pWhatsHap: a parallel, high-performance version of WhatsHap]]></title>
	<description><![CDATA[<div id="ASec4">
<p>Given the potential relevance of efficient haplotyping in several analysis pipelines, we have designed and engineered&nbsp;pWhatsHap, a parallel, high-performance version of&nbsp;WhatsHap.&nbsp;pWhatsHap&nbsp;is embedded in a toolkit developed in Python and supports genomics datasets in standard file formats. Building on&nbsp;WhatsHap,&nbsp;pWhatsHap&nbsp;exhibits the same complexity exploring a number of possible solutions which is exponential in the coverage of the dataset. The parallel implementation on multi-core architectures allows for a relevant reduction of the execution time for haplotyping, while the provided results enjoy the same high accuracy as that provided by&nbsp;WhatsHap, which increases with coverage.</p>
</div>
<p>https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-016-1170-y</p><p>Address of the bookmark: <a href="https://bitbucket.org/whatshap/whatshap" rel="nofollow">https://bitbucket.org/whatshap/whatshap</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/38515/genome-annotation-using-maker-tutorial</guid>
	<pubDate>Thu, 20 Dec 2018 17:39:23 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/38515/genome-annotation-using-maker-tutorial</link>
	<title><![CDATA[Genome Annotation using MAKER tutorial !]]></title>
	<description><![CDATA[<p><a href="http://www.yandell-lab.org/software/maker.html">MAKER</a><span>&nbsp;is a great tool for annotating a reference genome using empirical and&nbsp;</span><em>ab initio</em><span>gene predictions.&nbsp;</span><a href="http://gmod.org/wiki/Main_Page">GMOD</a><span>, the umbrella organization that includes MAKER, has some nice tutorials online for running MAKER. However, these were quite simplified examples and it took a bit of effort to wrap my head completely around everything. Here I will describe a&nbsp;</span><em>de novo</em><span>&nbsp;genome annotation for&nbsp;</span><em>Boa constrictor</em><span>&nbsp;in detail, so that there is a record and that it is easy to use this as a guide to annotate any genome.</span></p><p>Address of the bookmark: <a href="https://www.biostars.org/p/261203/" rel="nofollow">https://www.biostars.org/p/261203/</a></p>]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/38801/genome-assembly-forensics-finding-the-elusive-mis-assembly</guid>
	<pubDate>Sat, 26 Jan 2019 18:02:01 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/38801/genome-assembly-forensics-finding-the-elusive-mis-assembly</link>
	<title><![CDATA[Genome assembly forensics: finding the elusive mis-assembly]]></title>
	<description><![CDATA[<p><span>We present the first collection of tools aimed at automated genome assembly validation. This work formalizes several mechanisms for detecting mis-assemblies, and describes their implementation in our automated validation pipeline, called&nbsp;</span><em>amosvalidate</em><span>. We demonstrate the application of our pipeline in both bacterial and eukaryotic genome assemblies, and highlight several assembly errors in both draft and finished genomes. The software described is compatible with common assembly formats and is released, open-source, at&nbsp;</span><a href="http://amos.sourceforge.net/" target="_blank">http://amos.sourceforge.net</a><span>.</span></p>
<p>https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2397507/&nbsp;</p>
<p>http://amos.sourceforge.net/wiki/index.php/AMOS</p><p>Address of the bookmark: <a href="http://amos.sourceforge.net/wiki/index.php/AMOS" rel="nofollow">http://amos.sourceforge.net/wiki/index.php/AMOS</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>