You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
The bel sub-commands (e.g. bel translate, bel parse, etc.) are implemented directly in bin/bel. The bin/bel command calls out to other executables such as bin/bel2rdf.rb, bin/bel_compare.rb, etc.
We should:
move Command classes to lib/bel/commands/ and refactor bin/bel
move functionality in dependent bin/*.rb scripts to their respective Command class
remove bin/*.rb scripts in favor of bel plus sub-commands
The text was updated successfully, but these errors were encountered:
The
bel
sub-commands (e.g.bel translate
,bel parse
, etc.) are implemented directly in bin/bel. The bin/bel command calls out to other executables such as bin/bel2rdf.rb, bin/bel_compare.rb, etc.We should:
bel
plus sub-commandsThe text was updated successfully, but these errors were encountered: