This file contains 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/local/bin/Rscript | |
# Copyright Reference Genomics, Inc. 2016 | |
# Released under the MIT License | |
# | |
# Script for fetching analysis results from the One Codex API (v0) | |
# See https://docs.onecodex.com for full documentation on the REST API | |
# | |
# Script can be run from the command line with: | |
# `Rscript fetch_ocx_analyses.R <API_KEY> <FILE> [-d DB] [-b BEGINNING_DATE -e ENDING_DATE]` |