This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-(void)awakeFromNib | |
{ | |
if(!self.descriptionTextView) | |
{ | |
self.descriptionTextView = [[UITextView alloc] initWithFrame:self.bounds]; | |
self.descriptionTextView.text = @"Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Restored contents truncated] | |
Selecting previously unselected package libxpp3-java. | |
Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... | |
Unpacking libxpp3-java (1.1.4c-2build1) ... | |
Selecting previously unselected package libdom4j-java. | |
Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... | |
Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... | |
Selecting previously unselected package libosgi-core-java. | |
Preparing to unpack .../libosgi-core-java_4.3.0-4_all.deb ... | |
Unpacking libosgi-core-java (4.3.0-4) ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
christophes-pro:bcbio pfaucon$ sh vagrant_osx.sh | |
--2014-10-02 15:45:03-- https://raw.github.com/chapmanb/bcbio-nextgen/master/scripts/vm/Vagrantfile | |
Resolving raw.github.com... 23.235.47.133 | |
Connecting to raw.github.com|23.235.47.133|:443... connected. | |
HTTP request sent, awaiting response... 301 Moved Permanently | |
Location: https://raw.githubusercontent.com/chapmanb/bcbio-nextgen/master/scripts/vm/Vagrantfile [following] | |
--2014-10-02 15:45:04-- https://raw.githubusercontent.com/chapmanb/bcbio-nextgen/master/scripts/vm/Vagrantfile | |
Resolving raw.githubusercontent.com... 23.235.47.133 | |
Connecting to raw.githubusercontent.com|23.235.47.133|:443... connected. | |
HTTP request sent, awaiting response... 200 OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> default: Importing base box 'mortar-precise64-1400765389'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Setting the name of the VM: mortar_sandbox | |
==> default: Fixed port collision for 22 => 2222. Now on port 2200. | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
==> default: Forwarding ports... | |
default: 22 => 2200 (adapter 1) | |
==> default: Running 'pre-boot' VM customizations... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------------- short version ---------------- | |
vagrant@paas:~$ ./stratos_dev.sh -b | |
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/ | |
Running 'mvn clean install'. | |
~ ~ | |
Listening for transport dt_socket at address: 8888 | |
[INFO] Scanning for projects... | |
[ERROR] The build could not read 1 project -> [Help 1] | |
[ERROR] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2001 Brad Chapman. | |
# Revisions copyright 2009-2010 by Peter Cock. | |
# Revisions copyright 2010 by Phillip Garland. | |
# All rights reserved. | |
# This code is part of the Biopython distribution and governed by its | |
# license. Please see the LICENSE file that should have been included | |
# as part of this package. | |
"""Definitions for interacting with BLAST related applications. | |
Obsolete wrappers for the old/classic NCBI BLAST tools (written in C): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
Wrappers for the new NCBI BLAST+ tools (written in C++): | |
- NcbiblastpCommandline - Protein-Protein BLAST | |
- NcbideltablastCommandline - Protein-Protein domain enhanced lookup time accelerated blast | |
... | |
NewerOlder