cyverse-de/job-templates

Name: job-templates

Owner: CyVerse Discovery Environment

Description: null

Created: 2018-04-24 18:52:28.0

Updated: 2018-05-11 20:10:23.0

Pushed: 2018-05-11 20:10:40.0

Homepage: null

Size: 44

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

job-templates

A Go package that is used in condor-launcher. It's been separated out to make dependency management a bit easier.

Build

First, run dep to make sure all of the dependencies are pulled down:

vendor/ directory is listed in the .gitignore since this is a Go package and not an executable.

: ```go build```

st

required test files are located in the test/ directory. The unit tests expect them to be present.

ormal for Go projects: ```go test```

rsioning

e using gopkg.in to version the package. If you make a small change, tag it with a minor version bump. If it's a backwards incompatible change or a major change to the package, do a major version bump.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.