Closed abargnesi closed 8 years ago
BEL Script supports streaming by providing a --to-option to bel translate. For example:
--to-option
bel translate
bel translate -i file.json --to-option streaming=true json bel
This doesn't seem to work for the XBEL translator.
BEL Script supports streaming by providing a
--to-option
tobel translate
. For example:bel translate -i file.json --to-option streaming=true json bel
This doesn't seem to work for the XBEL translator.