Sha256: d56b6a788589bdf271d68b4da00e051ee303fe50e70a1bb6960e8b700fdfd19e
Contents?: true
Size: 966 Bytes
Versions: 2
Compression:
Stored size: 966 Bytes
Contents
# youandme An unofficial Ruby library and command-line application ("youandme") for quickly parsing 23andme raw data files into a plain Ruby structures for quick processing and analysis. ## Installation ## gem install youandme ## Command-Line Usage The primary command-line script is "youandme", which generates a simple side-by-side comparison report for two given 23andme raw data files. To generate the reports, grab a few raw 23andme data files (from 23andme.com, SNPedia etc.), and compare them like so: bin/youandme --directory <output_directory> --left <23andme_data_file.txt> --right <23andme_data_file.txt> For "full" files, this will take a LONG time to run. (As in, probably more than 24 hours.) I recommend breaking down the data files into chromosome-size chunks, and running each comparison through this script individually. ## Authors ## Preston Lee ## Copyright Copyright (c) 2011 Preston Lee. See LICENSE.txt for further details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
youandme-0.2.1 | README.md |
youandme-0.2.0 | README.md |