Skip to content

Instantly share code, notes, and snippets.

View pgroves's full-sized avatar

Peter Groves pgroves

View GitHub Profile
@pgroves
pgroves / gist:3dadf5a851f11b9d19947c2d4bebcbd9
Last active October 15, 2020 04:55
Q for Gen3 Forum on data-dictionary for VCF

Hello Everyone,

I am doing a small demo project that will hopefully include a gen3 server running from compose-services to pull data stored in a VCF from gen3, do some analysis, and upload the output to a data type that I define in a new dictionary. If all goes well we would go after funding for a more permanent installation later on.

First, here is the current state of the world around the data dictionaries (DD), as far as I can tell:

  • compose-services is configured by URL to point to a DD stored in s3 [1]. This does not contain the VCF definition. Is this meant to be kept up to date? It has some SHAs in the '_settings', but I don't know if those identify a git commit, or what repo.
  • compose-services can optionally use a DD stored as files in the same directory, and there is one checked into the repo [2]. This version also does not contain VCF and is at least 14 months old.
  • The 'main site' [3] shows a DD with a VCF, but is there a URL like [1] that I can configure my instance to pull from? Where are t
@pgroves
pgroves / navelgazer.help
Created October 11, 2012 18:53
Generated Help printout for cliawesome demo app (navelgazer)
NavelGazer
Synopsis
navelgazer {-v|-q} {-f <filename>} {-h} {-gt} {-t|-o} {-b}
Description
@pgroves
pgroves / navelgazer.yml
Created October 11, 2012 18:47
Generated config file for cliawesome example app (navelgazer)
# NavelGazer
# This awesome demo prints out the values of it's arguments. Below
# are the individual options.
---
###############
## Verbosity ##
###############
## How much info to print during execution
## + This option may be left unspecified.