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:
mvn clean install
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}
For support, please file an issue on the Github project or send an email to [email protected] .