cancervariants / metakb

Central repository for the VICC metakb web application
MIT License
14 stars 4 forks source link

feat!: break out CLI for more specific commands/more reasonable defaults #344

Closed jsstevenson closed 1 month ago

jsstevenson commented 1 month ago

close #210

Miscellaneous quality of life improvements and feature additions to CLI:

korikuzma commented 1 month ago

@jsstevenson did you see this old issue #210?

jsstevenson commented 1 month ago

one possible additional todo: add -o to things that produce file outputs to specify output location

jsstevenson commented 1 month ago

@korikuzma having some second thoughts about what commands/combinations of commands should call graph.clear()

korikuzma commented 1 month ago

@korikuzma having some second thoughts about what commands/combinations of commands should call graph.clear()

@jsstevenson I haven't looked at the changes, but what if we just separate this out and place it on the user to decide and make a note in the documentation?