Releases: globalbioticinteractions/elton
Releases · globalbioticinteractions/elton
0.13.1
0.13.0
Features
- new command
elton log
to log datasets resources in "Preston" speak using the PROV/PAV ontologies. Related to #52 . - new command
elton cat
to stream dataset resources using their content hashes (aka sha256 hash) related to #52
Example - Calculate size of dataset resources.
# get template dataset
elton pull globalbioticinteractions/template-dataset
# calculate size of resources associated with the template dataset
elton log | elton cat | pv -b > /dev/null
yielding:
9.44KiB
Improvements
n/a
Bugs
n/a
0.12.13
0.12.12
0.12.11
0.12.10
0.12.8
Features
n/a
Improvements
- upgrade to globi libs v0.25.8
- add network script in github actions review template
- upgrade action versions; package review report
Bugs
n/a