Skip to content

oicr-gsi/provenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

provenance - a Java API for LIMS and analysis metadata

Overview

The API model consists of a minimal set of LIMS metadata objects:

A single object to describe analysis metadata:

And a linking object that can be used to link analysis metadata to its LIMS metadata:

Finally, using the above API model, LIMS and analysis metadata can be combined into a composite object that describes everything about a file:

Building

mvn clean install

Release Procedure

Replace ${TYPE} below with the release type you wish to perform:

  • major: huge changes - should be very rare
  • minor: noteworthy changes - standard release
  • patch: inconsequential changes and bug fixes only
git checkout master
git pull
./release ${TYPE}

Support

For support, please file an issue on the Github project or send an email to [email protected] .