This subdirectory of GTR's ftp site contains summary reports about labs that register tests in the NIH Genetic Testing Registry (GTR).
GTR Home - Browse the directory
--
See Disclaimer and Data Use Policy Below
This subdirectory of GTR's ftp site contains summary reports about labs that register tests in the NIH Genetic Testing Registry (GTR).
GTR Home - Browse the directory
--
See Disclaimer and Data Use Policy Below
This directory contains:
| (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. kite.js:1984 | |
| EventEmitter.addListener kite.js:1984 | |
| EventEmitter.once kite.js:2016 | |
| module.exports.Kite.ready kite.js:3680 | |
| (anonymous function) kite.js:3376 | |
| tryCatch2 bluebird.js:4991 | |
| Promise._resolveFromResolver bluebird.js:2246 | |
| Promise bluebird.js:1726 | |
| module.exports.Kite.ready kite.js:3374 | |
| (anonymous function) kite.js:3492 |
| Hello! | |
| After series of experiments with ftp clients tuning for both uploading | |
| and downloading with NCBI's ftp server we got to the conclusion that the | |
| configuration of ftp client seriously affects the speed you get. | |
| We recommend to increase the buffer size to 32MB, it helps for both | |
| uploads and downloads. |
| RESTORE=$(echo -en '\033[0m') | |
| RED=$(echo -en '\033[00;31m') | |
| GREEN=$(echo -en '\033[00;32m') | |
| YELLOW=$(echo -en '\033[00;33m') | |
| BLUE=$(echo -en '\033[00;34m') | |
| MAGENTA=$(echo -en '\033[00;35m') | |
| PURPLE=$(echo -en '\033[00;35m') | |
| CYAN=$(echo -en '\033[00;36m') | |
| LIGHTGRAY=$(echo -en '\033[00;37m') | |
| LRED=$(echo -en '\033[01;31m') |
| from selenium import webdriver | |
| from random import random | |
| import contextlib | |
| import sys | |
| if len(sys.argv) != 4: | |
| print "Usage: python sauce-wtf.py <iphone|firefox|firefox.local> username sauce-access-key" | |
| sys.exit(1) |
| ## Cleaning kit ($14-16) | |
| * Dish soap | |
| * kitchen cleaner | |
| * bathroom cleaner | |
| * sponges | |
| ## Toiletries kit (~$25) | |
| * 2 adult toothbrushes | |
| * toothpaste |
| #!/bin/bash | |
| # | |
| # Upload an SSH private key to a TeamCity project | |
| # See https://youtrack.jetbrains.com/issue/TW-42311 | |
| # License: Public domain. No warranty expressed or implied. Use at own risk. | |
| # | |
| # Environment | |
| # | |
| # Must set environment variable TEAMCITY_SERVER_URL to https://<teamcity-hostname>. That |