Skip to content
#

zephyr

Here are 149 public repositories matching this topic...

mbolivar
mbolivar commented Dec 19, 2018

repo forall defines a useful set of environment variables for the duration of each call:

  • REPO_PROJECT is set to the unique name of the project.
  • REPO_PATH is the path relative to the root of the client.
  • REPO_REMOTE is the name of the remote system from the manifest.
  • REPO_LREV is the name of the revision from the manifest, translated to a local tracking branch. Used if you need to pass
adamfowleruk
adamfowleruk commented Feb 27, 2021

[Who] As an epidemiologist-developer
[What] I want to be able to read and write a simple sample format (Date,value) for any input/output for the data analysis API
[Value] To be able to quickly supply test data and evaluate results in a simple, consistent format

Desired Implementation

  • Source: CSV file date,value to SampleList<Sample>
  • Sink: Opposite of the above

Sp

Improve this page

Add a description, image, and links to the zephyr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zephyr topic, visit your repo's landing page and select "manage topics."

Learn more