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

Consolidate bel subcommands into one #103

Description

@abargnesi

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions