Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Consolidate bel subcommands into one #103

Open
abargnesi opened this issue Feb 10, 2016 · 0 comments
Open

Consolidate bel subcommands into one #103

abargnesi opened this issue Feb 10, 2016 · 0 comments

Comments

@abargnesi
Copy link
Member

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant