Skip to content

Releases: globalbioticinteractions/elton

0.13.8

07 Aug 22:55
Compare
Choose a tag to compare

Features

n/a

Improvements

Bugs

n/a

0.13.7

05 Aug 19:10
Compare
Choose a tag to compare

Features

n/a

Improvements

example of creating streaming reports -

using single line globi.json file:

{ "namespace": "hash://sha256/9cd053d40ef148e16389982ea16d724063b82567f7ba1799962670fc97876fbf", "citation": "hash://sha256/9cd053d40ef148e16389982ea16d724063b82567f7ba1799962670fc97876fbf", "format": "dwca", "url": "https://linker.bio/hash://sha256/9cd053d40ef148e16389982ea16d724063b82567f7ba1799962670fc97876fbf" }

to stream review records via

echo globi.json | elton stream --record-type review > review.tsv

Bugs

n/a

0.13.6

26 Jul 20:03
Compare
Choose a tag to compare

Features

using single line globi.json file:

{ "namespace": "hash://sha256/9cd053d40ef148e16389982ea16d724063b82567f7ba1799962670fc97876fbf", "citation": "hash://sha256/9cd053d40ef148e16389982ea16d724063b82567f7ba1799962670fc97876fbf", "format": "dwca", "url": "https://linker.bio/hash://sha256/9cd053d40ef148e16389982ea16d724063b82567f7ba1799962670fc97876fbf" }

to do

echo globi.json | elton stream > interactions.tsv

Note that multi-line json would stream many datasets into the same interactions.tsv .

Improvements

  • upgrade to globi-lib v0.26.2

Bugs

n/a

0.13.4

05 Jun 16:30
Compare
Choose a tag to compare

Features

n/a

Improvements

Bugs

n/a

0.13.3

22 Mar 18:51
Compare
Choose a tag to compare

0.13.2

07 Dec 20:00
Compare
Choose a tag to compare

Features

n/a

Improvements

n/a

Bugs

prepare for v0.13.1 release to help address https://github.com/global…

01 Dec 00:58
Compare
Choose a tag to compare

Features

n/a

Improvements

n/a

Bugs

0.13.0

30 Nov 17:07
Compare
Choose a tag to compare

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

28 Nov 21:33
Compare
Choose a tag to compare

Features

n/a

Improvements

Bugs

n/a

0.12.12

10 Nov 00:23
Compare
Choose a tag to compare

Features

n/a

Improvements

  • upgrade to globi libs v0.25.13

Bugs

n/a