Skip to content

Instantly share code, notes, and snippets.

View nouyang-curoverse's full-sized avatar

Nancy nouyang-curoverse

  • Curoverse
  • Somerville, MA
View GitHub Profile
@nouyang-curoverse
nouyang-curoverse / README.md
Last active September 24, 2015 15:04
23andMe data from PGP
 ./collate.sh out.txt 2> log.txt
 mkdir temp
 cd temp

./download-failed.sh out-failed.txt

@nouyang-curoverse
nouyang-curoverse / timefile.sh
Created February 6, 2015 03:02
Springahead script to go to "Today"
USERID=433613
DATE=$(date +%D)
URL="https://my.springahead.com/vt/go?TimeDay&tokenid=vte&userid=$USERID&startDate=$DATE&timeStyle=1&viewType=0"
firefox $URL
@nouyang-curoverse
nouyang-curoverse / Readme.md
Last active August 29, 2015 14:10
Scripts for working with FASTA files

GA4GH Regions of Interest (FASTA Files)

Regions:

  • BRCA1
  • BRCA2
  • SMA
  • KIR
  • MHC

Overview

@nouyang-curoverse
nouyang-curoverse / createtwofiles.sh
Last active August 29, 2015 14:08
Tiny Pipeline: "Hello Arvados!"
#!/bin/bash
echo "Hello " > out1.txt
echo "Arvados!" > out2.txt