Skip to content

Releases: bmeg/sifter

0.1.5

06 Aug 20:36
Compare
Choose a tag to compare

Changelog

5bbfe73 Tagging new version
bfbd160 Link generator using the 'subgroup' element from the Gen3 schema

0.1.4

04 Aug 06:15
c278231
Compare
Choose a tag to compare

Changelog

c278231 Merge pull request #19 from bmeg/table-write-config
969b1ed Adjusting table emitter to compress file only if name ends with .gz
9acf1fd Add sep field for table output
41f8a9d Merge pull request #18 from bmeg/sqldump-fix
d74198e Fixing SQL-Dump loader

0.1.3

27 Jul 17:47
Compare
Choose a tag to compare

Changelog

8a896a8 Version bump
2df6dcc Merge pull request #16 from bmeg/fieldProject
c228e56 Fixing makefile
b3fae22 Merge pull request #17 from bmeg/graph-edge-template
f348efd Starting to clean up some linting
3f6986d Adding Travis-CI config
b430619 Adding some missing files
1dab24b Working on getting cBioPortal example working better
c98776a Adding method to do edge 'to' templating when generating a graph
599aa9d Removing extra print statement
aa5e5fe Fixing fieldProject behavior

0.1.2

22 Jul 18:24
Compare
Choose a tag to compare

Changelog

cd0a347 Merge pull request #15 from bmeg/python-direct
3516209 Switching default python driver to be local, rather then docker based
0ef53f0 Merge pull request #14 from bmeg/fix-field-process
bb017fe Fixing the fieldProcess operator
db1e147 Fixing graph field templating

0.1.1

06 Jul 23:28
Compare
Choose a tag to compare

Changelog

0bed8fc Rolling version number
109d5e7 Fixing fork transform method
8677b50 Refining the examples and fixing some bugs to make them work
b79d51f Fixing error in FTP downloader
92d4a80 Working on docs and adding ftp download support
43eae96 Continuing to work on the docs
ae5b8bd Removing old line from README
f64da1d Merge branch 'master' of github.com:bmeg/sifter
2943924 Removing unused interface code
bdef5ed Merge pull request #12 from bmeg/dependabot/npm_and_yarn/interface/websocket-extensions-0.1.4
5c6fbf2 Merge pull request #13 from bmeg/cached-pipeline
e548a8d Updating readme
997192f Adding built documentation to source code repo
982859e Workin on documentation
4ef7219 Working on documenting Playbook
f3e74eb Getting the cached pipeline to work
73858b7 Bump websocket-extensions from 0.1.3 to 0.1.4 in /interface
478b782 Fixing the filter stage
68c7732 Reworking transform pipeline runner so it can support multiple runs, which is required for the pipeline caching
fb77d40 Adding ability to use GRIP DIG driver for pulling data

0.1.0

03 May 19:27
Compare
Choose a tag to compare

Changelog

2410ab1 Adding more to gitignore
1dcecd0 Working on runtime issues
25c94da Updating templating to use inputs rather then input which better matches the structure of the config document
506cb02 adding test-data to ignore
b2251e4 Adding goreleaser config
b1aadbc Adding release command
29dd0a1 Starting to add SQLDump transforms
a01d9f9 Merge branch 'master' of github.com:bmeg/sifter
3c6e44a Updating readme
ced9e2b Merge pull request #11 from bmeg/refactoring
a5fc433 Adding remote process based python code execution
ceed55d Merge remote-tracking branch 'origin/master' into refactoring
15a9a25 Translation tables for fixing id fields during graph build
7b8d138 Working on creation of output tables
c4a8376 Remembering to close emitter on graph builder
018bb51 Working on filter method and graph build check
a0d1d53 Adding missing vertex checking to graph build report
605d57b Adding in id mapping to graph builder
d647e80 Connecting togeather the graph builder
9c58759 Adding missing files
4182047 Working on transition from ETL to graph building
092ccb1 Cleaning up the transform command line
a92f038 Adding missing file
0b5b051 Getting the graph based emit to work again
fd217ac Fixing transform code. Adding more logging.
fff75bd Moving code around in the more organized modules