OpenBEL / bel.rb

Process BEL (Biological Expression Language) with ruby.
Apache License 2.0
8 stars 6 forks source link

XBEL translator does not respect streaming option. #117

Closed abargnesi closed 8 years ago

abargnesi commented 8 years ago

BEL Script supports streaming by providing a --to-option to bel translate. For example:

bel translate -i file.json --to-option streaming=true json bel

This doesn't seem to work for the XBEL translator.