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
{ | |
"results": [ | |
{ | |
"alignments": [ | |
{ | |
"hsps": [ | |
{ | |
"align_length": 68, | |
"bits": 135.293, | |
"expect": 9.08954e-31, |
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
#! /usr/bin/env bash | |
# Requirements | |
sudo apt-get install -y build-essential checkinstall libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev zlib1g-dev openssl libffi-dev python3-dev python3-setuptools wget | |
# Prepare to build | |
mkdir /tmp/Python37 | |
cd /tmp/Python37 | |
# Pull down Python 3.7, build, and install |
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
{ | |
"took": 134, | |
"timed_out": false, | |
"_shards": { | |
"total": 60, | |
"successful": 60, | |
"skipped": 0, | |
"failed": 0 | |
}, | |
"hits": { |
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
Sub Combine() | |
Dim J As Integer | |
Dim s As Worksheet | |
On Error Resume Next | |
Sheets(1).Select | |
Worksheets.Add | |
dt = Format(CStr(Now), "yyy_mm_dd_hh_mm") | |
nam = "Combined_" | |
new_sheet_name = nam & dt |
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
Sub MarkDuplicates() | |
' Activate the Master Sheet | |
Sheets("master").Activate | |
' Count the number of non-empty rows in the master sheet | |
RowCount = Worksheets("master").Cells(Rows.Count, 1).End(xlUp).Row | |
ColCount = Worksheets("master").Cells(1, Columns.Count).End(xlToLeft).Column | |
dealAmtCol = 3 | |
firstRow = 1 |
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
1 | IBM | 36222 | |
---|---|---|---|
1 | softlayer | 36222 | |
1 | RedHat | 36222 | |
2 | 989151 | ||
2 | Oracle | 632 | |
3 | 987092 | ||
3 | 987092 | ||
1 | Tesla | 34333 | |
1 | Acer | 9789332 | |
2 | Deloitte | 467 |
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
#!/usr/bin/env python | |
import numpy as np | |
import time | |
from datetime import timedelta | |
def cluster_sort(genus1, genus2): | |
start_time = time.monotonic() |
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
{ | |
"took" : 2074, | |
"hits" : { | |
"total" : 52979, | |
}, | |
"aggregations" : { | |
"names" : { | |
"buckets" : [ | |
{ | |
"key" : "Spore germination protein YndE", |
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
{ | |
"took" : 2795, | |
"timed_out" : false, | |
"_shards" : { | |
"total" : 60, | |
"successful" : 60, | |
"skipped" : 0, | |
"failed" : 0 | |
}, | |
"hits" : { |
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
{ | |
"@timestamp": "2019-04-16T06:21:07.417Z", | |
"@version": "1", | |
"omxid": "2943ed16fb0889ef5e372113d97f56d0", | |
"name": [ | |
"Elongation factor Tu 1" | |
], | |
"type": "gene", | |
"sequence": "ATGTCTAAAGAAAAGTTTGAACGTACAAAACCGCACGTTAACGTCGGTACTATCGGCCACGTTGACCATGGTAAAACAACGCTGACCGCTGCCATCACTACCGTACTGGCTAAAACCTACGGTGGTTCCGCTCGCGCATTCGACCAGATCGATAACGCGCCGGAAGAAAAAGCTCGTGGTATCACCATCAACACCTCTCACGTTGAATATGACACCCCGACTCGCCACTACGCGCACGTAGACTGCCCGGGCCACGCCGACTATGTTAAAAACATGATCACCGGTGCTGCGCAGATGGACGGCGCGATCCTGGTTGTTGCTGCGACTGACGGCCCGATGCCGCAGACTCGTGAGCACATCCTGCTGGGTCGTCAGGTAGGCGTTCCGTACATCATCGTGTTCCTGAACAAATGCGACATGGTTGATGACGAAGAGCTGCTGGAACTGGTTGAGATGGAAGTTCGTGAACTGCTGTCTCAGTACGATTTCCCGGGCGACGACACTCCGATCGTTCGTGGTTCTGCTCTGAAAGCGCTGGAAGGCGACGCAGAGTGGGAAGCGAAAATCATCGAACTGGCTGGCCACCTGGATACCTATATCCCGGAACCAGAGCGTGCGATTGACAAGCCGTTCCTGCTGCCGATCGAAGACGTATTCTCCATCTCCGGTCGTGGTACCGTTGTTACCGGTCGTGTAGAGCGCGGTATCATCAAAGTAGGTGAAGAAGTTGAAATCGTTGGTATCAAAGAAACCGCGAAAACCACCTGTACTGGCGTTGAAATGTTCCGCAAACTGCTGGACGAAGGCCGTGCTGGTG |